body {
    margin: 0;
    padding: 0;
    line-height: 20px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

/****** banner start ******/
.testiinner-banner {
    background-image: url(../images/testimonials-inner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    height: 400px;
    position: relative;

}
.custom-shape-divider-bottom-1761822350 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1761822350 svg {
    position: relative;
  
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
}

.custom-shape-divider-bottom-1761822350 .shape-fill {
    fill: #0e0370;
}
.testiinner-banner::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(0deg, rgb(9 1 107) -80%, rgba(255, 255, 255, 0) 112%);
}

.testiinner-banner h1 {
    font-weight: bold;
    font-size: 50px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 135px;
}


/****** banner end ******/
/****** main-body start ******/
.testimonial-section {
    background: #fff;
    padding: 80px 0;
    text-align: center;
    font-family: "Poppins", sans-serif;
}

.section-headertes p {
    color: var(--red);
    font-weight: 600;
    margin-bottom: 8px;
}

.section-headertes h2 {
    font-size: 32px;
    color: #000;
    font-weight: 700;
}

.section-headertes h2 span {
    color: var(--red);
}

/*.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 50px;
}*/

.testimonial-card {
    background: #e7ecf7;
    border-radius: 12px;
    border-left: 4px solid var(--yellow);
    padding: 25px;
    text-align: left;
	width:100%;
	height:100%;
    transition: all 0.3s ease;
    min-height: 235px;
}

.testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.1);
}

.profile-testimonials {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.profile-testimonials img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
}

.profile-testimonials .info-testimonials h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #17057e;
}

.profile-testimonials .info-testimonials p {
    font-size: 14px;
    color: #dd1b1b;
    margin: 2px 0 0;
}

.rating i{
    color: #ddb608;
    font-weight: 600;
    margin-bottom: 10px;
}

.rating span {
    color: #000;
    margin-left: 8px;
}

.text {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}
.section-headertes{
    padding-bottom: 50px;
}
/****** main-body end ******/