
.home-section-inner .home-slider-wrap {
    width: 100% !important;
}
.home-section-inner {
    width: 100% !important;
}
.ltr .home-section-inner{
    margin-left: 0 !important;
}

.product-custom-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    background: radial-gradient(circle, rgba(185, 221, 243, 1) 0%, rgba(254, 252, 255, 1) 90%);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: transform 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center;
    height: 100%; 
}
.product-custom-card:hover {
    transform: translateY(-5px);
}
.product-img {
    max-width: 75%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.product-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
    font-family: "Raleway", sans-serif;
}

.product-centent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.primary-menu.swiper {
    width: calc(100% - 60px) !important;
}

.hero-video {
    border-radius: 50px;
}

.mobile-video {
    border-radius: 40px;
}

.navigation-inner {
    background-color: #9747fe5c;
}
.ltr .primary-menu:before,
.primary-menu:after {
    background-color: #9747fe00;
}

.product-box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out; /* Smooth transition for background */
}

.product-box:hover {
    background-color: #f0f0f0; /* Change background color on hover */
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 30px 0px; /* Slightly darker shadow on hover */
}


.ltr .primary-menu:before {
    background: #9747fe00 !important;
}

.product_details {
    border: var(--color-gray-lite);
    border-radius: var(--radius-default);
    background: white;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    padding: 30px;
}

.product-gallery-preview-wrap {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.product-details-info{
    padding: 30px !important;
    border: var(--color-gray-lite);
    border-radius: var(--radius-default);  
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    margin-right: 5%;
}


.product-variation-label {
    font-size: .9em;
    font-weight: 600;
}


.capacity_item {
    box-shadow: 0 0 0 1px #a2f8cc;
    color: #33cf7f;
    border-color: #33cf7f;
    font-weight: 500;
    width: 150px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    margin-right: 10px;
    cursor: pointer;
}


@media (min-width: 992px) { /* Applies only for laptops (≥992px) */
    .product-details-top {
        margin-left: 150px;
        margin-right: 150px;
    }
    .product-details-info {
        width: 60%;
    }
}



li.capacity_item.active {
    cursor: default;
    color: var(--color-primary);
    box-shadow: 0 0 0 2px var(--color-primary-alpha-80);
    background: #9747fe08;
}



/*device condition style*/

.popup-tab {
    background-color: #d6f4e6;
    padding: 10px;
    border-radius: 5px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    box-shadow: 0 0 0 1px #a2f8cc;
    border-color: #a2f8cc;
    background: #2ddfaf0f;
    color: #2ddfaf;
    border: 1px solid #33cf7f !important;
}

.modal-dialog{
    margin: 0px auto !important;
}

.condition {
    text-decoration: underline;
    text-decoration-color: #000000;
    color: #000000;
    cursor: pointer;
}


/*device condition style end */

.text--pull {
    padding: 30px 30px 30px;
    margin-top: -175px;
    position: relative;
    z-index: 1;
}
