/**
 * Elistar.PL - główny arkusz stylów
 * Oparty na szablonie BootstrapMade Arsha, oczyszczony pod aktualną strukturę strony.
 */

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 15.5px;
  line-height: 1.7;
  color: #444444;
}

p,
li {
  font-size: 0.98rem;
  line-height: 1.72;
}

strong {
  color: #24324d;
}

a {
  color: #47b2e4;
  text-decoration: none;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}

#preloader::before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  border: 6px solid #37517e;
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  border-radius: 50%;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*--------------------------------------------------------------
# Back to top
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #47b2e4;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #ffffff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #ffffff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header / navigation
--------------------------------------------------------------*/
#header {
  z-index: 997;
  padding: 12px 0;
  transition: all 0.5s;
  backdrop-filter: saturate(140%) blur(6px);
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(40, 58, 90, 0.92);
}

#header .logo {
  margin: 0;
  padding: 0;
  font-size: 26px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
}

#header .logo a {
  color: #ffffff;
}

#header .logo img {
  max-height: 40px;
}

.navbar {
  padding: 0;
}

.navbar ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 18px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  margin-left: 5px;
  font-size: 12px;
  line-height: 0;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #47b2e4;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  margin-left: 18px;
  padding: 9px 16px;
  border: 2px solid #47b2e4;
  border-radius: 50px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #ffffff;
  background: #31a9e1;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 10px 0;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 230px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #0c3c53;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #47b2e4;
}

.navbar .dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.mobile-nav-toggle {
  display: none;
  color: #ffffff;
  font-size: 28px;
  line-height: 0;
  cursor: pointer;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #ffffff;
}

.navbar-mobile {
  position: fixed;
  inset: 0;
  z-index: 999;
  overflow: hidden;
  background: rgba(40, 58, 90, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  overflow-y: auto;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #ffffff;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  color: #37517e;
  font-size: 15px;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #47b2e4;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  visibility: visible !important;
  opacity: 1;
  margin: 10px 20px;
  padding: 10px 0;
  background: #ffffff;
  box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
#hero {
  width: 100%;
  min-height: 74vh;
  height: auto;
  margin-top: -20px;
  padding: 72px 0 44px;
  background: #37517e;
}

#hero .container {
  padding-top: 56px;
}

#hero h1 {
  max-width: 680px;
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 2.55rem;
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: -0.02em;
}

#hero h2 {
  max-width: 700px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
  line-height: 1.72;
  font-weight: 400;
}

#hero .btn-get-started {
  display: inline-block;
  margin: 10px 0 0;
  padding: 11px 24px 12px;
  border-radius: 50px;
  background: #47b2e4;
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  transition: 0.5s;
}

#hero .btn-get-started:hover {
  background: #209dd8;
  color: #ffffff;
}

#hero .hero-small-note {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.82);
}

#hero .hero-small-note strong {
  color: rgba(255, 255, 255, 0.96);
  font-weight: 700;
}

#hero .hero-img img {
  max-width: 96%;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@keyframes up-down {
  0% { transform: translateY(10px); }
  100% { transform: translateY(-10px); }
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 56px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 26px;
}

.section-title h2 {
  position: relative;
  margin-bottom: 14px;
  padding-bottom: 16px;
  color: #37517e;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: none;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  bottom: 1px;
  left: calc(50% - 60px);
  background: #dddddd;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  bottom: 0;
  left: calc(50% - 20px);
  background: #47b2e4;
}

.section-title p {
  max-width: 920px;
  margin: 0 auto;
  color: #55627a;
  font-size: 1rem;
  line-height: 1.74;
}

