.fc-wave-section-spacer {
  padding-top: 4rem;
}

.fc-client-testimonial-section.fc-wave-section-spacer {
  padding-top: 2rem;
}

.fc-home-banner-section,
.fc-box-stats-section {
  background-color: #fdf1de;
}

.fc-home-banner-section .banner-head-wrapper {
  text-align: center;
}

.fc-home-banner-section .banner-head-wrapper h2 {
  font-family: "calisto-mt";
  color: #0e2655;
  font-size: 70px;
  font-weight: 400;
}

.fc-client-testimonial-section .row {
  padding-bottom: 20px;
}

@media (max-width: 600px) {
  .fc-home-banner-section .banner-head-wrapper h2 {
    font-size: 29px;
  }

  .fc-client-testimonial-section .row {
    padding-bottom: 30px;
  }

  .fc-client-testimonial-section .testimonial-owl-carousel .owl-nav {
    display: none;
  }
}

.fc-client-testimonial-section .testimonial-owl-carousel p b {
  font-size: 16px;
}

.fc-box-stats-section {
  margin-top: 6rem !important;
}

.fc-box-stats-section .about-us-content-wrapper p {
  text-align: center;
}

.fc-box-stats-section .box-stats-wrapper {
  padding: 0;
}

.fc-box-stats-section .fc-box-stats {
  align-items: center;
  display: flex;
  padding: 10px 10px 10px 0px;
}

.fc-box-stats-section .fc-box-stats h3 {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .fc-box-stats-section .fc-box-stats span {
    font-size: 1.75rem !important;
  }
  .fc-box-stats-section .fc-box-stats i {
    margin: 0;
  }
}

.fc-box-stats-section .fc-box-stats span {
  font-size: 1.37rem;
  font-weight: 400;
  line-height: 1.2;
}

.fc-box-stats-section .fc-box-stats i {
  font-size: 45px;
  transform: scaleX(-1);
  color: #30a344;
  margin: 5px;
}

.fc-box-stats-section .fc-box-stats h2,
.fc-box-stats-section .fc-box-stats p {
  margin-bottom: 0;
  margin-top: 0;
  text-align: start;
}

.fc-box-stats-section .fc-box-stats p {
  font-size: 16px !important;
}

.fc-mental-resources-section .fc-resources-cards {
  background-color: #c5e6ff;
  border-radius: 15px;
  border: 2px solid #fff;
}

.fc-mental-resources-section .fc-resources-cards .card-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.fc-mental-resources-section .fc-resources-cards .card-content img {
  padding-right: 10px;
}

.fc-mental-resources-section .fc-resources-cards .card-content a {
  text-decoration: none;
  color: #00345f;
}

.fc-client-testimonial-section {
  background-color: #fdf1de;
}

.fc-client-testimonial-section {
  margin-top: 4rem !important;
}

.fc-explore-tabs-section::before,
.fc-mental-resources-section::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 70px;
  background: url("/wp-content/uploads/2025/09/pink-end-wave.svg");
  left: 0;
  top: -15px;
  z-index: 99;
}

.fc-box-stats-section::before,
.fc-client-testimonial-section::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 70px;
  background: url("/wp-content/uploads/2025/09/pink-top-wave.svg");
  left: 0;
  top: -40px;
  z-index: 99;
}

.fc-conversation-media-slider::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 70px;
  background: url("/wp-content/uploads/2025/09/blue-end-wave.svg");
  left: 0;
  top: -40px;
  z-index: 99;
}

.fc-client-testimonial-section .testimonial-owl-carousel .owl-nav.disabled {
  display: block !important;
}

.fc-client-testimonial-section .testimonial-owl-carousel {
  position: relative;
}

.fc-client-testimonial-section .testimonial-owl-carousel .item .bg-white {
  border-radius: 15px;
}

.fc-client-testimonial-section .testimonial-owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -4rem;
  bottom: 6rem;
  font-size: 5rem;
  color: #fff;
}

.fc-client-testimonial-section .testimonial-owl-carousel .owl-nav button.owl-next {
  position: absolute;
  bottom: 6rem;
  font-size: 5rem;
  right: -4rem;
  color: #fff;
}

.fc-client-testimonial-section .testimonial-owl-carousel .owl-nav button.owl-next:hover,
.fc-client-testimonial-section .testimonial-owl-carousel .owl-nav button.owl-prev:hover {
  background-color: transparent;
}

.fc-what-new-section {
  z-index: 1;
  padding-bottom: 6rem;
}

.fc-what-new-section .item .fc-para {
  color: #095188 !important;
}

.fc-what-new-section::before {
  display: none;
}

.fc-what-new-section .owl-carousel .item {
  justify-content: center;
  display: flex;
}

