/* RESOURCES PAGE */
.page-id-942 h1 {
  	padding: 5.0625rem 0 2.625rem;	
}
.page-id-942 .custom-content-section--content {
	margin: 0 10px 100px;
}

.hero-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width:767px) {
	.hero-video{position:absolute;top:0;left:0}
}		
/* FOOTER */
.site-footer__top--nav__inner ul li {
  padding-bottom: 0;
}


.site-header__top-nav .menu li a {
  font-family: 'freight-sans-pro', sans-serif;
}

.heading-copy-wrap h1 {
  margin-bottom: .8125rem;
  color: #316b4f;
  font-size: 2rem;
}


/* FAQS PAGE */
#faqs-page {
  background-color: #E6E6DC;

  h1 {
    color: #316b4f;
    margin: 0;
    padding: 5.0625rem 0 2.625rem;
    text-align: center;
  }

  .faq_items_column {
    display: flex;
    padding-top: 30px;
  }

  .faq-item {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 40px;
    display: flex;
    align-items: flex-start;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }

  .faq-content {
    padding: 0 0 0 20px;
  }

  .faq-icon {
    flex-shrink: 0;
  }

  .faq-question {
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
  }

  .faq-answer {
    color: #555;
    line-height: 1.6;
  }
}

/* NEWS */
.module__news.single__post h1 {
  font-family: 'freight-sans-pro', sans-serif;
  margin-bottom: 2rem;
}


/* tarun */
.module__hero {
  position: relative !important;
  padding: 150px 0 !important !important;
}

/*.module__hero .bg-gradient {
    background: #e6e6dc !important;
}
.module__hero h1 {
    color: #014233 !important;
}*/
/*.module__hero p {
    color: #000 !important;
}*/
.video-content span {
  font-size: 1.5rem;
  color: white;
}