.btn-learn-more {
  display: inline-block;
  margin-top: 8px;
  padding: 11px 22px;
  border: 2px solid #47b2e4;
  border-radius: 8px;
  color: #47b2e4;
  font-family: "Poppins", sans-serif;
  font-size: 0.92rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.btn-learn-more:hover,
.btn-learn-more:focus {
  background: #47b2e4;
  color: #ffffff;
}

/*--------------------------------------------------------------
# Technologies
--------------------------------------------------------------*/
.technologies {
  padding: 14px 0;
  text-align: center;
}

.technologies img {
  display: inline-block;
  max-width: 42%;
  padding: 14px 0;
  filter: grayscale(100%);
  transition: all 0.4s ease-in-out;
}

.technologies img:hover {
  filter: none;
  transform: scale(1.08);
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3,
.about .content h4,
.about .content h5 {
  margin-bottom: 14px;
  color: #24324d;
  font-size: 1.34rem;
  line-height: 1.35;
  font-weight: 700;
}

.about .content p {
  color: #4c5870;
  font-size: 0.97rem;
  line-height: 1.76;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content ul {
  margin-bottom: 1rem;
  padding-left: 1.1rem;
  list-style: disc;
}

.about .content ul li {
  position: static;
  padding-left: 0;
  color: #4c5870;
  font-size: 0.97rem;
  line-height: 1.74;
}

.about .content ul li + li {
  margin-top: 8px;
}

.about .content ul i {
  display: none;
}

.home-about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: 22px 28px;
  align-items: start;
}

.home-about-lead {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.home-about-main,
.home-about-side {
  grid-column: 1 / -1;
  min-width: 0;
}

.home-about-side {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.home-about-card {
  padding: 22px;
  border: 1px solid #e4ebf5;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 8px 28px rgba(18, 38, 63, 0.07);
}

.home-about-card h3 {
  margin-bottom: 12px;
}

.home-about-card ul {
  margin-bottom: 0;
}

.home-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

@media (max-width: 991.98px) {
  .home-about-layout {
    grid-template-columns: 1fr;
  }

  .home-about-side {
    grid-template-columns: 1fr;
  }
}

/*--------------------------------------------------------------
# Why us / accordion
--------------------------------------------------------------*/
.why-us .content {
  padding: 40px 80px 0;
}

.why-us .content h3 {
  margin-bottom: 12px;
  color: #37517e;
  font-size: 1.95rem;
  line-height: 1.24;
  font-weight: 700;
}

.why-us .content p {
  color: #5b6880;
  font-size: 0.98rem;
  line-height: 1.74;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.why-us .accordion-list {
  padding: 0 80px 40px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li {
  padding: 18px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 4px 18px rgba(18, 38, 63, 0.04);
}

.why-us .accordion-list li + li {
  margin-top: 15px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  padding-right: 30px;
  color: #24324d;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.52;
  font-weight: 600;
  cursor: pointer;
  outline: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #47b2e4;
}

.why-us .accordion-list span {
  padding-right: 10px;
  color: #47b2e4;
  font-size: 1rem;
  font-weight: 600;
}

.why-us .accordion-list i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding-top: 10px;
  color: #55627a;
  font-size: 0.96rem;
  line-height: 1.7;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

/*--------------------------------------------------------------
# Services / problem cards
--------------------------------------------------------------*/
.services .icon-box {
  height: 100%;
  padding: 28px 22px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 8px 28px rgba(18, 38, 63, 0.08);
  transition: all ease-in-out 0.35s;
}

.services .icon-box .icon {
  margin-bottom: 10px;
}

.services .icon-box .icon i {
  color: #47b2e4;
  font-size: 34px;
  transition: 0.3s;
}

.services .icon-box h4 {
  margin-bottom: 12px;
  color: #37517e;
  font-size: 1.18rem;
  line-height: 1.35;
  font-weight: 700;
}

.services .icon-box h4 a {
  color: #37517e;
}

.services .icon-box p {
  margin-bottom: 12px;
  color: #55627a;
  font-size: 0.96rem;
  line-height: 1.72;
}

.services .icon-box ul {
  margin: 0 0 14px;
  padding-left: 1.05rem;
}

.services .icon-box ul li {
  margin-bottom: 6px;
  color: #4e5a72;
  font-size: 0.95rem;
  line-height: 1.66;
}

.services .icon-box:hover {
  transform: translateY(-6px);
}

.services .icon-box:hover h4,
.services .icon-box:hover h4 a {
  color: #47b2e4;
}

#first-step .icon-box {
  border-left: 4px solid #47b2e4;
}

#first-step .icon-box .icon i {
  font-size: 30px;
}

/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/
.cta {
  padding: 72px 0;
  background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
}

.cta h3 {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 1.7rem;
  line-height: 1.3;
  font-weight: 700;
}

.cta p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  line-height: 1.72;
}

.cta .cta-btn {
  display: inline-block;
  margin: 10px;
  padding: 11px 24px;
  border: 2px solid #ffffff;
  border-radius: 50px;
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-size: 0.94rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  transition: 0.5s;
}

.cta .cta-btn:hover {
  border-color: #47b2e4;
  background: #47b2e4;
  color: #ffffff;
}

/*--------------------------------------------------------------
# Portfolio / realizacje
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  margin-bottom: 20px;
  list-style: none;
}

.portfolio #portfolio-flters li {
  display: inline-block;
  margin: 10px 5px;
  padding: 8px 18px;
  border-radius: 50px;
  color: #444444;
  font-family: "Poppins", sans-serif;
  font-size: 0.92rem;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #47b2e4;
  color: #ffffff;
}

.portfolio .portfolio-container {
  align-items: stretch;
}

.portfolio .portfolio-item {
  display: flex;
  margin-bottom: 24px;
}

.portfolio .portfolio-item .portfolio-img {
  overflow: visible;
}

.rounded-corners {
  width: 100%;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 22px 20px 16px;
  border: 1px solid #dfe6f1;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 6px 22px rgba(18, 38, 63, 0.04);
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.rounded-corners:hover {
  border-color: #47b2e4;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(18, 38, 63, 0.08);
}

.rounded-corners p {
  margin-bottom: 0;
  color: #55627a;
  font-size: 0.96rem;
  line-height: 1.7;
}

.rounded-corners p + p {
  margin-top: 8px;
}

.rounded-corners p strong {
  min-height: 46px;
  display: block;
  margin-bottom: 8px;
  color: #24324d;
  font-size: 1.05rem;
  line-height: 1.35;
}

/*--------------------------------------------------------------
# Portfolio details / service sliders
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  position: relative;
  margin-top: 20px;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #47b2e4;
  background-color: #ffffff;
  opacity: 1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #47b2e4;
}

.portfolio-details .portfolio-info {
  padding: 24px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 8px 26px rgba(55, 81, 126, 0.08);
}

.portfolio-details .portfolio-info h3 {
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eeeeee;
  color: #24324d;
  font-size: 1.1rem;
  line-height: 1.35;
  font-weight: 700;
}

.portfolio-details .portfolio-info p,
.portfolio-details .portfolio-info li {
  color: #55627a;
  font-size: 0.95rem;
  line-height: 1.68;
}

.portfolio-details .portfolio-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

/*--------------------------------------------------------------
# Blog teaser on home
--------------------------------------------------------------*/
.blog .post {
  position: relative;
  height: 100%;
  padding: 24px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 8px 28px rgba(18, 38, 63, 0.08);
  transition: 0.35s;
}

.blog .post:hover {
  transform: translateY(-6px);
}

.blog .post .pic {
  width: 220px;
  overflow: hidden;
}

.blog .post .pic img {
  transition: ease-in-out 0.3s;
}

.blog .post .post-info {
  padding-left: 22px;
}

.blog .post h4 {
  margin-bottom: 8px;
  color: #37517e;
  font-size: 1.1rem;
  line-height: 1.35;
  font-weight: 700;
}

.blog .post p {
  margin-top: 8px;
  color: #5a6780;
  font-size: 0.95rem;
  line-height: 1.68;
}

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  position: relative;
  padding: 18px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 4px 18px rgba(18, 38, 63, 0.04);
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list a {
  display: block;
  position: relative;
  padding: 0 30px;
  color: #37517e;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  cursor: pointer;
  outline: none;
}

.faq .faq-list a.collapsed:hover {
  color: #47b2e4;
}

.faq .faq-list .icon-help {
  position: absolute;
  left: 20px;
  right: 0;
  color: #47b2e4;
  font-size: 24px;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding-top: 10px;
  color: #55627a;
  font-size: 0.96rem;
  line-height: 1.7;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info,
.contact .php-email-form {
  width: 100%;
  padding: 28px 24px;
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 8px 28px rgba(18, 38, 63, 0.08);
}

.contact .info i {
  width: 44px;
  height: 44px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #e7f5fb;
  color: #47b2e4;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}

.contact .info h3 {
  margin-bottom: 18px;
  color: #24324d;
  font-size: 1.32rem;
  line-height: 1.34;
  font-weight: 700;
}

.contact .info h4 {
  margin-bottom: 6px;
  padding-left: 58px;
  color: #37517e;
  font-size: 1.02rem;
  line-height: 1.35;
  font-weight: 700;
}

.contact .info p {
  margin-bottom: 18px;
  padding: 0 0 12px 58px;
  color: #5f6e88;
  font-size: 0.96rem;
  line-height: 1.68;
}

.contact .info a {
  color: inherit;
}

.contact .info a:hover {
  color: #37517e;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #47b2e4;
  color: #ffffff;
}

  #contact .contact-note {
    margin-top: 22px;
    padding: 20px 22px;
    border: 1px solid #e7eef7;
    border-radius: 14px;
    background: linear-gradient(180deg, #f8fbff 0%, #f3f8ff 100%);
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.05);
  }

  #contact .contact-note h4 {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 700;
    color: #173b6c;
  }

  #contact .contact-note ul {
    margin: 0 0 16px 0;
    padding-left: 18px;
  }

  #contact .contact-note ul li {
    margin-bottom: 8px;
    color: #444444;
    line-height: 1.6;
  }

  #contact .contact-note ul li:last-child {
    margin-bottom: 0;
  }

  #contact .contact-note-phone-cta {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 10px;
    background: #ffffff;
    border-left: 4px solid #47b2e4;
    color: #173b6c;
    font-weight: 600;
    line-height: 1.55;
  }

  #contact .contact-note-phone-cta i {
    flex: 0 0 auto;
    color: #47b2e4;
    font-size: 18px;
    margin-top: 2px;
  }

  #contact .contact-note-phone-cta strong {
    font-weight: 700;
  }

  @media (max-width: 767.98px) {
    #contact .contact-note {
      padding: 18px 16px;
    }

    #contact .contact-note-phone-cta {
      padding: 11px 12px;
      font-size: 15px;
    }
  }


