.product_detal_follow_link_icon {
    width: 2.5rem;
}

.header-flex-icon-link {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    margin-top: 16rem;
}

.hero-content {
    width: 60rem;
}

.main-dasboard-img-main {
    background-color: rgba(255, 255, 255, 0.2);
    /* White with 20% opacity */
    width: 60rem;
    height: 30rem;
    border-radius: 10px;
}

.main-dasboard-img-main img {
    width: 58rem;
    margin-top: 0.9rem;
}

.hero-content {
    margin-top: 11rem;
}

.small-detail-images-custom {
    width: 13.3rem;
    border-radius: 6px;
    margin-left: -0.4rem;
}

.small-image-main-div-black-box {
    background-color: black;
    height: 7.3rem;
    padding: 0.6rem;
    border-radius: 17px;
}
/* Highlight the active small image */
.small-detail-images-custom.active {
    border: 2px solid #ffffff; /* White border to indicate active image */
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.7); /* Subtle glow effect */
    transform: scale(1.05); /* Slightly enlarge active image */
    transition: all 0.3s ease-in-out; /* Smooth animation */
}


.about-product-detal-main-div {
    display: block;
    margin: auto;
    width: 60rem;
    margin-top: 21rem;
}

.flex-logo-and-about {
    display: flex;
    gap: 4rem;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
}

.flex-logo-and-about img {
    width: 10rem;
}

.flex-logo-and-about p {
    font-size: 1.2rem;
    font-weight: 600;
}

.about-product-detail-one-p {
    font-weight: 600;
    margin-bottom: 0rem;
    font-size: 1.1rem;
}

.flex-about-product-detail-main {
    flex-wrap: nowrap;
    gap: 1.3rem;
}

.about-product-detail-two-p {
    font-size: 0.9rem;
}

.product-detailfirstpara-part {
    font-size: 0.9rem;
    margin-top: 2rem;
}

.product-detailfirsthead-part {
    font-size: 1.75rem;
    margin-top: 3.5rem;
    font-weight: 600;
}

.product-detailsecpara-part {
    font-size: 0.9rem;
    margin-top: 1rem;
}

.product-detailsechead-part {
    font-size: 1.75rem;
    margin-top: 2rem;
    font-weight: 600;
}
.last-heading-bottom-mainbg{
    /* background-image: url('images/product_detail_gradient_bottom_bg.png'); */
    background-repeat: no-repeat; /* Prevents repeating */
    background-size: cover; /* Scales the image to cover the entire container */
    background-position: center center; /* Centers the image both horizontally and vertically */
    padding: 9rem;
    /* border-radius: 10px; Optional: Adds rounded corners */
    /* margin: -2rem; */
}

.last-heading-bottom-main {
    display: block;
    margin: auto;
    width: 50rem;
    /* margin-top: 4rem; */
    text-align: center;
}

.last-heading-bottom-main h2{
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
}
.btn-get-started-product-detail{
    background-color: #e60278;
    color: #fff;
    width: 11rem;
    border-style: none;
    height: 2rem;
    margin-top: 1rem;
}
.little-image-detail-container{
    /* margin-top: 6rem !important; */
}

