:root {
  --brand-dark: #141f31;
  --accent: #ff7a14;
  --section-muted: #f3f5f8;
  --text-main: #0f172a;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: var(--text-main);
  background: #fff;
  overflow-x: hidden;
}

.topbar {
  background: var(--brand-dark);
  color: #dbe5f3;
  padding: 0.6rem 0;
}

.topbar a {
  color: #dbe5f3;
  text-decoration: none;
}

.topbar a:hover {
  color: #fff;
}

.site-navbar {
  background: #fff;
  border-bottom: 1px solid #e9edf2;
  transition: box-shadow 220ms ease, background-color 220ms ease;
}

.site-navbar.is-scrolled {
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.navbar-brand {
  letter-spacing: .2px;
  font-size: 1.9rem;
}

.navbar-nav .nav-link {
  color: #334155;
  font-weight: 500;
  padding-inline: 0.85rem !important;
  position: relative;
  transition: color 180ms ease;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.15rem;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--accent);
  transition: transform 220ms ease;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: #0f172a;
}

.navbar-nav .nav-link.active::after,
.navbar-nav .nav-link:hover::after {
  transform: scaleX(1);
}

.btn-action {
  min-width: 150px;
}

.btn-accent {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.btn-accent:hover {
  background: #e66b10;
  border-color: #e66b10;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(255, 122, 20, 0.28);
}

.btn {
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-testimonials-view {
  background: #ff7a14;
  border-color: #ff7a14;
  color: #fff;
}

.btn-testimonials-view:hover,
.btn-testimonials-view:focus {
  background: #000;
  border-color: #000;
  color: #fff;
}

.btn-portfolio-view {
  background: #ff7a14;
  border-color: #ff7a14;
  color: #fff;
}

.btn-portfolio-view:hover,
.btn-portfolio-view:focus {
  background: #000;
  border-color: #000;
  color: #fff;
}

.portfolio-filter-btn {
  background: #e9edf2;
  border: 1px solid #e9edf2;
  color: #5b6f8c;
  border-radius: 999px;
  min-width: 76px;
  padding-inline: 1rem;
}

.portfolio-filter-btn:hover,
.portfolio-filter-btn:focus {
  background: #dfe5ec;
  border-color: #dfe5ec;
  color: #334155;
}

.portfolio-filter-btn.active {
  background: #ff7a14;
  border-color: #ff7a14;
  color: #fff;
}

.blog-filter-search-wrap {
  position: relative;
}

.blog-filter-search-wrap i {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #7a8ea8;
  pointer-events: none;
}

.blog-filter-search {
  height: 52px;
  border-radius: 14px;
  border: 1px solid #d9e1eb;
  padding-left: 3rem;
  font-size: 1.05rem;
}

.blog-filter-btn {
  background: #e9edf2;
  border: 1px solid #e9edf2;
  color: #5b6f8c;
  border-radius: 999px;
  min-width: 76px;
  padding-inline: 1rem;
  height: 50px;
  font-size: 1rem;
  font-weight: 500;
}

.blog-filter-btn:hover,
.blog-filter-btn:focus {
  background: #dfe5ec;
  border-color: #dfe5ec;
  color: #334155;
}

.blog-filter-btn.active {
  background: #ff7a14;
  border-color: #ff7a14;
  color: #fff;
}

.contact-faq .accordion-item {
  border-radius: 16px;
  border: 1px solid #dbe4ee;
  overflow: hidden;
}

.contact-faq .accordion-item + .accordion-item {
  margin-top: 1rem;
}

.contact-faq .accordion-button {
  padding: 1.1rem 1.25rem;
  font-weight: 600;
}

.contact-faq .accordion-button:not(.collapsed) {
  color: #0f172a;
  background: #f8fafc;
  box-shadow: none;
}

.contact-faq .accordion-button:focus {
  box-shadow: none;
}

.contact-faq .accordion-body {
  color: #5f7391;
  line-height: 1.6;
}

.contact-info-card h1 {
  font-size: clamp(1.9rem, 2.6vw, 2.6rem);
  font-weight: 700;
}

.contact-hero {
  background: linear-gradient(180deg, rgba(255, 122, 20, 0.06) 0%, #ffffff 70%);
}

.contact-info-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-top: 1.25rem;
}

.contact-info-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: rgba(13, 110, 253, 0.12);
  color: #0b5ed7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
}

.contact-form-card {
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 18px;
  padding: 1.6rem;
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.08);
  background: #fff;
}

