/**
* Theme Name: Qamico Child
* Description: This is a child theme of Qamico, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: gamico
* Version: 1.1.8
*/



.elementor-77 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: all 0.3s ease;
}

.elementor-77.scrolled {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    background: #000;
    z-index: 9999;
}
.project-title.gamma{
    display: none;
}







.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: #000;
      color: #fff;
      transition: 0.3s;
      text-transform: uppercase;
      font-family: 'Unbounded';
    }
    .portfolio-tabs .nav-link.active,
    .portfolio-tabs .nav-link:hover {
      background:#2DF4A1 ;
      color: #000;
    }
    /* .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;
}
.nav-item{
    list-style: none;
}
@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;
}




.elementor-2012 .elementor-element.elementor-element-c28f28a .breadcrumb

 {
    text-align: center;
    flex-direction: column;
}
.elementor-2012 .elementor-element.elementor-element-c28f28a .gamico-title{
    margin: 0;
}
.elementor-2012 .elementor-element.elementor-element-fb10848 {
    --display: flex;
    --min-height: 500px;}