a.btn-load-more {
display: flex;
align-items: center;
gap: 10px;
flex-direction: row;
flex-wrap: nowrap;
text-decoration: none;
padding: 2% 0px;
}
.learn-more-block {
color: #2B3B94;
font-size: 22px;
font-weight: 700;
line-height: 43px;
}.alumini_slider .box{box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); background: #fff; border-radius: 15px; display: flex ; flex-direction: column; gap: 25px; padding: 30px; align-items: center; justify-content: center; padding-top: 0px; margin-top: 90px; }
.alumini_slider .box .img-sec{max-width: 140px; border: 6px solid rgba(43, 59, 148, 1); border-radius: 50%; margin-top: -70px;}
.alumini_slider .box h3{font-size: 30px; font-weight: 600; color: rgba(43, 59, 148, 1);}
.alumini_slider .box .expert{font-size: 24px; font-weight: 300; line-height: 1.4; text-align: center;}
.owl-nav button,.owl-nav div{
margin: 0  !important;
font-size: 0 !important;
background: transparent !important;
}
.alumini_slider{text-align:center;}
.owl-dots {
padding: 10px 2.25rem 10px 10px;
margin: 2rem auto 0 auto;
line-height: 13px;
border: 1px solid #fff;
border-radius: 50px;
display: inline-flex;
justify-content: center;
gap: 5px;
}
.owl-dot { border-radius: 50%;background-color: #AEAEAE;
}
.owl-dot.active {
background-color: #fff; 
}
.owl-theme .owl-nav {
--dots-width1 : 197px;
--dots-height1 : 36px;
display: flex;
justify-content: space-between;
align-items: center;
width: calc(var(--dots-width1) - 10px);
height: var(--dots-height1);
left: calc((100% - var(--dots-width1)) / 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/03/play-white.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 span{ background: #AEAEAE !important;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #fff!important;}
.owl-theme .owl-dots .owl-dot span{ margin:2px!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;
}