.contact-form-tabs {
  display: flex;
  gap: 0.75rem;
  background: #f1f5f9;
  padding: 0.6rem;
  border-radius: 14px;
  margin-bottom: 1.4rem;
}

.contact-form-tabs .btn {
  border-radius: 10px;
}

.contact-form-body .form-control,
.contact-form-body .form-select {
  border-radius: 12px;
  padding: 0.65rem 0.85rem;
}

.contact-form-body textarea.form-control {
  min-height: 140px;
}

.contact-map-card {
  margin-top: 1.8rem;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  border: 1px solid #dbe4ee;
  background: #f8fafc;
}

.contact-map-card iframe {
  width: 100%;
  height: 240px;
  border: 0;
  display: block;
}

.contact-map-link {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #fff;
  border: 1px solid #dbe4ee;
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  font-weight: 600;
  font-size: 0.85rem;
  color: #0b5ed7;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.hero {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.hero-bg-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 1.18;
  transform: scale(1.02);
  filter: saturate(1.2);
  z-index: -2;
}

.hero-bg-overlay {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.78);
  z-index: -1;
}

.hero-subtitle {
  max-width: 760px;
  min-height: 3.2em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hero-panel {
  border-radius: 14px !important;
}

.form-panel {
  backdrop-filter: blur(2px);
}

.js-hero-tab.active {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
  color: #fff;
}

.hero-copy-wrap {
  max-width: 700px;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: opacity 220ms ease, transform 220ms ease;
}

.hero-copy-changing {
  opacity: 0;
  transform: translateY(10px);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  /* align-items: flex-start; */
  gap: 0.35rem;
  background: rgba(13, 110, 253, 0.1);
  border: 1px solid rgba(13, 110, 253, 0.2);
  color: #0b5ed7;
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.hero-title {
  line-height: 0.98;
  min-height: 2.1em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-accent {
  color: var(--accent) !important;
}

.hero-slider-indicators {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.18);
  display: inline-block;
  transition: width 220ms ease, background-color 220ms ease;
}

.hero-dot.active {
  width: 38px;
  border-radius: 999px;
  background: var(--accent);
}

.hero-stats {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.hero-stat-value {
  margin: 0;
  font-size: 2rem;
  font-weight: 800;
  color: #0f172a;
}

.hero-stat-label {
  margin: 0;
  font-size: 1.05rem;
  color: #66758f;
}

.section-kicker {
  display: inline-block;
  color: var(--accent);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  margin-bottom: 0.7rem;
}

.section-pad {
  padding: 4rem 0;
}

.section-muted {
  background: var(--section-muted);
}

.section-title {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 700;
}

.card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.service-card-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.portfolio-card-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.blog-home-card {
  overflow: hidden;
}

.blog-home-image {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.blog-home-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.blog-home-category {
  color: #ff7a14;
  font-weight: 700;
  font-size: 1.02rem;
  line-height: 1.2;
}

.blog-home-date {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #7387a3;
  font-weight: 500;
  font-size: 1rem;
}

.blog-home-title {
  font-size: clamp(1.3rem, 1.55vw, 1.9rem);
  line-height: 1.35;
  margin-bottom: 0.85rem;
}

.blog-home-title a {
  color: #111c30;
}

.blog-home-title a:hover {
  color: #0b5ed7;
}

.blog-home-excerpt {
  color: #5f7391;
  font-size: 1rem;
  line-height: 1.6;
}

.blog-home-readmore {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #0b5ed7;
  font-weight: 700;
  font-size: 1.02rem;
  text-decoration: none;
}

.blog-home-readmore:hover {
  color: #084ea7;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.12) !important;
  border-color: rgba(13, 110, 253, 0.22);
}

.stat-card .display-6 {
  color: #0b5ed7;
}

.testimonial-card {
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 18px;
  padding: 2rem 2.1rem;
  background: #fff;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.12) !important;
  border-color: rgba(13, 110, 253, 0.22);
}

.testimonial-stars {
  color: #ff7a14;
  letter-spacing: 0.18em;
  font-size: 1.05rem;
  font-weight: 700;
}

.testimonial-quote {
  color: #556b89;
  font-style: italic;
  font-size: clamp(1.05rem, 1.45vw, 1.12rem);
  line-height: 1.65;
}

.testimonial-divider {
  height: 1px;
  background: rgba(15, 23, 42, 0.12);
}

.testimonial-avatar {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(15, 23, 42, 0.15);
}

.testimonials-carousel {
  padding-inline: 2.8rem;
}

.testimonials-carousel .carousel-item .testimonial-card {
  width: 100%;
}

.testimonials-carousel .carousel-control-prev,
.testimonials-carousel .carousel-control-next {
  width: 44px;
  opacity: 1;
}

.testimonials-carousel .carousel-control-prev-icon,
.testimonials-carousel .carousel-control-next-icon {
  background-color: rgba(20, 31, 49, 0.85);
  border-radius: 999px;
  background-size: 55% 55%;
  width: 40px;
  height: 40px;
}

.about-hero {
  background: linear-gradient(180deg, rgba(255, 122, 20, 0.06) 0%, #ffffff 70%);
}

.about-story-image {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.08);
}

.about-story-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.about-story-content {
  max-width: 560px;
}

.about-story-stats .col-4 {
  display: flex;
}

.about-stat-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 1.1rem 0.8rem;
  width: 100%;
  box-shadow: 0 12px 22px rgba(15, 23, 42, 0.06);
}

.about-stat-value {
  font-weight: 800;
  color: #ff7a14;
  font-size: 1.4rem;
}

.about-stat-label {
  font-size: 0.95rem;
  color: #64748b;
}

.about-icon-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 18px;
  padding: 2.2rem;
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.06);
}

.about-icon {
  width: 62px;
  height: 62px;
  border-radius: 16px;
  background: rgba(13, 110, 253, 0.12);
  color: #0b5ed7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 1.4rem;
}

.about-value-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 16px;
  padding: 1.4rem;
  transition: box-shadow 200ms ease, transform 200ms ease;
}

