body {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
}

.section-title {
    font-weight: 700;
    font-size: 2rem;
}

.custom-fs {
    font-size: 23px !important;
}

.custom-fs-2 {
    font-size: 20px !important;
}

.ctm-h2 {
    color: #105189 !important;
}

.ctm-border {
    border: 2px solid #000;
}

.brand-slider {
    overflow: hidden;
    position: relative;
    height: 80px;
    background: #f8f9fa;
}

.brand-track {
    display: flex;
    width: max-content;
    animation: scroll-left 25s linear infinite;
}

.brand-track img {
    max-height: 60px;
    margin-right: 60px;
    opacity: 0.6;
    filter: grayscale(100%);
    transition: all 0.3s;
}

.brand-track img:hover {
    opacity: 1;
    filter: grayscale(0%);
    transform: scale(1.05);
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

.testimonial {
    background-color: #f8f9fa;
    border-left: 4px solid #007bff;
    padding: 1.5rem;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.testimonial .name {
    font-weight: 600;
    margin-top: 1rem;
}

.testimonial .role {
    font-size: 0.875rem;
    color: #777;
}

.client-logos img {
    max-height: 60px;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: 0.3s ease;
}

.client-logos img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

.testimonial-card {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
}


.testimonial-card {
    height: 400px;
    position: relative;
}

.bg-ctm {
    background-color: #014166ff;
}

.bg-light-sky {
    background-color: #DEF1FC;
}

.testimonial-message {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 1;
}

.testimonial-info {
    z-index: 1;
}

.testimonial-image {
    z-index: 2;
}

.btn-custom {
    background-color: #026e1fff;
    color: white;
    border: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    padding: 0.5rem 1rem; 
    font-weight: 500;
    border-radius: 0.3rem;
}

.btn-custom:hover, .btn-custom:focus {
    background-color: #026e1fff;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

.btn-custom-2 {
    background-color: #0075B2;
    color: white;
    border: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    padding: 0.5rem 1rem; 
    font-weight: 500;
    border-radius: 0.3rem;
}

.btn-custom-2:hover, .btn-custom-2:focus {
    background-color: #0075B2;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

.btn::after {
  content: "";
}
