body,html{
   font-family: "Plus Jakarta Sans", sans-serif;
    overflow-x: hidden !important;
}

:root {
    --primary-color:#ff0000;
    --secondary-color:#0ac2e8;
}
h1,h2,h3,h4,h5,h6{
     font-family: "Space Grotesk", sans-serif !important;
}
img{
    height:auto;
    max-width:100% !important;
}
p{
   font-family: "Plus Jakarta Sans", sans-serif;
    font-size:15px;
    font-weight:400;
    margin-bottom: 0;
    line-height:1.8;
    color:#000;
}
a{
    text-decoration:none;
}
img {
    max-width: 100%;
    height: auto;
}

.section-subtitle {
    position:relative;
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 10px;
    color:var(--secondary-color);
}

.section-subtitle:before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 10px;
    transform: translateY(-3px);
    background-color:var(--secondary-color);
}
.section-subtitle:after {
    display: inline-block; 
    content: "";
    width: 8px;
    height: 8px;
    margin-left: 10px;
    transform: translateY(-3px);
    background-color:var(--secondary-color);
}
.section-main-title{
    font-weight: 700;
    font-size: 33px;
    line-height: 1.2;
    text-transform: capitalize;
}
.site-heading {
    margin-bottom: 2rem;
}
.about-area{
    position: relative;
        padding: 130px 0 70px;
}

