.appstore {
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0px;

}

.text-black {
    color: black;
}

.evalution-section {
    background-color: #ecf3fc;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 70px;
}

.div-item-value {
    border-radius: 8px;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 15px;
}

.p-item-des {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

[class*="col-"] {
    margin-bottom: 30px;
}

.content {
    height: 100%;
    padding: 20px 20px 10px;
}

.video-content {
    padding-left: 10rem;
    padding-right: 10rem;
}

.footer-clean {
    background-color: #132e4c;
}

.title-tech {
    font-size: 16x;
    font-style: normal;
    text-align: justify;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0;
    color: #005cc8;
}

.carousel-control-prev {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 30%;
    margin: auto;
}

.carousel-control-next {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 30%;
    margin: auto;
}

/* =============================================
   iPhone 16 Pro Max Mockup
   ============================================= */

.iphone-wrapper {
    position: relative;
    width: 280px;
    filter: drop-shadow(0 32px 48px rgba(0, 0, 0, 0.35)) drop-shadow(0 8px 16px rgba(0,0,0,0.2));
}

/* ---- Main body ---- */
.iphone-body {
    position: relative;
    width: 280px;
    height: 588px; /* Correct 19.5:9 aspect ratio taking 8px inset into account */
    background: linear-gradient(160deg, #3a3a3c 0%, #1c1c1e 50%, #2c2c2e 100%);
    border-radius: 52px;
    border: 2px solid rgba(255,255,255,0.12);
    overflow: hidden;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.18),
        inset 0 -1px 0 rgba(0,0,0,0.4),
        inset 1px 0 0 rgba(255,255,255,0.08),
        inset -1px 0 0 rgba(0,0,0,0.3);
}

/* ---- Screen area ---- */
.iphone-screen {
    position: absolute;
    inset: 8px;
    border-radius: 44px;
    background: #000;
    overflow: hidden;
}



/* ---- Carousel inside screen: fill full height ---- */
.iphone-screen .carousel,
.iphone-screen .carousel-inner,
.iphone-screen .carousel-item {
    height: 100%;
    border-radius: 0;
}

.iphone-screen .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* Override Bootstrap indicators position */
.iphone-indicators {
    bottom: 20px !important;
    z-index: 30;
}

.iphone-indicators [data-bs-target] {
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background-color: rgba(255,255,255,0.6) !important;
    border: none !important;
    opacity: 1 !important;
    transition: transform 0.3s, background-color 0.3s;
}

.iphone-indicators .active {
    background-color: #fff !important;
    transform: scale(1.3);
}

/* ---- Home indicator bar ---- */
.iphone-home-bar {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: rgba(255,255,255,0.5);
    border-radius: 4px;
    z-index: 30;
}

/* =============================================
   Physical side buttons
   ============================================= */

/* Mute / Action button (top-left) */
.iphone-btn-mute {
    position: absolute;
    left: -6px;
    top: 108px;
    width: 4px;
    height: 36px;
    background: linear-gradient(to right, #2a2a2c, #3a3a3c);
    border-radius: 2px 0 0 2px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), inset 0 -1px 0 rgba(0,0,0,0.4);
}

/* Volume Up */
.iphone-btn-vol-up {
    position: absolute;
    left: -6px;
    top: 162px;
    width: 4px;
    height: 64px;
    background: linear-gradient(to right, #2a2a2c, #3a3a3c);
    border-radius: 2px 0 0 2px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), inset 0 -1px 0 rgba(0,0,0,0.4);
}

/* Volume Down */
.iphone-btn-vol-down {
    position: absolute;
    left: -6px;
    top: 240px;
    width: 4px;
    height: 64px;
    background: linear-gradient(to right, #2a2a2c, #3a3a3c);
    border-radius: 2px 0 0 2px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), inset 0 -1px 0 rgba(0,0,0,0.4);
}

/* Power / Sleep button (right) */
.iphone-btn-power {
    position: absolute;
    right: -6px;
    top: 188px;
    width: 4px;
    height: 80px;
    background: linear-gradient(to left, #2a2a2c, #3a3a3c);
    border-radius: 0 2px 2px 0;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), inset 0 -1px 0 rgba(0,0,0,0.4);
}
