.section-desc {
    color: #6c757d;
}
.text-3 {
    font-size: 2rem !important;
    color: #4a5568;
}
.industry-card:hover {
    background-color: #e0f2fe;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.industry-card {
    background-color: #f0f9ff;
    border: 1px solid #e0f2fe;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: left;
    transition: all 0.3s ease;
    height: 100%;
    cursor: pointer;
    align-items: center;
}
.industry-card1 {
    /* border: 15px solid white; */
    background-color: #26ade5;
    padding: 33px;
    border-radius: 12px;
    height: 100%;
    text-align: center;
}
.industry-card1:hover {
    background-color: #26ade5;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.industry-title {
    font-weight: 600;
    color: #4a5568;
    margin: 0;
    font-size: 1.3rem;
    margin-bottom: 17px;
}
.card-text:last-child {
    margin-bottom: 0;
    color: #6c757d;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-text {
    color: #6c757d;
    line-height: 1.6;
    font-size: 0.9rem;
    margin-bottom: 0;
}

.submain-section1 {
    /* position: relative; */
    background: url(https://matrackinc.com/casestudies/images/bg2-1.jpg);
    background-size: cover;
    padding-top: 97px;
    padding-bottom: 97px;
}
.titleblue {
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
}
.imagePara1 {
    font-weight: 200;
    line-height: 1.2em;
    font-size: 30px;
    color: white;
}
.textBox1 {
    border: 0px solid #1569AE;
    background-color: #FF6600;
}
.imagePara2 {
    font-weight: 200;
    font-size: 30px;
    color: white;
    font-weight: 600;
    text-align: left;
}

.modern-testimonial-card {
    background: linear-gradient(to bottom, rgb(219 229 231 / 97%) 0%, rgb(230 236 236 / 78%) 100%);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px 25px;
    text-align: center;
    height: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    flex: 0 0 300px !important;
}
.modern-testimonial-section {
    /* position: relative; */
    background: url(https://matrackinc.com/casestudies/images/bg2-1.jpg);
    background-size: cover;
    padding-top: 97px;
    padding-bottom: 97px;
}
.modern-testimonial-author {
    font-size: 20px !important;
    color: #4a5568 !important;
    margin-bottom: 15px;
}
.modern-testimonial-text {
    font-size: 13px !important;
    display: block !important;
    color: #6c757d !important;
}

.btn-gradient {
    margin-top: 28px;
}