.testimonial-container {
width:100%;
margin: 0 auto;
text-align: center;
}
.tabs {
display: flex;
justify-content: center;
gap: 20px;
margin-bottom: 1%;
padding-top:2%;
}
.tab {
background: none;
border: none;
font-size:var(--h3);
font-weight: 600;
color:#000000;
cursor: pointer;
padding: 10px 20px;
border-bottom: 2px solid transparent;
transition: border-color 0.3s;
font-size: clamp(18.959px, 1.185rem + ((1vw - 3.2px) * 1.082), 30px);
font-style: normal;
font-weight: 700;
}
.tab.active {
border-bottom: 2px solid #2b3b94;
color: #2b3b94;
}
.testimonial-content {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 3rem;
padding: 2% 0%;
width: 100%; 
margin: 0 auto; 
} .quote-icon {
position: absolute;
top: -55px;
left: 30px;
z-index: 1;
}
.testimonial-text {
font-size: var(--p);
line-height: 1.5;
margin: 20px 0;
color: #000000;
font-weight: 400;
text-align: left;
text-transform: unset;   padding-top: 5%;
}
.testimonial-author {
display: flex;
align-items: center;
gap: 10px;
}
.owl-item{
padding: 5px;
box-sizing: border-box;
}
.author-photo {
position: absolute;
right: 10px;
top: -55px;
z-index: 1;
}
.author-name {
font-size:var(--font22);
font-weight:600;
margin: 0;
color: #2b3b94;
line-height:1.4;
text-align: left;
}
.author-role {
font-size: 16px !important;
margin-top: 0 !important;
color: #000;
font-weight: 400;
line-height: 1;
text-align: center;
}
.testimonial-card{
max-width: calc((94vw - 40px) / 3);
padding: 40px 30px;
display: flex;
flex-direction: column;
}
#parents.testimonial-content{
display: flex ;
justify-content: center ;
}
.testimonial-card .box {
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
background: #fff;
border-radius: 15px;
display: flex;
flex-direction: column;
gap: 0;
padding: 30px;
align-items: center;
justify-content: center;
padding-top: 0px;
margin-top: 90px;
}
.testimonial-card .box .img-sec {
max-width: 140px;
border: 6px solid rgb(248 248 248);
border-radius: 50%;
margin-top: -70px;
overflow: hidden;
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.testimonial-card .content p {
font-size: 18px;
margin: 0px 0px 20px 0;
font-weight: 400;
color: #000000;
width: 100%;
line-height: 1.4;
text-align: center;
}
.author-name{
text-align: center;
}  .owl-nav button,.owl-nav div{
margin: 0  !important;
font-size: 0 !important;
background: transparent !important;
}
.owl-dots {
padding: 10px 2.25rem 10px 10px;
margin: 2rem auto 0 auto;
line-height: 13px;
border: 1px solid #000000;
border-radius: 50px;
display: inline-flex;
justify-content: center;
gap: 5px;
}
.owl-dot { border-radius: 50%;
}
.owl-dot.active {
background-color: #000; 
}
.owl-theme .owl-nav {
--dots-width : 197px;
--dots-height : 36px;
display: flex;
justify-content: space-between;
align-items: center;
width: calc(var(--dots-width) - 10px);
height: var(--dots-height);
left: calc((100% - var(--dots-width)) / 2);
margin:2rem 10px auto 0  !important
}
.owl-next{padding: 0 !important;
aspect-ratio: 1; margin: 0px;
display: inline-block;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
right: 0;}
.owl-nav {display: inline-block;
position: absolute;
margin: 0!important;}
.owl-prev{display:none;}
.owl-next::before {
content: url(https://www.indiaautismcenter.org/wp-content/uploads/2025/01/Testimonial_icon-PNG.png);
padding: 0;
line-height: 1;
aspect-ratio: 1;
display: inline;
}
.owl-nav button span{display:none;}   
.owl-theme .owl-nav [class*='owl-']:hover {
background:unset!important;
color: #FFF;
text-decoration: none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #000000!important;}
.owl-theme .owl-dots .owl-dot span{ margin:2px!important;}
.author-photo {
position: absolute;
right: 10px;
top: -55px;
z-index: 4;
width: 80px;
height: 80px;
border-radius: 50%;
overflow: hidden;
}
@media only screen and (max-width: 781px){
.author-photo{
position: relative;
top:unset;
right: unset;
max-width: 4.5rem;min-width:60px;
}
.testimonial-author{
display: flex;
flex-direction: row;
gap:1rem;
align-items: flex-start;
}
.testimonial-text{
font-size: 1rem;        height: unset !important;
}
.author-name{
line-height: 1.1;
font-size: 1.5rem;
font-weight: 600;
}
.author-role{
font-size: 1rem;
font-weight: 400;
}
.author-photo img{        width: 60px !important;
height: 60px;
border-radius: 50%;}
.testimonial-card{
max-width: 100%;
padding: 1rem !important;
}
.testimonial-slider .owl-stage-outer, .testimonial-slider-professionals .owl-stage-outer, .testimonial-slider-social .owl-stage-outer{
padding: 0 !important;
}
}.faq-section {
padding: 20px;
max-width: 600px;
margin: 0 auto;
}
.faq-title {
font-size: 2rem;
color: #2b3b94; 
margin-bottom: 20px;
}
.faq-item {
border-bottom: 1px solid #2B3A95; 
padding: 15px 0;
}
.faq-question {
background: none;
border: none;
width: 100%;
text-align: left;
font-size: var(--font28-1);
font-weight: 600;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 0;
color: #000000; 
}
.faq-answer {
display: none; 
padding: 10px 0;
font-size: 1.25rem;
color: #000000;
}
.faq-answer p{font-size: 1.25rem !important;}
.faq-toggle {
font-size: 1rem;
color: #000000;
}
.faq-view-more {
display: inline-block;
margin-top: 20px;
color: #2b3b94;
text-decoration: none;
font-size: 1.375rem;
font-weight: 700;
line-height: 1.5;
text-align: left;
}
.faq-view-more:hover {
text-decoration:none;
}
.all-view {
display: flex;
align-items: center;
justify-content: center;
padding: 2%;
}
#more-faqs{    max-height: 0;
overflow: hidden;
padding: 0;}
div#more-faqs.show {
max-height: 1000vw !important;
}.btn { display: flex;
align-items: center;
justify-content: center; 
gap: 7px;
flex-direction: row;
flex-wrap: nowrap;
padding: 0.7rem 1.5rem;
background-color: #FCC726;
color: black;
font-weight: bold;
border-radius: 4px;
transition: background-color 0.3s ease;
text-decoration: none;
margin-top: 2%;
}
.btn:hover {
background-color: #FCC726;
}