.about-value-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.1);
}

.about-value-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(255, 122, 20, 0.12);
  color: #ff7a14;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 0.9rem;
}

.about-timeline {
  max-width: 820px;
  margin: 0 auto;
  border-left: 2px solid #dfe5ec;
  padding-left: 2.4rem;
}

.about-timeline-step {
  position: relative;
  padding-bottom: 1.5rem;
}

.about-timeline-step:last-child {
  padding-bottom: 0;
}

.about-timeline-year {
  position: absolute;
  left: -2.6rem;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: #ff7a14;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.about-timeline-body {
  padding-top: 0.3rem;
}

.about-team-card {
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  overflow: hidden;
  background: #fff;
  transition: box-shadow 200ms ease, transform 200ms ease;
}

.about-team-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.1);
}

.about-team-image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.about-team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 200ms ease;
}

.about-team-card:hover img {
  transform: scale(1.03);
}

.about-team-body {
  padding: 1rem;
}

.about-cta,
.page-cta {
  background: #0b5bcb;
}

.about-cta + .site-footer,
.page-cta + .site-footer {
  margin-top: 0 !important;
}

.testimonials-page-stats {
  background: #f6f8fb;
  border: 1px solid #d7e0ea;
  border-radius: 18px;
  padding: 1.7rem 1.2rem;
}

.testimonials-page-stat-value {
  color: #ff7a14;
  font-size: clamp(1.6rem, 2vw, 2.1rem);
  font-weight: 800;
  line-height: 1.15;
}

.testimonials-page-stat-label {
  color: #5f7391;
  font-size: 1.04rem;
  font-weight: 500;
}

.content p {
  margin-bottom: 1rem;
}

.py-6 {
  padding-top: 0.8rem;
  padding-bottom: 4.8rem;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 580ms ease, transform 580ms cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal[data-stagger] {
  transition-delay: var(--delay, 0ms);
}

@keyframes floatY {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .btn,
  .btn-accent,
  .card,
  .site-navbar,
  .navbar-nav .nav-link,
  .navbar-nav .nav-link::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1199.98px) {
  .site-navbar .btn-action {
    width: 100%;
  }

  .hero-copy-wrap {
    min-height: 380px;
  }
}

@media (max-width: 767.98px) {
  .hero-copy-wrap {
    min-height: auto;
  }

  .hero-title,
  .hero-subtitle {
    min-height: 0;
  }

  .hero-title {
    -webkit-line-clamp: 3;
  }

  .hero-subtitle {
    -webkit-line-clamp: 4;
  }

  .hero-stats {
    gap: 1rem 1.5rem;
  }

  .hero-stat-value {
    font-size: 1.6rem;
  }

  .service-card-image {
    height: 190px;
  }

  .portfolio-card-image {
    height: 190px;
  }

  .testimonial-card {
    padding: 1.35rem 1.1rem;
  }

  .testimonials-carousel {
    padding-inline: 0;
  }

  .testimonials-carousel .carousel-control-prev,
  .testimonials-carousel .carousel-control-next {
    width: 34px;
  }

  .testimonials-carousel .carousel-control-prev-icon,
  .testimonials-carousel .carousel-control-next-icon {
    width: 30px;
    height: 30px;
  }
}

.site-footer {
  background: #162236;
  color: #b8c4d8;
  font-family: inherit;
  margin-top: 3rem;
}

.site-footer .container {
  max-width: 1480px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  line-height: 1.05;
}

.footer-brand-badge {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: var(--accent);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}

.footer-brand-accent {
  color: var(--accent);
}

.footer-about {
  max-width: 430px;
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 400;
}

.footer-socials {
  display: flex;
  gap: 0.9rem;
}

.footer-socials a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.11);
  color: #d9e2f0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.35rem;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.footer-socials a:hover {
  transform: translateY(-2px);
  background: var(--accent);
  color: #fff;
}

