@font-face {
    font-family: "Gilroy-Bold";
    src: url("../font/Gilroy-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gilroy-Semibold";
    src: url("../font/Gilroy-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gilroy-Medium";
    src: url("../font/Gilroy-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.brand-section {
    padding: 90px 0;
    /* background: linear-gradient(135deg, #eef1f7, #e9edf4); */
}

.brandCompaanyDiv {
    display: flex;
    flex-wrap: wrap; 
    gap: 3rem;
    justify-content: center;
}

/* /////Testimonial css//////
/* Container for the entire section */
.feedback-wrapper {
    /* background-color: #f9fbff; */
}

/* Individual Card Styling */
.review-item {
    /* background: #ffffff; */
    height: 445px !important;
    border-radius: 24px; /* More rounded for a modern look */
    box-shadow: 0 10px 40px rgba(0, 51, 153, 0.04); /* Soft blue-tinted shadow */
    transition: all 0.3s ease-in-out;
}

.review-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 50px rgba(0, 51, 153, 0.08);
}
.swiper-wrapper{
    height: 500px;
}

/* Avatar Border */
.client-avatar {
    border: 3px solid #f0f4ff;
}

/* Typography Adjustments */
.client-name {
    font-family: "Gilroy-Bold";
    font-size: 14px;
    color: #2b2537;
}
.clientCompany-label {
    font-family: "Gilroy-Medium";
    font-weight: 400;
    font-size: 11.7px;
        color: #2b2537;

}
.company-label {
    font-size: 0.85rem;
    display: block;
    margin-bottom: 2px;
}

.rating-bar {
    font-size: 0.7rem;
    letter-spacing: 2px;
}

.review-content {
  font-family: 'Gilroy-Medium';
font-weight: 400;
font-size: 11px;
line-height: 25px;
letter-spacing: 0%;
color: #2b2537;
}

