body{font-style: normal !important;font-weight: inherit !important;}
h1,h2,h3,h4{font-family: "Jost", Sans-serif !important;text-align: left !important;font-weight: bold !important;font-style: initial !important;line-height: initial !important;}
h2.head{font-size: 60px  !important;}
.content .textBox,p{text-align: left !important;font-style: normal !important;}
.footer-bottom p{text-align: center !important;}
.nav-links{margin-bottom: 0px !important;} 
.nav-links a{font-weight: 500 !important;}


.slick-slide {
    margin: 0 15px;   /* left & right gap */
}

/* Fix slick track so margin doesn’t break layout */
.slick-list {
    margin: 0 -15px;
}
/* ---- Testimonial Container ---- */
.testimonial-slider .testimonial-item {
    background: #ffffff;
    border-radius: 18px;
    padding: 35px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    /*box-shadow: 0 10px 30px rgba(0,0,0,0.12);*/
    transition: all 0.3s ease;
	background: #ededed !important;
	margin:10px
}

/* Hover effect */
.testimonial-slider .testimonial-item:hover {
    transform: translateY(-8px);
	
   /* box-shadow: 0 20px 40px rgba(0,0,0,0.15);*/
}

/* ---- Avatar ---- */
.testimonial-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    /*box-shadow: 0 8px 20px rgba(0,0,0,0.15);*/
    margin-bottom: 20px;
}

/* ---- Testimonial Text ---- */
.testimonial-text {
    font-size: 17px;
    line-height: 1.7;
    color: #444;
    font-style: italic;
    margin-bottom: 20px;
}

/* ---- Name ---- */
.testimonial-name {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-bottom: 5px;
}

/* ---- Role ---- */
.testimonial-role {
    font-size: 14px;
    color: #777;
}

/* ---- Dots (Slick) ---- */
.slick-dots li button:before {
    font-size: 12px;
    color: #aaa;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    color: #007bff;
    opacity: 1;
}