.ne-pr {
    display: grid;
    grid-template-rows: 1fr;
    background-color: #fff;
}

.im-pr {
    max-width: 100%;
    filter: drop-shadow(1px 1px 3px #a6a6a6);
}

/* ----- Product Section ----- */
.product-new {
    display: grid;
    grid-template-columns: 0.9fr 1fr;
    margin: auto;
    padding: 2.5em 1em;
    min-width: 900px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* ----- Photo Section ----- */
.product__photo {
    position: relative;
}

.photo-container {
    position: absolute;
    left: -2.5em;
    display: grid;
    grid-template-rows: 1fr;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    box-shadow: 4px 4px 25px -2px rgba(0, 0, 0, 0.3);
}

.photo-main {
    border-radius: 6px 6px 0 0;
    background-color: #9be010;
    background: radial-gradient(#e5f89e, #96e001);
}




.photo-main img {
    position: absolute;
    left: 2.2em;
    top: 4.8em;
    max-width: 88%;
    filter: saturate(150%) contrast(120%) hue-rotate(10deg) drop-shadow(1px 20px 10px rgba(0, 0, 0, 0.3));
}

.photo-album {
    padding: 0.7em 1em;
    border-radius: 0 0 6px 6px;
    background-color: #fff;
}

.photo-album ul {
    display: flex;
    justify-content: space-around;
}

.photo-album li {
    float: left;
    width: 55px;
    height: 55px;
    padding: 7px;
    border: 1px solid #a6a6a6;
    border-radius: 3px;
}

/* ----- Informations Section ----- */
.product__info {
    padding: 0.8em 0;
}

.title h1 {
    margin-bottom: 0.1em;
    color: #4c4c4c;
    font-size: 1.5em;
    font-weight: 900;
}

.title span {
    font-size: 0.7em;
    color: #a6a6a6;
}




.description {
    clear: left;
    margin: 2em 0;
}

.description h3 {
    margin-bottom: 1em;
}

.description p {
    width: 570px;
}

.description ul {
    font-size: 0.8em;
}

.description li {
    margin-bottom: 0.5em;
    font-size: 15px;
}

.hed-de {
    text-align: center;
}

.new-des {
    width: 78%;
    margin: auto;
}

.description1 {
    font-weight: 600;
}

.buy--btn {
    padding: 1.5em 3.1em;
    border: none;
    border-radius: 7px;
    font-size: 0.8em;
    font-weight: 700;
    letter-spacing: 1.3px;
    color: #fff;
    background-color: #0c453b;
    box-shadow: 2px 2px 25px -7px #4c4c4c;
    cursor: pointer;
    text-transform: uppercase;
}

.buy--btn:active {
    transform: scale(0.97);
}

/* Responsive styles */
@media screen and (max-width: 1200px) {
    .product-new {
        min-width: 100%;
        padding: 2em 0.5em;
    }

    .description p {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .product-new {
        grid-template-columns: 1fr;
    }

    .product__photo {
        padding-bottom: 30px;
    }

    .photo-container {
        position: relative;
        left: 0;
    }

    .photo-main img {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 768px) {
    .photo-container {
        height: auto;
    }

    .photo-main img {
        position: static;
        max-width: 100%;
        transform: none;
    }

    .photo-album ul {
        flex-wrap: wrap;
    }

    .photo-album li {
        margin-bottom: 10px;
    }

    .new-des {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .title h1 {
        font-size: 1.2em;
    }

   

    .buy--btn {
        padding: 1em 2em;
    }
}

/*certification*/

#start {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 1;
    font-size: 75px;
    background: -webkit-linear-gradient(#00aff9, #0086c3);
    background: linear-gradient(#00aff9, #0086c3);
    color: #342c2a;
    -webkit-animation: slide 1.5s ease-in-out forwards;
    animation: slide 1.5s ease-in-out forwards;

}

#slide1,
#slide2,
#slide3,
#slider4,
#slide4 {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    background: #ced4d0;

    color: #342c2a;
    font-size: 75px;
}

.img_q {
    text-align: center;
    margin: 0;
    height: 500px;
    width: 800px;
}

.wrapper_1 {
    width: 611px;
    margin: 0 auto;
}

.container_1 {
    position: relative;
    top: 0;
    left: 0;
    width: 800px;
    height: 500px;
    margin: 0;
    padding: 0;
    background: #282929;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.6);
    border: 1px solid #fff;
}

.navigation {
    position: absolute;
    bottom: 0px;
    left: -140px;
    margin: 0;

    padding: 0;
}



.btn1 {
    float: left;
    margin: 6px;
    width: 120px;
    height: 60px;
    text-align: center;
    border: 1px solid #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
}

.btn1 a img {
    display: block;
    text-decoration: none;
    height: 63px;
    width: 120px;
    letter-spacing: 2px;
    font-size: 12px;
}

.btn1:hover {
    -webkit-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background: #00aff9;

}


#slide1:target,
#slide2:target,
#slide3:target,
#slide4:target,
#slide5:target {
    -webkit-animation: slide 1.5s ease-in-out forwards;
    animation: slide 1.5s ease-in-out forwards;
}

@-webkit-keyframes slide {
    0% {
        font-size: 0px;
        opacity: 1;
    }

    100% {
        font-size: 75px;
        opacity: 1;
    }
}

@keyframes slide {
    0% {
        font-size: 0px;
        opacity: 1;
    }

    100% {
        font-size: 75px;
        opacity: 1;
    }
}

.inner-heading {
    font-size: 1.5rem;
    color: #2c3e50;
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}
.inner-heading::after {
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    background-color: #e74c3c;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.images_about{
    background-color: #e2ca76;
    padding: 10px;
    
    box-shadow:0 20px 15px #bdbdbd;
}



  
  .container_icon {
    width: 400px;
    margin-top: 15px;
    margin-bottom: -45px;
    text-align: center;
    margin-left: -75px;
    
  }
  
  .icon {
    display: inline-block;
    background: #db0404;
    width: 60px;
    height: 60px;
    color: white;
    margin-left: -3px;
    margin-right: -3px;
    transition: all 0.5s;
    cursor: pointer;
  }
  
  .icon span {
    padding-top: 22px;
    opacity: 0;
    transition: all 0.5s;
  }
  
  .first {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  
  .last {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }
  
  .label {
    position: relative;
    top: -40px;
    color: white;
    font-weight: bold;
    pointer-events: none;
    transition: all 0.5s;
  }
  
  .share:hover .icon {
    border-radius: 50%;
    margin-left: 0px;
    margin-right: 5px;
  }
  
  .share:hover .icon span {
    opacity: 1;
  }
  
  .share:hover .label {
    opacity: 0;
  }
  
  .share:hover .fb {
    background: #3b5998;
  }
  
  .share:hover .twtr {
    background: #092717;
  }
  
  .share:hover .linkd {
    background: #007bb5;
  }
  
  .share:hover .gplus {
    background: #dd4b39;
  }
  

  .product-container {
    max-width: 400px;
    padding: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 20px;
    background-color: #ffffff;
}

.cc {
    margin-bottom: -37px;
    display: flex;
}

.radio-group {
    margin: 12px 0;
    padding: 10px;
    border-radius: 6px;
    transition: background-color 0.2s;
}

.radio-group:hover {
    background-color: #f5f5f5;
}

.radio-group input[type="radio"] {
    margin-right: 10px;
    cursor: pointer;
}

.radio-group label {
    cursor: pointer;
    font-size: 16px;
    color: #333333;
    display: inline-flex;
    align-items: center;
}

.price-display {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #e0e0e0;
}

.price-display p {
    font-size: 18px;
    font-weight: 600;
    color: #2c2c2c;
    margin: 0;
}

#product-price {
    color: #2e7d32;
    margin-left: 5px;
}

/* Custom radio button styling */
.radio-group input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #757575;
    border-radius: 50%;
    outline: none;
    position: relative;
}

.radio-group input[type="radio"]:checked {
    border-color: #2e7d32;
}

.radio-group input[type="radio"]:checked::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #2e7d32;
    border-radius: 50%;
}