/*
Theme Name: Elance Learning
Theme URI: https://codeart.co.in/
Author: Team CodeArt
Author URI: https://codeart.co.in/
Description: A clean starter theme based on Bootstrap
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: SASS, clean, bootstrap
Text Domain: elancelearning
*/

.full-video-sec .video-wrap iframe {
    visibility: hidden;
}
.banner-video #hero-iframe{
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.play-btn{
    opacity: 0;
}
.gallery-thumbs .swiper-slide-active{
    width: 64px !important;
    height: 64px !important;
    margin-top: 7.5px !important;
}
.gallery-thumbs .swiper-slide-thumb-active{
    scale: 1.1;
}
/**
    Responsive
*/
@media screen and (max-width: 1024px) {
    .full-video-sec .video-wrap iframe {
        visibility: visible;
    }
}
@media screen and (max-width: 991px) {
    .mob-navigation .has-dropdown ul {
        /* position: static;
        padding: 0px 0px 0px 20px; */
    }
    
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 140px; /* adjust to your header height */
}

#header {
  position: sticky;
  top: 0;
  z-index: 999;
}

/* Enable pinch zoom on mobile (fix Swiper blocking zoom) */
.swiper,
.swiper-wrapper,
.swiper-slide {
  touch-action: auto !important;
}

