/* ====================================================================

  Template Name: Business, Consulting & Agency Bootstrap 5 Template
  Description: Empowering businesses with expert guidance, strategic solutions, and a clear path toward measurable and lasting results.
  Version: 1.0.0

==================================================================== */
/*
__ Abstract Styles
  |
  |___ variables
  |___ mixins

__ Animations Styles
  |
  |___ custom-animation

__ Base Styles
  |
  |___ common
  |___ reset
  |___ typography

__ Components Styles
  |
  |___ cta
  |___ customers
  |___ floating-cards
  |___ testimonials
  |___ working-process

  __ Layout Styles
  |
  |___ footer
  |___ header
  |___ hero
  |___ mobile-menu
  |___ navbar
  |___ tob-header

  __ Pages Styles
  |
  |___ about
  |___ blog
  |___ contact
  |___ error
  |___ faq
  |___ portfolio
  |___ services
  |___ team
  |___ testimonials

  __ Utilities Styles
  |
  |___ utilities

  */
@keyframes stickySlideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes stickySlideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes pulse-shadow {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0 rgba(17, 96, 90, 0.4);
  }
  70% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(17, 96, 90, 0);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0 rgba(17, 96, 90, 0);
  }
}
@keyframes pulse-shadow {
  0% {
    -moz-box-shadow: 0px 0px 0px 0 rgba(17, 96, 90, 0.4);
    box-shadow: 0px 0px 0px 0 rgba(17, 96, 90, 0.4);
  }
  70% {
    -moz-box-shadow: 0px 0px 0px 10px rgba(17, 96, 90, 0);
    box-shadow: 0px 0px 0px 10px rgba(17, 96, 90, 0);
  }
  100% {
    -moz-box-shadow: 0px 0px 0px 0 rgba(17, 96, 90, 0);
    box-shadow: 0px 0px 0px 0 rgba(17, 96, 90, 0);
  }
}
@keyframes spin {
  0%, 100% {
    transform: translateX(120%);
  }
  25% {
    transform: translateY(120%);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateY(0);
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
h1, h2, h3, h4, h5, h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

img,
picture,
video,
canvas,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

input,
button,
textarea,
select {
  font: inherit;
  margin: 0;
  border: 0;
  outline: none;
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-size: 16px;
  line-height: 1.6;
  color: #2B2F30;
  font-family: "Poppins", sans-serif;
  background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  color: #2B2F30;
  margin-bottom: 32px;
  transition: all 0.3s ease-out 0s;
}

h1 {
  font-size: 48px;
  font-weight: 700;
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 767px) {
  h5 {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767px) {
  h6 {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h6 {
    font-size: 16px;
  }
}

p {
  font-size: 16px;
  color: #2B2F30;
  line-height: 1.6;
  margin-bottom: 48px;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  p {
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  p {
    margin-bottom: 40px;
  }
}

a {
  text-decoration: none;
  color: #2B2F30;
}

i, span, a {
  transition: all 0.3s ease-out 0s;
}

.main-btn {
  padding: 8px 0 8px 8px;
  cursor: pointer;
  border: none;
  line-height: 1;
  border-radius: 999px;
  outline: none;
  box-shadow: none;
  border: 1px solid transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.main-btn .main-btn-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  font-size: 16px;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-btn .main-btn-txt {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding-left: 12px;
  padding-right: 32px;
}
.main-btn.main-btn-primary {
  background: #11605A;
  color: #FFFFFF;
}
.main-btn.main-btn-primary .main-btn-icon {
  background-color: #FFFFFF;
  color: #2B2F30;
}
.main-btn.main-btn-primary:hover {
  background: #D7F28C;
  border-color: #D7F28C;
  color: #2B2F30;
}
.main-btn.main-btn-outline {
  background: transparent;
  border-color: #11605A;
  color: #2B2F30;
}
.main-btn.main-btn-outline .main-btn-icon {
  background-color: #11605A;
  color: #FFFFFF;
}
.main-btn.main-btn-outline:hover {
  background: #D7F28C;
  border-color: #D7F28C;
  color: #2B2F30;
}
.main-btn.main-btn-outline:hover .main-btn-icon {
  background-color: #FFFFFF;
  color: #2B2F30;
}
.main-btn.main-btn-white {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #2B2F30;
}
.main-btn.main-btn-white .main-btn-icon {
  background-color: #11605A;
  color: #FFFFFF;
}
.main-btn.main-btn-white:hover {
  background: #D7F28C;
  border-color: #D7F28C;
  color: #2B2F30;
}
.main-btn.main-btn-white:hover .main-btn-icon {
  background-color: #FFFFFF;
  color: #2B2F30;
}

.ext-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.ext-link .ext-link-icon {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  color: #FFFFFF;
  background-color: #11605A;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ext-link .ext-link-txt {
  margin-left: 8px;
  color: #2B2F30;
}
.ext-link:hover .ext-link-icon {
  background-color: #D7F28C;
  color: #2B2F30;
  transform: translateX(4px);
}

section {
  padding: 120px 0;
}
@media (max-width: 767px) {
  section {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section {
    padding: 80px 0;
  }
}
section.bg-section {
  background-color: #F2F4F6;
}

.page-title {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
}
.page-title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(43, 47, 48, 0.8);
  z-index: -1;
}
.page-title.about-title {
  background-image: url(../../assets/images/about/about-banner.jpg);
}
.page-title.services-title {
  background-image: url(../../assets/images/services/services-banner.jpg);
}
.page-title.team-title {
  background-image: url(../../assets/images/team/team-banner.jpg);
}
.page-title.portfolio-title {
  background-image: url(../../assets/images/portfolio/portfolio-banner.jpg);
}
.page-title.blog-title {
  background-image: url(../../assets/images/blog/blog-banner.jpg);
}
.page-title.contact-title {
  background-image: url(../../assets/images/contact/contact-banner.jpg);
}
.page-title.faq-title {
  background-image: url(../../assets/images/faq/faq-banner.jpg);
}
.page-title .page-title-inner h1 {
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.page-title .page-title-inner .navigation-map {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-title .page-title-inner .navigation-map > li {
  color: #FFFFFF;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page-title .page-title-inner .navigation-map > li a {
  position: relative;
  color: #FFFFFF;
  font-weight: 700;
  display: inline-block;
}
.page-title .page-title-inner .navigation-map > li:first-child::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #D7F28C;
  border-radius: 999px;
  display: inline-block;
  margin: 0 12px;
}

input, select, textarea {
  width: 100%;
  border-radius: 8px;
  background-color: #F2F4F6;
  border: 1px solid #D1D6DA;
  min-height: 48px;
  padding: 0 24px;
  transition: all 0.3s ease-out 0s;
}
input:hover, input:focus, select:hover, select:focus, textarea:hover, textarea:focus {
  border: 1px solid #3B8E86;
  box-shadow: 0 0 4px rgba(17, 96, 90, 0.8);
}

button {
  transition: all 0.3s ease-out 0s;
  background: transparent;
}

textarea {
  height: 120px;
  resize: none;
  padding-top: 8px;
}

.custom-select-wrapper {
  position: relative;
}
.custom-select-wrapper i {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  pointer-events: none;
}
.custom-select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
}
.custom-select-wrapper select::-ms-expand {
  display: none;
}

input[type=text]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=email]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #90979B;
  opacity: 1;
}

input[type=text]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
textarea::-ms-placeholder {
  color: #90979B;
  opacity: 1;
}

input[type=text]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #90979B;
  opacity: 1;
}

.search-form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.search-form .search-button {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background: #11605A;
  color: #FFFFFF;
  border: 0;
  border-radius: 8px;
}
.search-form .search-button:hover {
  background: #D7F28C;
}
.search-form .search-button:hover i {
  color: #2B2F30;
}
.search-form .search-button i {
  color: #FFFFFF;
}

.search-area-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  z-index: 300;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.search-area-overlay.active {
  opacity: 1;
  visibility: visible;
}
.search-area-overlay .close-search-area {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-area-overlay .close-search-area i {
  color: #FFFFFF;
  font-size: 24px;
}
.search-area-overlay .close-search-area:hover i {
  color: #D7F28C;
  transform: rotate(180deg);
}

.social ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
.social ul > li > a {
  background-color: #D7F28C;
  border-radius: 999px;
  color: #2B2F30;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social ul > li > a:hover {
  background-color: #3B8E86;
  color: #D7F28C;
}

.title-section .pre-title {
  margin-bottom: 16px;
}
.title-section .pre-title .pre-title-text {
  margin: 0 4px;
}
.title-section.title-section-light .pre-title .pre-title-text {
  color: #FFFFFF;
}
.title-section.title-section-light .main-title-text {
  color: #FFFFFF;
}

.main-card {
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  background-color: #FFFFFF;
}

.section-load-more {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-scroll-top {
  position: fixed;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  background: #D7F28C;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 24px;
  right: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  z-index: 100;
}

.preload {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.preload .load {
  position: relative;
  width: 50px;
  height: 50px;
  transform: rotate(130deg);
}
.preload .load .dot {
  width: 40%;
  height: 40%;
  position: absolute;
  border-radius: 999px;
  animation: spin 3s ease infinite;
}
.preload .load .dot.dot-1 {
  background: #D7F28C;
  animation-delay: -3s;
}
.preload .load .dot.dot-2 {
  background: #A6C94F;
  animation-delay: -2s;
}
.preload .load .dot.dot-3 {
  background: #7A9B36;
  animation-delay: -1s;
}

.pattern-shape {
  position: absolute;
  width: 100%;
  max-width: 500px;
}
.pattern-shape.pattern-1 {
  left: 0;
  bottom: 0;
}
.pattern-shape.pattern-2 {
  top: 0;
  right: 0;
}

.section-cta {
  background: url(../../assets/images/cta/cta-bg.jpg);
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.section-cta::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(43, 47, 48, 0.8);
  z-index: -1;
}
@media (max-width: 991px) {
  .section-cta {
    background-attachment: scroll;
  }
}
.section-cta .cta-content .main-title-text {
  margin-bottom: 0;
}
.section-cta .cta-button {
  text-align: right;
}
@media (max-width: 991px) {
  .section-cta .cta-button {
    text-align: left;
    margin-top: 32px;
  }
}

.swiper-customer {
  padding: 48px 0;
  margin-top: 24px;
  border-top: 1px solid #D7F28C;
  border-bottom: 1px solid #D7F28C;
}

.floating-card {
  position: absolute;
  padding: 12px 24px;
  z-index: 1;
}
.floating-card::before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 38px;
  height: 38px;
  color: #D7F28C;
  background: #11605A;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.floating-card .floating-content {
  margin: 0;
}
.floating-card .floating-content .floating-head {
  margin-bottom: 16px;
}
.floating-card .floating-content .floating-head .floating-title, .floating-card .floating-content .floating-body .floating-title {
  font-size: 18px;
  margin-bottom: 0;
}
.floating-card .floating-content .floating-head .floating-text, .floating-card .floating-content .floating-body .floating-text {
  margin-bottom: 0;
}
.floating-card.floating-right-icon::before {
  top: -20px;
  right: -20px;
  border-radius: 999px 999px 999px 0;
}
.floating-card.floating-left-icon::before {
  top: -20px;
  left: -20px;
  border-radius: 999px 999px 0 999px;
}
.floating-card.floating-stats .floating-content .floating-head .floating-head-icon {
  width: 48px;
  height: 48px;
  background: #D7F28C;
  color: #11605A;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 999px;
}
.floating-card.floating-stats::before {
  content: "\f580";
}
.floating-card.floating-notify .floating-body .notify-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.floating-card.floating-notify .floating-body .notify-content .notify-item {
  margin-right: 12px;
}
.floating-card.floating-notify .floating-body .notify-content .notify-item img {
  width: 48px;
  height: 48px;
  border-radius: 999px;
}
.floating-card.floating-notify .floating-body .notify-content .notify-item .floating-rating {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
}
.floating-card.floating-notify .floating-body .notify-content .notify-item .floating-rating > li i {
  color: #A6C94F;
}
.floating-card.floating-notify .floating-body .notify-content .notify-item .floating-rating > li:last-child {
  margin-right: 0;
}
.floating-card.floating-notify::before {
  content: "\f0f3";
}
.floating-card.floating-team .team-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.floating-card.floating-team .team-content .avatar-team, .floating-card.floating-team .team-content .more-team {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 2px solid #FFFFFF;
  margin-left: -10px;
  overflow: hidden;
  z-index: 0;
  transition: all 0.3s ease-out 0s;
}
.floating-card.floating-team .team-content .avatar-team:hover, .floating-card.floating-team .team-content .more-team:hover {
  z-index: 1;
  transform: scale(1.1);
}
.floating-card.floating-team .team-content .avatar-team img {
  width: 100%;
  height: 100%;
  display: block;
}
.floating-card.floating-team .team-content .more-team {
  background: #F2F4F6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.floating-card.floating-team .team-content .avatar-team:first-of-type {
  margin-left: 0;
}
.floating-card.floating-team::before {
  content: "\f0eb";
}

.steps-nav-bar {
  position: relative;
  width: 42px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}
.steps-nav-bar .bar-progress {
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #D7F28C;
  z-index: -1;
}
.steps-nav-bar .bar-progress .bar-progress-complete {
  width: 100%;
  background-color: #11605A;
  transition: all 0.3s ease-out 0s;
}
.steps-nav-bar .step-nav-item {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  border: 2px solid #D7F28C;
  border-radius: 999px;
  margin-bottom: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.steps-nav-bar .step-nav-item.step-progress {
  background-color: #11605A;
  border-color: #11605A;
  color: #D7F28C;
}
.steps-nav-bar .step-nav-item.step-progress .step-number-text {
  display: none;
}
.steps-nav-bar .step-nav-item.step-progress .step-checked {
  display: block;
}
.steps-nav-bar .step-nav-item.current-step {
  box-shadow: 0px 0px 0px 0 rgba(17, 96, 90, 0.4);
  animation: pulse-shadow 3s infinite;
}
.steps-nav-bar .step-nav-item .step-checked {
  display: none;
}
.steps-nav-bar .step-nav-item .step-number-text {
  font-weight: 700;
  color: #2B2F30;
  flex-shrink: 0;
}
.steps-nav-bar .step-nav-item .step-text-wrapper .step-nav-title {
  display: none;
}
.steps-nav-bar .step-nav-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .steps-nav-bar {
    width: 100%;
    gap: 8px;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 48px;
  }
  .steps-nav-bar .bar-progress {
    display: none;
  }
  .steps-nav-bar .step-nav-item {
    width: auto;
    height: auto;
    padding: 8px 12px;
    margin-bottom: 0;
    border-radius: 8px;
    border: 0;
    color: #2B2F30;
  }
  .steps-nav-bar .step-nav-item .step-number-text,
  .steps-nav-bar .step-nav-item .step-checked {
    display: none !important;
  }
  .steps-nav-bar .step-nav-item .step-text-wrapper .step-nav-title {
    display: block;
    margin-bottom: 0;
  }
  .steps-nav-bar .step-nav-item.step-progress {
    color: #2B2F30;
  }
  .steps-nav-bar .step-nav-item.step-progress:not(.current-step) {
    background-color: #FFFFFF;
  }
  .steps-nav-bar .step-nav-item.current-step {
    color: #FFFFFF !important;
  }
  .steps-nav-bar .step-nav-item:hover {
    background-color: #11605A !important;
    color: #FFFFFF;
  }
}

.working-step-area {
  margin-top: 24px;
}

.working-step-card {
  position: relative;
  background-color: #11605A;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  z-index: 1;
}
.working-step-card .working-shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  height: 250px;
  top: 0;
  left: 0;
  border-radius: 999px;
  background: #D7F28C;
  z-index: -1;
  opacity: 0.4;
  filter: blur(100px);
}
.working-step-card .working-step-item {
  padding: 48px;
  display: none;
}
@media (max-width: 767px) {
  .working-step-card .working-step-item {
    padding: 16px;
  }
}
@media (max-width: 991px) {
  .working-step-card .working-step-item .working-step-image {
    margin-top: 48px;
  }
}
.working-step-card .working-step-item .working-step-content .current-step {
  padding: 4px 12px;
  background-color: #D7F28C;
  border-radius: 999px;
  display: inline-block;
  margin-bottom: 12px;
}
.working-step-card .working-step-item .working-step-content .working-step-title {
  color: #FFFFFF;
}
.working-step-card .working-step-item .working-step-content .working-step-detail {
  padding: 32px;
  border-radius: 12px;
  border: 1px solid #D7F28C;
}
.working-step-card .working-step-item .working-step-content .working-step-detail .step-detail-icons i {
  width: 52px;
  height: 52px;
  background: #D7F28C;
  color: #2B2F30;
  border-radius: 999px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.working-step-card .working-step-item .working-step-content .working-step-detail .step-detail-title,
.working-step-card .working-step-item .working-step-content .working-step-detail .step-detail-text {
  color: #FFFFFF;
  margin-top: 24px;
  margin-bottom: 0;
}
.working-step-card .working-step-item .working-step-content .working-step-btn {
  margin-top: 48px;
}

.header-top {
  position: relative;
  background-color: #11605A;
}
.header-top .header-top-left .header-top-contact {
  padding: 8px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 991px) {
  .header-top .header-top-left .header-top-contact {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.header-top .header-top-left .header-top-contact a {
  color: #FFFFFF;
}
.header-top .header-top-left .header-top-contact a i {
  margin-right: 4px;
}
.header-top .header-top-left .header-top-contact a:hover {
  color: #D7F28C;
}
.header-top .header-top-right {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 991px) {
  .header-top .header-top-right {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.header-top .header-top-right .header-top-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header-top .header-top-right .header-top-info .info-text {
  padding: 8px;
  color: #FFFFFF;
}
.header-top .header-top-right .header-top-info .info-text a {
  color: #FFFFFF;
}
.header-top .header-top-right .header-top-info .info-text a i {
  margin-right: 4px;
}
.header-top .header-top-right .header-top-info .info-text a:hover {
  color: #D7F28C;
}
@media (max-width: 767px) {
  .header-top .header-top-right .header-top-info .info-text:first-child {
    display: none;
  }
}
.header-top .header-top-right .lang-menu {
  padding: 8px 0;
  margin-left: 38px;
  position: relative;
}
.header-top .header-top-right .lang-menu::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  left: -22px;
  top: 50%;
  background-color: #90979B;
  transform: translateY(-50%);
}
.header-top .header-top-right .lang-menu.lang-open .lang-menu-dropdown {
  opacity: 1 !important;
  visibility: visible !important;
}
.header-top .header-top-right .lang-menu .lang-menu-wrapper {
  position: relative;
}
.header-top .header-top-right .lang-menu .lang-menu-wrapper .lang-menu-item .current-lang {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-top .header-top-right .lang-menu .lang-menu-wrapper .lang-menu-item .current-lang.lang-selected {
  color: #FFFFFF;
}
.header-top .header-top-right .lang-menu .lang-menu-wrapper .lang-menu-item .current-lang.lang-selected::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
}
.header-top .header-top-right .lang-menu .lang-menu-wrapper .lang-menu-item .current-lang.lang-selected span {
  padding: 0 8px;
  width: 48px;
  text-align: center;
}
.header-top .header-top-right .lang-menu .lang-menu-wrapper .lang-menu-item .current-lang.lang-selected:hover {
  color: #D7F28C;
}
.header-top .header-top-right .lang-menu .lang-menu-wrapper .lang-menu-dropdown {
  position: absolute;
  width: 100%;
  top: 30px;
  left: 0;
  padding: 12px 0;
  background: #FFFFFF;
  z-index: 300;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.header-top .header-top-right .lang-menu .lang-menu-wrapper .lang-menu-dropdown > .lang-menu-item {
  padding: 4px 0;
  text-align: center;
  transition: all 0.3s ease-out 0s;
}
.header-top .header-top-right .lang-menu .lang-menu-wrapper .lang-menu-dropdown > .lang-menu-item > .lang-menu-link {
  display: block;
  color: #2B2F30;
}
.header-top .header-top-right .lang-menu .lang-menu-wrapper .lang-menu-dropdown > .lang-menu-item:hover {
  background-color: #F2F4F6;
}

.header-default {
  background-color: #FFFFFF;
}
.header-default.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  image-rendering: -webkit-optimize-contrast;
  animation: stickySlideDown 0.3s forwards;
}
.header-default.header-sticky .header-top {
  display: none;
}
.header-default .header-main {
  position: relative;
  background-color: #FFFFFF;
  height: 85px;
}
.header-default .header-main .header-main-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-default .header-main .header-main-inner .header-main-left .header-main-logo {
  height: 85px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header-default .header-main .header-main-right .other-interactions {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .header-default .header-main .header-main-right .other-interactions .main-btn {
    display: none;
  }
}
.header-default .header-main .header-main-right .other-interactions .search-area {
  position: relative;
  padding: 0 8px;
  line-height: 0;
  margin-right: 8px;
  cursor: pointer;
}
.header-default .header-main .header-main-right .other-interactions .search-area i {
  font-size: 20px;
}
.header-default .header-main .header-main-right .other-interactions .search-area:hover {
  color: #3B8E86;
}
.header-default .header-main .header-main-right .other-interactions .burger-menu {
  margin-left: 24px;
}
.header-default .header-main .header-main-right .other-interactions .burger-menu .burger-menu-offcanvas {
  display: block;
  line-height: 0.5;
}
.header-default .header-main .header-main-right .other-interactions .burger-menu .burger-menu-offcanvas .offcanvas-item {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  cursor: pointer;
}
.header-default .header-main .header-main-right .other-interactions .burger-menu .burger-menu-offcanvas .offcanvas-item span {
  display: inline-block;
  width: 100%;
  height: 3px;
  margin-bottom: 3px;
  border-radius: 999px;
  background-color: #2B2F30;
}
.header-default .header-main .header-main-right .other-interactions .burger-menu .burger-menu-offcanvas .offcanvas-item span:nth-child(2) {
  width: 80%;
}
.header-default .header-main .header-main-right .other-interactions .burger-menu:hover > .burger-menu-offcanvas .offcanvas-item span {
  background-color: #3B8E86;
}

.header-main-menu .main-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.header-main-menu .main-menu ul > .main-menu-item {
  position: relative;
}
.header-main-menu .main-menu ul > .main-menu-item > .main-menu-link {
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2B2F30;
}
.header-main-menu .main-menu ul > .main-menu-item > .main-menu-link:hover {
  color: #3B8E86;
}
.header-main-menu .main-menu ul > .main-menu-item .main-menu-dropdown {
  display: block;
  position: absolute;
  min-width: 250px;
  top: 100%;
  left: 0;
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  background: #FFFFFF;
  z-index: 300;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease-out 0s;
}
.header-main-menu .main-menu ul > .main-menu-item .main-menu-dropdown > li {
  padding: 4px 12px;
}
.header-main-menu .main-menu ul > .main-menu-item .main-menu-dropdown > li:hover {
  background-color: #F2F4F6;
}
.header-main-menu .main-menu ul > .main-menu-item .main-menu-dropdown > li > a {
  display: block;
  color: #2B2F30;
  padding: 4px;
}
.header-main-menu .main-menu ul > .main-menu-item.has-menu-child-item > .main-menu-link::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  margin-left: 4px;
  transition: all 0.3s ease-out 0s;
}
.header-main-menu .main-menu ul > .main-menu-item.has-menu-child-item > .main-menu-link:hover::after {
  transform: rotate(180deg);
}
.header-main-menu .main-menu ul > .main-menu-item:hover .main-menu-dropdown {
  opacity: 1;
  visibility: visible;
  top: 90%;
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (min-width: 992px) {
  .mobile-menu-overlay {
    display: none;
  }
}
.mobile-menu-overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-overlay.is-open .mobile-menu-inner {
  transform: translateX(0);
}
.mobile-menu-overlay .mobile-menu-inner {
  position: absolute;
  right: 0;
  top: 0;
  width: 320px;
  height: 100%;
  padding: 24px;
  background: #FFFFFF;
  overflow: visible;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: translateX(100%);
  transition: all 0.3s ease-out 0s;
}
.mobile-menu-overlay .mobile-menu-inner .mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.mobile-menu-overlay .mobile-menu-inner .mobile-menu-header .close-mobile-menu {
  width: 48px;
  height: 48px;
  background: #11605A;
  color: #FFFFFF;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-menu-overlay .mobile-menu-inner .mobile-main-menu {
  margin-bottom: 12px;
}
.mobile-menu-overlay .mobile-menu-inner .mobile-main-menu ul > .main-menu-item > a {
  display: block;
  padding: 12px 0;
  color: #2B2F30;
}
.mobile-menu-overlay .mobile-menu-inner .mobile-main-menu ul > .main-menu-item > a:hover {
  color: #3B8E86;
}
.mobile-menu-overlay .mobile-menu-inner .mobile-main-menu ul > .main-menu-item.sub-menu-open > a::after {
  transform: rotate(180deg);
}
.mobile-menu-overlay .mobile-menu-inner .mobile-main-menu ul > .main-menu-item.has-menu-child-item > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu-overlay .mobile-menu-inner .mobile-main-menu ul > .main-menu-item.has-menu-child-item > a::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
}
.mobile-menu-overlay .mobile-menu-inner .mobile-main-menu ul > .main-menu-item .mobile-dropdown {
  padding-left: 16px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-out 0s;
}
.mobile-menu-overlay .mobile-menu-inner .mobile-main-menu ul > .main-menu-item.sub-menu-open > .mobile-dropdown {
  max-height: 500px;
}
.mobile-menu-overlay .mobile-menu-inner .mobile-contact-info {
  margin-top: 24px;
}
.mobile-menu-overlay .mobile-menu-inner .mobile-contact-info > li {
  margin-bottom: 24px;
}
.mobile-menu-overlay .mobile-menu-inner .mobile-contact-info > li > a {
  color: #2B2F30;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.mobile-menu-overlay .mobile-menu-inner .mobile-contact-info > li > a i {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-section .hero-content {
  padding-right: 60px;
}
@media (max-width: 991px) {
  .hero-section .hero-content {
    padding-right: 0;
  }
}
.hero-section .hero-img {
  position: relative;
  margin-top: 0;
}
.hero-section .hero-img .hero-shape {
  position: absolute;
  width: 100%;
  top: -105px;
  left: -105px;
  z-index: -1;
}
@media (max-width: 991px) {
  .hero-section .hero-img .hero-shape {
    display: none;
  }
}
.hero-section .hero-img .hero-shape img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .hero-section .hero-img {
    margin-top: 60px;
  }
}
.hero-section .hero-img .floating-team {
  top: 60%;
  left: -15px;
}
@media (max-width: 767px) {
  .hero-section .hero-img .floating-team {
    left: 50%;
    top: inherit;
    bottom: -20%;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-section .hero-img .floating-team {
    left: 0;
  }
}

.hero-slide-section {
  padding: 0;
}
.hero-slide-section .hero-slide .swiper-hero .swiper-hero-item {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .hero-slide-section .hero-slide .swiper-hero .swiper-hero-item {
    height: 706px;
  }
}
.hero-slide-section .hero-slide .swiper-hero .swiper-hero-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(43, 47, 48, 0.8);
  z-index: 1;
}
.hero-slide-section .hero-slide .swiper-hero .swiper-hero-item.hero-bg-1 {
  background-image: url(../../assets/images/hero/hero-slide-1.jpg);
}
.hero-slide-section .hero-slide .swiper-hero .swiper-hero-item.hero-bg-2 {
  background-image: url(../../assets/images/hero/hero-slide-2.jpg);
}
.hero-slide-section .hero-slide .swiper-hero .swiper-hero-item.hero-bg-3 {
  background-image: url(../../assets/images/hero/hero-slide-3.jpg);
}
.hero-slide-section .hero-slide .swiper-hero .swiper-hero-item .hero-banner {
  position: relative;
  padding: 120px 0;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}
.hero-slide-section .hero-slide .swiper-hero .swiper-hero-item .hero-banner .hero-text {
  color: #FFFFFF;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.hero-slide-section .hero-slide .swiper-hero .swiper-hero-item .hero-banner .animate-item {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s ease-out 0s;
}
.hero-slide-section .hero-slide .swiper-hero .swiper-hero-item.swiper-slide-active .hero-banner .animate-item {
  opacity: 1;
  transform: translateY(0);
}
.hero-slide-section .hero-slide .swiper-hero .swiper-hero-item.swiper-slide-active .hero-banner .animate-item[data-delay="500"] {
  transition-delay: calc(500 * 1ms);
}
.hero-slide-section .hero-slide .swiper-hero .swiper-hero-item.swiper-slide-active .hero-banner .animate-item[data-delay="600"] {
  transition-delay: calc(600 * 1ms);
}
.hero-slide-section .hero-slide .swiper-hero .swiper-hero-item.swiper-slide-active .hero-banner .animate-item[data-delay="700"] {
  transition-delay: calc(700 * 1ms);
}
.hero-slide-section .hero-slide .swiper-hero .swiper-hero-item.swiper-slide-active .hero-banner .animate-item[data-delay="800"] {
  transition-delay: calc(800 * 1ms);
}
.hero-slide-section .hero-slide .swiper-hero .hero-nav .hero-nav-button {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: #FFFFFF;
}
.hero-slide-section .hero-slide .swiper-hero .hero-nav .hero-nav-button svg {
  width: 12px;
  height: auto;
  color: #2B2F30;
}
.hero-slide-section .hero-slide .swiper-hero .hero-nav .hero-nav-button.hero-prev {
  left: 6%;
}
.hero-slide-section .hero-slide .swiper-hero .hero-nav .hero-nav-button.hero-next {
  right: 5%;
}

footer {
  background: #11605A;
  position: relative;
  z-index: 1;
}
footer .pattern-shape {
  z-index: -1;
}
footer .footer-main {
  padding: 120px 0;
}
footer .footer-main .footer-widget .footer-text {
  color: #FFFFFF;
  padding-right: 30%;
  margin-top: 24px;
}
footer .footer-main .footer-widget .footer-title {
  color: #D7F28C;
}
footer .footer-main .footer-widget .social {
  margin-bottom: 48px;
}
footer .footer-main .footer-widget .footer-link {
  margin-bottom: 48px;
}
footer .footer-main .footer-widget .footer-link .footer-link-item {
  margin: 6px 0;
}
footer .footer-main .footer-widget .footer-link .footer-link-item a {
  color: #FFFFFF;
}
footer .footer-main .footer-widget .footer-link .footer-link-item a:hover {
  color: #D7F28C;
}
footer .footer-bottom {
  padding: 24px 0;
  border-top: 1px solid #D7F28C;
}
footer .footer-bottom .footer-copyright {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  footer .footer-bottom .footer-copyright {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.about-img {
  position: relative;
}
.about-img .floating-stats {
  top: 20px;
  right: 0;
}
.about-img .floating-notify {
  bottom: 20px;
  left: 0;
}
@media (max-width: 767px) {
  .about-img .floating-stats,
  .about-img .floating-notify {
    display: none;
  }
}

.about-content {
  padding-left: 40px;
}
@media (max-width: 991px) {
  .about-content {
    margin-top: 48px;
    padding-left: 0;
  }
}
.about-content .about-skills-content .about-skill-item i {
  width: 48px;
  height: 48px;
  background-color: #FFFFFF;
  color: #11605A;
  margin-bottom: 24px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-out 0s;
}
.about-content .about-skills-content .about-skill-item .skill-title {
  font-size: 18px;
  margin-bottom: 12px;
}

.about-tab-details .about-tab-nav {
  margin-bottom: 24px;
  gap: 8px;
}
.about-tab-details .about-tab-nav .nav-tab-link {
  padding: 8px 12px;
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  color: #2B2F30;
}
.about-tab-details .about-tab-nav .nav-tab-link.active {
  background: #11605A;
  color: #FFFFFF;
}
.about-tab-details .about-tab-content .about-tab-text {
  margin-bottom: 0;
}
.about-tab-details .about-tab-content .about-tab-skills .about-tab-skills-item {
  position: relative;
  padding-left: 40px;
  margin-top: 24px;
}
.about-tab-details .about-tab-content .about-tab-skills .about-tab-skills-item i {
  position: absolute;
  left: 0;
  top: -1px;
  width: 24px;
  height: 24px;
  font-size: 12px;
  border-radius: 999px;
  border: 2px solid #11605A;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.about-tab-details .about-tab-content .about-tab-skills .about-tab-skills-item .about-tab-title {
  margin-bottom: 6px;
}

.about-tab-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .about-tab-img {
    margin-top: 48px;
  }
}
.about-tab-img img {
  border-radius: 12px;
}

.blog-card {
  padding: 16px;
  margin-top: 24px;
}
.blog-card .blog-user-post {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.blog-card .blog-user-post a {
  width: 60px;
  height: 60px;
  border-radius: 999px;
  overflow: hidden;
  flex-shrink: 0;
}
.blog-card .blog-user-post a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-card .blog-user-post .post-detail .blog-user-name {
  font-weight: 700;
}
.blog-card .blog-user-post .post-detail .post-time {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
.blog-card .blog-card-header {
  position: relative;
  margin-bottom: 24px;
}
.blog-card .blog-card-header a .blog-card-tag {
  background: #D7F28C;
  border-radius: 999px;
  padding: 4px 12px;
  position: absolute;
  color: #2B2F30;
  top: 8px;
  right: 8px;
}
.blog-card .blog-card-header a .blog-card-thumb {
  border-radius: 12px;
  overflow: hidden;
}
.blog-card .blog-card-header a .blog-card-thumb img {
  transition: all 0.3s ease-out 0s;
}
.blog-card .blog-card-header a:hover .blog-card-thumb img {
  transform: scale(1.1);
}
.blog-card .blog-card-text {
  margin-bottom: 12px;
}
.blog-card .blog-card-meta {
  margin-bottom: 32px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.blog-card .blog-card-meta > li a i {
  color: #D1D6DA;
  margin-right: 4px;
}
.blog-card .blog-card-meta > li a span {
  color: #2B2F30;
}
.blog-card .blog-card-meta > li a:hover i {
  color: #11605A;
}
.blog-card .blog-card-meta > li:last-child {
  margin-left: 16px;
}

.blog-card-title a:hover {
  color: #3B8E86;
}

.blog-detail {
  margin-top: 24px;
  margin-bottom: 48px;
}
.blog-detail p:last-child {
  margin-bottom: 0;
}
.blog-detail .blog-detail-header {
  position: relative;
  margin-bottom: 24px;
  height: 400px;
}
@media (max-width: 767px) {
  .blog-detail .blog-detail-header {
    height: 300px;
  }
}
.blog-detail .blog-detail-header .blog-detail-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.blog-detail .blog-detail-header .blog-detail-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-detail .blog-detail-meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
.blog-detail .blog-detail-meta .blog-detail-meta-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.blog-detail .blog-detail-meta .blog-detail-meta-item i {
  color: #90979B;
}
.blog-detail .blog-detail-meta .blog-detail-meta-item:hover i,
.blog-detail .blog-detail-meta .blog-detail-meta-item:hover span {
  color: #11605A;
}
.blog-detail blockquote {
  padding: 24px;
  border-radius: 12px;
  background: #F2F4F6;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 48px;
}
.blog-detail blockquote:before {
  content: "\f10e";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 64px;
  font-weight: 900;
  width: 64px;
  height: 64px;
  line-height: 1;
}
@media (max-width: 767px) {
  .blog-detail blockquote:before {
    font-size: 32px;
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 767px) {
  .blog-detail blockquote {
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-detail blockquote {
    margin-bottom: 40px;
  }
}
.blog-detail .blog-detail-related {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .blog-detail .blog-detail-related {
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-detail .blog-detail-related {
    margin-bottom: 40px;
  }
}
.blog-detail .blog-detail-related .blog-detail-img {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  max-width: calc(50% - 24px/2);
}
@media (max-width: 767px) {
  .blog-detail .blog-detail-related .blog-detail-img {
    max-width: 100%;
  }
}

.blog-comment-list .blog-comment-list-item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .blog-comment-list .blog-comment-list-item:last-child {
    margin-bottom: 0;
  }
}
.blog-comment-list .blog-comment-list-item .blog-comment-img {
  width: 55px;
  height: 55px;
  border-radius: 999px;
  overflow: hidden;
  flex-shrink: 0;
}
.blog-comment-list .blog-comment-list-item .blog-comment-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-comment-list .blog-comment-list-item .blog-comment-detail .blog-comment-detail-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.blog-comment-list .blog-comment-list-item .blog-comment-detail .blog-comment-detail-header .comment-meta .comment-date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.blog-comment-list .blog-comment-list-item .blog-comment-detail .blog-comment-detail-header .comment-meta h3 {
  margin-bottom: 0;
}
.blog-comment-list .blog-comment-list-item .blog-comment-detail .blog-comment-detail-header .comment-reply {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.blog-comment-list .blog-comment-list-item .blog-comment-detail .blog-comment-detail-header .comment-reply:hover {
  color: #3B8E86;
}
.blog-comment-list .blog-comment-list-item .blog-comment-detail .blog-comment-detail-body p {
  margin: 0;
}
.blog-comment-list .blog-comment-list-item.replied-comment {
  padding-left: 40px;
}

.blog-sidebar {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 48px;
  }
}
.blog-sidebar .blog-widget {
  margin-bottom: 24px;
}
.blog-sidebar .blog-widget .widget-title {
  font-size: 28px;
  position: relative;
}
.blog-sidebar .blog-widget .widget-title::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 4px;
  border-radius: 999px;
  background: #D7F28C;
  left: 0;
  bottom: -6px;
}
.blog-sidebar .blog-widget .widget-recent-post > li .widget-blog-card .widget-blog-header {
  position: relative;
  margin-bottom: 12px;
  height: 180px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-sidebar .blog-widget .widget-recent-post > li .widget-blog-card .widget-blog-header {
    height: 290px;
  }
}
.blog-sidebar .blog-widget .widget-recent-post > li .widget-blog-card .widget-blog-header .widget-blog-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.blog-sidebar .blog-widget .widget-recent-post > li .widget-blog-card .widget-blog-header .widget-blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-sidebar .blog-widget .widget-recent-post > li .widget-blog-card .widget-blog-body .widget-post-time {
  display: block;
  margin-bottom: 12px;
}
.blog-sidebar .blog-widget .widget-recent-post > li .widget-blog-card .widget-blog-body .widget-post-time i {
  margin-right: 8px;
}
.blog-sidebar .blog-widget .widget-recent-post > li .widget-blog-card .widget-blog-body .blog-card-title {
  margin-bottom: 0;
}
.blog-sidebar .blog-widget .widget-recent-post > li + li {
  margin-top: 24px;
}
.blog-sidebar .blog-widget .widget-tag-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.blog-sidebar .blog-widget .widget-tag-list a {
  display: block;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #11605A;
  transition: all 0.3s ease-out 0s;
}
.blog-sidebar .blog-widget .widget-tag-list a:hover {
  background: #11605A;
  color: #FFFFFF;
}

.page-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
}
.page-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.page-nav ul li .page-nav-link {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #11605A;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-nav ul li .page-nav-link.page-nav-ext {
  width: 100px;
  gap: 4px;
}
.page-nav ul li .page-nav-link.active, .page-nav ul li .page-nav-link:hover {
  background: #11605A;
  color: #FFFFFF;
}

.contact-section {
  position: relative;
}
.contact-section.bg-contact {
  background: url(../../assets/images/contact/contact-section.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.contact-section.bg-contact::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(43, 47, 48, 0.8);
  z-index: 1;
}
.contact-section.bg-contact .contact-content {
  position: relative;
  z-index: 2;
}
.contact-section.bg-contact .contact-content .contact-content-text {
  color: #FFFFFF;
  margin-bottom: 0;
}
.contact-section .contact-info .contact-info-item h3 {
  margin: 24px 0 8px 0;
}
.contact-section .contact-info .contact-info-item .contact-info-link:hover {
  color: #3B8E86;
}

.main-card-form {
  padding: 24px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .main-card-form {
    margin-top: 48px;
  }
}
.main-card-form form .form-input-wrapper {
  margin-bottom: 16px;
}
.main-card-form form .form-input-wrapper .field-error {
  color: #e90909;
  font-style: italic;
  padding: 4px 2px;
}

.map-section {
  padding: 0;
}
.map-section .map-location {
  display: block;
  width: 100%;
}

.portfolio-filter-group {
  margin: 24px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.portfolio-filter-group .portfolio-filter-button {
  padding: 8px 12px;
  background: transparent;
  border-radius: 8px;
}
.portfolio-filter-group .portfolio-filter-button:hover, .portfolio-filter-group .portfolio-filter-button.is-checked {
  background: #11605A;
}
.portfolio-filter-group .portfolio-filter-button:hover span, .portfolio-filter-group .portfolio-filter-button.is-checked span {
  color: #FFFFFF;
}

.portfolio-card {
  position: relative;
  margin-top: 24px;
  padding: 16px;
}
.portfolio-card .overlay {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 12px;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.3s ease-out 0s;
}
.portfolio-card .link-overlay {
  position: absolute;
  width: 48px;
  height: 48px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 100%);
  background: #FFFFFF;
  border-radius: 999px;
  color: #2B2F30;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.portfolio-card .link-overlay:hover {
  background: #D7F28C;
}
.portfolio-card .portfolio-header {
  position: relative;
  margin-bottom: 24px;
}
.portfolio-card .portfolio-header .portfolio-thumb {
  overflow: hidden;
  border-radius: 12px;
}
.portfolio-card .portfolio-header .portfolio-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border: 1px solid #FFFFFF;
  border-radius: 999px;
  background-color: #F2F4F6;
  color: #11605A;
  font-size: 24px;
  position: absolute;
  right: 12px;
  transform: translateY(-50%);
  z-index: 0;
}
.portfolio-card .portfolio-title {
  margin-bottom: 24px;
}
.portfolio-card .portfolio-title a {
  width: calc(100% - 75px);
  overflow-wrap: break-word;
}
.portfolio-card .portfolio-title a:hover {
  color: #3B8E86;
}
.portfolio-card .portfolio-text {
  margin-bottom: 0;
}
.portfolio-card .portfolio-tag-group {
  margin-top: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.portfolio-card .portfolio-tag-group span {
  background: #D7F28C;
  border-radius: 999px;
  padding: 4px 12px;
  margin-right: 4px;
}
.portfolio-card:hover .overlay {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.portfolio-card:hover .link-overlay {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%);
}

.services-card {
  padding: 72px 24px 24px 24px;
  position: relative;
  border-radius: 12px;
  background-color: #F2F4F6;
  background-image: radial-gradient(circle at right bottom, transparent 12px, #FFFFFF 12px), radial-gradient(circle at right bottom, transparent 12px, #FFFFFF 12px);
  background-position: -12px 48px, 48px -12px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-top: 24px;
  transition: all 0.3s ease-out 0s;
}
.services-card::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 52px;
  background: url(../../assets/images/pattern/services-pattern.png) no-repeat;
  top: 0;
  right: -8px;
  opacity: 0.5;
}
.services-card .services-icon {
  width: 52px;
  height: 52px;
  font-size: 24px;
  box-shadow: 0 0 0 8px #FFFFFF;
  border-radius: 12px;
  background: #F2F4F6;
  color: #11605A;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-out 0s;
}
.services-card .services-title {
  margin-top: 16px;
  margin-bottom: 16px;
}
.services-card .services-title a {
  color: #2B2F30;
}
.services-card .services-title a:hover {
  color: #3B8E86;
}
.services-card .services-text {
  margin-bottom: 24px;
}
.services-card:hover {
  transform: translateY(-10px);
}
.services-card:hover .services-icon {
  background: #D7F28C;
}

.team-card {
  background: transparent;
  border-radius: 12px;
}
.team-card .card-team-header {
  position: relative;
  overflow: hidden;
  padding-top: 24px;
}
.team-card .card-team-header .team-card-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.team-card .card-team-header figure img {
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
}
.team-card .card-team-header .social-team {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 100;
}
.team-card .card-team-header .social-team .social-team-wrapper {
  position: relative;
}
.team-card .card-team-header .social-team .social-team-wrapper > .social-team-item > .social-team-show {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .team-card .card-team-header .social-team .social-team-wrapper > .social-team-item > .social-team-show {
    background: #D7F28C;
  }
}
.team-card .card-team-header .social-team .social-team-wrapper .social-team-dropdown {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .team-card .card-team-header .social-team .social-team-wrapper .social-team-dropdown {
    opacity: 1;
    visibility: visible;
    bottom: 24px;
  }
}
.team-card .card-team-header .social-team .social-team-wrapper .social-team-dropdown > .social-team-item {
  padding: 4px 0;
  text-align: center;
  transition: all 0.3s ease-out 0s;
}
.team-card .card-team-header .social-team .social-team-wrapper .social-team-dropdown > .social-team-item > .social-team-link {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 999px;
  color: #2B2F30;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team-card .card-team-header .social-team .social-team-wrapper .social-team-dropdown > .social-team-item:hover > .social-team-link {
  background: #D7F28C;
}
.team-card .card-team-header .card-team-header-detail {
  position: absolute;
  width: 100%;
  height: 65%;
  left: 0;
  bottom: 0;
  border-radius: 12px;
}
.team-card .card-team-header .card-team-header-detail.detail-bg-1 {
  background: linear-gradient(135deg, #11605A, #3B8E86);
}
.team-card .card-team-header .card-team-header-detail.detail-bg-2 {
  background: linear-gradient(135deg, #148A61, #6FE4B6);
}
.team-card .card-team-header .card-team-header-detail.detail-bg-3 {
  background: linear-gradient(135deg, #A6C94F, #D7F28C);
}
.team-card .card-team-body {
  padding: 16px;
}
.team-card .card-team-body .card-team-title {
  margin-bottom: 4px;
}
.team-card .card-team-body .card-team-title a:hover {
  color: #3B8E86;
}
.team-card .card-team-body .card-team-text {
  margin-bottom: 0;
}
.team-card:hover .card-team-header img {
  transform: scale(1.1);
}
.team-card:hover .card-team-header .social-team .social-team-wrapper .social-team-show {
  background: #D7F28C;
  color: #2B2F30;
}
.team-card:hover .card-team-header .social-team .social-team-wrapper .social-team-dropdown {
  opacity: 1;
  visibility: visible;
  bottom: 24px;
}

.accordion-flush .accordion-item {
  border: 0;
  border-radius: 12px;
  margin-bottom: 8px;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 12px !important;
  padding: 20px 24px;
  font-weight: 700;
  transition: all 0.3s ease-out 0s;
}
.accordion-flush .accordion-item .accordion-button:not(.collapsed) {
  color: #2B2F30;
  background: #FFFFFF;
  box-shadow: none;
}
.accordion-flush .accordion-item .accordion-button:not(.collapsed)::after {
  content: "-";
  background-color: #D7F28C;
  color: #2B2F30;
  transform: inherit;
}
.accordion-flush .accordion-item .accordion-button::after {
  content: "+";
  width: 24px;
  height: 24px;
  font-size: 20px;
  background-image: none;
  background-color: #11605A;
  color: #FFFFFF;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-out 0s;
}
.accordion-flush .accordion-item .accordion-button:focus, .accordion-flush .accordion-item .accordion-button:active {
  box-shadow: none !important;
  border-color: transparent !important;
}

.faq-content {
  position: relative;
  padding: 24px;
  border-radius: 12px;
  background: #11605A;
}
@media (max-width: 991px) {
  .faq-content {
    margin-top: 48px;
  }
}
.faq-content .faq-text {
  color: #FFFFFF;
}
.faq-content .icon-questions {
  position: absolute;
  right: 24px;
  bottom: 24px;
}
@media (max-width: 767px) {
  .faq-content .icon-questions {
    bottom: 90px;
  }
}
.faq-content .icon-questions i {
  font-size: 64px;
  color: #D7F28C;
}

.error-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.error-content h1 {
  font-size: 180px;
}
@media (max-width: 767px) {
  .error-content h1 {
    font-size: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .error-content h1 {
    font-size: 140px;
  }
}
.error-content .search-form input {
  max-width: 500px;
}

.testimonial-section {
  background: url(../../assets/images/pattern/pattern-square.png) #11605A no-repeat;
  background-size: cover;
  background-position: center;
}

.testimonial-content .testimonial-content-text {
  color: #FFFFFF;
}

@media (max-width: 991px) {
  .testimonial-slide {
    margin-top: 48px;
  }
}

.swiper-testimonial .swiper-testimonial-item {
  position: relative;
  padding: 24px;
  box-sizing: border-box;
}
.swiper-testimonial .swiper-testimonial-item::before {
  content: "\f10e";
  display: block;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 64px;
  font-weight: 900;
  width: 64px;
  height: 64px;
  top: 24px;
  right: 24px;
  line-height: 1;
}
@media (max-width: 767px) {
  .swiper-testimonial .swiper-testimonial-item::before {
    width: 32px;
    height: 32px;
    font-size: 32px;
  }
}
.swiper-testimonial .swiper-testimonial-item .swiper-testimonial-user {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
}
.swiper-testimonial .swiper-testimonial-item .swiper-testimonial-user img {
  width: 60px;
  height: 60px;
  border-radius: 999px;
}
.swiper-testimonial .swiper-testimonial-item .swiper-testimonial-user .info-user {
  margin-left: 12px;
}
.swiper-testimonial .swiper-testimonial-item .swiper-testimonial-user .info-user h3 {
  font-size: 18px;
  margin-bottom: 0;
}
.swiper-testimonial .swiper-testimonial-item .swiper-testimonial-text {
  margin-bottom: 12px;
}
.swiper-testimonial .swiper-testimonial-item .testimonial-rating {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.swiper-testimonial .swiper-testimonial-item .testimonial-rating > li i {
  color: #A6C94F;
  margin-right: 4px;
}
.swiper-testimonial .testimonial-nav {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.swiper-testimonial .testimonial-nav .testimonial-button {
  position: inherit;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 999px;
  margin: 0;
}
.swiper-testimonial .testimonial-nav .testimonial-button.testimonial-prev {
  margin-right: 4px;
}
.swiper-testimonial .testimonial-nav .testimonial-button svg {
  width: 8px;
  color: #2B2F30;
}

.landing-hero-section .hero-img {
  position: relative;
}
@media (max-width: 1200px) {
  .landing-hero-section .hero-img {
    margin-top: 48px;
  }
}
.landing-hero-section .hero-img .desktop-screen {
  position: relative;
  left: 30px;
}
@media (max-width: 991px) {
  .landing-hero-section .hero-img .desktop-screen {
    left: 0;
  }
}
.landing-hero-section .hero-img .mobile-screen {
  position: absolute;
  left: 0;
  top: -10px;
}
@media (max-width: 1200px) {
  .landing-hero-section .hero-img .mobile-screen {
    top: 90px;
  }
}
@media (max-width: 991px) {
  .landing-hero-section .hero-img .mobile-screen {
    display: none;
  }
}

.template-card {
  position: relative;
  margin-top: 24px;
  height: 400px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.template-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.template-card .overlay {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 12px;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.3s ease-out 0s;
}
.template-card .main-btn {
  position: absolute;
  width: 182px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 100%);
  z-index: 100;
  visibility: hidden;
  opacity: 0;
}
.template-card .template-title {
  text-align: center;
}
.template-card:hover .overlay {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.template-card:hover .main-btn {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%);
}

.template-card-footer {
  padding: 12px;
}
.template-card-footer h4 {
  margin: 0;
  text-align: center;
}

.features-card {
  padding: 12px;
  background: #FFFFFF;
  border: 1px solid #11605A;
  text-align: center;
  margin-top: 24px;
}
.features-card .features-icon {
  margin-bottom: 8px;
  font-size: 32px;
  text-align: center;
}
.features-card h3 {
  margin: 0;
  text-align: center;
}

.footer-landing-content {
  text-align: center;
}
.footer-landing-content h3 {
  color: #FFFFFF;
  font-size: 40px;
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*# sourceMappingURL=style.css.map */