.fc-feedback-section {
  padding-top: 8rem;
}

.fc-feedback-section a {
  font-size: 2.25rem !important;
}

.fc-feedback-section a,
.fc-feedback-section h1 {
  color: #000 !important;
}

/* Basic structural CSS for the .fc-explore-tabs-section component */
/* Update the ID or class selector to match Slick's container */
.fc-explore-tabs-section #servicesSlider {
  position: relative;
  max-width: 100%;
  margin: 20px auto;
  z-index: 1;
  overflow: visible;
}

.fc-explore-tabs-section #servicesSlider .item {
  padding: 0;
}

/* Optional: If using center mode and want side slides partially visible */
.slick-slide {
  opacity: 0.5;
  transition: all 0.3s ease;
}

.slick-center {
  opacity: 1;
}

/* Navigation tab styles remain the same */
.fc-explore-tabs-section .nav-tabs {
  border-bottom: none;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.fc-explore-tabs-section .nav-tabs .nav-link.active {
  background-color: #00345f !important;
  color: #fff !important;
}

.fc-explore-tabs-section .nav-tabs .nav-link:hover {
  border: none;
}

.fc-explore-tabs-section .nav-tabs .nav-link {
  color: #000;
  border: none;
  background-color: #f9f4f2;
}

.fc-explore-tabs-section .nav-tabs .nav-item {
  padding: 10px !important;
  white-space: nowrap;
}

.fc-explore-tabs-section .nav-tabs .nav-item button {
  font-size: 16px;
}

.fc-explore-tabs-section .servicesSlider .fc-item-slide-wrapper {
  margin: 0rem 0.7rem;
}

.fc-explore-tabs-section .servicesSlider .fc-item-slide-wrapper p a {
  color: #000;
  text-decoration: underline !important;
}

.fc-explore-tabs-section .servicesSlider .slick-prev:before {
  font-family: "FontAwesome";
  content: "\f053";
  /* fa-chevron-left */
  color: #095188;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 15px;
}

.fc-explore-tabs-section .servicesSlider .slick-next:before {
  font-family: "FontAwesome";
  content: "\f054";
  /* fa-chevron-left */
  color: #095188;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: -15px;
}

.fc-explore-tabs-section .servicesSlider .slick-dots li button:before {
  font-size: 10px;
}

.fc-explore-tabs-section .servicesSlider .slick-dots {
  bottom: -45px;
}

@media (min-width: 992px) {
  .fc-explore-tabs-section .servicesSlider .slick-dots li button:before {
    font-size: 25px;
  }
}

@media (max-width: 600px) {
  .fc-explore-tabs-section .nav-tabs .nav-item {
    display: flex;
    justify-content: center;
  }

  .fc-explore-tabs-section .servicesSlider .fc-item-slide-wrapper {
    margin: 0rem 0.5rem;
  }

  .fc-explore-tabs-section .servicesSlider .slick-slide {
    max-width: 25%;
    margin-top: 0;
  }

  .fc-what-new-section .owl-carousel .owl-nav {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .fc-what-new-section .owl-carousel .owl-nav {
    display: block;
  }
}

.fc-what-new-section .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 160px;
  left: 0;
  font-size: 70px !important;
}

.fc-what-new-section .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 160px;
  right: 0;
  font-size: 70px !important;
}

.fc-media-slider-carousel .owl-carousel .owl-nav.disabled {
  display: block !important;
}

.fc-media-slider-carousel .owl-item .item img {
  border-radius: 15px;
}

#fc-home-new-style-wrapper h1,
#fc-home-new-style-wrapper h2 {
  font-family: "calisto-mt";
  font-size: 2.13rem;
  font-weight: 500;
  color: #000;
}

@media (min-width: 992px) {

  #fc-home-new-style-wrapper h1,
  #fc-home-new-style-wrapper h2 {
    font-size: 2.25rem;
  }

  #fc-home-new-style-wrapper .fc-home-banner-section .fc-h1 {
    text-align: start !important;
  }

  #fc-home-new-style-wrapper .fc-home-banner-section p {
    text-align: start !important;
  }
}

#fc-home-new-style-wrapper h2 {
  text-transform: capitalize;
}

#fc-home-new-style-wrapper .fc-home-banner-section p {
  text-align: center;
}

#fc-home-new-style-wrapper .fc-h1 {
  text-align: center;
}

#fc-home-new-style-wrapper p {
  color: #000;
  font-family: Calibri;
}

@media (min-width: 992px) {

  #fc-home-new-style-wrapper p,
  #fc-home-new-style-wrapper ul,
  #fc-home-new-style-wrapper ol,
  #fc-home-new-style-wrapper a {
    font-size: 1.25rem;
  }

  .fc-home-banner-section {
    padding-top: 7rem !important;
  }
}

