/* Font Awesome 6 Pro: Show bars icon using ::before */
.fa-bars:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f0c9";
  font-style: normal;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: inherit;
}

/* Hamburger icon with 3 lines for mobile */
.navbar-toggler .icon-menu {
  display: inline-block;
  width: 28px;
  height: 22px;
  position: relative;
  vertical-align: middle;
}

.navbar-toggler .icon-menu span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #1d6e80;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transition: all 0.25s ease;
}

.navbar-toggler .icon-menu span:nth-child(1) {
  top: 0px;
}

.navbar-toggler .icon-menu span:nth-child(2) {
  top: 9px;
}

.navbar-toggler .icon-menu span:nth-child(3) {
  top: 18px;
}

/* Optional: Hamburger animation when open */
.navbar-toggler[aria-expanded="true"] .icon-menu span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}

.navbar-toggler[aria-expanded="true"] .icon-menu span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .icon-menu span:nth-child(3) {
  transform: rotate(-45deg);
  top: 9px;
}

a {
  color: #1d6e80;
}

/* ---------------------- Font Awesome 6 Pro ---------------------- */

/* Thin 100 */
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src:
    url("../fontawesome/webfonts/fa-thin-100.woff2") format("woff2"),
    url("../fontawesome/webfonts/fa-thin-100.ttf") format("truetype");
}

/* Light 300 */
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src:
    url("../fontawesome/webfonts/fa-light-300.woff2") format("woff2"),
    url("../fontawesome/webfonts/fa-light-300.ttf") format("truetype");
}

/* Regular 400 */
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url("../fontawesome/webfonts/fa-regular-400.woff2") format("woff2"),
    url("../fontawesome/webfonts/fa-regular-400.ttf") format("truetype");
}

/* Solid 900 */
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src:
    url("../fontawesome/webfonts/fa-solid-900.woff2") format("woff2"),
    url("../fontawesome/webfonts/fa-solid-900.ttf") format("truetype");
}

/* ---------------------- Font Awesome 6 Brands (400) ---------------------- */
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url("../fontawesome/webfonts/fa-brands-400.woff2") format("woff2"),
    url("../fontawesome/webfonts/fa-brands-400.ttf") format("truetype");
}

.home-page>.grid-child.container-component {
  display: none;
}

.container-header .container-nav {
  justify-content: space-between;
  align-items: center;
  padding: 0px;
}

.container-header .navbar-brand {
  margin-inline-end: unset;
}

.container-header {
  background-color: #fff;
  background-image: unset;
  border-bottom: 1px solid #dae0e7;
  box-shadow: 0 4px 24px -8px hsl(214 31% 21% / 0.1);
}

.container-header nav {
  margin-top: 0em;
}

.container-header .container-search {
  margin-top: 0;
}

.container-header .navbar-brand {
  padding: 0px;
}

.metismenu.mod-menu .mm-toggler,
.container-header .mod-menu>li>a,
.container-header .mod-menu>li>span {
  color: #131b25;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
}

div.mod-languages ul li.lang-active {
  background-color: unset;
}

div.mod-languages ul li.lang-active a {
  background-color: #1d6e80;

  color: #fff;
}

div.mod-languages a {
  padding: 0.5rem;
  border: 1px solid #dae0e7;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #131b25;
}

.container-banner {
  background: linear-gradient(to bottom,
      #fcfcfc 0%,
      #f0f2f44d 50%,
      #60d2d21a 100%);

  margin-bottom: 0px;
}

.featurebox h1 {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 28px;
  color: #253346;
}

.featurebox-intro {
  font-size: 20px;

  color: #637388;
}

.featurebox {
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 60vh;
  padding-left: 15px;
  padding-right: 15px;
}

.featurebox-content,
.featurebox-image {
  flex: 1 1 50%;
  /* each takes 50% of the container width */
  max-width: 50%;
  box-sizing: border-box;
}

.featurebox-image {
  text-align: right;
}

.featurebox-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .featurebox {
    flex-direction: column;
  }

  .featurebox-content,
  .featurebox-image {
    max-width: 100%;
    flex: 1 1 100%;
    padding: 0;
    text-align: center;
  }

  .featurebox-image {
    margin-top: 1.5rem;
  }
}

