* {
    font-family: "Poppins", sans-serif;
}

body {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

/* 
.header {
    padding: 10px 10px;
} */

.social-icon {
    padding-right: 30px;
}

.social-icon .fa-brands,
.social-icon .fa-brands,
.social-icon .fa-brands,
.social-icon .fa-brands {
    padding: 20px;
    font-size: 20px;
    cursor: pointer;
    color: #6b2a76;
    transition: all 0.2s ease-in-out;
}

.choose-diagram img {
    cursor: pointer !important;
}

.social-icon .fa-brands:hover,
.social-icon .fa-brands:hover,
.social-icon .fa-brands:hover,
.social-icon .fa-brands:hover {
    transform: scale(1.2);
}

.social-icons a {
    color: #6b2a76;
}

.highlight {
    text-align: center;
}

.highlight p {
    font-weight: 700;
    font-size: 15px;
    margin: 0 !important;
    padding: 0 !important;
}

.blinking-gradient-text {
    font-size: 15px;
    font-weight: bold;
    background: linear-gradient(270deg, #6b2a76, #8ec743);
    background-size: 200% 200%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;

}



.navbar {
    background-color: #6b2a76;
    color: white;
    margin-top: 95px;
    z-index: 1030;
    transition: margin-top 0.3s ease;
    padding: 10px;
}

.navbar.scrolled {
    margin-top: 0;
}

.navbar-brand {
    color: white;
}

.active {
    background-color: #8ec743;
    color: white;
    padding-right: 30px;

}

.nav-link {
    color: white;

}

.nav-link:hover {
    background-color: #8ec743;
    color: white;
    padding-right: 30px;
}

.nav-item {
    padding-right: 20px;
}

.dropdown-menu,
.dropdown-menu1,
.dropdown-menu2 {
    background-color: #6b2a76;
    color: white;
    border-radius: 0px !important;
}

.dropdown-item,
.dropdown-item1 {
    color: white;
    text-decoration: none;
}

.navbar-collapse {
    display: flex;
    justify-content: center;
}

.dropdown-menu li a:hover,
.dropdown-menu1 li a:hover,
.dropdown-menu2 li a:hover {
    background-color: #4a1e52;
    color: white;
}



.slider {
    position: relative;
    width: 100%;
    height: 130vh;
    overflow: hidden;
}

.items {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.item {
    position: absolute;
    top: 30px;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.item.current {
    opacity: 1;
    z-index: 1;
}

.text-overlay {
    padding: 20px 40px;
    border-radius: 10px;
}

.text-overlay h1 {
    font-size: 48px;
    margin-bottom: 10px;
}

.text-overlay p {
    font-size: 20px;
    padding-bottom: 20px;
}

.item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-overlay .demo {
    text-decoration: none;
    color: white;
    background-color: #6b2a76;
    padding: 15px 30px;
    margin-right: 10px;
    letter-spacing: 2px;
}

.text-overlay .demo1 {
    text-decoration: none;
    color: black;
    background-color: #8ec743;
    padding: 15px 30px;
    margin-right: 10px;
    letter-spacing: 2px;
}

.about {
    padding: 40px 10px;
}

.aboutus h5 {
    color: #6b2a76;
    font-weight: 700;
    padding-bottom: 10px;
}

.aboutus p {
    font-weight: 400;
    padding-bottom: 10px;
}

.aboutus h3 {
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
    padding-bottom: 10px;
    transition: all 0.4s ease;
}

.aboutus .demo {
    text-decoration: none;
    color: white;
    background-color: #6b2a76;
    padding: 15px 30px;
    margin-right: 10px;
    letter-spacing: 2px;
    font-weight: 700;
    border-radius: 40px;
}

.aboutus .demo1 {
    text-decoration: none;
    color: black;
    background-color: #8ec743;
    padding: 15px 30px;
    margin-right: 10px;
    letter-spacing: 2px;
    border-radius: 40px;
    font-weight: 600;
}

.aboutus h3:hover {
    background-image: linear-gradient(45deg, #6b2a76, #8ec743);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.brief {
    padding: 20px 10px 40px;
    text-align: center;
}

.breif-head h5 {
    color: #6b2a76;
    font-weight: 700;
    padding-bottom: 5px;
}

.breif-head h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    padding-bottom: 10px;
    transition: all 0.4s ease;
}

.breif-head h3:hover {
    background-image: linear-gradient(45deg, #6b2a76, #8ec743);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.card1 {
    display: flex;
    padding: 30px;
    box-shadow: 1px 1px 10px #6b2a7666;
    align-items: start;
}

.card-desc p {
    text-align: left;
    font-size: 15px;
    line-height: 1.2;
    padding: 0 !important;
    margin: 0;
}


.aim,
.new-aim {
    background-color: #6b2a76;
    padding: 40px 10px;
}

.aim-head {
    padding: 35px 20px;
    box-shadow: 1px 1px 10px rgba(224, 224, 224, 0.509);
}

.aim-head h5 {
    color: #fff;
    font-weight: 700;
    padding-bottom: 5px;
    text-align: start;
}

.aim-head h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    padding-bottom: 10px;
    transition: all 0.4s ease;
    /* text-align: center; */
    color: white;
}

.aim-head h3:hover {
    background-image: linear-gradient(45deg, #000, #8ec743);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.aim-head p {
    color: white;
    font-size: 15px;
    line-height: 20px;
}

.aim-desc ul li {
    color: white;
    padding: 5px 0;
}

.choose {
    padding: 40px 10px;
}

.choose p {
    padding-bottom: 20px;
}

.newaim-head h3 {
    font-weight: 700;
    font-size: 62px;
    line-height: 1;
    padding-bottom: 10px;
    transition: all 0.4s ease;
    text-align: center;
    color: white;
    font-family: "Protest Riot", sans-serif;
}

.newaim-head .cursive {
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    padding-bottom: 10px;
    transition: all 0.4s ease;
    text-align: center;
    color: white;
    font-family: "El Messiri", sans-serif;
    padding: 0 !important;
    margin: 0 !important;
}

.newaim-head:hover {
    background-image: linear-gradient(45deg, #000, #8ec743);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.newaim-desc p {
    color: white;
}

.ndis {
    padding: 40px 10px;
}

.local h4 {
    text-align: center;
    color: #6b2a76;
    font-weight: 600;
}

.localp {
    display: flex;
    align-items: center;
    justify-content: center;
}

.localp p {
    text-align: center;
    width: 70%;
}

.dis-text h3 {
    color: #6b2a76;
    font-size: 22px;
    font-weight: 600;
}

.dis-text a {
    text-decoration: none;
    color: white;
    padding: 10px 40px;
    background-color: #6b2a76;
}

.faqs {
    padding: 40px 10px;
}

.faq-head h5 {
    color: #6b2a76;
    font-weight: 700;
    padding-bottom: 5px;
    text-align: center;
}

.faq-head h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    padding-bottom: 10px;
    transition: all 0.4s ease;
    text-align: center;
}

.faq-head h3:hover {
    background-image: linear-gradient(45deg, #6b2a76, #8ec743);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.accordion__item {
    border: 1px solid #6b2a7669;
    overflow: hidden;
}

.accordion__header {
    padding: 20px 25px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    color: #6b2a76;
}

.accordion__header::after {
    content: '';
    background: url(https://www.svgrepo.com/show/357035/angle-down.svg) no-repeat center;
    width: 20px;
    height: 20px;
    transition: .4s;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
}

.accordion__header.active {
    background: #6b2a76;
    color: #8ec743;
}

.accordion__header.active::after {
    transform: rotateX(180deg);
}

.accordion__item .accordion__content {
    padding: 0 25px;
    max-height: 0;
    transition: .5s;
    overflow: hidden;
}

.accordion__content p {
    padding: 20px 20px 0;
}

.list {
    display: flex;
    justify-content: start;
}

.left-list {
    padding-left: 200px;
}

.email {
    padding: 0 20px !important;
}

.email a {
    text-decoration: none;
}

.service {
    padding: 20px 10px 40px;
}

.service-head h5 {
    color: #6b2a76;
    font-weight: 700;
    padding-bottom: 5px;
    text-align: center;
}

.service-head h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    padding-bottom: 10px;
    transition: all 0.4s ease;
    text-align: center;
}

.service-head h3:hover {
    background-image: linear-gradient(45deg, #6b2a76, #8ec743);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.service-cont {
    box-shadow: 1px 1px 10px rgba(220, 220, 220, 0.952);
    padding: 20px 10px;
}

.service-img {
    background-color: #8ec74361;
    padding: 15px;
    width: 45%;
    border-radius: 50%;
}


.service-txt h4 {
    color: #8ec743;
    padding: 20px 20px 0;
    font-size: 16px;
    line-height: 1.2;
}
.talk-about-p4 p{
    margin-bottom: 10px;
    color: white;
    
    
}
.talk-about-p4 {
    background-color: #4a1e52;
    border-radius: 20px;
    padding: 15px;

}
.service-txt a {
    text-decoration: none;
    color: #6b2a76;
    font-weight: 700;
}

.service-more {
    text-align: center;
}

.service-more a {
    padding: 10px 40px;
    text-decoration: none;
    color: black;
    font-weight: 600;
    background-color: #8ec743;
}

.footer {
    background-image: url(images/footer1.jpg);
    background-position: center top;
    padding-top: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;

}

.footer-logo {
    text-align: center;
}

.footer-logo img {
    padding-bottom: 20px;
    text-align: center;
}

.footer-logo p {
    padding: 0;
    text-align: start;
    width: 100%;
    font-weight: 500;
    color: #fff;
    line-height: 22px;
    font-size: 14px;
    font-style: italic;
    text-align: center;
}

.footer-link {
    padding: 30px;
}

.footer-link h4 {
    color: #8ec743;
    font-weight: 600;
    font-size: 22px;
}

.footer-link a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.footer-link a:hover {
    color: #8ec743;
}

.footer-link p {
    padding: 0 !important;
    margin: 0 !important;
}

.footer-link ul {
    padding-left: 20px;
}

.fa-solid {
    color: #8ec743;
    padding-right: 5px;
}

.social-links {
    display: flex;
    justify-content: space-evenly;
}

.social-links a .fa-brands {
    color: #8ec743;
    font-size: 25px;
    transition: all 0.2s ease-in-out;
}

.social-links a .fa-brands:hover {
    transform: scale(1.2);
}

/* About Us */

.banner {
    background: url(images/banner1.png);
    height: 300px;
    background-position: center;
    background-size: cover;
    margin-top: 30px;
    display: flex;
}

.banner-head {
    color: white;
}

.mission {
    padding: 40px 10px;
}

.mission-head h5 {
    color: #6b2a76;
    font-weight: 700;
    padding-bottom: 10px;
}

.mission-head p {
    font-weight: 400;
    padding-bottom: 10px;
}

.mission-head h3 {
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
    padding-bottom: 10px;
    transition: all 0.4s ease;
}

.mission-head h3:hover {
    background-image: linear-gradient(45deg, #6b2a76, #8ec743);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.mission .missionimg {
    box-shadow: inset 1px 1px 10px rgb(63, 63, 63);
    border: 10px solid #6b2a76;
    padding: 10px;
}

.mission-card {
    box-shadow: 1px 1px 10px #6b2a7667;
    padding: 40px 40px 30px;
    text-align: left;
    min-height: 300px;
}

.mission-card h3 {
    color: #6b2a76;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}

.mission-card p {
    text-align: left;
}

/* Testimonials */
.testimonials-head h5 {
    color: #6b2a76;
    font-weight: 700;
    padding-bottom: 10px;
    padding: 0 !important;
}

.testimonials-head h3 {
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
    padding-bottom: 10px;
    transition: all 0.4s ease;
    width: 60%;
}

.testimonials-head h3:hover {
    background-image: linear-gradient(45deg, #6b2a76, #8ec743);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.testimonial-card {
    padding: 10px;
    border: 1px solid #6b2a76;
    text-align: left;
}

.read-more-btn {
    background-color: transparent;
    border: none;
    color: #6b2a76;
    text-decoration: underline;
}

.text {
    padding: 20px 20px 0;
}

.text h5 {
    color: #6b2a76;
    font-weight: 600;
}

.ndis-head h5 {
    color: #6b2a76;
    font-weight: 700;
    padding-bottom: 10px;
    padding: 0 !important;
}

.thardsec h3 {
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
    padding-bottom: 10px;
    transition: all 0.4s ease;
}

.thardsec h3:hover {
    background-image: linear-gradient(45deg, #6b2a76, #8ec743);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}


.ndis-head h3 {
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
    padding-bottom: 10px;
    transition: all 0.4s ease;
}

.ndis-head h3:hover {
    background-image: linear-gradient(45deg, #6b2a76, #8ec743);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.dropdown-menu .dropdown-item,
.dropdown-menu1 .dropdown-item,
.dropdown-menu2 .dropdown-item {
    padding: 10px 20px;
}

/*  */

.extra {
    padding-top: 40px;
}

.seched {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.thardsec {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.conmap {
    width: 100%;
    text-align: center;
}

.carwor span {
    color: #6b2a76;
    display: block;
    font-size: 60px;
    font-family: "El Messiri", sans-serif;
    font-weight: 800;
}

.carwor {
    text-align: center;

}

.carwor h2 {
    font-size: 25px;
    font-weight: 600;
}

.carnext {
    padding-bottom: 40px;
}

.careeform {
    text-align: center;
    font-size: 20px;
}

.careeimg img {
    width: 100%;
}

.carhading h4 {
    padding-bottom: 10px;
}

.careeform {
    padding: 40px 0px;
}

.carnext a {
    text-decoration: none;
    background-color: #8ec743;
    padding: 10px 40px;
    color: black;
    font-size: 18px;
    border-radius: 50px;

}

.carnext span {
    padding: 0 10px;
    color: #6b2a76;
    font-weight: 600;
}

.career-contact {
    text-decoration: none;
    background-color: #6b2a76 !important;
    padding: 10px 40px;
    color: white !important;
    font-size: 18px;
    border-radius: 50px;
}

.formsec label {
    font-size: 15px;
}

.formsec input {
    font-size: 15px;
    color: #757070;
}

.form {
    padding: 40px 0px;
}

.ftext {
    padding-top: 20px;
}

.sub {
    padding-top: 20px;
}

.four {
    padding-top: 40px;
}

/* Core support sec */

.Supportc {
    padding: 40px 0px;
}

.supportp p {
    line-height: 1.8;
}

.supporth h2 {
    padding-bottom: 10px;
}

.supporti img {
    width: 100%;
}

.assistancec {
    padding-bottom: 40px;
}

.assistancei i {
    width: 100%;
}

.assistanceh h2 {
    padding-bottom: 20px;
}

.assistancep p {
    line-height: 1.8;
}

.independentc {
    padding-bottom: 40px;
}

.independenti img {
    width: 100%;
}

.independenth h2 {
    padding-bottom: 20px;
}

.independentp p {
    line-height: 1.8;
}

.socialc {
    padding-bottom: 40px;
}

.co .sociali img {
    width: 100%;
}

.socialh h2 {
    padding-bottom: 20px;
}

.socialp p {
    line-height: 1.8;
}

.transporth {
    padding-bottom: 40px;
}

.transporth h2 {
    padding-bottom: 20px;
}

.transportp p {
    line-height: 1.8;
}

.transporti img {
    width: 100%;
}

.maintainc {
    padding-bottom: 40px;
}

.maintainh h2 {
    padding-bottom: 20px;
}

.maintainp p {
    line-height: 1.8;
}

.maintaini img {
    width: 100%;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu1 {
    top: 0;
    left: 100%;
    margin-top: 0;
    display: none;
    position: absolute;
}

.dropdown-submenu:hover>.dropdown-menu1 {
    display: block;
}

.dropdown-menu .dropdown-menu1 {
    display: none;
    margin: 5px;
    list-style-type: none;
    padding: 5px 10px;
}

.dropdown-toggle-right::after {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    content: "▶";
    font-size: 9px;
}

.dropdown-menu1 {
    padding: 0;
}

.dropdown-submenu>.dropdown-menu2 {
    top: 0;
    left: 100%;
    margin-top: 0;
    display: none;
    position: absolute;
}

.dropdown-submenu:hover>.dropdown-menu2 {
    display: block;
}

.dropdown-menu .dropdown-menu2 {
    display: none;
    margin: 5px;
    list-style-type: none;
    padding: 5px 10px;
}

.dropdown-toggle-right::after {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    content: "▶";
    font-size: 9px;
}

.dropdown-menu2 {
    padding: 0;
}

.dropdown-menu1 .dropdown-item {
    border-bottom: 1px solid #8ec74332;
    width: 100%;
}

.dropdown-menu2 .dropdown-item {
    border-bottom: 1px solid #8ec74332;
    width: 100%;
}

.lastmenu {
    border: none !important;
}

.form-label {
    font-size: 13px;
    margin-bottom: 3px;
}

.forms input {
    border-radius: 0px;
    font-size: 13px;
}

.forms textarea {
    display: block;
    width: 100%;
    height: 100px;
    resize: none;
    border-radius: 0px;
    font-size: 13px;
}

.submit {
    background-color: #6b2a76;
    color: white;
    border: none;
    outline: none;
    width: 50%;
    height: 40px;
}

.contact-form {
    box-shadow: 1px 1px 10px rgb(199, 199, 199);
    padding: 20px;
}

.form-check-label {
    font-size: 12px;
    margin-left: 5px;
}

.form-check-input {
    vertical-align: middle;
    margin-top: 0;
    border-radius: 0px;
    border: 1px solid rgba(0, 0, 0, 0.493);
}

.form-heads h2 {
    font-size: 25px;
    color: #6b2a76;
    text-align: center;
    font-weight: 400;
    line-height: 1;
}

.form-heads h2 b {
    font-size: 40px;
    color: #6b2a76;
    text-align: center;
    font-weight: 600;
}

.contact-timing {
    display: flex;
    justify-content: start;
}

.timings {
    padding-left: 30px;
}

.timings p a {
    text-decoration: none;
    color: #212529;
}

.fill p {
    color: red;
    font-size: 14px;
    font-style: italic;
    text-align: center;
    padding-top: 10px;
    font-weight: 600;
}

.eligible {
    padding: 10px;
    box-shadow: 1px 1px 10px #6b2a7634;
    min-height: 380px;
}

.eligible-desc {
    padding: 10px;
}

.eligible-desc h3 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    background-image: linear-gradient(45deg, #6b2a76, #8ec743);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.eligible-desc p {
    margin-bottom: 5px;
    font-size: 13px;
}

.fa-arrow-right {
    color: #6b2a76;
    font-size: 11px;
    font-weight: 600;
}


.eligible-desc p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
}

.eligible.expanded .eligible-desc p {
    -webkit-line-clamp: unset;
    max-height: none;
}

.eligible.expanded .eligible-img {
    display: none;
}

#toggleViewBtn,
#toggleViewBtn1 {
    background: transparent;
    border: none;
    outline: none;
    color: #6b2a76;
    text-align: center;
}

.team-head h2 {
    font-size: 22px;
    font-weight: 600;
    color: #6b2a76;
    padding-top: 50px;
}

.card {
    border: none;
    overflow: hidden;
    transition: all 0.4s ease;
    padding: 10px;
    border-radius: 0px;
    cursor: pointer;
}

.card-img-top {
    transition: transform 0.4s ease;
    border-radius: 0px;
    /* border-radius: 0 0 100px 100px; */
}

.card-body {
    position: relative;
    transition: all 0.4s ease;
}

.desc-box {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.4s ease;
}

/* Hover Effects */
.card:hover .card-img-top {
    transform: scale(0.9);
}

.card:hover .card-body {
    margin-top: -40px;
    background-color: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.186);
    border-radius: 0 0 20px 20px;
}

.card:hover .desc-box {
    max-height: 200px;
    opacity: 1;
    transform: translateY(0);
}
.goog-te-gadget-simple{
    border: 1px solid #4a1e52 !important;
    font-size: 10px !important;
}

.card-title {
    font-size: 22px;
    font-weight: 600;
   
}

.card-text {
    font-size: 12px;
    margin: 0 0 10px 0;
}

.card-text span {
    color: #6b2a76;
    font-weight: 600;
}

.desc-box a {
    text-decoration: none;
    color: #6b2a76;
    font-size: 12px;
    font-weight: 600;
}

.team-desc h5 {
    color: #6b2a76;
    text-transform: uppercase;
    font-weight: 700;

}

.team-member-desc {
    background-color: #8ec743;
    padding: 20px;
    height: 300px;
}

.team-member-desc h3 {
    font-size: 46px;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 20px;

}

.team-member-desc h5 {
    font-size: 16px;
    font-weight: 500;
}

.team-member-desc p {
    font-size: 14px;
}

.team-mem-img {
    background-color: #8ec7433f;
    /* padding: 20px 20px 0; */
}

.team-member-desc2 {
    background-color: #6b2a76;
    padding: 20px;
    height: 300px;
    color: white;
}

.team-member-desc2 h3 {
    font-size: 46px;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 20px;

}

.team-member-desc2 h5 {
    font-size: 15px;
    font-weight: 500;
}

.team-member-desc2 p {
    font-size: 14px;
}

.team-mem-img2 {
    background-color: #6b2a763e;
    /* padding: 20px 20px 0; */
}

.team-member-desc2 .fa-arrow-right {
    color: #fff;
}

.choose-content h3 {
    background-image: linear-gradient(45deg, #6b2a76, #8ec743);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 33px;
    font-weight: 700;
    line-height: 1.1;
}

.point-desc ul {
    padding-left: 10px;
}

.point-desc ul li {
    color: #6b2a76;
}

.point-desc ul li p {
    color: #000;
    margin-bottom: 0.5rem;
}

.how-head h3 {
    font-weight: 700;
    font-size: 33px;
    line-height: 1;
    padding-bottom: 10px;
    transition: all 0.4s ease;
}

.how-head h3:hover {
    background-image: linear-gradient(45deg, #6b2a76, #8ec743);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 33px;
    font-weight: 700;
}

.how-list ul li {
    color: #6b2a76;
}

.how-list ul li p {
    color: #000;
    margin-bottom: 0.5rem;
}

.goals-head h3 {
    background-image: linear-gradient(45deg, #6b2a76, #8ec743);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 33px;
    font-weight: 700;
}

.first-list {
    color: #6b2a76;
    cursor: pointer;
    text-decoration: underline;
    text-decoration-color: #6b2a76;
}

.modal-content {
    /* background-color: #6b2a76; */
    color: #6b2a76;
}
.home-form .modal-body{
    padding-top: 0px;
}
.home-form .modal-header{
    border-bottom: none;
}

.modal-header {
    border-bottom: 1px solid #fff;
}

.btn-close {
    color: white;
}

.modal-footer .btn-secondary {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0px;
    outline: none;
}

.modal-body p {
    font-size: 13px;
}

.modal-body ul li {
    font-size: 13px;
    margin-bottom: 0.5rem;
}

.list-txt h4 {
    color: #6b2a76;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
}

.list-txt p {
    margin-bottom: 0.5rem;
    font-size: 13px;
}

.capacity-head h3 {
    background-image: linear-gradient(45deg, #6b2a76, #8ec743);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 33px;
    font-weight: 700;
    line-height: 1.1;
}

.capacity-head p {
    width: 80%;
}

.capacity-card1 {
    padding: 20px;
    border: 1px solid #6b2a7656;
    min-height: 270px;
}

.cards2 {
    padding: 20px;
    border: 1px solid #6b2a7656;
    min-height: 250px;
}

.capacity-card1 h4 {
    color: #6b2a76;
    font-size: 18px;
    font-weight: 600;
}

.capacity-card1 p {
    margin: 0;
}

.capacity-card1 a {
    text-decoration: none;
    color: #6b2a76;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    justify-content: center;
}

.full-content strong {
    font-weight: 600 !important;
    color: #6b2a76;
}

.full-content ul {
    padding-left: 15px !important;
}

.full-content ul li {
    padding-bottom: 10px;
}

.cap-desc {
    font-size: 12px;
    margin: 0;
    padding-top: 10px;
    font-style: italic;
}

.cap-desc span {
    font-weight: 600;
}

.card2-head h4 {
    font-size: 20px;
    color: #6b2a76;
    font-weight: 600;
}

.card2-head ul {
    margin: 0;
    padding-left: 20px;
}

.card2-head ul li {
    font-size: 15px;
}

.card2-head ul li span {
    font-weight: 600;
}

.card2-head p {
    margin-bottom: 10px;
    font-size: 15px;
}

.study1 h3 {
    color: #6b2a76;
    font-size: 28px;
    font-weight: 600;
}

.study2 {
    border: 1px solid #6b2a7656;
}

.study2 p {
    padding: 20px 20px;
    text-align: center;
    margin-bottom: 0;
}

.study2 a {
    display: flex;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
    color: #6b2a76;
    font-weight: 600;
    padding-bottom: 10px;
}

.full-content p {
    font-size: 13px;
    line-height: 15px;
    margin: 0;
}

.conc-head h3 {
    color: #6b2a76;
    font-size: 30px;
    font-weight: 600;
}

.conc-head p {
    font-size: 15px;
}

.support-head h2 {
    background-image: linear-gradient(45deg, #6b2a76, #8ec743);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 33px;
    font-weight: 700;
    line-height: 1.1;
}

.assistance-head h3 {
    color: #6b2a76;
    font-size: 22px;
    font-weight: 600;
}

.assistance-card {
    padding: 20px;
    box-shadow: 1px 1px 10px #6b2a7638;
    min-height: 350px;
}

.assistance-card-head h5 {
    color: #6b2a76;
    font-weight: 600;
    font-size: 18px;
}

.assistance-card-head p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
}

.assistance-card-head ul {
    margin-bottom: 0;
}

.assistance-card-head ul li {
    font-size: 13px;
    margin-bottom: 5px;
}

.assistance-card-head span {
    font-weight: 600;
}

.assi-card {
    min-height: 290px;
}

@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .text-overlay h1 {
        margin-top: 50px;
    }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px){
    .mission-card1 {
        display: block !important;
    }
    .service .max-col {
        width: 100%;
        margin-bottom: 20px;
    }    
    .service-img {
        width: 80px;
        height: 80px;
    }
    .slider{
        height: 70vh;
    }
    .aboutus p{
        padding-left: 20px;
        padding-right: 20px;
    }
    .about {
        padding: 40px 20px;
    }
}
@media (max-width: 767px) {
    .form-heads h2 {
        font-size: 20px;
        line-height: 22px;
    }

    .form-heads h2 b {
        font-size: 25px;
    }

    .timings p a {
        font-size: 15px;
    }

    .ndis-head h3 {
        font-size: 27px;
    }

    .localp p {
        width: 100%;
    }

    .social-icon {
        display: none !important;
    }

    .highlight {
        display: none !important;
    }

    .text-overlay h1 {
        font-size: 32px;
    }

    .text-overlay .demo {
        margin-bottom: 80px;
    }

    .aboutus h5 {
        padding: 0 10px !important;
    }

    .aboutus h3 {
        padding: 0 10px !important;
    }
}

@keyframes blinkTextColor {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.1;
    }
}

.counselling-sec {
    padding-top: 40px;
}

.counselling-h h2 {
    padding-bottom: 0px;
    color: #6b2a76;
    font-size: 25px;
    font-weight: 600;
}

.counselling-h2 h2 {
    padding-bottom: 0px;
    color: #6b2a76;
    font-size: 25px;
    font-weight: 600;
}

.counselling-p3 li {
    line-height: 2;
}

.crisis p {
    font-size: 35px;
    text-align: center;
    color: white;
}

.crisis-sec {
    background-color: #6b2a76;
    padding: 40px 20px;
}

.crisis-sec-s {
    padding-top: 40px;
}

.talk-about-i img {
    width: 100%;
}

.started-i img {
    width: 100%;
}

.started-sec {
    padding-top: 40px;
}

.started h2 {
    padding-bottom: 0px;
    color: #6b2a76;
    font-size: 25px;
    font-weight: 600;
}

.talk-about-sec {
    padding-top: 40px;
}

.how-can-img img {
    width: 100%;
}

.how-can-img {
    padding-top: 40px;
}

.How-can h2 {
    padding-bottom: 0px;
    color: #6b2a76;
    font-size: 25px;
    font-weight: 600;
}

.meet-Roma-sec {
    padding-top: 40px;
}

.meet-Roma-h h4 {
    padding-bottom: 0px;
    color: #6b2a76;
    font-weight: 600;
}

.talk-about h2 {
    padding-bottom: 0px;
    font-size: 25px;
    color: #6b2a76;
    font-weight: 600;
}

.talk-about-sec-img {
    padding-top: 40px;
}

.How-can-sec {
    padding-top: 10px;
}

.Meet-Roma-sec {
    padding-top: 40px;
}

.Meet-Roma-h h4 {
    padding-bottom: 0px;
    color: #6b2a76;
    font-size: 25px;
    font-weight: 600;
}

.Meet-Roma-p6 h4 {
    padding-bottom: 0;
    color: #6b2a76;
    font-size: 25px;
    font-weight: 600;
}

.space {
    padding: 40px 0;
}

.Meet-Roma-p8 {
    background-color: #6b2a76;
    box-shadow: 1px 1px 10px black;
    border-radius: 10px;
}

.Meet-Roma-p8 p {
    padding: 20px 0;
    font-size: 16px;
    color: #8ec743;
    font-style: italic;
    border: 10px double #8ec743;
    border-radius: 10px;
    padding-left: 25px;
    font-family: "Cedarville Cursive", cursive !important;
    /* filter: drop-shadow(1px 1px 10px rgb(240, 240, 240)); */
}

.breif-head img,
.mission-head img,
.local img {
    margin-top: -5px;
    margin-right: 3px;
    margin-left: 3px;
}

.service-head img,
.aboutus img,
.dis-text img,
.team-desc img,
.carwor img,
.started img,
.ndis-head img,
.testimonials-head img,
.team-head img {
    margin-top: -5px;
    margin-left: 5px;
}

.faq-head img {
    margin-top: -5px;
}


.mission1 {
    background-image: url(images/artbg.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.mission1 p {
    margin-bottom: 0px !important;
    text-align: center;
}

.mission2 {
    background-image: url(images/rights-bg.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.mission2 p {
    text-align: center;
}

.intake-form {
    color: #4a1e52;
    text-decoration: underline;
    text-decoration-color: #4a1e52;
}

.text-overlay p {
    font-family: "Taviraj", serif;
    font-weight: 600;
    font-style: italic;
    font-size: 20px;
    filter: drop-shadow(5px 5px 5px white);
}

.card1 {
    min-height: 160px;
}

.Honouring {
    background-image: url(images/care3.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.Advocating {
    background-image: url(images/care4.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.formtext textarea {
    height: 150px;
    resize: none;
}

.form-control {
    border-radius: 0px;
}

.sub-btn {
    background-color: #8ec743;
}

.sub-btn:hover {
    background-color: #8ec743;
}

.short-content a {
    justify-content: start;
}

.conc-head a {
    text-decoration: none;
}

.card2-head a {
    text-decoration: none;
    color: #6b2a76;
}

.assistance-head a {
    text-decoration: none;
}


/* GOALS PAGE CSS */

.goals-sec {
    padding-top: 40px;
}

.goals-sec-h h1 {
    padding-bottom: 20px;
    background-image: linear-gradient(45deg, #6b2a76, #8ec743);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 33px;
    font-weight: 800;
    line-height: 1.1;
}

.goals-sec-p a {
    text-decoration: none;
}

.what-goals-sec {
    padding-top: 40px;
}

.what-goals-i img {
    width: 100%;
}

.what-goals-h h2 {
    padding: 20px 0 0px;
}

.do-setting-i img {
    width: 100%;
}

.do-setting-h h2 {
    padding: 20px 0 0px;
}

.participants-sec {
    padding-top: 40px;
}

.participants-sec-i img {
    width: 100%;
}

.participants-sec-h h2 {
    padding: 20px 0 0px;
}

.examples-i img {
    width: 100%;
}

.examples-h h2 {
    text-align: center;
    padding-bottom: 20px;
}

.examples-h-h h2 {
    padding: 20px 0 0px;
}

.examples-sec {
    padding-top: 40px;
}

.long-term-i img {
    width: 100%;
}

.long-term-h h2 {
    padding: 20px 0 0px;
}

.specific-i img {
    width: 100%;
}

.specific-h h2 {
    padding: 20px 0 0px;
}

.tips-p b {
    color: #6b2a76;
}

.tips-p a {
    text-decoration: none;
}

.examples-h h2 {
    color: #6b2a76;
}

.long-term-p span {
    color: #6b2a76;
}

.examples-p span {
    color: #6b2a76;
}

.specific-p a {
    text-decoration: none;
}

.tips-sec {
    padding: 40px 0;
}

.tips-h h2 {
    padding-bottom: 0px;
}

.do-setting-p span {
    color: #6b2a76;
}

.Meet-Roma-p8 span {
    color: #fff;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 1000;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

.whatsapp-float img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.whatsapp-float1 {
    position: fixed;
    bottom: 70px;
    right: 10px;
    z-index: 1000;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.whatsapp-float1:hover {
    transform: scale(1.1);
}

.whatsapp-float1 img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.talk-about-i img {
    transform: rotateY(180deg);
}

.hidden {
    display: none;
}

.toggle-btn {
    margin-top: 10px;
    color: #6b2a76;
    background-color: transparent;
    border: none;
    font-size: 13px;
    font-weight: 600;
}

.card-img-top {
    background-color: #4a1e529f;
}



/* Language Switcher */
.language-box {
  position: relative;
}

/* Button */
.lang-btn {
  padding: 8px 14px;
  border: none;
  background: white;
  cursor: pointer;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 110px;
}

/* Flag image */
.lang-btn img {
  width: 20px;
  height: 14px;
  object-fit: cover;
}

/* Dropdown menu */
.lang-menu {
  position: absolute;
  right: 0;
  top: 45px;
  background: white;
  width: 260px;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  display: none;
  z-index: 9999;
}

/* Search */
.lang-search {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.lang-search input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* Language list */
.lang-items {
  max-height: 250px;
  overflow-y: auto;
}

.lang-item {
  padding: 10px 15px;
  cursor: pointer;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
  gap: 10px;
}

.lang-item img {
  width: 22px;
  height: 15px;
  object-fit: cover;
}

.lang-item:hover {
  background: #f5f5f5;
}

/* Hide Google widget */
#google_translate_element {
  display: none !important;
}

.service-cont {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    height: 100%;
}

.service-img {
    margin-bottom: 15px;
}
.swiper-button-prev:after{
    color: #6b2a76;
}
.swiper-button-next:after{
    color: #6b2a76;
}
.below{
    text-decoration: underline;
    color: #6b2a76;
    text-transform: uppercase;
    font-weight: 600;
}
.team-mem-img img,.team-mem-img2 img{
    height: 300px;
}
.choose-content button{
    background-color: #6b2a76;
    color: white;
    padding: 15px 30px;
    border: none;
}
.contact-form p{
    margin-bottom: 0px;
    font-size: 15px;
}
.max-col{
    width: 228px;
}
.description{
    font-size: 13px;
}

.study1{
    background-color: #4a1e52;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 1px 1px 10px #6b2a7634;
}
.study1 h3{
    color: white;
}
.study1 p{
    color: white;
}
.fa-angle-down{
    color: #4a1e52;
}
.mission-card1{
    background-color: #4a1e52;
    padding: 20px;
    color: white;
    border-radius: 20px;
    border: 10px double #8ec743;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 100px;
    box-shadow: 1px 1px 10px #6b2a76;
}

.mission-card1 p{
    margin-bottom: 0px;
    font-size: 20px;
}