
/* Video Section CSS */

.vid-sec {
    padding: 60px 20px;
    background: #f8f9fa; /* light background */
    text-align: center;
}

.vid-sec .container {
    max-width: 1200px;
    margin: 0 auto;
}

.video-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    padding: 30px;
}

.video-wrapper video {
    width: 100%;
    max-width: 800px;
    height: auto;
    border: none;
    outline: none;
    display: block;
}


.fl-photo-content.fl-photo-img-jpg.my-logo {
    max-width: 60%;
}

.fl-module-content .contact-btn {
    text-align: center;
    margin: 20px;
}

.fl-module-content .contact-btn a {
    padding: 10px;
    background: #69a33b;
    color: #fff;
}

.fl-html.side-icon .bb-hover-container {
    padding: 10px;
}

.fl-rich-text p {
    margin-bottom: 0;
}

.fl-module.fl-module-rich-text.fl-node-p4w583rbnmul .fl-module-content.fl-node-content {
    margin: 5px 0 10px;
}

.fl-node-6nbcfwax8tz3 .uabb-creative-menu .menu>li.current-menu-item>a span.menu-item-text {
    color: #000;
    font-weight: 400;
}

.fl-node-6nbcfwax8tz3 .uabb-creative-menu .menu>li.current-menu-item>a span.menu-item-text:hover {
    color: #69a33b;
}

.alert.alert-success {
    background: #69a33b;
    padding: 10px;
    margin: 10px 0;
    color: #fff;
}

.fl-node-6nbcfwax8tz3 .uabb-creative-menu .menu>li {
    margin-left: 33px !important;
}

/*gtranslate css*/


.g-translator #gt_float_wrapper {
    position: relative !important;
    right: 0 !important;
    top: 11px !important;
}

.g-translator #gt_float_wrapper .gt_options {
    position: absolute;
    text-align: left;
    width: 160px;
    background: #fff;
    font-size: 16px;
}

.g-translator .gt_float_switcher{
    box-shadow: none;
    width: 170px;
}

.g-translator .gt_float_switcher .gt-selected {
    text-align: left !important;
}

.g-translator .gt_float_switcher .gt-selected img {
    width: 25px;
}

.g-translator .gt_float_switcher .gt-selected .gt-current-lang {
    font-size: 15px;
}

.g-translator #gt_float_wrapper .gt_options img {
    width: 25px !IMPORTANT;
}

/*second video sec*/

section.custom-vid-sec {
    position: relative;
    padding: 40px 0;
}

.custom-video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000; /* black bars (letterbox effect) */
}
.custom-video-wrapper {
  position: relative;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16 / 9; /* Force 16:9 ratio */
  overflow: hidden;
  border-radius: 10px;
}

.video-overlay-box {
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: white;
}

.video-thumb-img {
  display: block;
  width: 100%;
  border-radius: 10px;
  filter: brightness(0.6); /* darken for better text contrast */
  transition: filter 0.3s ease;
}

.video-overlay-box:hover .video-thumb-img {
  filter: brightness(0.4);
}

.video-overlay-content {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  /*transform: translate(-10%, -50%);*/
  text-align: center;
  padding: 20px;
}

.video-heading {
  font-size: 30px;
  margin-bottom: 15px;
  color: #fff;
}

.play-button {
  display: inline-block;
  width: 80px;
  height: 80px;
  transition: background 0.3s ease;
}




@media(max-width: 767px){
    
    .video-wrapper {
        padding: 0;
    }
    
    h2.vid-txt {
        font-size: 16px;
    }
    
    .video-heading {
        font-size: 12px;
    }
    
    .video-overlay-content {
        right: 0;
        left: 0;
        margin: auto;
        transform: unset;
        top: 5px;
    }
    
    .play-button {
        width: 40px;
        height: 40px;
    }
    
}

@media(min-width: 767px) and (max-width: 992px){
    
    .fl-photo-content.fl-photo-img-jpg.my-logo {
        max-width: 10%;
    }
    
    .video-heading {
        font-size: 16px;
    }

    .play-button {
        width: 60px;
        height: 60px;
    }
    
}

@media(max-width: 992px){
    
    .fl-module.fl-module-rich-text.desktop-show {
        display: none;
    }
    
    .fl-photo.fl-photo-align-center.logo-main {
        text-align: left !important;
    }
    
    .fl-module.fl-module-rich-text.fl-node-ybdwpafz8u19.my-none {
        display: none;
    }
    
    .custom-video-wrapper {
        width: 80% !important;
    }
    
    
}