/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/

.menu-primary-menu-container ul li a {
    color: #ffffff !important;
}
.search-trigger {
	color:#fff;
}
a.cg-menu-link.sub-menu-link {
    color:#333333 !important;
}
.sub-menu-wrapper ul li a {
    color: #ffffff !important;
}
.main-navigation ul.menu ul a:hover {
        color: #dc9814 !important;
    }
.site-header-cart .woocommerce-Price-amount,
.site-header-cart .woocommerce-Price-currencySymbol {
    color: #ffffff !important;
}
/* Video Card */
.video-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect (optional but premium look) */
.video-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

/* Responsive Rectangle Video */
.video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 3;; /* Rectangle */
}

/* iframe full fit */
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Mobile optimization */
@media (max-width: 767px) {
  .video-card {
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  }
  
   .video-wrapper {
    aspect-ratio: 1 / 1;
  }
}
.video-wrapper {
  max-height: 420px;   /* controls tall videos */
}
form#fluentform_3 {
    background-color: #fff !important;
    padding: 39px 54px 58px 45px !important;
}
.submit-btn {
	background: #333333 !important;
    font-size: 16px !important;
    width: 100% !important;
}
#label_ff_3_names_first_name_ {
font-weight: 500;
font-size: 12px !important;
line-height: 24px !important;

}