.contact .php-email-form .form-group {
  margin-bottom: 20px;
  padding-bottom: 8px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form .form-control {
  border: 1px solid #dfe6f1;
  border-radius: 4px;
  background: #fbfcfe;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input.form-control {
  height: 44px;
}

.contact .php-email-form textarea.form-control {
  padding: 10px 12px;
}

.contact .php-email-form .form-control:focus {
  border-color: #47b2e4;
  background: #ffffff;
}

.contact .php-email-form button[type="submit"] {
  padding: 12px 34px;
  border: 0;
  border-radius: 50px;
  background: #47b2e4;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.2px;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #209dd8;
}

.contact .php-email-form :is(.validate, .loading, .error-message, .sent-message) {
  display: none;
}

.contact .php-email-form :is(.loading, .error-message, .sent-message) {
  padding: 15px;
  text-align: center;
  font-weight: 600;
}

.contact .php-email-form .loading {
  background: #ffffff;
}

.contact .php-email-form .loading::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eeeeee;
  border-radius: 50%;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .error-message {
  background: #ed3c0d;
  color: #ffffff;
  text-align: left;
}

.contact .php-email-form .sent-message {
  background: #18d26e;
  color: #ffffff;
}

@keyframes animate-loading {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  min-height: 40px;
  margin-top: 50px;
  padding: 15px 0;
  background: #f3f5fa;
}

.breadcrumbs h1,
.breadcrumbs h2 {
  color: #37517e;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 600;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 0 10px;
  list-style: none;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #37517e;
  font-size: 14px;
}

#footer .footer-top {
  padding: 54px 0 26px;
  background: #ffffff;
}