.footer-title {
  font-size: 1.8rem;
  margin-bottom: 1.35rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.1;
}

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

.footer-links li + li {
  margin-top: 0.9rem;
}

.footer-links a {
  color: #c2ccdb;
  text-decoration: none;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
  transition: color 180ms ease;
}

.footer-links a:hover {
  color: #fff;
}

.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
}

.footer-contact-list li + li {
  margin-top: 0.95rem;
}

.footer-contact-list i {
  color: var(--accent);
  margin-top: 0.25rem;
  font-size: 1.45rem;
}

.footer-newsletter {
  display: flex;
  gap: 0.7rem;
}

.footer-newsletter .form-control {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  height: 60px;
  border-radius: 14px;
  font-size: 1rem;
  padding-inline: 1.1rem;
}

.footer-newsletter .form-control::placeholder {
  color: #9fb0c8;
}

.footer-newsletter button {
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 14px;
  background: var(--accent);
  color: #fff;
  font-size: 1.45rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.45rem 0;
}

.footer-bottom p {
  color: #9fb0c8;
  font-size: 1rem;
  font-weight: 500;
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 1.7rem;
}

.footer-bottom-links a {
  color: #9fb0c8;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
}

.footer-bottom-links a:hover {
  color: #fff;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 60px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  text-decoration: none;
  z-index: 1080;
  box-shadow: 0 18px 40px rgba(37, 211, 102, 0.38);
}

@media (max-width: 991.98px) {
  .blog-home-image {
    height: 230px;
  }

  .footer-brand,
  .footer-title {
    font-size: 1.75rem;
  }

  .footer-about,
  .footer-links a,
  .footer-contact-list li {
    font-size: 1.05rem;
  }

  .footer-newsletter .form-control {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .about-story-content {
    max-width: 100%;
  }

  .about-stat-value {
    font-size: 1.15rem;
  }

  .about-timeline {
    padding-left: 2rem;
  }

  .about-timeline-year {
    width: 42px;
    height: 42px;
    left: -2.3rem;
    font-size: 0.8rem;
  }

  .about-icon-card {
    padding: 1.5rem;
  }

  .testimonials-page-stats {
    padding: 1.1rem 0.8rem;
  }

  .testimonials-page-stat-label {
    font-size: 0.92rem;
  }

  .blog-filter-btn {
    height: 42px;
    font-size: 0.92rem;
  }

  .blog-home-image {
    height: 210px;
  }

  .blog-home-meta {
    gap: 0.7rem;
  }

  .blog-home-title {
    font-size: 1.24rem;
  }

  .site-footer {
    margin-top: 2.5rem !important;
  }

  .site-footer .py-5 {
    padding-top: 2.9rem !important;
    padding-bottom: 2.9rem !important;
  }

  .footer-brand {
    font-size: 1.65rem;
  }

  .footer-brand-badge {
    width: 44px;
    height: 44px;
    font-size: 1.45rem;
    border-radius: 12px;
  }

  .footer-about {
    font-size: 1.02rem;
  }

  .footer-title {
    font-size: 1.35rem;
  }

  .footer-links a,
  .footer-contact-list li {
    font-size: 1rem;
  }

  .footer-newsletter .form-control,
  .footer-newsletter button {
    height: 48px;
  }

  .footer-newsletter button {
    width: 48px;
  }

  .footer-bottom p,
  .footer-bottom-links a {
    font-size: 0.92rem;
  }

  .footer-bottom-links {
    gap: 1rem;
  }

  .whatsapp-float {
    width: 50px;
    height: 50px;
    font-size: 1.45rem;
    right: 14px;
    bottom: 74px;
  }
}
