.landed-hero{
    width: 100%;
    background: #EDF3FD;
    padding-bottom: 20px;
}

.containercustom{
    width:85%;
    margin: 0 auto;
}
.internalboxayurveda{
    width: 100%;
    /* padding: 20px; */
    display: flex;
    align-items: center;
    gap:10px;
    justify-content: center;
}

.firtayurboxhead{
    flex: 1;
    width: 100%;
}
.imageboxayur{
    flex: 1;
    width: 100%;
    
}
.imageboxayur > .image {
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 5px;  */
}

.imageboxayur > .image > img {
    max-width: 100%;
    width: 35%; /* ya apni requirement ke hisab se */
    height: auto;
    object-fit: contain;
    display: block;
}


/* .imageboxayur > .image > img {
    width: 100%;
    height: 80px;
    object-fit: contain;
} */
.selectalphabetheader{
    width: 100%;
    margin: 0 auto;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 2px 0px;
}
.alphabetlist{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    flex-wrap: wrap;
}
/* .selectalphabethead{
    padding: 20px 0px 10px;
} */

.selectalphabethead{
    margin-bottom:15px;
}
.selectalphabethead > p{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom:0px;
}

.selectalphabetlist{
    margin-top:10px
}
.selectalphabet{
    margin-top:15px;
    padding:20px;
    background:#fff;
    border-radius:16px;
    box-shadow:0 5px 20px rgba(0,0,0,.06);
    /* border: 2px solid #97b7ff; */
}
.alphabet{
    width:38px;
    height:38px;
    border-radius:10px;
    background:#EDF3FD;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    font-size:16px;
    font-weight:600;
    transition:.3s ease;
    border:.5px solid ;

}

.alphabet:hover{
    background:#1877F2;
    color:#fff;
    transform:translateY(-3px);
}
#letter_name{
    color: #1877F2;
}

.activelett{
    background:#1877F2 !important;
    color:#fff !important;
    box-shadow:0 4px 15px rgba(24,119,242,.3);
}

.ayurvedalist{
    padding: 40px 0px 30px;
    width: 100%;
    margin: 0 auto;
}
.ayurvedalistbody{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:20px;

}
.ayurvedabox{
    display: flex;
    align-items: center;
    gap: 15px;

    width: 100%;
    height: 100px;          
    padding: 6px;

    background: #fff;
    border-radius: 12px;
    box-shadow: rgb(178, 178, 253) 0px 2px 5px -1px,
                rgba(184, 217, 255, 0.678) 0px 1px 3px -1px;

    overflow: hidden;
    transition: .3s ease;
}

.ayurvedabox:hover{
    background: #dbe8ff;
    outline:2px solid #97b7ff ;
    transform: translateY(-3px);
    
}

.smallimagebox{
    flex: 0 0 90px;
    width:90px;
    height:90px;

    display:flex;
    align-items:center;
    justify-content:center;
}

.smallimagebox > img{
    width: 100%;
    mix-blend-mode: multiply;
}
.parabox > .titl{
    margin-bottom:0px;
    font-weight: 600;
    font-size: 18px;
    text-decoration: underline #97b7ff;
    
}


.parabox > .para{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
}

.pagination-wrapper{
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.pagination{
    margin: 0;
}

.no-record-found{
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px 20px;
    font-size: 18px;
    font-weight: 600;
    color: #666;
}

@media(max-width: 680px){
    .containercustom{
        width: 98%;
        margin: 0 auto;
    }

    .internalboxayurveda{
        width: 100%;
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap:10px;
        justify-content: center;
    }
    .imageboxayur > .image > img{
    width: 80%;
    margin: 0 auto;
    object-fit: cover;
    
    }
    .selectalphabethead > p{
        font-size:20px !important;
    }
    .firtayurboxhead{
        width: 100%;
        text-align: center;
    }
    .alphabetlist > .alphabet{
        margin: 5px 0px 5px;
        width: 45px;
        height: 45px;
    }
    .ayurvedalistbody{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:10px;

}

.alphabetlist {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 9px;
    flex-wrap: wrap;
}
}