.wc-block-grid__product * {color:#fff; }

.wc-block-grid__product .wc-block-components-product-rating {display:none; }

.woocommerce-product-gallery ol li {
    display: inline-flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-right: 7px;
}

.woocommerce-product-gallery__image {
    flex: 0 0 auto;
    margin-right: 10px;
}

.woocommerce-product-gallery__trigger {
	display: none;
}

.cart-icon {
    position: relative;
}

.cart-icon-link {
    text-decoration: none;
    color: #000;
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border: 1px solid #000;
    border-radius: 50%;
}

.cart-icon-icon {
    margin-right: 5px;
}

.woocommerce-cart .woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0;
    display: none;
}

/* Teacher Shoutout */


.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large, .gform_wrapper.gravity-theme .gfield textarea.medium {
    width: 100% !important;
    background: #fff;
    border: 0;
    outline: none;
    box-shadow: none;
    padding: 10px 40px 10px 10px;
    text-transform: uppercase;
}

#gform_submit_button_2, #gform_submit_button_3 {
	text-transform: uppercase;
    display: inline-block;
    background-color: none;
    text-align: center;
    color: #00FFFF !important;
    font-weight: 500;
    font-size: 14px;
    font-family: "futura-pt", sans-serif;
    padding: 6px 20px;
    min-width: 128px;
    text-decoration: none !important;
    border: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(to right top, #662F8F 0%, #8A2885 25%, #3366FF 50%, #538FCB 75%, #00FFFF 100%);
}

.gform_wrapper.gravity-theme .gfield textarea.medium {
    height: 100px !important;
}

.ginput_counter {
	display: none;
}

.gform_wrapper.gravity-theme .gfield_label {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0;
    color: white;
}

.gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer {
    display: inline-flex !important;
}

#gform_2 #field_2_4 label:first-child {
	display: none;
}



#gform_fields_5 #field_5_15 {display:none;}

#gform_fields_5 #field_5_8{

	    grid-column: span 12 !important;
}

.custom-model-main.modal-mail-gf .pop-up-content-wrap p.text-white{display:none !important;}







@media screen and (min-width: 951px) {

	
	/*  Menu fix - Amit */
.nav-items .menu-item:nth-last-child(2){
	margin-right:36px;
}

.nav-items .menu-item:nth-last-child(2):hover:before{
	width: calc(100% + 72px);
}
/* Enf fix */
	
	.nav-items > ul > li.highlighted {
		margin-inline-start: 0px;
	}
		
 #field_6_20, #field_5_20 {
		margin-left:25% !important;
	}
}

.page-id-8122#error-page {
margin: 0px !important;
    min-width: 100% !important;
    padding: 0px !important;
}

.joml-header {
	color: 00f5ff;
}

.form-modal .gform_wrapper.gravity-theme input[type=text] {background:#fff; }





#menu-item-14579 a {
  background-color: transparent;
  border: 1px solid #7C28E7; /* Stroke in your purple */
  color: #02F5FF;
  padding: 4px 8px;
	 border-image: linear-gradient(to right top, #662F8F 0%, #8A2885 25%, #3366FF 50%, #538FCB 75%, #00FFFF 100%);
  border-image-slice: 1;
  margin-right: 10px;
 
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s ease;
  text-decoration: none;
}

#menu-item-14579 a:hover {
  background-color: #92288F; /* subtle purple tint on hover */
  border-color: #662D91;

}

.cbed_intro_block {
padding: 120px 68px 0px 68px;
margin-top: 0px;
position: relative;
}

/* #cbed_intro_block {
  padding: 140px 68px 0px 68px;
  margin-top: 0px;
  position: relative;
} */

@media screen and (max-width: 768px) {
  .cbed_intro_block {
    padding: 40px 0px 0px 0px;
  }
}


.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  padding-top: 25px;
  height: 0;
  overflow: hidden;
	margin-bottom: 1.5rem;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
padding-bottom: 25px;
margin-bottom: 1.5rem;
}