@media screen and (min-width: 270px) and (max-width: 375px) {
    .little-image-detail-container {
        margin-top: -1rem !important;
        margin-left: 2.5rem;
    }
    .product_detal_follow_link_icon {
        width: 1.5rem;
        margin-left: 16rem;
        margin-top: -15rem;
    }
    
    .header-flex-icon-link {
        display: block;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        margin-top: 40rem;
    }
    
    .hero-content {
        width: 13rem;
    }
    
    .main-dasboard-img-main {
        background-color: rgba(255, 255, 255, 0.2);
        /* White with 20% opacity */
        width: 18rem;
        height: 11rem;
        border-radius: 10px;
    }
    
    .main-dasboard-img-main img {
        width: 18rem;
        margin-top: 0.5rem;
    }
    
    .hero-content {
        margin-top: -7rem;
    }
    
    .small-detail-images-custom {
        width: 10.8rem;
        border-radius: 6px;
        margin-left: -0.4rem;
    }
    
    .small-image-main-div-black-box {
        background-color: black;
        height: 6.3rem;
        padding: 0.6rem;
        border-radius: 18px;
    }
    
    .about-product-detal-main-div {
        display: block;
        margin: auto;
        /* width: 50rem; */
        margin-top: 36rem;
        width: 18rem;
    }
    
    .flex-logo-and-about {
        display: flex;
        gap: 3rem;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    
    .flex-logo-and-about img {
        width: 8rem;
    }
    
    .flex-logo-and-about p {
        font-size: 0.8rem;
        font-weight: 600;
    }
    
    .about-product-detail-one-p {
        font-weight: 600;
        margin-bottom: 0rem;
        font-size: 1.1rem;
    }
    
    .flex-about-product-detail-main {
        /* flex-wrap: nowrap; */
        gap: 1.3rem;
        display: block;
    }
    
    .about-product-detail-two-p {
        font-size: 0.9rem;
    }
    
    .product-detailfirstpara-part {
        font-size: 0.9rem;
        margin-top: 2rem;
        width: 18rem;
    }
    
    .product-detailfirsthead-part {
        font-size: 1.3rem;
        margin-top: 3.5rem;
        font-weight: 600;
    }
    
    .product-detailsecpara-part {
        font-size: 0.9rem;
        margin-top: 1rem;
    }
    
    .product-detailsechead-part {
        font-size: 1.3rem;
        margin-top: 2rem;
        font-weight: 600;
    }
    .last-heading-bottom-mainbg{
        /* background-image: url('images/product_detail_gradient_bottom_bg.png'); */
        background-repeat: no-repeat; /* Prevents repeating */
        background-size: cover; /* Scales the image to cover the entire container */
        background-position: center center; /* Centers the image both horizontally and vertically */
        padding: 1rem;
        /* border-radius: 10px; Optional: Adds rounded corners */
        /* margin: -2rem; */
    }
    
    .last-heading-bottom-main {
        display: block;
        margin: auto;
        width: 18rem;
        /* margin-top: 4rem; */
        text-align: center;
    }
    
    .last-heading-bottom-main h2{
        font-size: 2rem;
        font-weight: bold;
        text-align: center;
    }
    .btn-get-started-product-detail{
        background-color: #e60278;
        color: white;
        width: 11rem;
        border-style: none;
        height: 2rem;
        margin-top: 1rem;
    }
}
@media screen and (min-width: 376px) and (max-width: 425px) {
    .product_detal_follow_link_icon {
        width: 2rem;
        margin-left: 22rem;
        margin-top: -16rem;
    }
    
    .header-flex-icon-link {
        display: block;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        margin-top: 40rem;
    }
    
    .hero-content {
        width: 13rem;
    }
    
    .main-dasboard-img-main {
        background-color: rgba(255, 255, 255, 0.2);
        /* White with 20% opacity */
        width: 25rem;
        height: 11rem;
        border-radius: 10px;
    }
    
    .main-dasboard-img-main img {
        width: 24rem;
        margin-top: 0.5rem;
    }
    
    .hero-content {
        margin-top: -7rem;
    }
    
    .small-detail-images-custom {
        width: 10.8rem;
        border-radius: 6px;
        margin-left: -0.4rem;
    }
    
    .small-image-main-div-black-box {
        background-color: black;
        height: 6.3rem;
        padding: 0.6rem;
        border-radius: 18px;
    }
    
    .about-product-detal-main-div {
        display: block;
        margin: auto;
        /* width: 50rem; */
        margin-top: 28rem;
        width: 18rem;
    }
    
    .flex-logo-and-about {
        display: flex;
        gap: 3rem;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }
    
    .flex-logo-and-about img {
        width: 8rem;
    }
    
    .flex-logo-and-about p {
        font-size: 1.2rem;
        font-weight: 600;
    }
    
    .about-product-detail-one-p {
        font-weight: 600;
        margin-bottom: 0rem;
        font-size: 1.1rem;
    }
    
    .flex-about-product-detail-main {
        /* flex-wrap: nowrap; */
        gap: 1.3rem;
        display: block;
    }
    
    .about-product-detail-two-p {
        font-size: 0.9rem;
    }
    
    .product-detailfirstpara-part {
        font-size: 0.9rem;
        margin-top: 2rem;
        width: 18rem;
    }
    
    .product-detailfirsthead-part {
        font-size: 1.3rem;
        margin-top: 3.5rem;
        font-weight: 600;
    }
    
    .product-detailsecpara-part {
        font-size: 0.9rem;
        margin-top: 1rem;
    }
    
    .product-detailsechead-part {
        font-size: 1.3rem;
        margin-top: 2rem;
        font-weight: 600;
    }
    .last-heading-bottom-mainbg{
        background-image: url('images/product_detail_gradient_bottom_bg.png');
        background-repeat: no-repeat; /* Prevents repeating */
        background-size: cover; /* Scales the image to cover the entire container */
        background-position: center center; /* Centers the image both horizontally and vertically */
        padding: 1rem;
        /* border-radius: 10px; Optional: Adds rounded corners */
        /* margin: -2rem; */
    }
    
    .last-heading-bottom-main {
        display: block;
        margin: auto;
        width: 18rem;
        /* margin-top: 4rem; */
        text-align: center;
    }
    
    .last-heading-bottom-main h2{
        font-size: 3rem;
        font-weight: bold;
        text-align: center;
    }
    .btn-get-started-product-detail{
        background-color: black;
        color: white;
        width: 11rem;
        border-style: none;
        height: 2rem;
        margin-top: 1rem;
    }
    .little-image-detail-container {
        margin-left: 6rem;
    }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
    .product_detal_follow_link_icon {
        width: 3rem;
        margin-left: 41rem;
        margin-top: -23rem;
    }
    
    .header-flex-icon-link {
        display: block;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        margin-top: 40rem;
    }
    
    .hero-content {
        width: 13rem;
    }
    
    .main-dasboard-img-main {
        background-color: rgba(255, 255, 255, 0.2);
        /* White with 20% opacity */
        width: 46rem;
        height: 20rem;
        border-radius: 10px;
    }
    
    .main-dasboard-img-main img {
        width: 40rem;
        margin-top: 0.5rem;
    }
    
    .hero-content {
        margin-top: -7rem;
    }
    
    .small-detail-images-custom {
        width: 10.8rem;
        border-radius: 6px;
        margin-left: -0.4rem;
    }
    
    .small-image-main-div-black-box {
        background-color: black;
        height: 6.3rem;
        padding: 0.6rem;
        border-radius: 18px;
        width: fit-content;
    }
    
    .about-product-detal-main-div {
        display: block;
        margin: auto;
        /* width: 50rem; */
        margin-top: 30rem;
        width: 33rem;
    }
    
    .flex-logo-and-about {
        display: flex;
        gap: 3rem;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    
    .flex-logo-and-about img {
        width: 8rem;
    }
    
    .flex-logo-and-about p {
        font-size: 1.2rem;
        font-weight: 600;
    }
    
    .about-product-detail-one-p {
        font-weight: 600;
        margin-bottom: 0rem;
        font-size: 1.1rem;
    }
    
    .flex-about-product-detail-main {
        /* flex-wrap: nowrap; */
        gap: 1.3rem;
        display: block;
    }
    
    .about-product-detail-two-p {
        font-size: 0.9rem;
    }
    
    .product-detailfirstpara-part {
        font-size: 0.9rem;
        margin-top: 2rem;
        width: 36rem;
    }
    
    .product-detailfirsthead-part {
        font-size: 1.3rem;
        margin-top: 3.5rem;
        font-weight: 600;
    }
    
    .product-detailsecpara-part {
        font-size: 0.9rem;
        margin-top: 1rem;
    }
    
    .product-detailsechead-part {
        font-size: 1.3rem;
        margin-top: 2rem;
        font-weight: 600;
    }
    .last-heading-bottom-mainbg{
        background-image: url('images/product_detail_gradient_bottom_bg.png');
        background-repeat: no-repeat; /* Prevents repeating */
        background-size: cover; /* Scales the image to cover the entire container */
        background-position: center center; /* Centers the image both horizontally and vertically */
        padding: 1rem;
        /* border-radius: 10px; Optional: Adds rounded corners */
        /* margin: -2rem; */
    }
    
    .last-heading-bottom-main {
        display: block;
        margin: auto;
        width: 19rem;
        /* margin-top: 4rem; */
        text-align: center;
    }
    
    .last-heading-bottom-main h2{
        font-size: 3rem;
        font-weight: bold;
        text-align: center;
    }
    .btn-get-started-product-detail{
        background-color: black;
        color: white;
        width: 11rem;
        border-style: none;
        height: 2rem;
        margin-top: 1rem;
    }
    .little-image-detail-container {
        margin-left: 9rem;
        width: 27rem;
    }
}
@media screen and (min-width: 426px) and (max-width: 768px){
    .hero-content h1 {
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }
}