      .related{
        background: #F5F5F5;
    }
    .related-container{
        padding: 1rem 0;
    }
    .related-title{
        color: #1B1D1C;
        text-align: center;
        font-family: 'Sora-semibold';
        font-style: normal;
        font-weight: 600;
        line-height: 0.56rem;
    }
  
    .free-modal-background {
        position: fixed;
        z-index: 9999; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto; /* Enable scroll if needed */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }

    .free-modal-content {
        background-color: #fefefe;
        margin: 10% auto; /* 15% from the top and centered */
        padding:0.2rem;
        border: 1px solid #888;
        width: 50%; /* Could be more or less, depending on screen size */
    }

    .free-modal-close {
        color: #aaa;
        float: right;
        font-weight: bold;
    }

    .free-modal-close:hover,
    .free-modal-close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

    .wpcf7-submit{
            
            width: 100%;
            height: 0.8rem;
            background-color: #007634;
            border-radius: 0px;
            padding: 0;
            margin: 0;
            color: #FFF;
            font-family: 'Sora-semibold';
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 24px;
            text-transform: uppercase;
            border:0px !important;
        }
        .input-row p {
        width: 100% !important;
        }
        .input-row textarea{
            height:auto !important;
        }
    .p-d-title{
        color:  #1B1D1C;
        font-family: 'Sora-semibold';
        font-style: normal;
        font-weight: 600;
        line-height: 42px; 
        padding-bottom: 0.1rem;
    }
        .p-d-subtitle{
            color: #007634;
            font-family: 'Sora-regular';
            font-style: normal;
            font-weight: 400;
            line-height: 24px; /* 150% */
        }
        .p-d-content{
            color:  #7D7D7D;

            font-family: 'Sora-regular';
            font-style: normal;
            font-weight: 400;
            line-height: 24px; /* 150% */
            margin-bottom: .25rem;
        }
        .p-d-keyfrom p{
            color:  #1B1D1C;
            font-family: 'Sora-semibold';
            font-style: normal;
            font-weight: 600;
            line-height: 30px; /* 150% */
            margin-bottom:.1rem;

        }

        .p-d-keyfrom ul li{
            position: relative; 
            color:  #444747;
            font-family: 'Sora-regular';
            font-style: normal;
            font-weight: 400;
            line-height: 24px; /* 150% */
            margin-bottom: .1rem;
            border-bottom: 1px dashed #E5E5E5; 

            padding-bottom: .1rem; 
            padding-left: .2rem; 
        }
        .p-d-keyfrom ul li::before {
            content: ""; 
            position: absolute; 
            left: 0; 
            top: 35%; 
            transform: translateY(-35%); 
            width: 6px; 
            height: 6px; 
            background-color: #007634; 
            border-radius: 50%;
        }

        .d-cate-breadcrumbs{
            margin-top: 1rem;
            padding-top: 24px;
        }
        .d-cate-breadcrumbs a{
            color:  #7D7D7D;
            font-family: Sora;
            font-style: normal;
            font-weight: 400;
            line-height: 24px; /* 150% */
        }

        .p-details{
            width: 100%;
            max-width: 12.20rem;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
        }
        .p-details-li {
        width: 50%;
        max-width: 6rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* height: 100vh; */
        }

        .carousel-container {
            overflow: hidden;
            width: 100%;
            max-width: 5.2rem;
            height: 5.2rem;
            border: 1px solid  #E5E5E5;
            background: rgba(0, 0, 0, 0.03);
            position: relative;
        }

        .carousel-slide {
            display: flex;
            width: 12rem;
            transition: all 0.3s;
        }

        .carousel-slide img {
            width: 5.2rem;
            height: 5.2rem;
        }

        .carousel-thumbnails {
            display: flex;
            justify-content: space-between;
            gap: 5px;
            margin-top: 0.1rem
        }

        .carousel-thumbnails img {
            width: 1rem;
            height: 1rem;
            cursor: pointer;
            opacity: 0.6;
            transition: opacity 0.3s; 
        }

        .carousel-thumbnails img.active-thumb {
            opacity: 1;
            border: 2px solid #007634;
        }

        .buttons {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
            margin-top: .2rem;
        }

        button {
            padding: .1rem .2rem;
            border: none;
            cursor: pointer;
            border-radius: 5px;
            background-color: #333;
            color: #fff;
        }

        button:hover {
            background-color: #555;
        }

        @media (max-width: 768px) {
            .p-details {
                flex-direction: column;
                align-items: center;
            }

            .p-details-li {
                width: 100%;
            }

            .carousel-container {
                max-width: 100%;
                height: auto;
                border: none;
                margin-bottom: 20px;
            }

            .carousel-slide {
                width: 100%;
            }

            .carousel-slide img {
                width: 100%;
                height: auto;
            }

            .carousel-thumbnails {
                flex-direction: row;
                justify-content: center;
            }

            .carousel-thumbnails img {
                width: 80px;
                height: 80px;
                margin: 0 5px;
                opacity: 0.6;
            }

            .carousel-thumbnails img.active-thumb {
                opacity: 1;
                border: none;
            }

            .buttons {
                margin-top: 10px;
            }

            button {
                padding: 10px 20px;
            }
            .pro-details-content{
                padding: 0 20px;
                box-sizing: border-box;
                margin-top: 20px !important;
            }
            .d-cate-breadcrumbs{
                padding:  0px 20px !important;
            }
            .detail-description{
                margin-top: 50px !important;
                padding: 0 20px;
                box-sizing: border-box;
            }
            .usage-recommend{
                margin-top: 0px;
            }
            .related-container{
                padding-top: 50px;
                padding-bottom: 50px;
            }
        }


   
    .ques-link{
        margin-top: 1rem;
    }
    .ques-link-ul{
        width: 100%;
        display: flex;
        justify-content: center;
        border-radius: 20px;
        background:  #FFF;
        box-shadow: 0px 3px 30px 0px rgba(27, 29, 28, 0.10);

    }
    .ques-link-li{
        width: 50%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: .5rem 0;
    }
    .ques-link-title{
        color:  #007634;
        font-family: 'Sora-semibold';
        font-style: normal;
        font-weight: 600;
        line-height: 44px; /* 137.5% */
        margin-bottom: .4rem;
    }
    .ques-link-li img{
        padding-right: 6px;
    }
    .ques-link-li p {
        margin-bottom: .16rem;
        display: flex;
        align-items: center;
    }
    .ques-link-li p  a{
        color:  #444747;
        font-family: 'Sora-regular';
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
        text-decoration-line: underline;
    }

       #prev,#next{
        width: .8rem;
        height: .8rem;
        border-radius: 50px;
        background: #1B1D1CB2;
    }
    #prev{
        position: absolute;
        top: 1.6rem;
        left: -0.9rem;
        transform: translate(50%,50%);
        z-index: 9999;
    }
    #next{
        position: absolute;
        top: 1.6rem;
        right: 0.8rem;
        transform: translate(50%,50%);
        z-index: 9999;

    }
    #prev:hover, #next:hover {
        background-color: #007634;
    }


        .p-faq {
            margin-bottom: 10px;
            border-bottom: 1px solid #ccc;
            overflow: hidden;
            transition: all 0.3s ease; 
        }

        .p-faq-title {
            position: relative;
            margin: 0;
            padding:.15rem 0;
            padding-bottom:.2rem;
            color: #333;
            cursor: pointer;
            display: flex;
            align-items: center;
        }

        .p-faq-title:before {
            content: "+";
            color: #333;
            font-size: 20px;
            right: 0;
            position: absolute;
            transform: rotate(0deg); 
            transition: transform 0.6s ease; 
            font-weight: bold;
        }
        .p-faq.open .p-faq-title:before {
            content: "-"; 
        }
        .p-faq-content {
            overflow: hidden;
            display: none;
            color: #444747;
            font-family: 'Sora-regular';
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
            box-sizing: border-box;
        }

        .p-faq.open .p-faq-content {
            padding: .15rem 0; 
            padding-top:0px;
        }

        .p-faq.open .p-faq-title:before {
            transform: rotate(180deg); 
        }
     .detail-description{
            margin-top: 1rem;
            }

            table {
                width: 100%;
                border-collapse: collapse;
                margin-top: .2rem;
            }

            th, td {
                padding: .15rem;
                text-align: left;
                border: 1px solid #ddd;
            }

            th {
                background-color: #f2f2f2;
                font-weight: bold;
            }

            .table-title {
                font-size: 24px;
                font-weight: bold;
                margin-bottom: 20px;
            }

            @media (max-width: 768px) {
            .table-title {
                font-size: 18px;
            }

            th, td {
                padding: 8px;
                font-size: 14px;
            }

            th {
                background-color: #e6e6e6;
            }
            .detail-description {
                display: block;
                width: 100%;
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
            }

            .ques-link{
                padding: 0 20px;
                box-sizing: border-box;
                margin-top: 50px;

            }

            .ques-link-li{
                padding: 25px 0;
            }
            .ques-link-title{
                margin-bottom: 10px;
            }
            .p-d-title{
                line-height: 30px;
            }
          }

