/*
CTC Separate Stylesheet
Updated: 2026-03-17 17:17:29
Theme Name: Motion Fable Child
Theme URI: http://underscores.me/
Template: motion-fable
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 1.0.0.1773767849
*/





.portfolio-tabs {
      margin-bottom: 15px;
      text-align: center;
    }
    .portfolio-tabs .nav-link {
      font-weight: 500;
      border: none;
      padding: 10px 20px;
      margin: 5px;
      border-radius: 30px;
      background: #fff;
      color: black;
      transition: 0.3s;
      text-transform: uppercase;
      font-family: 'Bebas Neue';
    }
    .portfolio-tabs .nav-link.active,
    .portfolio-tabs .nav-link:hover {
      background: var(--color-primary);
      color: #fff;
    }
    /* .portfolio-item {
      position: relative;
      overflow: hidden;
      border-radius: 10px;
      cursor: pointer;
      transition: transform 0.3s ease;
    } */
    .portfolio-item:hover {
      transform: scale(1.05);
    }
    /* .portfolio-item img {
      width: 100%;
      height: auto;
      border-radius: 10px;
      display: block;
    } */
    .portfolio-overlay {
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0,0,0,0.6);
      color: #fff;
      opacity: 0;
      transition: opacity 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      font-weight: 600;
      text-align: center;
      border-radius: 10px;
    }
    .portfolio-item:hover .portfolio-overlay {
      opacity: 1;
    }
      .sub-tabs .nav-link.active{
        background: #222;
      color: #fff;
      }
  .sub-tabs .nav-link{
    background-color: #222222;
      font-weight: 500;
      border: none;
      padding: 10px 20px;
      margin: 5px;
      border-radius: 30px;
      transition: 0.3s;
      text-transform: uppercase;
  }
.services-img {
  position: relative;
  width: 100%;
  padding-top: 70%;
  overflow: hidden;
  border-radius: 12px;
  background: #000;
  /* border: 1px solid var(--accent-color);  */
  /* neon blue base */
  box-shadow: 0 0 10px #00f7ff, 0 0 10px #00f7ff, 0 0 10px #00f7ff;
  animation: neonPulse 2s infinite alternate;
}

@keyframes neonPulse {
  0% {
    box-shadow: 0 0 5px var(--accent-color-6), 0 0 10px var(--accent-color-6), 0 0 20px var(--accent-color-6);
    border-color: var(--accent-color-6);
  }
  100% {
    box-shadow: 0 0 20px var(--accent-color), 0 0 10px var(--accent-color), 0 0 20px var(--accent-color);
    border-color: var(--accent-color);
  }
}
.services-img img{
    position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
    padding: 12px;
  ; /* crop karega but uniform rakhega */
  border-radius: 12px;

}
/* .services-img::before{
        content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    background-image: radial-gradient(at bottom center, var(--accent-color) 0%, var(--accent-transparent) 40%);
    opacity: 0.2;
    z-index: 0;
} */

.ytp-chrome-top{
    display: none !important;
}

.portfolio-item {
  position: relative;
  width: 100%;
  padding-top: 56%; /* Aspect ratio fix (16:9 ~ 56%, square = 100%, 4:3 ~ 75%) */
  overflow: hidden;
  border-radius: 12px;
  background: #000;
}

.portfolio-item img,
.portfolio-item video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* crop karega but uniform rakhega */
  border-radius: 12px;
}



.yt-wrapper {
  position: relative;
}
.yt-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;   /* adjust for mobile if needed */
  height: 45px;
  background: #fff; /* match site background */
  pointer-events: none;
  z-index: 5;
  border-radius: 3px;
}
@media(max-width:767px){
  .yt-overlay{
    width: 120px;
    height: 35px;
  }
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #00f7ff !important;
}


.header-menu-wrap .mobile-menu-items ul li a {
    color: #000; /* default color */
    transition: 0.3s;
}

.header-menu-wrap .mobile-menu-items  ul li a.active {
    color: #00e5ff !important; /* active color */
}