/* Initial state of top bar */
.top-new-heda {
    transition: all 0.5s ease;
    height: auto;
    opacity: 1;
    overflow: hidden;
  }
  
  /* Hide top bar when fixed */
  #mainHeader.fixed .top-new-heda {
    height: 0;
    opacity: 0;
    padding: 0;
    margin: 0;
  }
  
  /* Animate navbar sliding in */
  #mainHeader {
    transition: all 0.5s ease-in-out;
    transform: translateY(0);
  }
  
  #mainHeader.fixed {
    position: fixed;
    top: 0;
    padding-top: 0px !important;
    z-index: 999;
    width: 100%;
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-100px); /* initial slide */
    animation: slideDown 0.5s ease forwards;
  }
  
  /* Slide down animation */
  @keyframes slideDown {
    to {
      transform: translateY(0);
    }
  }
  
  /* Body padding to prevent jump */
  body.fixed-padding {
    padding-top: 80px; /* match final navbar height */
  }
  .navbar {
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    /* padding-top: .5rem; */
    /* padding-bottom: .5rem; */
    padding-bottom: none !important;
}

.navbar-brand img {
    width: 100% !important;
}
.comonft-sec ul li a:hover {
    color: #ffc107;
}
.top-socli li .btn:hover {
    background: #ffc107;
    color: #fff;
    font-size: 14px;
    margin: 0 3px;
}
ul.top-socli {
    display: flex
;
}
a.navbar-brand {
    width: 8%;
}

ul.left-oiu li button h4 {
    font-size: 13px;
}
ul.top-socli.d-flex.align-items-center li {
    font-size: 13px;
}

/* Gradient Animation */
@keyframes gradientMove {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  
  /* Custom Button Style */
  .btn-animated-gradient {
    background: linear-gradient(270deg, #444464, #1434e4, #cc1c4c);
    background-size: 600% 600%;
    color: white !important;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: bold;
    animation: gradientMove 6s ease infinite;
    box-shadow: 0 4px 15px rgba(66, 184, 211, 0.4);
    transition: all 0.3s ease;
  }
  
  .btn-animated-gradient:hover {
    box-shadow: 0 6px 20px rgba(255, 255, 0, 0.6);
    transform: scale(1.05);
  }
  .comonft-sec ul li a {
    color: white;
}
.comonft-sec ul li span {
    color: white;
}
  

  .teaser .col-md-3 img {
    transition: transform 1.2s ease-in-out, box-shadow 0.5s ease-in-out;
    will-change: transform;
    border-radius: 10px;
  }
  
  /* On Hover: Rotate + Zoom + Shadow */
  .teaser .col-md-3 img:hover {
    transform: rotate(360deg) scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }
  
.teaser{
    background: black;
}
  @media screen and (max-width: 768px) {
      
    .comon-fild-ads1 figure {
    width: 100% !important;
    height: 250px;
    overflow: hidden;
    border-radius: 8px;
    margin: 0;
}
    a.navbar-brand {
        width: 35%;
    }
    section.float-start.w-100.body-part.pt-0 {
        padding-top: 260px !important;
    }
    .modal-full-custom .modal-content {
        height: 100vh;
        border-radius: 0;
        padding: 0px !important;
      }
      div#login-td-div h6 {
        font-size: 7px;
    }
    div#login-td-div h5 {
        font-size: 16px;
    }
    .main-hed01 {
        font-size: 19px !important;
        font-family: "Teko", sans-serif;
        font-style: normal;
        color: #0a0a0a;
        font-weight: 700;
        text-transform: uppercase;
        font-style: normal;
    }
    .big-ret .nes-text h5 {
        font-size: 19px !important;
        font-weight: 700;
        margin-bottom: 10px;
        font-family: "Teko", sans-serif;
        text-transform: uppercase;
        font-style: normal;
        margin-top: 28px;
    }
    .profile-card {
    background: #fff;
    padding: 30px;
    border-radius: 50%;
    box-shadow: 0 0 22px #3336;
    transition: .6s;
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 220px;
    height: 140px !important;
    margin: auto;
}
  }
  
  /* Full width modal on all devices */
.modal-full-custom {
    max-width: 100% !important;
    margin: 0;
  }
  
  .modal-full-custom .modal-content {
    height: 100vh;
    border-radius: 0;
    padding: 20px;
  }
  
  

button.btn.btn-comon-btn:hover {
    background: #ffc107;
}