/* Hero section */
.hero-section {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-color: white;
}

.text-slider-wrapper {
  max-width: 600px;
  width: 100%;
  height: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.text-slider-wrapper h1 {
  font-size: 50px;  
  font-weight: 800 !important;
}
.lets-talk-btn-link {
  background-color: #122c64;
  width: 200px;
  padding: 20px;
  border-radius: 50px;
  color: white;
  font-size: 20px;
}
.lets-talk-btn-link:hover {
  background-color: palevioletred;
}
.business-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
}
.hero-section h2 {
  font-size: 35px;
  color: var(--color-theme4);
}
.business-info a {
  color: var(--color-theme5);
  text-align: center;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 15px;
}

/* Banner section  */
.banner-section {
  position: relative;
  background-color: #ffffff;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  padding: 50px 0;
  width: 100%;
  margin: 0 auto;
}
.banner-block {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
  color: rgb(24, 24, 24);
  padding: 50px 30px;
}
.banner-block h1 {
  font-size: 50px;
}

/* About us section */
.about-us-section {
  background-color: var(--pri-color1);
  background-size: cover;
}
.about-us-block {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  align-items: center;
  gap: 50px;
}
.about-us-block-col img {
  display: flex;
  width: 100%;
}
.about-us-block-col .title {
  color: whitesmoke !important;
  margin-top: 20px;
  text-align: left;
}
.about-us-block-col p {
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-weight: 300 !important;
}
.about-us-block-col-2 {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.about-us-block-col .learn-more-btn {
  background-color: var(--color-theme3);
}

/* Services section */
.services-section {
  width: 100%;
  background-color: var(--pri-color10);
}
.services-block {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}
.services-block p {
  padding: 0 25px;
}

.service-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  background-size: cover;
  background-position: bottom;
  background-color: white;
}

.services-info-wrapper {
  display: flex;
  flex: 1 1 250px;
  gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
.service-card p {
  font-size: 19px !important;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgb(37, 37, 37);
}
.service-card-image {
  flex: 1 1 300px;
  position: relative;
  overflow: hidden;
}
.service-card-image img {
  width: 100%;
  height: 350px;
  display: flex;
  transition: 0.4s linear;
}
.service-card-image img:hover {
  transform: scale(1.3);
}

.services-grid-contents {
  width: 95%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.services-grid-contents:nth-of-type(even) {
  flex-direction: column-reverse;
}






/* Ndis overview */
.ndis-overview-section{
  background-color: var(--pri-color1);
}
.overview-header{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    color: whitesmoke;
}
.list-block-cards{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: white !important;
    li{
        margin: 15px 0;
        color: white;
    }
    .ndis-overview-card-header{
        font-size: var(--Sfont);
        font-weight: 600;
        text-align: center;
        padding-top: 25px;
    }
}
.ndis-overview-card{
    width: 90%;
    flex: 1 1 550px;
    min-height: 350px;
    padding: 20px;
    border: 1px solid var(--pri-color10);
    text-align: left !important;
    margin: 0 auto;
}
.list-text-block-wrapper{
    margin: 0 auto; 
    text-align: left;
}
.list-text-block{
    padding: 25px;   
}







/* Testimonials Section */
.testimonials-section {
  background-image: url(../backgrounds/bg4.png);
  background-size: 200% 100%;
  background-position: center;
  display: none;
}
.testimonails-slider-wrapper {
  position: relative;
  padding: 30px 0;
}
.title-wrapper {
  position: relative;
  text-align: center;
}
.testimoinal-card {
  background-color: var(--pri-color1);
  position: relative;
  overflow: hidden;
}

.testimonials-section .title-wrapper i {
  font-size: 130px;
  color: rgb(223, 223, 223);
  position: absolute;
  top: -50%;
  transform: translateY(-50%);
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
}
.testimonials-section .title-dc {
  position: relative;
  z-index: 1;
}

.testimonials-slider {
  margin-top: 50px;
}
.testimonials-slider li {
  margin: 0 10px;
}

.testimoinal-card-header img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin: 40px auto 20px;
  border: 5px solid var(--pri-color3);
  padding: 5px;
}
.testimoinal-card-body {
  padding: 10px 30px;
}
.testimoinal-card-body h3 {
  font-size: 22px;
}
.testimoinal-card-body h3,
.testimoinal-card-body h4 {
  color: white;
  margin: 7px 0;
}
.client-role {
  color: var(--pri-color3) !important;
}
.testimonial-text {
  padding: 15px 0;
}
.testimoinal-card-footer {
  padding: 10px 30px 50px;
}
.testimonial-text p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
}

.controls {
  color: var(--pri-color2);
  font-size: 45px;
  font-weight: 300;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px;
  z-index: 1;
  cursor: pointer;
  background-color: var(--pri-color3);
}
.controls:hover {
  background-color: whitesmoke;
  color: black;
}
.testimonial_btn_prev {
  left: 0;
}
.testimonial_btn_next {
  right: 0 !important;
}
/* .slick-dots li button:before{
    color: white;
}
.slick-dots li.slick-active button:before{
    color: var(--color_theme3);
} */














/* Covid Banner section */
.covid-group-elem{
  width: 90%;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
  gap: 50px;
  align-items: center;
  padding: 50px 0;
}
.hidden-image{
  display: none;
  width: 100% !important;
}

/* Laptops */
@media screen and (max-width: 1200px) {

  /* Hero section */
  .h1-dark-color-text {
    font-size: 50px;
  }
  .col-2 {
    width: 100%;
  }

  /* About us section */

  .about-us-block {
    width: 90%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
  }

  /* Services section */
  .services-grid-contents {
    width: 95%;
    margin: 50px auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

}

/* Tablets */
@media screen and (max-width: 900px) {


  .covid-group-elem {     
      max-width: 98%;
      grid-template-columns: repeat(auto-fit,minmax(400px,1fr));      
  }

  

  /* Covid Banner section */
  .covid-block .title-dc{
    text-align: center;
  }
  .hidden-image{
    display: flex;
  }
  .covid-main-image{
    display: none;
  }

}





/* large mobile */
@media screen and (max-width: 600px) {
  /* Hero section */
  .hero-section {
    width: 100%;
  }
  .hero-section h2 {
    font-size: 30px;
  }
  .text-slider li h1 {
    font-size: 35px;
  }

  /* Banner section */
  .banner-block {
    max-width: 98%;
  }

  /* .block-title{
        font-size: 30px !important;
    } */

  /* About us section */
  .about-us-block-col-2 {
    padding: 20px 30px !important;
  }
  .title {
    text-align: center;
  }
  .block-subtitle {
    font-size: 0.9rem;
  }

  /* Services section */
  .services-grid-contents {
    width: 90%;
    margin: 50px auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }

  .service-card-image img {
    height: 250px;
  }

  
  /* Ndis overview */
  
    .list-text-block{
      padding: 7px;
    }
    .list-block-cards{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 10px;
        li{
            margin: 15px 0;
        }
    }

    .list-block-cards{
      width: 100% !important;
    }

    /* Testimonials section */
    .testimonails-slider-wrapper {
        padding: 10px;
    }

  /* Covid Banner section */
  .covid-group-elem {     
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr)) !important;      
  }

  .covid-block .title-dc{
    text-align: center;
  }
  .hidden-image{
    display: flex;
    padding: 20px 0;
  }
  .covid-main-image{
    display: none;
  }
}

/* small size mobile */
@media screen and (max-width: 330px) {
}