#footer .footer-top .footer-contact,
#footer .footer-top .footer-links {
  margin-bottom: 28px;
}

#footer .footer-top .footer-contact h3 {
  margin: 0 0 10px;
  padding: 2px 0;
  color: #37517e;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  text-transform: none;
}

#footer .footer-top .footer-contact p {
  margin-bottom: 0;
  color: #5e5e5e;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

#footer .footer-top h4 {
  position: relative;
  padding-bottom: 12px;
  color: #37517e;
  font-size: 16px;
  font-weight: 700;
}

#footer .footer-top .footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer .footer-top .footer-links ul li {
  display: flex;
  align-items: center;
  padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #47b2e4;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul a {
  display: inline-block;
  color: #777777;
  font-size: 14px;
  line-height: 1.7;
}

#footer .footer-top .footer-links ul a:hover {
  color: #47b2e4;
}

#footer .footer-bottom {
  padding: 24px 0;
  color: #ffffff;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

@media (max-width: 1199.98px) {
  .why-us .content,
  .why-us .accordion-list {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

@media (max-width: 991.98px) {
  body {
    font-size: 15px;
  }

  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }

  #hero {
    min-height: auto;
    padding: 88px 0 34px;
    text-align: center;
  }

  #hero .container {
    padding-top: 28px;
  }

  #hero h1,
  #hero h2,
  #hero .hero-small-note {
    max-width: 100%;
  }

  #hero h1 {
    font-size: 2.08rem;
    line-height: 1.18;
  }

  #hero h2 {
    font-size: 1.02rem;
    line-height: 1.68;
  }

  #hero .animated {
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 58%;
    max-width: 420px;
  }

  .section-title h2 {
    font-size: 1.82rem;
  }

  .why-us .img {
    min-height: 360px;
  }

  .why-us .content {
    padding-top: 30px;
  }

  .why-us .content h3 {
    font-size: 1.72rem;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }

  .cta {
    padding: 60px 0;
  }

  .cta h3 {
    font-size: 1.5rem;
  }

  .blog .post {
    padding: 22px;
  }

  .blog .post .pic {
    width: 180px;
  }

  .breadcrumbs {
    margin-top: 36px;
  }
}