.card {
  border: 0px;
  background-color: unset;
}

.card-header {
  text-align: center;
  background-color: unset;
  border-bottom: 0px;
  padding-bottom: 2rem;
}

.title-gradient {
  background: linear-gradient(to right, #253346 0%, #17a6ba 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.featurebox-btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #1d6e80;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
  border: 1px solid #1d6e80;
  background-color: unset;
  font-size: 0.85rem;
  margin-top: 25px;
}

.com-content-category-blog__item .readmore .btn-secondary:hover,
.featurebox-btn:hover {
  background-color: #1d6e80;
  color: #fff;
  border-color: #1d6e80;
}

.container-bottom-b {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.c-info-list a {
  text-decoration: none !important;
  padding-left: 8px;
}

.footer {
  background-image: none;
  background-color: #253346;
  text-align: center;
}

.footer ul {
  padding-left: 0px;
}

.footer .grid-child {
  justify-content: center;
  padding: 2rem 0em;
}

ul.c-info-list li:not(:last-child) a::after {
  content: "|";
  padding-left: 10px;
  padding-right: 10px;
}

.c-info ul>li>a:before {
  display: none;
}

.c-info ul>li {
  border-bottom: 0px;
  display: inline-flex;
  align-items: center;
}

.c-info img {
  height: 35px;
  width: auto;
}

.c-info {
  font-size: 17px;
}

.fab,
.icon-joomla {
  font-size: 36px;
  padding-left: 10px;
}

.item-content .page-header h2 {
  font-size: 1.375rem;
  margin: 0 0 1.25rem 20px 0;
  color: #131b25;
}

.item-content .page-header h2 a {
  text-decoration: none;
  color: #131b25;
}

.item-content .page-header h2 {
  margin: 0px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Force equal-height blog items */

.com-content-category-blog__items {
  display: flex !important;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
}

/* Each item takes 1/3 width (3 columns) */

.com-content-category-blog__item {
  flex: 1 1 calc(33.333% - 20px);
  display: flex;
  box-shadow: 0 1px 2px 0 #efefef;
  background-color: #fcfdfd;
  border-radius: 12px;
  box-sizing: border-box;
}

/* Make inner content fill full height */

.com-content-category-blog__item .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 20px;
}

.readmore {
  margin-bottom: 0px;
}

.blog-featured .page-header,
.com-content-category-blog .page-header,
.com-content-article .page-header:first-of-type {
  text-align: center;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}

.com-content-category-blog__item .page-header {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.com-content-category-blog__item .readmore .icon-chevron-right {
  display: none;
}

.com-content-category-blog__item .readmore .btn {
  padding: 0.5rem 1rem !important;
}

.com-content-category-blog__item .readmore .btn-secondary {
  color: #131b25;
  border-radius: 10px;
  border: 1px solid #dae0e7;
  background-color: #fff;
  font-size: 0.85rem;
  font-weight: 500;
}

.com-content-article .page-header {
  margin-bottom: 30px;
}

.reviews,
.what-we-offer {
  background-color: #fcfcfc;
}

/**Form**/

.contact .card-body,
.layout-blog .card-body,
.faq .card-body {
  box-shadow: 0 1px 2px 0 #efefef;
  background-color: #fcfdfd;
  border-radius: 12px;
}

.faq {
  background-color: #fff;
}

.faq input {
  border-radius: 8px;
}

.contact .rsform-submit-button,
.faq .rsform-submit-button {
  background-color: #1d6e80;
  border-color: #1d6e80;
  width: 100%;
  border-radius: 8px;
  font-weight: 500;
}

div.mod-languages a:hover,
.contact .rsform-submit-button:hover,
.faq .rsform-submit-button:hover {
  border-color: #1d6e80;
  background-color: #fff;
  color: #1d6e80;
}

.faq,
.what-we-offer {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.faq h2 {
  text-align: left;
}

.faq .container-bottom-a {
  gap: 30px;
}

h2 {
  font-size: 30px;
}

.bottom-footer {
  border-top: 1px solid;
}

.bottom-footer .mod-list {
  margin-left: auto;

  flex-direction: row;

  gap: 30px;
}

.contact .site-grid,
.com-content-category-blog,
.com-content-article {
  padding: 40px 0;
}

/* Mobile (max-width: 768px) */

@media (max-width: 768px) {
  h2 {
    font-size: 26px;
    text-align: center !important;
  }

  .container-bottom-b,
  .faq,
  .what-we-offer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  ul.c-info-list li:not(:last-child) a::after {
    display: none;
  }

  .c-info-list li {
    display: block !important;
  }

  #mod-custom118 ul {
    padding-left: 0rem;
  }

  .navbar-collapse {
    position: fixed;
    top: 85px;
    left: 0;
    width: 100vw;
    max-width: 95%;
    background-color: #fff;
    box-shadow: 0 0 .5em #0000001a;
    border-radius: 0 0 8px 8px;
    padding: 1rem;
    z-index: 9999;
    margin-left: 10px;
    margin-right: 10px;
  }

  /* Remove padding-bottom from the last menu item in .mm-collapse */
  .mm-collapse .metismenu-item:last-child {
    padding-bottom: 0 !important;
  }

  .metismenu.mod-menu .metismenu-item>ul {
    box-shadow: unset;
    border-left: 1px solid #e1e4ea;
  }

  .metismenu.mod-menu .metismenu-item>ul {
    position: relative;
  }

  .container-header .navbar-collapse.show {
    display: unset;
  }

  .contact-row-inner {
    flex-direction: column;
  }

  .container-header .navbar-toggler {
    color: #000000;
    border: 1px solid #000000;
  }

  .container-header .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }

  .featurebox h1 {
    font-size: 34px;
    margin-top: 28px;
  }

  .bottom-footer .mod-list {
    margin-left: unset !important;
  }

  .slick-next {
    display: none !important;
  }

  .com-content-category-blog__items {
    flex-direction: column;
  }
}

.contact-row {
  width: 100%;
  padding: 40px 0;
}

.contact-row-inner {
  display: flex;
  gap: 30px;
}

.contact-col {
  flex: 1;
  /* Makes both columns take 50% */
}

.container-component {
  grid-area: inherit;
}

.contact-info {
  margin-bottom: 50px;
}

.contact-info a {
  text-decoration: none;
  color: inherit;
}

.contact-info:last-child {
  margin-bottom: 0;
}

.contact-info ul {
  padding-left: 0rem;
  margin-bottom: 0rem;
}

.contact-info li {
  list-style: none;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 15px;
}

.contact-info li:last-child {
  margin-bottom: 0;
}

.contact-info .fa-user {
  color: #0c7ae9;
  background-color: #e7f2fc;
}

.contact-info .fa-phone,
.contact-info .fa-envelope {
  color: #1d6e80;
  background-color: #ecfbff;
}

.contact-info .fa-user,
.contact-info .fa-phone,
.contact-info .fa-envelope {
  width: 2.5rem;
  height: 2.5rem;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-info h2,
.contact-form h2 {
  font-weight: 500;
  font-size: 24px;
}

.form-control.is-invalid {
  border-color: red !important;
}

.formError,
.formRed {
  font-weight: 400 !important;
  color: red !important;
}

/* Pulsating star animation */

@keyframes pulse-slow {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(0.95);
  }
}

/* Star styles */

.container-banner .star {
  position: absolute;
  fill: rgba(20, 184, 166, 0.6);
  filter: drop-shadow(0 0 16px rgba(20, 184, 166, 0.8));
  animation: pulse-slow 3s ease-in-out infinite;
  z-index: 1;
}

.star-top-left {
  top: 2rem;
  left: 2rem;
  width: 3rem;
  height: 3rem;
}

.star-bottom-right {
  bottom: 2rem;
  right: 2rem;
  width: 2.5rem;
  height: 2.5rem;
  animation-delay: 1s;
}

.view-featured .container-banner {
  position: relative;
}