.wishdom_card {
    display: block;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.new_id {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.sm_card-1 {
    background: linear-gradient(45deg, #fafdfe, #ebf6ff);;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    flex: 1 1 300px;
    max-width: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 400px;
    border: 2px solid #fff;
    background: #ffffff;
}

.wishdon_sm_card {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    flex: 1 1 300px;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 200px;
}
.wishdom_testimonial-card-1 {
    display: flex;
    background: linear-gradient(45deg, #f9eeff, #f3e5f5);;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    flex: 2 1 600px;
    max-width: 800px;
    height: 260px;
    border: 2px solid #fff;
    background: #ffffff;
}


.wishdom_testimonial-image {
    flex: 0 0 200px;
    object-fit: fill;
    width: 360px;
    height: auto;
    border-radius: 15px !important;
}

.wishdom_testimonial-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

img.wishdom_testimonial-image {
    border-radius: 10px;
    margin: 20px;
}

.sm_card_block {
    display: block;
    margin-inline: 17.7%;
    margin-top: 20px;
}

.sm_card-2 {
    background: linear-gradient(45deg, #f9eeff, #f3e5f5);
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    flex: 1 1 300px;
    max-width: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2px solid #fff;
    background: #ffffff;
}
.sm_card-2 {
    display: flex;
    margin-left: 0%;
    margin-top: 20px;
    height: 300px;
}
.sm_card-4 {
    background: linear-gradient(45deg, #fff4d5, #fff4d5);
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 29.5%;
    float: left;
    margin-right: 20px;
    height: 439px;
    max-width: 330px;
    border: 2px solid #fff;
    background: #ffffff;
}
.sm_card-5 {
    background:linear-gradient(45deg, #fcfefe, #ebf6ff);;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 439px;
    max-width: 450px;
    border: 2px solid #fff;
    background: #ffffff;
}
@media (max-width: 1230px) and (min-width:1201px) {
    .sm_card-2 {
        display: flex;
        margin-left: 0% !important;
        margin-top: 20px;
        height: 300px;
    }
    .new_roy {
        margin-top: -39.6% !important;
        padding-left: 35px !important;
    }

}
@media (max-width: 1200px) and (min-width:992px) {
    .sm_card-2 {
        display: flex;
        margin-left: 0%;
        margin-top: 20px;
        height: 300px;
    }
    .new_roy {
        margin-top: -46.6% !important;
        padding-left: 35px !important;
    }
    .sm_card-4 {
        margin-left: 36%;
        float: left;
        margin-right: 20px;
        height: 442px;
        max-width: 280px;
        border: 2px solid #fff;
    }
}
@media (max-width: 991px) and (min-width:811px) {
    .sm_card-1, .sm_card-2, .sm_card-4, .sm_card-5, .wishdom_testimonial-card-1 {
        border-radius: 8px;
        padding: 30px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
        flex: 1 1 300px;
        max-width: 335px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 500px;
    }
    .wishdom_testimonial-image {
        flex: 0 0 200px;
        object-fit: fill;
        width: auto;
        height: auto;
        border-radius: 10px !important;
    }
    .img_1card, .img_3card, .img_4card, .img_5card {
        width: auto;
        height: 250px !important;
        border-radius: 10px;
        margin-bottom: 0px !important;
    }
    .new_roy {
        margin-top: 20px !important;
        padding-left: 0px !important;
    }
    .sm_card-4{
        margin-left: 0%;
        float: left;
    }
    .sm_card-2 {
        margin-left: 0% !important;
    }
}
@media (max-width: 810px) and (min-width:769px) {
    .wishdom_card {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.wishdom-card-content h2 {
    font-size: 2.5rem !important;
    color: #0d47a1;
    margin-bottom: 15px;
    font-weight: 600;
} 
.new_id {
    display: grid;
    justify-content: center;
    gap: 20px;
}
    .sm_card-1, .sm_card-2, .sm_card-4, .sm_card-5, .wishdom_testimonial-card-1 {
        border-radius: 8px;
        padding: 30px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
        flex: 1 1 300px;
        max-width: 680px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 600px;
    }
    .wishdom_testimonial-image, .img_1card, .img_3card, .img_4card, .img_5card {
        flex: 0 0 200px;
        object-fit: fill;
        width: auto;
        height: 300px !important;
        border-radius: 10px !important;
        margin-bottom: 0px !important;
    }
    .sm_card-4{
    margin-left: 0% !important;
    float: left;
    margin-right: 0px !important;
    }
    .new_roy {
        margin-top: 0px !important;
        padding-left: 0px !important;
    }
    .card_m{
        margin-top: 20px !important;
    }
}

@media (max-width: 768px) {
    .wishdom_card {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.new_id {
    display: grid;
    justify-content: center;
    gap: 20px;
}
.new_roy {
    margin-top: 0% !important;
    padding-left: 0px !important;
    display: contents;
}
.sm_card-1, .sm_card-2, .sm_card-4, .sm_card-5, .wishdom_testimonial-card-1 {
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    flex: 1 1 300px;
    max-width: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 420px;
    }
    .wishdom_testimonial-image {
        width: -webkit-fill-available;
        height: auto;
    }

    .wishdom_testimonial-content {
        padding: 20px;
    }
    .sm_card-4{
    margin-left: 0% !important;
    float: left;
    margin-right: 0px !important;
    }
   .sm_card-2 {
    margin-top: 0px !important;
   }
   img.img_3card {
    width: auto;
    height: 250px !important;
    border-radius: 10px;
    margin-bottom: 0px !important;
}
}

.m-t-20 {
    padding-top: 20px;
}

.sm-card-1 {
    display: flex;
    margin-left: 16.8%;
    margin-top: 20px;
    height: 350px;
    max-width: 330px;
}

.new_roy {
    margin-top: -39.5%;
    padding-left: 33px;
}

.long_card {
    margin-left: 38.5%;
    float: left;
    margin-right: 20px;
    height: 550px !important;
}

.sm_card.nane_new {
    height: 500px;
    max-width: 390px;
}

.card:hover {
    transform: translateY(-5px);
}

.wishdom-card-content {
    padding: 20px;
}

.wishdom-card-content h2 {
    font-size: 1.2rem;
    color: #0d47a1;
    margin-bottom: 15px;
    font-weight: 600;
}

.btn-wishdom {
    display: inline-block;
    padding: 6px 10px;
    background-color: #0d47a1;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.9rem;
    margin-bottom: 15px;
    transition: background 0.3s;
    outline: none !important;
}

.btn-wishdom:hover {
    background-color: #0054a6;
    color: white;
    outline: none !important;
}

.card img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
img.img_3card {
    width: auto;
    height: 130px;
    border-radius: 10px;
    margin-bottom: 10px;
}
img.img_4card {
width: auto;
height: 230px;
border-radius: 10px;
}
img.img_1card {
width: auto;
height: 250px;
border-radius: 10px;
}
img.img_5card {
width: auto;
height: 250px;
border-radius: 10px;
}
.m-t-15{
    margin-top: 15px !important;
}
/* screen feature */
@media (min-width: 1500px) and (max-width: 1600px) {
    .main-content {
        width: 1220px;
        padding-top: 10px;
    }
    .main-content img {
        width: 670px;
        height: auto;
    }
}
@media (min-width: 1601px) and (max-width: 1800px) {
.main-content {
        width: 1290px;
        padding-top: 10px;
    }
    .main-content img {
        width: 730px;
        height: auto;
    }
}
@media (min-width: 1300px) and (max-width: 1399px) {
.main-content {
        width: 1215px;
        padding-top: 10px;
    }
    .main-content img {
        width: 605px;
        height: auto;
    }
}
@media (min-width: 1200px) and (max-width: 1299px) {
.main-content {
        width: 1380px;
        padding-top: 10px;
    }
    .main-content img {
        width: 530px;
        height: auto;
    }
}
    