/* Navbar */
.phones-trigger.active .underline-indicator {
    transform: scaleX(1);
}

/* Hero Section */
.slider-card {
    display: none;
    opacity: 0;
}

.slider-card.active {
    display: flex;
    opacity: 1;
}

.dot.active {
    background-color: #ff6900;
}

/* Featured Section */
.featured-tab {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease-in-out;
}

.featured-tab.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
}

/* Redmi Slider */
.redmicard {
    display: none;
    opacity: 0;
}

.redmicard.active {
    display: flex;
    opacity: 1;
}

.redmidot.active {
    background-color: #ff6900;
}

/* Tablet Slider */
.tabletcard {
    display: none;
    opacity: 0;
}

.tabletcard.active {
    display: flex;
    opacity: 1;
}

.tabletdot.active {
    background-color: #ff6900;
}

/* TV Slider */
.tv-card {
    display: none;
    opacity: 0;
}

.tv-card.active {
    display: flex;
    opacity: 1;
}

.tvdot.active {
    background-color: #D1D5DB; /* Gray-300 */
}

/* TN Slider 2 */
.tvsliderdot.active {
    background-color: #D1D5DB; /* Gray-300 */
}

/* Smarthome Slider */
.smarthomesliderdot.active {
    background-color: #D1D5DB; /* Gray-300 */
}

/* Smart Watch Slider */
.smartwatch-card {
  flex-shrink: 0;
  width: 100vw;
  height: 100%;
}

.smartwatchdot.active {
  background-color: #D1D5DB; /* Gray-300 */
}
