.full-bg-section {
  background: #115D62;
  padding: 60px 0;
}
.full-bg-section .full-first-row-inner {
  display: flex;
  align-items: center;
  gap: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 50px;
  margin-bottom: 50px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .full-bg-section .full-first-row-inner {
    flex-wrap: wrap;
    padding-bottom: 30px;
    margin-bottom: 30px;
    flex-direction: column-reverse;
  }
}
.full-bg-section .full-first-row-inner .full-first-column {
  max-width: 640px;
}
@media (max-width: 991px) {
  .full-bg-section .full-first-row-inner .full-first-column {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.full-bg-section .full-first-row-inner .full-first-column h2,
.full-bg-section .full-first-row-inner .full-first-column p {
  color: #fff;
}
.full-bg-section .full-first-row-inner .full-first-column p {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin: 30px 0;
}
.full-bg-section .full-first-row-inner .full-first-column:last-child {
  max-width: 593px;
  width: 100%;
}
@media (max-width: 991px) {
  .full-bg-section .full-first-row-inner .full-first-column:last-child {
    max-width: 100%;
    margin-bottom: 0;
  }
}
.full-bg-section .full-first-row-inner .full-first-column:last-child figure img {
  border-radius: 20px;
}
.full-bg-section .full-second-row {
  position: relative;
  overflow-x: hidden;
}
.full-bg-section .full-second-row .slick-custom-slider {
  width: 100%;
  max-width: 100vw;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 575px) {
  .full-bg-section .full-second-row .slick-custom-slider {
    width: 140%;
    max-width: 140vw;
  }
}
/* When Slick carousel initializes, it will override these styles */
.full-bg-section .full-second-row .slick-custom-slider.slick-initialized {
  display: block;
  gap: 0;
}
.full-bg-section .full-second-row .slick-track {
  margin-left: 0 !important;
}
.full-bg-section .full-second-row .slick-slide-card {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
}
@media (max-width: 767px) {
  .full-bg-section .full-second-row .slick-slide-card {
    flex: 0 0 calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
  }
}
@media (max-width: 575px) {
  .full-bg-section .full-second-row .slick-slide-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* When Slick carousel initializes, reset flex properties */
.full-bg-section .full-second-row .slick-custom-slider.slick-initialized .slick-slide-card {
  flex: none !important;
  max-width: none !important;
}
.full-bg-section .full-second-row .slider-card-inner {
  background: #18787c;
  border-radius: 18px;
  padding: 24px 24px 24px 24px;
  margin: 0 10px;
  display: flex;
  align-items: end;
  height: auto;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  gap: 20px;
  border: 1px solid transparent;
  transition: all ease-in-out 0.4s;
}
@media (max-width: 991px) {
  .full-bg-section .full-second-row .slider-card-inner {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .full-bg-section .full-second-row .slider-card-inner {
    display: block;
    margin: 0 7.5px;
  }
}
.full-bg-section .full-second-row .slider-card-inner img {
  width: 190px;
  height: 190px;
  border-radius: 12px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .full-bg-section .full-second-row .slider-card-inner img {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 767px) {
  .full-bg-section .full-second-row .slider-card-inner img {
    margin-bottom: 20px;
    width: 88px;
    height: 88px;
  }
}
.full-bg-section .full-second-row .slider-card-inner:hover {
  background: #115D62;
  border: 1px solid #02836C;
  box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.05);
  transition: all ease-in-out 0.4s;
}
.full-bg-section .full-second-row .card-content h3 {
  color: #fff;
  font-size: 30px;
  margin: 0 0 8px 0;
  font-weight: 500;
  width: 85%;
}
@media (max-width: 991px) {
  .full-bg-section .full-second-row .card-content h3 {
    font-size: 18px;
    line-height: normal;
  }
}
.full-bg-section .full-second-row .card-content p {
  color: #fff;
  font-size: 14px;
  margin: 0 0 16px 0;
  line-height: 20px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .full-bg-section .full-second-row .card-content p {
    font-size: 14px;
    line-height: normal;
  }
}
.full-bg-section .full-second-row .arrow-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 54px;
  height: 54px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  border: 1px solid #fff;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transform: rotate(45deg);
  transition: all ease-in-out 0.4s;
}
@media (max-width: 991px) {
  .full-bg-section .full-second-row .arrow-btn {
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
  }
}
.full-bg-section .full-second-row .slick-arrow {
  background: #fff !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: #18787c !important;
  z-index: 2;
}
.full-bg-section .full-second-row .slick-arrow:hover {
  background: #FFC017 !important;
  color: #222 !important;
}
.full-bg-section .full-second-row .slider-wrapper {
  width: 100vw;
  margin-left: 0;
  margin-right: calc(-50vw + 50%);
}
.full-bg-section .full-second-row .slick-slide {
  height: auto;
}

.slider-card-inner:hover .arrow-btn {
  border: 1px solid #FFC013;
  transition: all ease-in-out 0.4s;
}

/*# sourceMappingURL=full-bg-section.css.map */