.fc-home-banner-section {
  padding-top: 5rem;
}

/* Animation for when the mouse hovers IN */
@keyframes arrowBounceIn {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(10px);
    /* Overshoot */
  }

  100% {
    transform: translateX(8px);
    /* Settle position */
  }
}

/* Animation for when the mouse hovers OUT (bounces back to original) */
@keyframes arrowBounceOut {
  0% {
    transform: translateX(8px);
    /* Start from the hovered position */
  }

  50% {
    transform: translateX(-2px);
    /* Overshoot slightly to the left of original */
  }

  100% {
    transform: translateX(0);
    /* Settle at original position */
  }
}

/* Base style for the arrow image */
.fc-resources-cards .fc-right-arrow-wrapper img {
  /* Set initial position */
  transform: translateX(0);
  /* No transition or animation by default,
       as we'll control it with specific animations */
}

/* Apply bounce-in animation when hovered */
.fc-resources-cards:hover .fc-right-arrow-wrapper img {
  animation: arrowBounceIn 0.4s ease-out forwards;
  /* Fast bounce in */
}

/* Apply bounce-out animation when NOT hovered */
.fc-resources-cards:not(:hover) .fc-right-arrow-wrapper img {
  animation: arrowBounceOut 0.6s ease-out forwards;
  /* Slower bounce out */
}

/* Add this new rule for the card background color change */

.fc-resources-cards:hover {
  background-color: #fff;
  /* Choose your desired hover color */
  border: 2px solid #c5e6ff;
  /* Optional: Add a border on hover */
  transition: background-color 0.3s ease-in-out;
  /* Smooth transition for the background */
}

/* Optional: Ensure a smooth transition when not hovered as well, if needed */
.fc-resources-cards {
  transition: background-color 0.3s ease-in-out;
  /* Match the duration */
}

@keyframes imagePopIn {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.15);
    /* Slight overshoot for a bouncier feel */
  }

  100% {
    transform: scale(1);
    /* Settle at the desired pop-up state */
  }
}

.fc-resources-cards .card-content div:first-child>img {
  /* Set initial position and size */
  transform: scale(1);
}

.fc-resources-cards:hover .card-content div:first-child>img {
  animation: imagePopIn 0.4s ease-out forwards;
}

.flotingMailBtn,
.gotoTop {
  display: none;
}

.fc-conversation-media-slider h1 a {
  font-family: "calisto-mt" !important;
  font-size: 2.25rem !important;
  font-weight: bold;
  color: #000;
  text-transform: capitalize;
  text-decoration: underline !important;
}

/* Default styles for small devices (and up, then overridden) */
.fc-item-slide-wrapper {
  display: flex;
  flex-direction: column;
  height: 640px;
  /* Assuming this fixed height is desired for all screen sizes */
}

.fc-item-slide-wrapper .row {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.fc-item-slide-wrapper .col-md-6:last-of-type {
  /* Target the text/button column */
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.fc-item-slide-wrapper .col-md-6:last-of-type p {
  flex-grow: 1;
}

.fc-item-slide-wrapper .col-md-6:last-of-type .btn {
  margin-top: auto;
}

/* Media query for medium devices and larger (desktop) */
@media (min-width: 768px) {
  .fc-item-slide-wrapper {
    /* Reset flex properties for desktop if they conflict with original layout */
    display: block;
    /* Or unset, depends on original rendering */
    flex-direction: unset;
    height: auto;
    /* Allow height to adjust naturally on desktop */
  }

  /* Restore original row behavior */
  .fc-item-slide-wrapper .row {
    display: flex;
    /* Bootstrap's default for .row is flex */
    flex-direction: row;
    /* Ensure columns are side-by-side */
    flex-grow: unset;
  }

  .fc-item-slide-wrapper .col-md-6:last-of-type {
    display: block;
    /* Reset to default block display for column */
    flex-direction: unset;
    flex-grow: unset;
  }

  .fc-item-slide-wrapper .col-md-6:last-of-type p {
    flex-grow: unset;
  }

  .fc-item-slide-wrapper .col-md-6:last-of-type .btn {
    margin-top: unset !important;
    /* Use !important to override inline style if any */
    /* Re-add any specific desktop positioning if needed, e.g., bottom: 0; position: relative; if originally there */
  }
}

.text-green {
  color: #30a344;
  display: contents;
}

#fc-home-new-style-wrapper h1,
#fc-home-new-style-wrapper h2,
#fc-home-new-style-wrapper h3,
#fc-home-new-style-wrapper h4,
#fc-home-new-style-wrapper h5,
#fc-home-new-style-wrapper h6 {
  font-family: serif !important;
}