/* Premium Counter Section */
.counter-premium .counter-media {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 22px 26px;
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 220px;
    transition: all 0.35s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.counter-premium .counter-media:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
}

/* Icon Styling */
.counter-premium .counter-media__icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, #1e6cff, #4aa3ff);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.35s ease;
}

.counter-premium .counter-media__icon img {
    width: 30px;
    filter: brightness(0) invert(1);
}

.counter-premium .counter-media:hover .counter-media__icon {
    transform: rotate(6deg) scale(1.08);
}

/* Text */
.counter-premium .counter-media__title {
    font-size: 15px;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
    letter-spacing: 0.3px;
}

/* Responsive */
@media (max-width: 575px) {
    .counter-premium .counter-media {
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }
}
@media (min-width: 992px) {
    .counter-premium .row {
        flex-wrap: nowrap;
    }
}
@media (max-width: 575px) {
    .counter-premium .counter-media {
        width: 100%;
        padding: 20px;
    }
}

.hero-innertext {
  display: none !important;
}

@media (min-width: 992px) {
  .hero-innertext {
    display: inline-block !important;
  }
}




.sigma {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sigma li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    color: #fff;
    font-size: 14px;
}
.sigma a::before {
    display: none !important;
    content: none !important;
}
.sigma li i {
    min-width: 32px;
    height: 32px;
    background: #039eff;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.sigma li a {
    color: #fff;
    text-decoration: none;
}

.sigma li a:hover {
    color: #039eff;
    
}
.sigma {
    padding-left: 0 !important;
    margin-left: 0 !important;
}
@media (min-width: 1200px) {
  .tik{
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .jab{
   margin-left: -10rem;
  }
}


.look iframe {
    border-radius: 8px;
}
.look{
   margin-left: 1rem;
    margin-right: 1rem; 
}
@media (min-width: 1200px){
.look {
    margin-left: 9rem;
    margin-right: 9rem;
    padding-bottom: 50px;
}
}



.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  line-height: 55px;
  z-index: 9999;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.whatsapp-float:hover {
  background-color: #20b858;
  color: #fff;
}