@media (min-width: 1400px) {
   .about-area .container {
        max-width: 1750px;
    }
}
.about-area-img{
        position: relative;
    text-align: center;
    margin-top: 200px;
}
.about-bg-imd::after{
   position: absolute;
    content: "";
    right: 0;
    left: 1rem;
    bottom: -12.5rem;
    margin: 0 auto;
    width: 103px;
    height: 251px;
    background-image: url(../images/bg/about-shape-2-1.484810b0.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.about-area-pargraph{
    font-weight: 400;
    /*margin-bottom: 50px;*/
    /*padding-right: 40px;*/
}
.about-bg-imd{
    position:relative;
}
.about-area-img img,
.about-area-img-right img{
    border-radius: 10px;
    transition: all 1.3s ease;
}
.about-area-img:hover img,
.about-area-img-right:hover img{
    transform: scale(1.1) rotate(-2deg);
}
.about-area-img-right img{
    overflow: hidden;
    transition: all 1.3s ease;
}
.img-anim-right {
    animation: img-anim-right 1.3s cubic-bezier(.645,.045,.355,1) .4s forwards;
    opacity: 0;
}

@keyframes img-anim-right{
    0% {
    transform: translateX(5%);
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
}

100% {
    transform: translateX(0);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
}
}


.about-more-info {
    border-radius: 5px;
    padding: 25px;
    background-color: #ffffff;
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, .1);
}

.about-icon {
    height: 57px;
    width: 57px;
    line-height: 57px;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 25px;
    display: inline-block;
    /*background-color:var(--secondary-color);*/
}

/*.about-icon img{*/
/*        filter: brightness(0.5) invert(1);*/
/*}*/
.it-about-2-more-title {
   font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #000;
}

.about-more-info p {
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 0;
}

.about-path-caonte{
    position: relative;
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 1rem;
}


/*banner-section*/
.banner-section {
    background: linear-gradient(to right, #f3f3f3 60%, #0ac2e8 40%);
    color: #000;
    padding: 20px 0;
    height: 700px;
    display: grid;
    justify-items: center;
    align-items: center;
}

.hero-container {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.banner-heading {
  flex: 1;
}

.banner-heading h1 {
    font-weight: 700;
    font-size:47px;
    line-height: 1.1;
    text-transform: capitalize;
}
.btn-red{
   font-size: 13px;
    font-weight: 500;
    display: inline-block;
    border-radius: 5px;
    padding: 9px 24px;
    text-align: center;
    transition: .4s;
    text-transform: capitalize;
    color: #fff;
    background-color:var(--secondary-color);
    border-radius: 30px;
}
.btn-red:hover {
  color: #fff;
    background-color:var(--primary-color);
}
.banner-heading .btn-red{
        margin-top: 20px;
}
.banner-heading p {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px;
    color: #000;
}

/*.banner-images {*/
/*  max-width: 500px;*/
/*}*/


.banner-images img {
     width: 100%;
    border-radius: 12px;
    box-shadow: unset;
}
.baner-btns{
    position:relative;
    display:flex;
    gap:15px;
}

.stats-section {
   background-color:var(--secondary-color);
    color: #fff;
    padding: 50px 0;
    max-width: 60%;
}
.stats-container {
      display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    text-align: center;
}

.intro-counter-item {
  min-width: 200px;
}

.intro-counter-item h5 {
    font-size: 45px;
    font-weight: 700;
    padding-top: 10px;
    position: relative;
}

.intro-counter-item p {
      font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
}

.intro-counter-item img {
    filter: brightness(0) invert(1);
}

/*header-section*/

.top-header {
    position: relative;
    background:  #0ac2e8;
    padding: 5px;
}
.bottom-header-bar{
       position: relative;
    padding: 5px 0;
}
.smile {
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 110px;
    height: 30px;
}
.bottom-header-bar:after {
       position: absolute;
    content: "";
    bottom: -10px;
    right: 0;
    left: 0;
    margin: auto;
    width: 85%;
    height: 10px;
    z-index: 2;
    border-radius: 0 0 10px 10px;
    background-color: #ee2c25;
    max-width: 83%;
    display:none;
}
.head-call-mail {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.head-call-mail li {
    display: flex;
    gap: 10px;
    align-items: center;
}
.head-call-mail li i {
    display: inline-block;
    color: #000;
    background: #fff;
    width: 26px;
    height: 25px;
    font-size: 13px;
    line-height: 2.5;
    text-align: center;
    border-radius: 50%;
    font-family: flaticon_normal-icon !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.head-call-mail li a {
    color:#fff;
    font-size: 14px;
    text-decoration: unset;
}

.header-menus-items {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 34px !important;
    justify-content: center;
}
.header-menus-items li > a.active {
     color: var(--primary-color) !important;
     position: relative;
    font-weight: 600;
}
.header-menus-items > li > a:hover{
    color: var(--primary-color) !important;
}
.header-menus-items > li > a.active:before{
    border-bottom: 2px solid var(--primary-color);
    content: "";
    position: absolute;
    width: 100%;
    bottom: -3px;
}
.header-menus-items .submenu li a.active {
    color: #000 !important;
    background-color: var(--primary-color);
    
}

.submenu li a:hover{
    color: #000;
    width: 100% !important;
       background: #f3f3f3 !important;
   
}

.header-menus-items li a {
    color: #000;
    text-decoration: unset;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.5px;
    
}
.sticky{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.sticky .top-header, .sticky .bottom-header-bar:after{
    display:none;
}
.sticky .bottom-header-bar{
    transform: translateY(0%);
    visibility: visible;
    animation: slideDown 0.7s ease-out;
    background:rgba(255, 255, 255, 1);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
@keyframes slideDown{
    0% {
    transform: translateY(-100%);
}
100% {
    transform: translateY(0);
}
} 

.header-buttn{
    text-align:end !important;
}
.header-buttn .thm-btn{
       margin-top: unset;
    border: 0;
    text-transform: unset;
    padding: 13.5px 28px 10.5px;
    font-size: 16px;
}
.header-buttn .btn-red{
     background-color: var(--primary-color) !important;
     color:#fff;
}
.submenu {
   position: absolute;
    background-color:#fff !important;
    list-style: none;
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0.8);
    box-shadow: 0 36px 35px rgb(61 60 60 / 7%);
    transform-origin: 0 0 0;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 561px;
    border-radius: 5px;
    left: -369px;
    top: 40px;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    text-align: left;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    min-width: 1000px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-items: center;
       box-shadow: rgb(9 30 66 / 21%) 0px 1px 1px, rgb(9 30 66 / 1%) 0px 0px 1px 1px;
}


.dropn-btnmobile{
   position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    text-align: center;
        line-height: 35px;
    top: 0;
    background: var(--primary-color);
    display: none;
    border-radius: 50px;
}
.dropn-btnmobile i {
    color: #fff;
    font-size: 20px;
}
.submenu li{
    width: 100%;
    display:flex;
}
.dropdown:hover .submenu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    padding: 30px;
    height: 520px;
}
.submenu li a {
      color: #000;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 500;
    padding: 0;
    transition: all 0.3s ease-in-out;
    display: block;
    padding: 10px 0;
    display: flex !important;
    gap: 15px;
    align-items: center;
    padding: 6px 10px !important
}
.header-menus-items .dropdown{
    position:relative;
    display:block;
    padding-right:16px;
}
.header-menus-items .dropdown:after{
    position: absolute;
    content: "\f104";
    font-family: flaticon_normal-icon !important;
    font-size: 14px;
    margin-left: 6px;
    transform: translateY(3px);
    color: #000 !important;
    font-weight: 700;
    cursor: pointer;
}
/************header-section-end*******************/
.our-care-services{
    position:relative;
    padding: 5rem 0 5rem;
    background:#f3f3f3;
}
.our-care-services .row{
    row-gap:30px;
}

/*.service-card img {*/
/*  border-radius: 12px;*/
/*  margin-bottom: 20px;*/
/*  object-fit:content;*/
/*}*/
.service-card .card-title {
     font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
}
.service-card .card-title a{
     color: #000;
}
.service-card:hover .card-title a{
    color:#fff;
}
.service-card .card-text {
  font-size: 15px;
  color: #000;
  margin-bottom: 20px;
}
.service-card:hover .card-img-top img {
    transform: scale(1.15);
}
.service-btn .btn-red{
       margin: auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: relative;
    display: flex;
    max-width: fit-content;
        margin-top: 40px;
    color:#fff;
     /*background-color:var(--primary-color) !important;*/
}

.service-card:hover {
    background-color:var(--secondary-color);
}
.service-card {
 background: #fff;
  border-radius: 15px;
  /*box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);*/
  overflow: hidden;
  padding: 18px;
  text-align: center;
  transition: 0.3s ease;
  background-image: repeating-linear-gradient(
  135deg,
  rgba(255, 255, 255, 0.15) 0,
  rgba(255, 255, 255, 0.15) 2px,
  transparent 2px,
  transparent 8px
);
    height: 100%;
}

.service-card img {
  width: 100%;
    border-radius: 12px;
    transition: transform 0.6s ease;
}

.service-card:hover img {
  transform: scale(1.05);
}

.card-arrow:hover {
  color: #a00d0d;
}

.service-btn {
    position: relative;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.02em;
    display: flex;
    gap: 10px;
    padding-bottom: 4px;
    text-transform: capitalize;
    align-items: center;
   
}
.service-btn i{
    width: 35px;
    height: 35px;
    /*margin: 0 auto; */
    background: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    transition: 0.3s ease;
    transform: rotate(-45deg);
    margin: 0 auto;
}

.service-card:hover .service-btn i{
    background:#000;
    color:#fff;
    transform: rotate(0deg);
}
.homecare-servicesa .swiper-button-next, .homecare-servicesa .swiper-button-prev{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    min-width: 40px;
    background-color: var(--secondary-color);
    transform: translateY(-80px);
    border-radius: 50%;
    color: #000;
}
.homecare-servicesa  .swiper-button-next:after, 
.homecare-servicesa .swiper-button-prev:after{
    font-size: 14px;
    color: #fff;
}

.testimanoal-swiper .swiper-button-next, .testimanoal-swiper .swiper-button-prev{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    min-width: 40px;
    background-color: var(--secondary-color);
   transform: translateY(-0px);
    border-radius: 50%;
    color: #000;
}

.testimanoal-swiper  .swiper-button-next:after, 
.testimanoal-swiper  .swiper-button-prev:after {
    font-size: 14px;
    color: #fff;
}

.our-faq-section{
    position:relative;
    padding:3rem 0 3rem;
}


.custom-faq .accordion-item {
     overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border: none;
  margin-bottom: 15px;
  border-radius: 10px;
 
}

.custom-faq .accordion-button {
      position: relative;
    background-color: #fff;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    padding: 18px 19px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    box-shadow: none;
    transition: background-color 0.3s ease;
}

.custom-faq .accordion-button span {
  font-weight: 700;
  margin-right: 8px;
}

.custom-faq .accordion-button::after {
  display: none;
}

.custom-faq .accordion-button .faq-icon {
    position: relative;
  margin-left: auto;
  width: 30px;
  height: 30px;
     background-color: #0ac2e8;
  border-radius: 50%;
  
}

.custom-faq .faq-icon::before,
.custom-faq .faq-icon::after {
  content: '';
  position: absolute;
  background-color: #fff;
  transition: 0.3s ease;
}

.custom-faq .faq-icon::before {
        top: 50%;
    left: 10px;
    width: 10px;
    height: 2px;
    transform: translateY(-58%);
}

.custom-faq .faq-icon::after {
     top: 9px;
    left: 51%;
    width: 2px;
    height: 12px;
    transform: translateX(-50%);
}

.custom-faq .accordion-button:not(.collapsed) {
     background-color: #f5edeb;
    color: #000000;
}

.custom-faq .accordion-button:not(.collapsed) .faq-icon {
     background-color: #ff0000;
}

.custom-faq .accordion-button:not(.collapsed) .faq-icon::after {
  opacity: 0;
}

.custom-faq .accordion-body {
    background-color: #f5edeb;
    font-size: 16px;
    border-top: none;
}
.testimanoal-section{
    position:relative;
       padding: 5rem 0 4rem;
    background: #f3f3f3;
}
.testimonial-box {
  background-color: #fff;
  color: #000;
  border-radius: 8px;
  padding: 40px;
  max-width: 650px;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.testimanoal-tile{
   position: relative;
    display: flex;
    gap: 40px;
}

.testimanoal-tile p{
    max-width: 37%;
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.user-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.user-info h4 {
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
}

.user-info p {
  margin: 0;
  color: #e53935;
  font-size: 0.9rem;
}

.testimonial-content p {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 0;
  margin-top: 0;
  color:#000;
}

.quote-icon {
  position: absolute;
  top: 25px;
  right: 25px;
}

.quote-icon .quote-box {
 background-color:var(--secondary-color);
  width: 42px;
  height: 42px;
  position: relative;
  z-index: 1;
  border-radius: 2px;
      line-height: 42px;
}

.quote-icon .quote-box::before{
    position:absolute;
   content: "\f1a3";
    top:0;
    bottom:0;
    color:#fff;
    text-align:center;
    margin:auto 0;
    width:100%;
    height:100%;
    font-family: flaticon_normal-icon !important;
}

.quote-icon span {
  position: relative;
  z-index: 2;
  font-size: 22px;
  color: white;
  display: block;
  text-align: center;
  line-height: 42px;
}

/*footer-section*/
.our-footer-sections{
    position: relative;
    padding: 2rem 0 2rem;
    background-color: #000;
}

.our-footer-sections:before{
    position:absolute;
    content:"";
    width:100%;
    height:100%;
    left:0;
    top:0;
    background:#000;
    opacity:0.8;
    z-index:-1;
}
.logo-btn-fotte-sec{
    padding-top: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    align-items:center;
}

.footer-address-infod{
    border-radius: 10px;
    padding: 22px 27px;
    background-color: #323131;
    align-items: center;
    margin: 47px 0 0;
}

.footer-address-infod .title{
   font-size: 17px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}

.footer-address-infod p{
    font-size: 16px;
    color: #fff;
    position: relative;
    margin: 10px 0 0;
}

.footer-address-infod .footer-addfress .icon{
   position: relative;
    background: #fff;
    width: 37px;
    min-width: 37px;
    height: 37px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-address-infod .footer-addfress .icon i{
    position: relative;
    top: 1px;
    font-size: 19px;
    color: #000;
   
}

.footer-address-infod .footer-addfress{
    display: flex;
       gap: 10px;
    align-items: center;
}

.footer-address-infod .footer-addfress .info-cal a, 
.footer-address-infod .footer-addfress .info-cal p{
    color:#fff;
    font-size:14px;
}

.footer-menu-items{
    padding: 0;
    list-style: none;
    margin:10px 0 0;
}
.footer-menu-items li{
    position:relative;
}
.footer-menu-items li:not(:last-child){
       margin: 0 0 6px;
}

.our-footer-sections .footer-menu-list{
    padding:2rem 0 0;
}
.footer-menu-items li a{
   font-size: 14px;
    color: #fff;
    position: relative;
    line-height: 2;
}

.footer-menu-items li a:before{
    content: "";
    position: absolute;
    right: -1px;
    bottom: 0;
    height: 1px;
    width: 0;
    background-color:var(--secondary-color);
    transition: all 0.3s linear;
}
.footer-menu-items li a:hover{
    color:var(--secondary-color);
}
.footer-menu-items li a:hover:before{
    width: 100%;
    transform-origin: right;
    right: auto;
    left: 0;
}
.our-footer-menu .title{
    font-size: 18px;
    font-weight: 600;
    color:var(--secondary-color);
}
.our-footer-menu p {
    color: #fff;
    position: relative;
    margin: 10px 0 0;
    font-size: 14px;
    text-align: justify;
}
.social-media-link {
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
    display: flex;
    gap: 10px;
}
.social-media-link li a {
    position: relative;
    background: var(--secondary-color);
    color: #fff;
    width: 35px;
    min-width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.our-footer-menu-one{
    margin-left:60px;
}
.copyrights{
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}
.copyrights p, .copyrights a{
    margin:0;
    color:#fff;
    font-size:14px;
}
.our-copyrights{
   position: relative;
    background: #0ac2e8;
}

.why-chooseus-section{
    position:relative;
    padding:3rem 0 3rem;
    background: #f3f3f3;
}
/*.why-chooseus-section::before{*/
/*   position: absolute;*/
/*    content: "";*/
/*    bottom: 0;*/
/*    left: 0;*/
/*   height: 509px;*/
/*    width: 100%;*/
/*    background-image: url(../images/bg/choose-5-1.ce3ad8d6.png);*/
/*    z-index: 1;*/
/*    opacity: .3;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*}*/
.why-chooseus-box{
    display: inline-block;
    background-color: #fff;
    padding: 35px 25px 30px;
    border-radius: 10px;
    height:100%;
}
.why-chooseus-section .row{
    row-gap:20px;
}
.chooseus-iocon{
    position:relative;
    display:flex;
    gap:10px;
    align-items: center;
}
.chooseus-iocon .title{
     font-size: 17px;
    font-weight: 700;
    margin-bottom: 0;
}
.why-choos-imgfd{
    height: 44px;
    width: 44px;
    line-height: 39px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    /* background-color: #dc1d1c; */
    background-color: #0ac2e8;
    min-width: 44px;
}

.why-choos-imgfd img{
       filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(308deg) brightness(103%) contrast(103%);
}

.why-chooseus-box p{
    line-height: 1.6;
    margin-top: 10px;
}


.cta-area{
     position: relative;
}

.cta-wrap{
  background: #0ac2e8;
    width: 59%;
    padding: 30px 50px 35px 50px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 0 auto;
} 

.cta-wrap::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg/03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .2;
  z-index: -1;
}

.cta-content{
  text-align: center;
}

.cta-content h3{
  color: #fff;
}

.cta-content p{
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
}
.cta-area .theme-btn{
    background-color: #f3f3f3;
   color:#000;
}
.cta-area .theme-btn:hover {
    background-color: #f3f3f3;
}
.cta-content .baner-btns{
        position: relative;
    display: unset;
}
.step-section {
  padding: 60px 0;
  background: #fff;
}

.step-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.step-number {
    font-weight: 600;
    font-size: 14px;
    transition: .3s;
    display: inline-block;
    border-radius: 100px;
    padding: 6px 30px;
    text-align: center;
    color:#fff;
    background-color: var(--secondary-color);
}

.step-box:hover .step-number {
    background-color:var(--primary-color);
      color: #ffffff;
}
.step-line {
     flex: 1;
    height: 2px;
    background-color:#000000;
    margin-left: 8px;
    position: relative;
    margin-right: -14px;
}

.step-line::before,
.step-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  background:#000000;
  border-radius: 50%;
  transform: translateY(-50%);
}

.step-line::before {
  left: 0;
}

.step-line::after {
  right: 0;
}

.step-content {
  text-align: left;
}

.step-icon img {
  width: 60px;
  margin-bottom: 15px;
}

.step-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.step-content p {
  color: #000;
  margin: 0;
  text-align: justify;
}


.site-iconweb{
    z-index: 9999;
    position: fixed;
    top: 45%;
    right: 1%;
    display: flex;
    flex-direction: column;
}

.site-iconweb .calls {
    display: none;
}
.site-iconweb .calls img{
   filter: invert(12%) sepia(100%) saturate(7497%) hue-rotate(2deg) brightness(96%) contrast(116%);
}
.site-iconweb a {
    margin: 0 0 10px;
    display: block;
}

.mobile-menu-top, 
.memnu-clos-open{
    display:none;
}

.our-mai-services .site-heading {
    margin-bottom: 0.5rem;
}
.our-mai-services{
    position:relative;
    padding:3rem 0 3rem;
}

.header-menus-items li a.active {
    color: #ff0000 !important;
}

.mega-submenu li a.active {
  color: #000 !important;
    width: 100% !important;
    background: #f3f3f3 !important;
}

.benifits-section .row{
        justify-content: center;
}


/*About Section*/

.about-section {
  padding: 4rem 0;
  background-color: #fff;
}

.about-images {
  position: relative;
  margin-bottom: 40px;
}

.about-images .main-img {
  width: 74%;
  border-radius: 16px;
  display: block;
}

.about-images .overlay-img {
    position: absolute;
    bottom: -52px;
    right: -8px;
    width: 58%;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.about-text {
  padding-left: 10px;
}

.sub-heading {
  font-size: 15px;
  color: #000;
  position:relative;
  margin-left: 16px;
  display: block;
}

.main-heading {
  font-size: 32px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 20px;
  line-height: 1.4;
}

.main-heading em {
  font-style: italic;
  color: #374151;
}

.description {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 20px;
}

.cta-circle {
  margin-bottom: 20px;
  text-align: center;
}

.cta-circle .text-orange {
  color: #dc2626;
  font-weight: 500;
}

.cta-circle .arrow {
  font-size: 24px;
  margin-top: 5px;
  color: #dc2626;
}

.care-points {
  list-style: none;
  padding-left: 0;
}

.care-points li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #374151;
}

.about-text .sub-heading::before{
    content: '';
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    background: #ff0000;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.appointment-content {
  display: flex;
  margin-top:2rem;
  
  gap: 20px;
}

.cta-circle-wrapper {
  position: relative;
  width: 140px;
  height: 140px;
}

.rotating-circle {
  width: 100%;
  height: 100%;
  animation: rotateText 10s linear infinite;
  transform-origin: center center;
}

.circle-arrow {
  position: absolute;
  top: 36%;
  left: 40%;
  /*transform: translate(-50%, -50%);*/
  font-size: 28px;
  color: #0ac2e8;
  z-index: 2;
  animation: rotateText 10s linear infinite;
}

@keyframes rotateText {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.care-points {
  list-style: none;
  padding-left: 0;
  margin: 2rem;
}

.care-points li {
  font-size: 16px;
  color: #374151;
  margin-bottom: 10px;
}

.appointment-content ul li:before {
  content: "\f145"; /* Your icon unicode */
  font-family: "flaticon_normal-icon" !important;
  position: absolute;
  left: -24px;
  top: 3px;
  font-size: 18px;
  color: #0ac2e8;
  line-height: 1;
}

.appointment-content ul li {
  position: relative;
    
}


.compassion-section {
  background-color: #fff;
  padding: 3rem 0;
}

.align-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.section-subtitle {
  font-size: 14px;
  color: #c87b45;
  font-weight: 500;
  margin-bottom: 10px;
}

.section-title {
  font-size: 32px;
  font-weight: 600;
  color: #1d3529;
  line-height: 1.4;
  margin-bottom: 30px;
}

.section-title .personal-touch {
  font-style: italic;
  font-weight: 400;
}

.feature-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.icon-circle {
  width: 50px;
  min-width: 50px;
  height: 50px;
  background-color: #0ac2e8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}

.mission-box .icon-circle,.vision-box .icon-circle{
    margin-bottom:22px;
}

.image-wrapper {
  position: relative;
  display: inline-block;
}

.main-image {
  max-width: 100%;
  border-radius: 16px;
}

.stats-box {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background-color: #f3f3f3;
  color: #fff;
  padding: 15px;
  border-radius: 12px;
  text-align: left;
  max-width: 310px;
    transition: all 0.3s ease;
}

.stats-box .icon {
  font-size: 24px;
  margin-bottom: 5px;
}

.stats-box h4 {
  font-size: 32px;
  color:#1d3529;
  margin: 0;
}

.stats-box p {
  margin: 5px 0 0;
  font-size: 14px;
  color:#1d3529;
}

.mission-box,
.vision-box {
  margin-bottom: 30px;
}

.text-box h5 {
  font-size: 18px;
  font-weight: 600;
  color: #1d3529;
  margin-bottom: 8px;
}

.text-box p {
  font-size: 15px;
  color: #000;
}


.compassion-section .sub-heading::before {
    content: "";
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: rgb(255, 0, 0);
    border-radius: 50%;
}

.number-box {
    display:flex;
    gap:10px;
}

.number-box img{
    filter: invert(32%) sepia(92%) saturate(7271%) hue-rotate(355deg) brightness(96%) contrast(121%);
    margin-top:-2px;
}

.icon-circle img{
   filter: invert(100%) sepia(6%) saturate(1%) hue-rotate(40deg) brightness(106%) contrast(100%);
}

.stats-box:hover {
  background-color: rgb(10, 194, 232); 
  color: #ffffff; 
}

.stats-box:hover p{
    color:#fff;
}

.stats-box:hover h4{
     color:#fff;
}

.mission-box:before{
    content:"";
    border-bottom:1px solid #ccc;
}


.visible-trust .specific-view {
  background: rgb(10, 194, 232);; 
  padding: 60px 20px;
  border-radius: 15px;
  max-width: 750px;
  margin: 40px auto;
}


.visible-trust {
    padding:2rem 0;
}




.visible-trust .section-main-title {
  margin-bottom: 15px;
  text-align:center;
  color:#000;
}

.trust-subtitle {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.trust-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.take-care {
  list-style: none;
  padding: 0;
}

.take-care li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.4;
  color:#fff;
}

.take-care li::before {
  content: "";
  background-image: url("../images/svg/ticked.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
}

.specific-view::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/about/bg-shape.webp');
    border-radius:20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1; 
}

.specific-view {
    position: relative;
    z-index: 1;
}

.ndis-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: white;
  color: #04414d;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-top:26px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.ndis-button i {
  transition: transform 0.3s ease;
  font-size: 16px;
  margin-top: 3px;
}

.ndis-button:hover i {
  transform: translateX(4px);
}

.wealthcare-services {
  background: #f3f3f3;
  padding: 3rem 2rem;
}

.life-cares {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
 
}

.life-cares li {
  display: flex;
}

.care-box {
  background: white;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 20px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  width: 100%;
  transition: transform 0.2s ease;
}

.care-box:hover {
  transform: translateY(-2px);
}

.care-box img {
  width: 50px;
  height: 50px;
  background: #f4f4f4;
  padding: 8px;
  border-radius: 8px;
}

.care-box h4 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Space Grotesk';
}

.feature-list {
    padding-left:0 !important;
}

.life-love-care {
        background-color: rgb(243, 243, 243);
    padding: 3rem 2rem;
    border-radius:20px;

}

.elderly-services {
  padding: 3rem 2rem;
 
}

.care-love {
  background:url("../images/about/services-health-wellness.webp") no-repeat right center;
  background-size: cover;
  border-radius: 20px;
  padding: 2rem 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.caring-card {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  margin-left:-24px;
  max-width: 600px;
  flex: 1 1 300px;
}

.caring-card h3 {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #000;
}

.caring-card p {
 
  line-height: 1.6;
  margin-bottom: 30px;
  text-align:justify;
}

.care-search {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.care-search input {
  flex: 1 1 250px;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
}

.care-search button {
  background-color: #ff0000;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.care-search button:hover {
  background-color: #022f38;
}

.care-love img {
  max-width: 600px !important;
  width: 100%;
  height: auto;
  flex: 1 1 300px;
  border-radius: 10px;
}


.about-images img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.about-images img:hover {
  filter: brightness(110%);
  transition: filter 0.3s ease;
}



.helping-care {
  padding: 3rem 20px;

}

.care-card {
  background: #fff;
  padding: 20px 24px;
  border-radius: 16px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  height: 100%;
}

.care-card:hover {
  transform: translateY(-3px);
}

.care-card img {
  width: 68px;
  height: 68px;
  flex-shrink: 0;
}

.care-card h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #000;
}

.helping-care .row{
    row-gap:20px;
    
}


/*Appointment Section*/

  .appointment-sec {
      padding: 4rem 0;
    }

.appointment-sec {
  background: #fff;
  padding: 60px 0;
}

.enquiry-form {
  background: #f5f5f5;
  padding: 40px 30px;
  border-radius: 20px;
}

.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: none;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #fff;
  font-size: 15px;
  color: #333;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.enquiry-form textarea {
  height: 120px;
  resize: none;
}

.enquiry-form button {
  width: 100%;
  padding: 14px;
  border: none;
  background-color: #ff0000;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.enquiry-form button:hover {
  background-color: #ff0000;
}

 .cta-circle-wrapper img{
     width:100%;
     max-width:120px;
     border-radius: 50%;
     animation: rotateText 20s infinite linear;
 } 
 

.specific-view img{
    border-radius:20px;
    width:100%;
}

.counting-numbers {
 
  padding: 2rem 0;
}

.text-num {
  text-align: center;
  padding: 20px 10px;
  border-right: 1px solid #ccc;
}

.text-num h5 {
  font-size: 42px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}

.text-num p {
  font-size: 18px;
  font-weight: 500;
  color: #666;
  margin: 0;
}

.text-num.no-border {
  border-right: none;
}

.appointment-section {
  font-family: 'Segoe UI', sans-serif;
  color: #2b3b2d;
  padding: 3rem 1rem;
}

.subtitle {
  display: inline-block;
  color: #9f7642;
  font-style: italic;
  font-size: 16px;
  margin-bottom: 0.5rem;
}

.specified-content h2 {
  font-size: 30px;
  font-weight:700 ;
  line-height: 1.3;
}



.info-box {
  margin-top: 2rem;
}

.info-item {
  display: flex;
  align-items: flex-start;
  margin: 2.5rem 0;
}

.icon-wrapper {
    background-color: #0ac2e8;
    border-radius: 50%;
    padding: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
    margin-right: 1rem;
}

.icon-wrapper img {
  width: 30px;
  height: 30px;
  filter: invert(100%) sepia(6%) saturate(1%) hue-rotate(40deg) brightness(106%) contrast(100%);
}

.info-text h4 {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
}

.info-text p {
  margin: 0.3rem 0 0;
  font-size: 0.95rem;
  color: #555;
}

.info-item.location .info-text p {
  max-width: 400px;
}

.specified-content .sub-heading::before {
    content: "";
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: rgb(255, 0, 0);
    border-radius: 50%;
}

.specified-content .col-lg-12 {
        border-top: 1px solid #ccc;
}

label.error{
    color:red;
}