@media (max-width: 767.98px) {
  section {
    padding: 44px 0;
  }

  #header {
    padding: 10px 0;
  }

  #header .logo {
    font-size: 23px;
  }

  #hero h1 {
    font-size: 1.82rem;
    line-height: 1.2;
  }

  #hero h2 {
    margin-bottom: 22px;
    font-size: 0.99rem;
    line-height: 1.66;
  }

  #hero .hero-img img {
    width: 74%;
  }

  .section-title h2 {
    font-size: 1.64rem;
  }

  .section-title p {
    font-size: 0.97rem;
  }

  .about .content h3,
  .about .content h4,
  .about .content h5,
  .contact .info h3 {
    font-size: 1.2rem;
  }

  .why-us .img {
    min-height: 220px;
  }

  .why-us .content h3 {
    font-size: 1.48rem;
  }

  .services .icon-box {
    padding: 24px 18px;
  }

  .services .icon-box h4 {
    font-size: 1.1rem;
  }

  .cta h3 {
    font-size: 1.35rem;
  }

  .cta p {
    font-size: 0.97rem;
  }

  .rounded-corners {
    min-height: auto;
  }

  .rounded-corners p strong {
    min-height: auto;
  }

  .blog .post {
    padding: 18px;
  }

  .blog .post .pic {
    width: 110px;
  }

  .blog .post .post-info {
    padding-left: 14px;
  }

  .blog .post h4 {
    font-size: 1rem;
  }

  .faq .faq-list a {
    font-size: 0.97rem;
    line-height: 1.45;
  }

  .contact .info,
  .contact .php-email-form {
    padding: 24px 18px;
  }

  .contact .info h4 {
    font-size: 0.98rem;
  }

  .contact .info p {
    font-size: 0.94rem;
  }

  #footer .footer-bottom {
    padding: 20px 0;
  }

  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
  }

  #footer .credits {
    padding-top: 4px;
  }
}

@media (max-width: 575.98px) {
  #hero .btn-get-started,
  .cta .cta-btn {
    width: 100%;
    text-align: center;
  }

  .portfolio #portfolio-flters {
    flex-wrap: wrap;
  }

  .portfolio #portfolio-flters li {
    margin: 6px 4px;
  }
}
/*--------------------------------------------------------------
# Hero CTA / note
--------------------------------------------------------------*/
#hero .hero-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
}

#hero .hero-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 24px;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
}

#hero .hero-cta-btn-outline {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.75);
}

#hero .hero-cta-btn-outline:hover,
#hero .hero-cta-btn-outline:focus {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border-color: #ffffff;
}

#hero .hero-small-note {
  max-width: 680px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  line-height: 1.58;
}

#hero .hero-small-note strong {
  color: rgba(255, 255, 255, 0.96);
  font-weight: 700;
}

@media (max-width: 991.98px) {
  #hero .hero-cta-buttons {
    justify-content: center;
  }

  #hero .hero-small-note {
    max-width: 100%;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  #hero .hero-cta-btn {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