.text-box::before {
  content: "";
  position: absolute;
  top: 17%;
  left: 7%;
  background-image: url("https://www.cfls.com.au/new/wp-content/uploads/2025/11/download.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  width: 150px;
  height: 265px;
  opacity: 0.4;
}

.text-box::after {
  content: "";
  position: absolute;
  right: 7%;
  width: 150px;
  height: 265px;
  background-image: url("https://www.cfls.com.au/new/wp-content/uploads/2025/11/download-1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  top: 10%;
  opacity: 0.3;
}

.main-parent {
  .video-content h3 {
    color: #fff;
    margin-bottom: .8125rem;
  }

  background: linear-gradient(143deg, #003413 0, #001725 17%, #001B27 81%, #01613C 100%) no-repeat padding-box;
  padding: 2rem 0;
  /*border-top: 2px solid #e7d893;*/
}

.main-parent:last-child {
  /*border-bottom: 2px solid #e7d893;*/
}

.video-testimonial {
  display: flex;
  align-items: center;
  gap: 60px;
}

.video-content p {
  color: #e7d893;
  font-family: Ppeiko;
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 1.3;
  margin-bottom: 2.8125rem;
}

.video-box {
  width: 100%;
  position: relative;
  /*margin: 40px 0;*/
}

.page-template-testimonials-page .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;

  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}


.page-template-testimonials-page .video-box {
  position: relative;
  padding: 0 0 28%;
  overflow: hidden;
  background: none;
  flex-shrink: 0;
}

.page-template-testimonials-page .video-box iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.page-template-testimonials-page .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: 0.3s ease;
}

.without-video-testimonial {
  /*background: linear-gradient(143deg, #003413 0, #001725 17%, #001B27 81%, #01613C 100%) no-repeat padding-box;*/
  background: #E6E6DC;
  padding: 2rem 0;
  /*border-top: 2px solid #e7d893;*/
  position: relative;

  .text-box h3 {
    color: #000;
    /*z-index: 2;
		position: relative;*/
    margin-bottom: .8125rem;
  }

  .text-box p {
    color: #316b4f;
    font-family: Ppeiko;
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 1.3;
    margin-bottom: 2.8125rem;
  }

  .text-box span {
    font-size: 1.5rem;
    color: #000;
  }
}

.without-video-testimonial .text-box {
  padding: 40px 0;
}


.page-template-testimonials-page .video-testimonial {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.page-template-testimonials-page .video-testimonial > * {
  flex: 0 0 50%;

}

.video-content {
  position: relative;
  padding: 50px;
  border-radius: 12px;
  /*   box-shadow: 0 4px 15px rgba(0,0,0,0.08); */
  z-index: 1;
}

.video-content::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  background-image: url("https://www.cfls.com.au/new/wp-content/uploads/2025/11/download.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  width: 11.8125rem;
  height: 24.3125rem;
  opacity: 0.6;
}


.video-content::after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 11.8125rem;
  height: 24.3125rem;
  background-image: url("https://www.cfls.com.au/new/wp-content/uploads/2025/11/download-1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  opacity: 0.3;
}


.video-content p,
.video-content h3,
.video-content span {
  position: relative;
  z-index: 2;
}

.text-testimonials-wrapper,
.video-testimonials-wrapper {
  border-top: 1px solid #e7d893;
}

.combined-testimonials-wrapper {
  border-bottom: 1px solid #e7d893;
}




@media (max-width: 991px) {
  .text-box p {
    font-size: 32px !important;
  }

  .video-content p {
    font-size: 32px !important;
  }

  .video-content::before {
    width: 7.6875rem;
    height: 15.8125rem;
  }

  .video-content::after {
    width: 7.6875rem;
    height: 15.8125rem;
  }

  .video-content h3,
  .text-testimonials-wrapper h3 {
    color: #fff;
    margin-bottom: .8125rem;
    font-size: 32px;
  }

  .video-content {
    position: relative;
    padding: 10px !important;
  }

}

@media (max-width: 550px) {
  /*   .page-template-testimonials-page .video-overlay {
    background-size: unset !important;
    background-position: unset !important;
  } */
}

@media (max-width: 768px) {
  .without-video-testimonial {
    background: linear-gradient(143deg, #003413 0, #001725 17%, #001B27 81%, #01613C 100%) no-repeat padding-box;
    padding: 4.5rem 0 4.875rem !important;
    /*border-top: 2px solid #e7d893;*/
  }

  .page-template-testimonials-page .video-box {
    /*height: 310px !important;*/
    padding: 0 0 58%;

  }

  /*.video-content h3 {
    font-size: 18px !important;
  }*/
  .page-template-testimonials-page .video-testimonial {
    gap: 30px;
    flex-direction: column;
  }

  .page-template-testimonials-page .video-testimonial > * {
    flex: none !important;

  }

  .main-parent {
    padding: 0 !important;
  }

  .video-content::after {
    bottom: 0 !important;
    top: 10%;
    right: 25%;
  }

  .main-parent .container {
    padding: 0 !important;
  }

  .video-content {
    padding: 40px 30px 4.875rem !important;
  }
}




@media (max-width: 1070px) and (min-width: 768px) {
  .text-box::before {
    left: 4% !important;
  }

  .text-box::after {
    right: 50% !important;
  }

  .module__hero--copy {
    max-width: 21rem;
  }
}

@media (max-width: 768px) and (min-width: 480px) {
  .text-box::after {
    top: 11% !important;
    right: 35% !important;
    width: 125px !important;
    height: 240px !important;
  }

  .text-box::before {
    top: 11% !important;
    left: 8% !important;
    width: 125px !important;
    height: 240px !important;
  }
}

@media (max-width: 479px) and (min-width: 320px) {
  .text-box::after {
    top: 11% !important;
    right: 20% !important;
    width: 125px !important;
    height: 240px !important;
  }

  .text-box::before {
    top: 11% !important;
    left: 8% !important;
    width: 125px !important;
    height: 240px !important;
  }
}

/* tarun  */


.site-header__top-nav .menu li a {
  text-decoration: none !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 1.375rem !important;
  line-height: 2 !important;
  color: #fff !important;
  position: relative !important;
  display: inline-block !important;
  transition: all .3s linear !important;
}

.single__post h2 {
  font-weight: 300 !important;
}

.site-footer .social {
  text-align: right;
  padding-top: 20px;
}

.site-footer .social a {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
}

.site-footer .social a:hover {
  opacity: 0.6;
}

.site-footer .social svg {
  display: block;
  width: 100%;
  height: 100%;
}

.module__img-text {
  display: flex;
  justify-content: space-between;
}

.module__img-text .module__img-text__content {
  width: 48%;
  text-align: justify;
}

.module__img-text .module__img-text {
  width: 48%;
}

.module__testimonial.img-text {
  padding: 5.188rem 0 5.875rem;
  background: #e7e6dd;
}

.module__testimonial.img-text h2 {
  margin: 0 0 70px;
  font-size: 4.7rem;
  color: #316b4f !important;
  line-height: 1.125;
}

.module__testimonial.img-text p {
  margin: 0 0 27px;
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.module__t-text {
  display: flex;
  justify-content: space-between;
}

.module__t-text .module__two-text {
  width: 48%;
  text-align: justify;
}

.module__testimonial.twocol {
  padding: 5.188rem 0 8.875rem;
  background: #fff url(https://www.cfls.com.au/new/wp-content/uploads/2024/08/Mask-Group-5.png) no-repeat 100% 130%;
}

.module__testimonial.twocol h2 {
  margin-bottom: 50px;
  font-size: 4.7rem;
  color: #316b4f !important;
  line-height: 1.125;
}

.module__testimonial.twocol p {
  margin: 0 0 27px;
  font-size: 1.5rem;
  line-height: 1.8rem;
}

@media only screen and (max-width: 1024px) {

  .module__testimonial.img-text h2,
  .module__testimonial.twocol h2 {
    font-size: 3rem;
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .module__testimonial.img-text {
    padding: 4.188rem 0 4.875rem;
  }

  .module__testimonial.twocol {
    padding: 4.188rem 0 8.875rem;
  }


  .module__testimonial.img-text h2,
  .module__testimonial.twocol h2 {
    font-size: 3rem;
    margin: 0 0 30px;
  }

  .module__testimonial.twocol,
  .module__testimonial.img-text {
    padding-left: 2.375rem;
    padding-right: 2.375rem;
  }

  .module__t-text,
  .module__img-text {
    display: block;
  }

  .module__img-text .module__img-text,
  .module__img-text .module__img-text__content,
  .module__t-text .module__two-text {
    width: 100%
  }

  .module__testimonial.img-text p,
  .module__testimonial.twocol p {
    font-size: 1rem;
    line-height: 1.77778;
  }
}

.breadcrumb-item.active {
  color: #fff !important
}

.page-template-testimonials-page .breadcrumb-item.active,
.module__inner-hero-image .breadcrumb-item.active {
  color: #000 !important
}




/* ================= APPLY NOW BUTTON STYLES ================= */
#apply-now-button a {
  font-family: Ppeiko;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: -4px;
}

#apply-now-button .apply-close {
  margin-bottom: 9px;
}



@media (max-width: 470px) {
  .page-template-testimonials-page .video-box {
    height: 240px !important;
  }
}

@media (max-width: 380px) {
  .page-template-testimonials-page .video-box {
    height: 210px !important;
  }
}


.page-template-testimonials-page .module.module__hero {
  align-items: flex-start;
}

.page-template-testimonials-page .module__hero .bg-gradient {
  background: #E6E6DC;
}

.page-template-testimonials-page .module__hero h1 {
  color: #316b4f;
  margin-top: 5rem;
  margin-bottom: 2.5rem;
}

.page-template-testimonials-page .module__hero {
  padding-top: 1rem;
}

.page-template-testimonials-page .breadcrumb a,
.page-template-testimonials-page .breadcrumb li,
.page-template-testimonials-page .module__hero--copy__inner {
  color: #000;
}

.page-template-testimonials-page .module__hero--copy__inner p {
  margin: 0 0 20px;
}

.page-template-testimonials-page .module__hero {
  min-height: calc(72vh - 135px);
}

@media all and (max-width: 767px) {

  .page-template-testimonials-page .breadcrumb a,
  .page-template-testimonials-page .breadcrumb li,
  .page-template-testimonials-page .module__hero--copy__inner {
    color: #fff
  }

  .page-template-testimonials-page .module__hero h1 {
    color: #e7d893;
  }

  .page-template-testimonials-page .module__hero {
    padding-top: 0.0rem !important;
  }

  .page-template-testimonials-page .module__hero--copy {
    padding-top: 1.1rem;
  }
}










/* ================= TESTIMONIALS PAGE STYLES ================= */

/*   .page-template-testimonials-page body {
  margin: 0;
  background-color: #004545;
  color: #fff;
}

 
.page-template-testimonials-page .video-testimonials-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 100px auto;
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.page-template-testimonials-page .video-testimonial {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.page-template-testimonials-page .video-testimonial:nth-child(even) {
  flex-direction: row-reverse;
}

.page-template-testimonials-page .video-box {
  position: relative;
  width: 480px;
  height: 270px;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
  flex-shrink: 0;
}

.page-template-testimonials-page .video-box iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: none;
}

.page-template-testimonials-page .video-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-size: cover;
  background-position: center;
  transition: 0.3s ease;
} */

/* .page-template-testimonials-page .play-btn {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 75px; height: 75px;
  background-color: rgba(255,255,255,0.9);
  border-radius: 50%;
  display: flex; justify-content: center; align-items: center;
  cursor: pointer;
}

.page-template-testimonials-page .play-btn::before {
  content: '';
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent #004545;
  margin-left: 5px;
}

.page-template-testimonials-page .video-content {
  flex: 1;
  position: relative;
}

.page-template-testimonials-page .video-content p {
  font-size: 20px;
  line-height: 1.5;
  color: #f8f8f8;
  margin-bottom: 20px;
}

.page-template-testimonials-page .video-content h3 {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
}

.page-template-testimonials-page .video-content span {
  font-size: 16px;
  color: #d3ba88;
}

 
.page-template-testimonials-page .text-testimonials-wrapper {
  background-color: #002020;
  padding: 100px 0;
}

.page-template-testimonials-page .text-grid {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 80px;
}

.page-template-testimonials-page .text-box {
  position: relative;
  color: #f8f8f8;
  padding-right: 40px;
}

.page-template-testimonials-page .text-box p {
  font-size: 20px;
  line-height: 1.6;
  color: #e8e8e8;
}

.page-template-testimonials-page .text-box::before {
  content: "“";
  position: absolute;
  top: -30px;
  left: -10px;
  font-size: 100px;
  color: #d3ba88;
  opacity: 0.2;
}

.page-template-testimonials-page .text-box h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-top: 20px;
}

.page-template-testimonials-page .text-box span {
  font-size: 16px;
  color: #d3ba88;
}

 
@media (max-width: 991px) {
  .page-template-testimonials-page .video-testimonial {
    flex-direction: column !important;
    text-align: center;
  }

  .page-template-testimonials-page .video-box {
    width: 100%;
 
  }

  .page-template-testimonials-page .video-content {
    text-align: center;
  }

  .page-template-testimonials-page .text-grid {
    grid-template-columns: 1fr;
  }
} */

/** what we do section css 03-12-25 **/
.module__what-we-do {
  background: linear-gradient(140deg, #00613D 0, #01232C 22%, #00070F 86%, #003513 100%) no-repeat padding-box;
  padding: 4em 0;
}

.module__what-we-do--wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}

.module__what-we-do--wrapper .module-item {
  flex: 1 1 calc(33.33% - 45px);
  background-color: #E6E6DC;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 249.1 111.8" style="enable-background:new 0 0 249.1 111.8;" xml:space="preserve"><style type="text/css">.st0{fill:%23fefefe;}</style><path class="st0" d="M157.1,49.5c-0.3,2.5-0.6,4.9-0.9,7.4c-1.1,7.5-2.7,14.8-4.9,22c-2.4,7.5-5.5,14.6-10.3,20.9c-4.6,5.9-10.3,10.2-17.8,11.5c-1.5,0.3-3,0.4-4.5,0.4c-39,0-78.1,0-117.1,0c-1.8,0-1.9-0.1-1.2-1.8c4.7-12.3,9.4-24.6,14.1-36.9c0.4-0.9,0.8-1.3,1.8-1.3c4.2,0,8.4,0,12.6,0c30.2,0,60.3,0.1,90.5-0.1c9.8-0.1,19-2.7,27.1-8.7c4.5-3.3,8-7.5,10-12.8c0.1-0.2,0.2-0.5,0.3-0.7C156.9,49.5,157,49.5,157.1,49.5z"/><path class="st0" d="M92.1,62.8c0.3-4.3,0.9-8.5,1.6-12.7c1.5-8.7,3.7-17.3,7.1-25.5c2.7-6.5,6.2-12.5,11.3-17.3c5-4.6,10.7-7.3,17.7-7.3c39.1,0,78.2,0,117.4,0c2.2,0,2.2,0,1.4,2.1c-4.6,12-9.2,23.9-13.8,35.9c-0.5,1.3-1.2,1.7-2.6,1.7c-34,0-67.9-0.2-101.9,0.1c-10.5,0.1-20.5,2.8-28.9,9.6c-4.1,3.3-7.2,7.3-9,12.4C92.4,62.1,92.3,62.5,92.1,62.8z"/></svg>');
  background-repeat: no-repeat;
  background-size: 310px;
  background-position: left 25px top 30px;
  border-radius: 16px;
  padding: 45px;
}

.module__what-we-do--wrapper .module-item h3 {
  font-family: Ppeiko;
  font-weight: 300;
  line-height: 1.2;
  font-size: 2.5rem;
}

.module__what-we-do--wrapper .module-item p {
  line-height: 1.4;
}

/** Hero video section 04-12-25 **/
section.module__hero_video {
  margin-top: 6.4em;
  padding-bottom: 0;
  position: relative;
}

.module__hero_video .bg-gradient {
  background: linear-gradient(229deg, #003413 0, #001725 17%, #000008 75%, #01613C 100%) no-repeat padding-box;
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  z-index: 1;
  opacity: 0.5;
}

.module__hero_video--wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.module__hero_video--wrapper .hero-video {
  display: block;
  object-fit: cover;
  height: auto;
  width: 100%;
}

.module__hero_video--wrapper .hero-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  height: 100%;
  width: 100%;
  z-index: 1;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.module__hero_video--wrapper .hero-content h1 {
  text-shadow: 0 0 50px #000;
}

@media only screen and (max-width:767px) {
  section.module__hero_video {
    padding-top: 0;
  }

  .module__what-we-do--wrapper .module-item {
    flex: 1 1 calc(50% - 45px);
  }

  .module__hero_video--wrapper .hero-content h1 {
    font-size: 2.5em;
  }

  .module__what-we-do--wrapper .module-item h3 {
    font-size: 22px;
  }
}

@media only screen and (max-width:539px) {
  .module__what-we-do--wrapper .module-item {
    flex: 1 1 100%;
    padding: 30px;
  }
}