.banner img.img-fluid {
    height: auto;
    height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.banner .guides {
    position: absolute;
    height: 350px;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
}

.banner h1 {
    font-size: var(--f36);
    text-shadow: 0px 0px 3px #000;
    margin-bottom: 0px;
    margin-top: var(--m90);
    color: var(--white-color);
}

/*breadcrumb css start*/
.breadcrumb-wrap {
    padding: var(--p20);
    background-color: var(--white-color);
    border-bottom: 1px solid #ececec;
}

.breadcrumb {
    display: inline-block;
    padding: 0;
    text-transform: capitalize;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    background: none;
    margin: 0;
    border-radius: 0;
    padding-left: var(--p20);
}

.breadcrumb span {
    position: relative;
    text-align: center;
    padding: 0 var(--p10);
}

.breadcrumb i.fa-solid.fa-house {
    margin-right: var(--m5);
}




/* testimonial section css  */


.testimonial-page-wrap .card figure {
    position: relative;
    text-align: center !important;
    padding: 0px !important;
}

.testimonial-page-wrap .card figure:before {
    content: '\f10e';
    position: absolute;
    top: -28px;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    width: 45px;
    height: 45px;
    background-color: #3b1a55;
    justify-content: center;
    align-items: center;
    display: flex;
    color: var(--white-color);
    border-radius: 0 100px 100px 100px;
}

.testimonial-page-wrap .card {
    background-color: transparent;
    box-shadow: 0px 0px 2px #00000069;
    border-radius: 10px;
    border: none;
    border: 2px solid #9810fa;
    background: #fff;
}

.testimonial-page-wrap {
    /* padding-top: 100px; */
    /* margin-top: 100px; */
}

.testimonial-page-wrap .card .blockquote-footer {
    margin-top: 10px;
    text-align: right;
    color: var(--secondary-color) !important;
    font-weight: 600;
    font-size: 13px;
}

.testimonial-page-wrap .card blockquote p {
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
}

.testimonial-page-wrap .card blockquote p.client-name {
    font-weight: 600;
    height: auto;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: var(--heading-font);
    font-size: 18px;
    color: var(--heading-color);
    letter-spacing: 1px;
}

.testimonial-page-wrap .card .blockquote-footer cite {
    font-weight: 800;
    font-size: 13px;
}

.testimonial-page-wrap .card img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    object-fit: cover;
    box-shadow: 0px 0px 5px 0px #00000052;
    padding: 8px;
}

.testimonial-page-wrap .col-lg-4 {
    margin-bottom: var(--m30);
}

.rating i {
    color: #f6bb06;
}

@media (max-width: 425px) {
    .banner img.img-fluid {
        height: 250px;
    }
}


.testimonial-box p{
    height: 100%;
    overflow: hidden;
    margin-bottom: 5px;
}


.ser-para.short {
  max-height: 90px;
  overflow: hidden;
  position: relative;
}

.toggle-btn {
  color: var(--heading-color);
  cursor: pointer;
  display: inline-block;
  margin-top: 15px;
  font-size: var(--f16);
  text-decoration: none;
  text-transform: capitalize;
}

.toggle-btn:hover {
    color: var(--heading-color);
}