:root {
  --brand-blue: #106eea;
  --brand-dark: #222222;
  --brand-muted: #666666;
  --brand-soft: #f6f9fe;
}

body {
  color: #444444;
  background: #ffffff;
  font-family: "Open Sans", Arial, sans-serif;
}

a {
  color: var(--brand-blue);
  text-decoration: none;
}

#topbar {
  height: 40px;
  font-size: 14px;
  background: var(--brand-blue);
  color: #fff;
}

#topbar a,
#topbar i {
  color: #fff;
}

#topbar .contact-info i {
  font-style: normal;
  padding-right: 6px;
}

#topbar .social-links a {
  padding-left: 18px;
  line-height: 0;
}

#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 86px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  color: #222222;
}

#header .logo span,
.section-title h3 span,
#footer h3 span {
  color: var(--brand-blue);
}

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

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 28px;
  font-size: 15px;
  font-weight: 600;
  color: #222222;
  white-space: nowrap;
}

.navbar a:hover,
.navbar .active {
  color: var(--brand-blue);
}

#hero {
  width: 100%;
  min-height: 78vh;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.82) 42%, rgba(255, 255, 255, 0.2) 100%),
    url("https://images.unsplash.com/photo-1583939003579-730e3918a45a?auto=format&fit=crop&w=1900&q=86") center 36% / cover no-repeat;
  padding-top: 86px;
}

#hero h1 {
  margin: 0;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 800;
  line-height: 1.05;
  color: #222222;
}

#hero h1 span {
  color: var(--brand-blue);
}

#hero h2 {
  color: #555555;
  margin: 16px 0 0;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
  max-width: 690px;
  font-weight: 400;
}

#hero .btn-get-started {
  margin-top: 30px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.03em;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: var(--brand-blue);
  box-shadow: 0 8px 28px rgba(16, 110, 234, 0.28);
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
}

#hero .btn-watch-video i {
  color: var(--brand-blue);
  font-size: 32px;
  margin-right: 8px;
}

section {
  padding: 70px 0;
  overflow: hidden;
}

.section-bg {
  background-color: var(--brand-soft);
}

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

.section-title h2 {
  font-size: 13px;
  letter-spacing: 0.08em;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: var(--brand-blue);
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 0;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  color: #222222;
}

.section-title p {
  margin: 15px auto 0;
  font-weight: 600;
  max-width: 720px;
  color: #666666;
}

.featured-services .icon-box,
.services .icon-box,
.contact .info-box,
.portfolio .portfolio-item {
  border-radius: 8px;
}

.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  width: 100%;
}

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

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  font-size: 44px;
  line-height: 1;
  color: var(--brand-blue);
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .description {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
  color: #666666;
}

.about .content h3 {
  font-weight: 700;
  font-size: 28px;
  color: #222222;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--brand-blue);
}

.counts {
  padding: 70px 0 40px;
}

.counts .count-box {
  padding: 30px 30px 25px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #f1f6fe;
  border-radius: 8px;
}

.counts .count-box i {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: var(--brand-blue);
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
}

.counts .count-box span {
  font-size: 24px;
  display: block;
  font-weight: 700;
  color: #062b5b;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.services .icon-box {
  text-align: center;
  border: 1px solid #e2eefd;
  padding: 80px 22px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto 20px;
  width: 64px;
  height: 64px;
  background: var(--brand-blue);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 30px;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}

.services .icon-box p {
  line-height: 1.7;
  color: #666666;
  margin-bottom: 0;
}

.portfolio .portfolio-item img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}

.portfolio .portfolio-item .portfolio-info {
  border-radius: 6px;
}

.testimonials {
  padding: 80px 0;
  background:
    linear-gradient(rgba(6, 27, 56, 0.78), rgba(6, 27, 56, 0.78)),
    url("https://images.unsplash.com/photo-1519741497674-611481863552?auto=format&fit=crop&w=1800&q=86") center center / cover no-repeat;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 10px 0 5px;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 15px;
  color: #d6e8ff;
  margin: 0 0 15px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px;
  color: #fff;
  max-width: 820px;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--brand-blue);
}

.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.35);
  padding: 25px 0 30px;
  background: #fff;
}

.contact .info-box i {
  font-size: 32px;
  color: var(--brand-blue);
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
  background: #fff;
  border-radius: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea,
.contact .php-email-form select {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

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

.contact .php-email-form button[type="submit"] {
  background: var(--brand-blue);
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

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

.contact .php-email-form .sent-message {
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form.sent .sent-message {
  display: block;
}

#footer {
  background: #fff;
  color: #444444;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 30px;
  background: #f1f6fe;
}

#footer .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px;
  padding: 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-links {
  margin-bottom: 30px;
}

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

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

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

#footer .footer-links ul i {
  padding-right: 4px;
  color: var(--brand-blue);
  font-size: 18px;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-flex;
  background: var(--brand-blue);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .navbar ul {
    display: none;
  }

  #hero {
    min-height: 72vh;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.78) 100%),
      url("https://images.unsplash.com/photo-1583939003579-730e3918a45a?auto=format&fit=crop&w=1200&q=86") center / cover no-repeat;
  }
}

@media (max-width: 575px) {
  #topbar {
    height: auto;
    padding: 8px 0;
  }

  #header {
    height: 72px;
  }

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

  #hero {
    padding-top: 72px;
    min-height: 80vh;
  }

  #hero .d-flex {
    flex-wrap: wrap;
  }

  #hero .btn-watch-video {
    margin-left: 0;
    width: 100%;
  }

  .portfolio #portfolio-flters li {
    padding: 10px 14px 16px;
    font-size: 13px;
  }
}
