/* Shared alignment and responsive safeguards loaded after the legacy styles. */
html {
  box-sizing: border-box;
  width: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  width: 100%;
  min-width: 0;
  overflow-x: clip;
}

img,
video,
svg,
canvas,
iframe {
  max-width: 100%;
}

input,
textarea,
select,
button {
  max-width: 100%;
}

h1,
h2,
h3,
p,
a,
li {
  overflow-wrap: break-word;
}

table {
  max-width: 100%;
}

header {
  left: 0;
  right: 0;
  width: 100%;
  padding-inline: clamp(1.25rem, 4vw, 3.5rem);
}

header nav {
  min-width: 0;
  justify-content: flex-end;
  gap: clamp(1rem, 2.2vw, 2.5rem);
  padding-right: 0;
}

header nav a {
  white-space: nowrap;
}

#hd1.solid {
  background: rgba(248, 249, 250, 0.96);
  box-shadow: 0 1px 18px rgba(10, 25, 47, 0.08);
  backdrop-filter: blur(10px);
}

#hd1 > div:first-child > a:first-child > img {
  display: block;
  width: auto;
  height: 5.5rem;
  padding: 0.5rem 0 !important;
  object-fit: contain;
}

#hd2 .lg {
  display: block;
  width: auto;
  height: 3.2rem;
  object-fit: contain;
}

#hd2 #flex1 > img {
  width: 2rem;
  height: 2rem;
  padding-right: 0 !important;
  object-fit: contain;
}

body > section,
body > footer,
.contact-flex1,
.testimonial-wrapper,
.testimonial-carousel-shell,
.testimonial-slider-container {
  min-width: 0;
}

/* Keep testimonial cards and their rounded shadows inside the clipped slider
   viewport. The track width is calculated from this inset content box, so the
   existing carousel step calculation remains accurate at every breakpoint. */
.testimonial-slider-container {
  padding: 1rem;
  box-sizing: border-box;
}

.testimonial-cards-grid {
  width: 100%;
  padding: 0;
  align-items: stretch;
}

.testimonial-card {
  min-width: 0;
  max-width: 100%;
  overflow: visible;
}

.testimonial-card .b {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
}

/* Keep the shared footer aligned without relying on fixed gaps and widths. */
footer > .p1,
footer > .ftr-flex,
footer > .ftr-p {
  width: min(100%, 1400px);
  margin-inline: auto;
}

.ftr-flex {
  display: grid;
  grid-template-columns: minmax(140px, 0.35fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(2rem, 8vw, 10rem);
}

.ftr2 {
  min-width: 0;
}

.ftr-flex1 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.ftr-flex1 > div,
.ftr-flex1 input,
footer form .in {
  width: 100%;
  min-width: 0;
}

footer form {
  width: 100%;
  max-width: 52rem;
}

.footer-submit-button {
  min-height: 3.5rem;
  margin-top: 0.5rem;
  padding: 0.45rem 0.5rem 0.45rem 1.25rem;
  border: 1px solid rgba(10, 25, 47, 0.18);
  border-radius: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  color: var(--midnight-navy);
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(10, 25, 47, 0.1);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease,
    background 0.2s ease;
}

.footer-submit-button .footer-submit-icon {
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #ffffff;
  background: var(--electric-blue);
  transform: rotate(-8deg);
  transition: transform 0.2s ease, background 0.2s ease;
}

.footer-submit-button:hover {
  transform: translateY(-2px);
  color: #ffffff;
  background: var(--midnight-navy);
  box-shadow: 0 14px 28px rgba(10, 25, 47, 0.2);
}

.footer-submit-button:hover .footer-submit-icon {
  transform: rotate(0deg) translateX(2px);
  background: var(--electric-blue);
}

.footer-submit-button:focus-visible {
  outline: 3px solid rgba(0, 124, 255, 0.3);
  outline-offset: 3px;
}

.footer-submit-button:disabled {
  opacity: 0.65;
  cursor: wait;
  transform: none;
}

.ftr-p {
  gap: 1.5rem;
}

/* Prevent cards, carousels and media from forcing horizontal overflow. */
.card,
.contact-card,
.work-card,
.recent-blog,
.about-card,
.about-card1,
.product-card,
.team-image-grid > *,
.work-flex > *,
.blog-flex > * {
  min-width: 0;
  max-width: 100%;
}

.work-flex img,
.blog-image img,
.team-sec1 img,
.services-flex img {
  max-width: 100%;
}

.video-container h1 {
  max-width: calc(100vw - 2rem);
  text-align: center;
}

@media (min-width: 1441px) {
  .contact-flex1,
  .gallery-container {
    margin-inline: auto;
  }

  .testimonial-section {
    padding-inline: max(4rem, calc((100vw - 1440px) / 2));
  }
}

@media (max-width: 1024px) {
  header nav a {
    font-size: 1rem;
  }

  .ftr-flex {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .stats-container {
    margin-left: 0;
  }

  .work-flex h1 {
    width: auto;
    max-width: 100%;
  }

  .work-flex img {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 701px) and (max-width: 1440px) {
  #hd1 > div:first-child > a:first-child > img {
    width: auto;
    height: 4.5rem;
    padding-block: 0.45rem !important;
  }
}

.mobile-menu-toggle {
  width: 2.75rem;
  height: 2.75rem;
  padding: 0.55rem;
  border: 1px solid rgba(0, 124, 255, 0.18);
  border-radius: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0 5px 16px rgba(10, 25, 47, 0.1);
  cursor: pointer;
}

.mobile-menu-toggle img {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}

.sidenav-backdrop {
  position: fixed;
  inset: 0;
  z-index: 2100;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  opacity: 0;
  visibility: hidden;
  background: rgba(4, 12, 24, 0.58);
  backdrop-filter: blur(3px);
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.sidenav-backdrop.is-visible {
  opacity: 1;
  visibility: visible;
}

body.sidenav-open {
  overflow: hidden;
}

@media (max-width: 700px) {
  #hd2 {
    left: 0;
    right: 0;
    width: 100%;
    padding: 0.7rem 1rem;
  }

  #flex1 {
    width: 100%;
    padding: 0;
    align-items: center;
  }

  #hd2 .lg {
    width: auto;
    height: 2.25rem;
  }

  #hd2 #flex1 #logo-link .lg {
    width: auto;
    height: 2.25rem;
  }

  .sidenav {
    position: fixed;
    inset: 0 0 0 auto;
    z-index: 2200;
    width: min(86vw, 23rem);
    max-width: 100vw;
    height: 100dvh;
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    color: var(--midnight-navy);
    background:
      radial-gradient(circle at top right, rgba(0, 124, 255, 0.12), transparent 38%),
      var(--platinum-white);
    box-shadow: -18px 0 48px rgba(4, 12, 24, 0.32);
    transform: translateX(105%);
    visibility: hidden;
    pointer-events: none;
    transition:
      transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0.32s;
  }

  .sidenav.is-open {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
  }

  .sidenav .sdnv {
    min-height: 4.75rem;
    padding: 1rem 1.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(10, 25, 47, 0.1);
  }

  .sidenav .sidenav-logo {
    padding: 0;
    display: inline-flex;
    align-items: center;
  }

  .sidenav .sidenav-logo .lg {
    width: auto;
    height: 2.6rem;
  }

  .sidenav .closebtn {
    position: static;
    width: 2.65rem;
    height: 2.65rem;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(0, 124, 255, 0.18);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--midnight-navy);
    background: rgba(0, 124, 255, 0.08);
    font-size: 1.1rem;
    cursor: pointer;
  }

  .sidenav .sidenav-links {
    width: 100%;
    margin: 0;
    padding: 1rem;
    display: grid;
    gap: 0.4rem;
    list-style: none;
    box-sizing: border-box;
  }

  .sidenav .sidenav-links li {
    width: 100%;
    margin: 0;
  }

  .sidenav .sidenav-links a {
    width: 100%;
    padding: 0.85rem 1rem;
    border: 1px solid transparent;
    border-radius: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    color: var(--midnight-navy);
    background: transparent;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
  }

  .sidenav .sidenav-links a:hover,
  .sidenav .sidenav-links a:focus-visible {
    color: var(--electric-blue);
    border-color: rgba(0, 124, 255, 0.18);
    background: rgba(0, 124, 255, 0.07);
  }

  .sidenav .sidenav-links a i {
    color: var(--electric-blue);
    font-size: 0.85rem;
  }

  .sidenav .sidenav-whatsapp {
    margin: 0.25rem 1rem 1rem;
    padding: 0.9rem 1rem;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    color: #ffffff;
    background: var(--electric-blue);
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }

  .sidenav .sidenav-whatsapp i {
    font-size: 1.2rem;
  }

  .sidenav .sidenav-footer {
    width: 100%;
    margin-top: auto;
    padding: 1rem;
    border-top: 1px solid rgba(10, 25, 47, 0.1);
    box-sizing: border-box;
    background: transparent;
  }

  .sidenav .sidenav-footer .ftr-p,
  .sidenav .sidenav-footer .icon {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    text-align: center;
  }

  .sidenav .sidenav-footer p {
    margin: 0;
    color: rgba(10, 25, 47, 0.62);
    font-size: 0.75rem;
  }

  .sidenav .sidenav-footer .icon1 {
    display: flex;
    justify-content: center;
    gap: 0.65rem;
  }

  .sidenav .sidenav-footer .icon1 a {
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    border: 1px solid rgba(0, 124, 255, 0.16);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--electric-blue);
    background: rgba(0, 124, 255, 0.07);
    text-align: center;
  }

  footer {
    padding: 2rem 1rem;
  }

  .ftr-flex {
    margin-block: 2rem;
  }

  .ftr2 {
    padding: 0;
    border-left: 0;
  }

  .ftr-flex1 {
    grid-template-columns: 1fr;
  }

  footer form input,
  footer form .in {
    width: 100%;
  }

  .footer-submit-button {
    width: 100%;
    justify-content: space-between;
  }

  .ftr-p,
  .ftr-p .icon {
    align-items: flex-start;
  }

  .ftr-p > p {
    margin-block: 0.35rem;
  }

  .testimonial-section {
    padding: 3rem 1rem;
  }

  .testimonial-wrapper {
    width: 100%;
  }

  .testimonial-left {
    width: 100%;
    max-width: none;
  }

  .video-container h1 {
    width: calc(100vw - 2rem);
    white-space: normal;
    font-size: clamp(1.75rem, 9vw, 3rem);
  }

  .about-sec1 h2 {
    font-size: clamp(2.25rem, 13vw, 4rem);
  }

  .sec3 {
    margin-right: 0;
  }

  .team-sec1 img,
  .blog-image img,
  .work-flex img {
    width: 100%;
    height: auto;
  }

  .service-sec2 img {
    width: calc(100% - 2rem);
    height: auto;
    margin-inline: 1rem;
    padding: 0;
  }

  .blog-flex,
  .featured {
    width: 100%;
  }

  .container {
    width: 100%;
  }

  .button-section {
    max-width: calc(100vw - 2rem);
  }

  table {
    display: block;
    overflow-x: auto;
  }
}

@media (max-width: 380px) {
  .gallery-images a {
    width: 100%;
  }

  .contact-flex {
    gap: 0.5rem;
  }

  .contact-sec1 form input,
  .contact-sec1 form textarea,
  .contact-sec1 form button {
    font-size: 0.9rem;
  }
}

/* Consistent type scale across all primary pages. */
:root {
  --page-top-offset: 7.5rem;
  --page-inline-gutter: 4rem;
  --type-heading: 2rem;
  --type-page-title: var(--type-heading);
  --type-section-title: var(--type-heading);
  --type-card-title: var(--type-heading);
  --type-body: 1.1rem;
  --type-small: 1rem;
}

/* Slightly larger, consistent reading size on desktop screens. */
@media (min-width: 1025px) {
  :root {
    --type-heading: 2.4rem;
    --type-page-title: 3.5rem;
    --type-section-title: 3.1rem;
    --type-card-title: 2.15rem;
  }

  :is(
    .about-sec1,
    .work-sec1,
    .contact-sec1,
    .service-sec1,
    .team-sec1,
    .gallery-sec,
    .package-detail__hero
  ) > h1,
  .servise-h1,
  .package-detail__hero h1 {
    font-size: var(--type-page-title) !important;
    line-height: 1.08 !important;
  }

  :is(
    .method-section,
    .home-services,
    .why-choose-section,
    .testimonial-section,
    .marketing-packages,
    .package-detail__process,
    .pad
  ) > h2,
  .home-services #service,
  .choose-heading,
  .testimonial-heading,
  .marketing-packages__heading h2,
  .package-detail__intro h2 {
    font-size: var(--type-section-title) !important;
    line-height: 1.1 !important;
  }

  main :is(p, li),
  body > section :is(p, li),
  .site-footer :is(p, li, label, input),
  .service-detail-content,
  .blog-detail .content,
  .faq-answer,
  .testimonial-text {
    font-size: 1.1rem;
    line-height: 1.7;
  }

  #hd1 nav a {
    font-size: 1.08rem;
  }

  button,
  input,
  textarea,
  select,
  label {
    font-size: 1.05rem;
  }
}

/* Keep primary page content aligned below the fixed header. */
:is(
  .about-sec1,
  .work-sec1,
  .contact-sec1,
  .service-sec1,
  .team-sec1,
  .gallery-sec,
  body > .container,
  .sitemap-container
) {
  margin-top: 0 !important;
  padding-top: var(--page-top-offset) !important;
  padding-inline: var(--page-inline-gutter) !important;
}

:is(
  .about-sec1 > h2,
  .work-flex > div > h1,
  .contact-form-panel > h1,
  .service-sec1 > h1,
  .servise-h1,
  .team-sec1 > h1,
  .gallery-main-heading,
  .blog-detail > h1,
  .featured-blog h2,
  .sitemap-header > h1
) {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.work-sec1 .work-flex {
  margin-top: 0 !important;
}

.container > .featured-blog {
  padding-top: 0 !important;
}

:is(
  #bg-text,
  .about-sec1 > h2,
  .work-flex > div > h1,
  .contact-form-panel > h1,
  .servise-h1,
  .team-sec1 > h1,
  .gallery-main-heading,
  .blog-detail > h1,
  .sitemap-header > h1
) {
  font-size: var(--type-page-title) !important;
  line-height: 1.1 !important;
}

:is(
  .sec3 > h2,
  .method-section > h2,
  .sec-4 > h2,
  .why-choose-section > h2,
  .sec-6 .a1 > h2,
  .testimonial-section > .testimonial-heading,
  .timeline-section > .testimonial-heading,
  .contact-sec2 > h2,
  .about-sec3 > h2,
  .about-sec4 > h2,
  .pad > h1,
  .featured-blog h2,
  .container > div > h1
) {
  font-size: var(--type-section-title) !important;
  line-height: 1.2 !important;
}

:is(
  .about-card,
  .about-card1,
  .card,
  .product-card,
  .choose-card,
  .step-box,
  .gridcard,
  .recent-blog,
  .gallery-card,
  .contact-card1,
  .team-image-grid,
  .servicecard
) :is(h2, h3, h4),
.timeline-title {
  font-size: var(--type-card-title) !important;
  line-height: 1.3 !important;
}

:is(
  .about-sec1,
  .sec2,
  .sec4-p,
  .about-card,
  .about-card1,
  .card,
  .timeline-card,
  .contact-form-panel,
  .contact-card1,
  .faq-answer,
  .service-detail-content,
  .service-sec4,
  .product-card,
  .choose-card,
  .step-box,
  .gridcard,
  .recent-blog,
  .gallery-description,
  .testimonial-text,
  .team-sec1,
  .team-p,
  .blog-detail .content,
  .featured-blog,
  .work-p
) p {
  font-size: var(--type-body) !important;
  line-height: 1.65 !important;
}

:is(
  .work-p,
  .zoomable-text,
  .contact-form-panel > p,
  .team-sec1 > p
) {
  font-size: var(--type-body) !important;
  line-height: 1.65 !important;
}

/* Keep service-card typography consistent for plain and rich-text content. */
.sec-4 .card > h3,
.servicecard > h1 {
  font-size: var(--type-card-title) !important;
  line-height: 1.3 !important;
}

.sec-4 .card > p,
.sec-4 .sec4-p,
.sec-4 .sec4-p *,
.servicecard > p {
  font-size: var(--type-body) !important;
  line-height: 1.65 !important;
}

.sec-4 .card,
.sec-4 .card > p,
.sec-4 .card > h3,
.sec-4 .card > h4,
.sec-4 .sec4-p,
.sec-4 .sec4-p * {
  color: var(--platinum-white) !important;
}

.sec-4 .sec4-p p {
  margin-block: 0;
}

@media (max-width: 1024px) {
  :root {
    --page-top-offset: 6.5rem;
    --page-inline-gutter: 2rem;
    --type-heading: 1.5rem;
    --type-page-title: var(--type-heading);
    --type-section-title: var(--type-heading);
    --type-card-title: var(--type-heading);
    --type-body: 1rem;
    --type-small: 0.9rem;
  }
}

@media (max-width: 700px) {
  :root {
    --mobile-page-gutter: 1rem;
    --page-top-offset: 5.25rem;
    --page-inline-gutter: var(--mobile-page-gutter);
    --type-heading: 2rem;
    --type-page-title: var(--type-heading);
    --type-section-title: var(--type-heading);
    --type-card-title: var(--type-heading);
    --type-body: 0.95rem;
    --type-small: 0.85rem;
  }

  /* Use one horizontal alignment for mobile headings and their cards. */
  :is(
    .about-sec1,
    .about-sec2,
    .timeline-section,
    .sec3,
    .about-sec3,
    .about-sec4,
   
    .map-section,
    
    .service-sec1,
    .service-sec3,
    .service-sec4,
    .work-sec1,
    .work-sec2,
    .team-sec1,
    .team-sec2,
    .pad,
    .gallery-sec,
    .container,
    .method-section,
    .sec-4,
    .why-choose-section,
    .sec-6,
    .testimonial-section
  ) {
    padding-inline: var(--mobile-page-gutter) !important;
  }

  :is(
    .about-sec1 > h2,
    .timeline-section > .testimonial-heading,
    .sec3 > h2,
    .about-sec3 > h2,
    .about-sec4 > h2,
    .contact-form-panel > h1,
    .map-section > h2,
    .contact-sec2 > h2,
    .service-sec1 > h1,
    .servise-h1,
    .work-flex > div > h1,
    .team-sec1 > h1,
    .pad > h1,
    .gallery-main-heading,
    .container > div > h1,
    .method-section > h2,
    .sec-4 > h2,
    .why-choose-section > h2,
    .sec-6 .a1 > h2,
    .testimonial-section > .testimonial-heading
  ) {
    width: 100%;
    margin-inline: 0 !important;
   
  }

  :is(
    .about-card,
    .about-card1,
    .card,
    .product-card,
    .choose-card,
    .gridcard,
    
    .gallery-card,
    .testimonial-card,
    .servicecard
  ) {
    width: 100% !important;
    margin-inline: 0 !important;
    padding: 1rem !important;
  }

  :is(
    .about-flex,
    .about-flex2,
    .card-grid-container,
    .service-sec3,
    .choose-grid,
    .contact-cards,
    .gallery-container
  ) {
    gap: 1rem !important;
  }
}

/* Modern site footer. */
.site-footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: clamp(3rem, 6vw, 5rem) var(--page-inline-gutter) 1.5rem;
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 8%, rgba(0, 124, 255, 0.28), transparent 30%),
    linear-gradient(145deg, #071426 0%, var(--midnight-navy) 58%, #0b2445 100%);
}

/* Our best work: editorial portfolio layout. Image entrance animation stays
   controlled by the existing .media-container animation rules in the template. */
.sec-6 {
  padding-block: clamp(2rem, 3.5vw, 3.25rem) !important;
  overflow: hidden;
}

.sec-6 .sec6-flex {
  align-items: center;
  padding-bottom: 0.75rem;
}

.sec-6 .a1 {
  display: block;
}

.sec-6 .a1 > h2 {
  margin: 0 0 0.8rem !important;
  color: var(--platinum-white);
  font-size: clamp(2.35rem, 4vw, 3.5rem);
  font-weight: 600;
  letter-spacing: 0.055em;
  line-height: 1.05;
}

.sec-6 .sec6-all-work {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-height: 2.8rem;
  padding: 0.65rem 1.1rem;
  border: 1px solid rgba(80, 168, 255, 0.55);
  border-radius: 999px;
  background: rgba(0, 124, 255, 0.09);
  color: var(--platinum-white);
  font-size: 0.9rem;
  font-weight: 700;
  white-space: nowrap;
  transition: background-color 0.25s ease, border-color 0.25s ease,
    color 0.25s ease;
}

.sec-6 .sec6-all-work:hover {
  border-color: #50a8ff;
  background: #50a8ff;
  color: #06162b;
}

.sec-6 .sec6-all-work i {
  transition: transform 0.25s ease;
}

.sec-6 .sec6-all-work:hover i {
  transform: translateX(0.25rem);
}

.sec-6 .a2 {
  flex: 0 0 auto;
}

.sec-6 #featured-counter {
  display: grid;
  min-width: 4.5rem;
  min-height: 4.5rem;
  margin: 0 !important;
  place-items: center;
  border: 1px solid rgba(80, 168, 255, 0.42);
  border-radius: 50%;
  background: rgba(0, 124, 255, 0.1);
  color: var(--platinum-white);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.sec-6 .image-grid2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.8rem, 1.5vw, 1.25rem);
  margin-top: 0.65rem;
}

.sec-6 .media-container {
  position: relative;
  min-height: clamp(15rem, 25vw, 24rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.16);
}

.sec-6 .media-container.right {
  margin-top: 0;
  min-height: clamp(15rem, 25vw, 24rem);
}

.sec-6 .media-container img,
.sec-6 .media-container video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  margin: 0;
  border-radius: inherit;
  object-fit: cover;
}

.sec-6 .sample {
  display: block;
  margin-top: clamp(1rem, 2vw, 1.75rem);
}

.sec-6 .sec6-flex1 {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 0.8rem;
}

.sec-6 .sec6-flex1 span {
  padding: 0.48rem 0.9rem;
  border: 1px solid rgba(80, 168, 255, 0.42);
  border-radius: 999px;
  background: rgba(0, 124, 255, 0.08);
  color: #8bc5ff;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sec-6 .sec6-1 {
  max-width: 54rem;
  margin-inline: auto;
  text-align: center;
}

.sec-6 .sec6-1 h2 {
  margin: 0 0 0.85rem;
  color: var(--platinum-white);
  font-size: clamp(1.65rem, 3vw, 2.65rem);
  letter-spacing: 0.04em;
  line-height: 1.08;
}

.sec-6 .sec6-1 p {
  max-width: 46rem;
  margin: 0 auto !important;
  color: rgba(236, 243, 252, 0.72);
  font-size: clamp(0.98rem, 1.4vw, 1.12rem);
  font-weight: 400;
  line-height: 1.75;
}

@media (max-width: 700px) {
  .sec-6 {
    padding-block: 2rem !important;
  }

  .sec-6 .sec6-flex {
    align-items: flex-end;
    gap: 1rem;
    padding-bottom: 1.25rem;
  }

  .sec-6 .a1 {
    display: block;
    width: auto;
  }

  .sec-6 .a1 > h2 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .sec-6 .sec6-all-work {
    width: fit-content;
    margin-top: 1.15rem;
  }

  .sec-6 #featured-counter {
    min-width: 3.4rem;
    min-height: 3.4rem;
    font-size: 0.78rem;
  }

  .sec-6 .image-grid2 {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    margin-top: 1.25rem;
  }

  .sec-6 .media-container,
  .sec-6 .media-container.right {
    min-height: clamp(13rem, 64vw, 20rem);
    margin-top: 0;
  }

  .sec-6 .sample {
    margin-top: 1.15rem;
  }

  .sec-6 .sec6-1 h2 {
    font-size: 1.75rem;
  }
}

/* Blog page: keep padded content inside the mobile viewport. */
@media (max-width: 700px) {
  body > .container {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .featured-blog,
  .featured-blog .content,
  .featured,
  .featured > div,
  .recent-blogs,
  .recent-blog,
  .recent-blog > a {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  .featured-blog {
    padding: 1.25rem !important;
  }

  .featured-blog img,
  .recent-blog img {
    display: block;
    width: 100% !important;
    max-width: 100%;
    height: auto;
  }

  .recent-blogs {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .featured-blog :is(h2, h3, p),
  .recent-blog :is(h3, p, a, span) {
    overflow-wrap: anywhere;
  }

  .load {
    width: 100%;
    padding-inline: var(--mobile-page-gutter) !important;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
  }

  .load .a-button {
    position: relative;
    width: 13rem !important;
    max-width: calc(100vw - (2 * var(--mobile-page-gutter)));
    height: 3.5rem;
    margin: 0;
    padding: 0.75rem 1.25rem !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 1 13rem;
    box-sizing: border-box;
    font-size: 1rem;
    text-align: center;
    transform: none;
  }

  .load .a-button .white-text {
    position: static;
    transform: none;
  }

  .load .a-button .yellow-text {
    display: none;
  }

  .recent-blog:hover {
    transform: none;
  }
}

/* Our Journey timeline. */
.timeline-section {
  --timeline-gap: clamp(2.25rem, 5vw, 4rem);
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: none;
  margin: 0;
  padding:
    clamp(4rem, 7vw, 6.5rem)
    max(var(--page-inline-gutter), calc((100vw - 1200px) / 2));
  overflow: hidden;
  box-sizing: border-box;
  counter-reset: journey-step;
  color: var(--midnight-navy);
  background: transparent;
}

.timeline-section > .timeline-eyebrow {
  margin: 0 0 0.7rem;
  color: #75b9ff;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.timeline-section > .testimonial-heading {
  margin: 0 !important;
  color: var(--midnight-navy);
  font-size: clamp(2.4rem, 5vw, 4.5rem) !important;
  font-weight: 600;
  letter-spacing: 0.055em;
  line-height: 1 !important;
  text-align: center !important;
}

.timeline-section > .timeline-intro {
  max-width: 38rem;
  margin: 1rem auto clamp(3rem, 5vw, 4.5rem);
  color: rgba(10, 25, 47, 0.68);
  font-size: 1rem;
  line-height: 1.65;
  text-align: center;
}

.timeline-section .timeline-line {
  position: absolute;
  top: clamp(12rem, 19vw, 15rem);
  bottom: clamp(4rem, 7vw, 6.5rem);
  left: 50%;
  z-index: 0;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(
    to bottom,
    rgba(117, 185, 255, 0.2),
    var(--electric-blue) 12%,
    var(--electric-blue) 88%,
    rgba(117, 185, 255, 0.2)
  );
  box-shadow: 0 0 1.2rem rgba(0, 124, 255, 0.35);
  transform: translateX(-50%);
}

.timeline-section .timeline-card {
  counter-increment: journey-step;
  position: relative;
  left: auto;
  right: auto;
  width: calc(50% - var(--timeline-gap));
  margin-bottom: clamp(1.25rem, 2.5vw, 2rem);
  padding: clamp(1.25rem, 2.5vw, 2rem);
  border: 1px solid rgba(117, 185, 255, 0.3);
  border-radius: 1.1rem;
  box-sizing: border-box;
  background: linear-gradient(135deg, #0a192f 8%, #0b315d 58%, #075eaf 100%);
  box-shadow: 0 1.1rem 2.8rem rgba(10, 25, 47, 0.18);
}

.timeline-section .timeline-card.left {
  margin-right: auto;
  margin-left: 0;
}

.timeline-section .timeline-card.right {
  margin-right: 0;
  margin-left: auto;
  background: linear-gradient(225deg, #0a192f 8%, #0b315d 58%, #075eaf 100%);
}

.timeline-section .timeline-card::after {
  content: "";
  position: absolute;
  top: 50%;
  width: var(--timeline-gap);
  height: 1px;
  background: rgba(117, 185, 255, 0.42);
}

.timeline-section .timeline-card.left::after {
  right: calc(-1 * var(--timeline-gap));
}

.timeline-section .timeline-card.right::after {
  left: calc(-1 * var(--timeline-gap));
}

.timeline-section .timeline-card::before {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 0.9rem;
  height: 0.9rem;
  border: 3px solid var(--platinum-white);
  border-radius: 50%;
  background: var(--electric-blue);
  box-shadow: 0 0 0 4px rgba(0, 124, 255, 0.18), 0 0 1rem rgba(0, 124, 255, 0.7);
  transform: translateY(-50%);
}

.timeline-section .timeline-card.left::before {
  right: calc(-1 * var(--timeline-gap) - 0.65rem);
}

.timeline-section .timeline-card.right::before {
  left: calc(-1 * var(--timeline-gap) - 0.65rem);
}

.timeline-section .timeline-content {
  position: relative;
  min-height: 6.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.timeline-section .timeline-content::before {
  content: counter(journey-step, decimal-leading-zero);
  position: absolute;
  top: -0.35rem;
  right: 0;
  color: rgba(255, 255, 255, 0.12);
  font-size: clamp(2.8rem, 5vw, 4.3rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
}

.timeline-section .timeline-date {
  width: fit-content;
  margin-bottom: 0.8rem;
  padding: 0.38rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #d9ecff;
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.timeline-section .timeline-date i {
  margin-right: 0.35rem;
}

.timeline-section .timeline-title {
  position: relative;
  z-index: 1;
  margin: 0 0 0.45rem;
  color: var(--platinum-white);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.2;
}

.timeline-section .timeline-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(248, 249, 250, 0.78);
  font-size: 0.98rem;
  line-height: 1.65;
}

@media (max-width: 768px) {
  .timeline-section {
    padding: 3.5rem var(--mobile-page-gutter) !important;
  }

  .timeline-section > .timeline-eyebrow,
  .timeline-section > .testimonial-heading,
  .timeline-section > .timeline-intro {
    margin-left: 0;
    text-align: left !important;
  }

  .timeline-section > .testimonial-heading {
    font-size: 2.4rem !important;
    letter-spacing: 0.045em;
  }

  .timeline-section > .timeline-intro {
    max-width: 30rem;
    margin-right: 0;
    margin-bottom: 2.75rem;
  }

  .timeline-section .timeline-line {
    top: 14rem;
    bottom: 3.5rem;
    left: calc(var(--mobile-page-gutter) + 0.45rem);
  }

  .timeline-section .timeline-card,
  .timeline-section .timeline-card.left,
  .timeline-section .timeline-card.right {
    width: calc(100% - 2.5rem);
    margin-right: 0;
    margin-left: 2.5rem;
    padding: 1.2rem;
  }

  .timeline-section .timeline-card::after,
  .timeline-section .timeline-card.left::after,
  .timeline-section .timeline-card.right::after {
    left: -2.05rem;
    width: 2.05rem;
  }

  .timeline-section .timeline-card::before,
  .timeline-section .timeline-card.left::before,
  .timeline-section .timeline-card.right::before {
    right: auto;
    left: calc(-2.5rem - 0.1rem);
  }

  .timeline-section .timeline-content {
    min-height: 5.75rem;
  }

  .timeline-section .timeline-content::before {
    font-size: 3rem;
  }

}

.site-footer > * {
  position: relative;
  z-index: 1;
}

.site-footer .footer-form-heading > .p1 {
  margin: 0 0 0.55rem;
  color: #75b9ff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-footer > .ftr-flex {
  width: min(100%, 1400px);
  margin: 0 auto 3.5rem;
  grid-template-columns:
    minmax(10rem, 0.58fr)
    minmax(14rem, 0.82fr)
    minmax(24rem, 1.6fr);
  grid-template-areas: "navigation contact form";
  align-items: stretch;
  gap: 0;
}

.site-footer #ftr1 {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.7rem;
  list-style: none;
}

.site-footer .footer-left {
  grid-area: navigation;
  display: grid;
  align-content: start;
  padding: 0.25rem clamp(1rem, 2.5vw, 2.5rem) 0.25rem 0;
}

.site-footer .footer-column-heading {
  margin: 0 0 1rem;
  color: #75b9ff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer .footer-contact-info {
  grid-area: contact;
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  justify-content: stretch;
  gap: 0.85rem;
  padding: 0.25rem clamp(1.25rem, 3vw, 3rem);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.72);
  font-style: normal;
}

.site-footer .footer-contact-info > p {
  margin: 0 0 0.35rem;
  color: #75b9ff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer .footer-contact-info > a,
.site-footer .footer-contact-info > span {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.35;
  text-decoration: none;
}

.site-footer .footer-contact-info i {
  width: 1rem;
  flex: 0 0 1rem;
  color: var(--electric-blue);
  text-align: center;
}

.site-footer .footer-contact-info > a:hover {
  color: #ffffff;
}

.site-footer .footer-social-block {
  margin-top: 0.35rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer .footer-social-block > p {
  margin: 0 0 0.65rem;
  color: #75b9ff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer .footer-contact-socials {
  justify-content: flex-start;
  gap: 0.55rem;
}

.site-footer .footer-contact-socials a {
  color: var(--electric-blue);
}

.site-footer #ftr1 a {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  color: var(--electric-blue);
  font-size: clamp(1.4rem, 2vw, 1.85rem);
  font-weight: 600;
  line-height: 1.25;
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer #ftr1 a::before {
  content: "";
  width: 0;
  height: 2px;
  margin-right: 0;
  background: var(--electric-blue);
  transition: width 0.2s ease, margin-right 0.2s ease;
}

.site-footer #ftr1 a:hover {
  color: #ffffff;
  transform: translateX(3px);
}

.site-footer #ftr1 a:hover::before {
  width: 1.25rem;
  margin-right: 0.55rem;
}

.site-footer .ftr2 {
  grid-area: form;
  width: 100%;
  padding: 0.25rem 0 0.25rem clamp(1.25rem, 3vw, 3rem);
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  display: block;
  justify-self: stretch;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.site-footer .footer-form-heading > .p {
  margin: 0 0 1.25rem;
  color: #ffffff;
  font-size: clamp(1.55rem, 2.5vw, 2.15rem);
  line-height: 1.15;
}

.site-footer form {
  max-width: none;
  display: grid;
  gap: 0.85rem;
}

.site-footer .footer-field {
  min-width: 0;
  display: grid;
  gap: 0.4rem;
}

.site-footer form label {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.82rem;
  font-weight: 500;
}

.site-footer form input,
.site-footer form .in {
  width: 100%;
  max-width: none;
  min-height: 2.75rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0.65rem;
  outline: none;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.site-footer form input:focus {
  border-color: var(--electric-blue);
  background: rgba(0, 124, 255, 0.1);
}

.site-footer .ftr-flex1 {
  gap: 0.75rem;
}

.site-footer .footer-submit-button {
  width: fit-content;
  min-width: 13rem;
  margin-top: 0.1rem;
  border: 0;
  border-radius: 0.7rem;
  color: #ffffff;
  background: var(--electric-blue);
  box-shadow: 0 8px 20px rgba(0, 124, 255, 0.22);
}

.site-footer .footer-submit-button .footer-submit-icon {
  color: var(--electric-blue);
  background: #ffffff;
}

.site-footer > .ftr-p {
  width: min(100%, 1400px);
  margin: 0 auto;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  align-items: center;
  gap: 1.25rem;
}

.site-footer .ftr-p p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
}

.site-footer .ftr-p p a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer .ftr-p p a:hover {
  color: #ffffff;
}

.site-footer .icon {
  align-items: center;
}

.site-footer .icon1 {
  gap: 0.65rem;
  margin-top: 0;
}

.site-footer .icon1 a {
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  font-size: 1rem;
  transition: transform 0.2s ease, background 0.2s ease;
}

.site-footer .icon1 a:hover {
  transform: translateY(-2px);
  background: rgba(0, 124, 255, 0.15);
}

@media (max-width: 1024px) {
  .site-footer > .ftr-flex {
    grid-template-columns: 1fr;
    grid-template-areas:
      "navigation"
      "form";
  }

  .site-footer .footer-contact-info {
    display: none;
  }

  .site-footer .ftr2 {
    display: block;
    padding-left: 0;
    border-left: 0;
  }

  .site-footer #ftr1 {
    grid-template-columns: repeat(3, max-content);
  }

  .site-footer .footer-left {
    padding-right: 0;
  }
}

@media (max-width: 700px) {
  .site-footer {
    padding: 3rem var(--mobile-page-gutter) 1.25rem;
  }

  .site-footer > .ftr-flex {
    margin: 0 auto 2.5rem;
    grid-template-columns: 1fr;
    grid-template-areas:
      "navigation"
      "form";
    gap: 1.75rem;
  }

  .site-footer #ftr1 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    gap: 0.8rem 1rem;
  }

  .site-footer #ftr1 a {
    font-size: 1.2rem;
  }

  .site-footer .ftr2 {
    width: 100%;
    /* padding: 1rem; */
    justify-self: stretch;
  }

  .site-footer .footer-submit-button {
    width: 100%;
  }

  .site-footer > .ftr-p,
  .site-footer .ftr-p .icon {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer > .ftr-p {
    gap: 0.8rem;
  }
}

/* Terms and privacy pages. */
.legal-page {
  padding: var(--page-top-offset) var(--page-inline-gutter) 5rem;
  overflow: hidden;
  background: var(--platinum-white);
}

.legal-page__inner {
  width: min(100%, 960px);
  margin-inline: auto;
}

.legal-page__hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding:
    clamp(3rem, 6vw, 5rem)
    max(var(--page-inline-gutter), calc((100vw - 960px) / 2));
  border-bottom: 3px solid var(--electric-blue);
  background:
    linear-gradient(90deg, rgba(0, 124, 255, 0.12), transparent 45%),
    var(--midnight-navy);
}

.legal-page__hero::after {
  content: none;
}

.legal-page__eyebrow {
  margin: 0 0 0.65rem;
  color: #75b9ff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.legal-page h1 {
  margin: 0;
  color: #ffffff;
  font-size: var(--type-page-title);
  line-height: 1.1;
}

.legal-page__updated {
  margin: 0.8rem 0 1.5rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.9rem;
}

.legal-page__intro {
  max-width: 52rem;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 1.12rem !important;
  line-height: 1.7 !important;
}

.legal-page__content {
  width: min(100%, 840px);
  margin: 1rem auto 0;
}

.legal-page__breadcrumb {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.82rem;
}

.legal-page__breadcrumb a {
  color: #75b9ff;
  text-decoration: none;
}

.legal-page__breadcrumb a:hover {
  color: #ffffff;
}

.legal-page section {
  margin: 0;
  padding: clamp(1.6rem, 3vw, 2.25rem) 0;
  border-bottom: 1px solid rgba(10, 25, 47, 0.1);
}

.legal-page h2 {
  margin: 0 0 0.8rem;
  padding: 0;
  border: 0;
  color: var(--midnight-navy);
  font-size: 1.35rem;
  line-height: 1.3;
}

.legal-page p,
.legal-page li {
  color: var(--cyber-gray);
  font-size: var(--type-body);
  line-height: 1.7;
}

.legal-page p {
  margin: 0.5rem 0;
}

.legal-page ul {
  margin: 0.75rem 0 0;
  padding-left: 1.25rem;
}

.legal-page a {
  color: var(--electric-blue);
}

@media (max-width: 700px) {
  .legal-page {
    padding-bottom: 3.5rem;
  }

  .legal-page__updated {
    margin-bottom: 1.25rem;
  }

  .legal-page__hero {
    padding-block: 2.5rem;
  }

  .legal-page__breadcrumb {
    margin-bottom: 1.15rem;
  }

  .legal-page section {
    padding: 1.5rem 0;
  }
}

/* Site content typography scale.
   Keep header/footer controls independent while making page text consistent. */
body > :not(header):not(footer) :is(h1, h2, h3, h4, h5, h6):not(.counter):not(.stat-number) {
  font-size: var(--type-heading) !important;
  line-height: 1.25 !important;
}

body > :not(header):not(footer) h3:not(.counter):not(.stat-number) {
  font-size: 1rem !important;
  line-height: 1.3 !important;
}

@media (max-width: 768px) {
  body > :not(header):not(footer) :is(h1, h2, h4, h5, h6):not(.counter):not(.stat-number),
  .timeline-section > .testimonial-heading,
  .contact-sec1 > .contact-flex1 > .contact-form-panel > .contact-journey-heading,
  .method-section h2,
  .choose-heading,
  #service,
  .sec6-1 h2 {
    font-size: 1.5rem !important;
    line-height: 1.25 !important;
  }

  body > :not(header):not(footer) h3:not(.counter):not(.stat-number),
  .contact-info-heading,
  .choose-card-heading {
    font-size: 0.85rem !important;
    line-height: 1.25 !important;
  }

  .timeline-section .timeline-title {
    font-size: 1rem !important;
    line-height: 1.25 !important;
  }
}

body > :not(header):not(footer) :is(
  p,
  li,
  label,
  input,
  textarea,
  select,
  button
) {
  font-size: var(--type-body) !important;
  line-height: 1.65 !important;
}

body > :not(header):not(footer) :is(
  .p,
  .team-p,
  .team-p1,
  .work-p,
  .sec4-p,
  .gallery-description,
  .testimonial-text,
  .content
) {
  font-size: var(--type-body) !important;
  line-height: 1.65 !important;
}

body > :not(header):not(footer) :is(
  .p1,
  .timeline-date,
  .division-tag,
  .sec6-flex1 span,
  .testimonial-subtitle,
  .meta-item,
  .url-link
) {
  font-size: var(--type-small) !important;
  line-height: 1.45 !important;
}

.contact-info-heading {
  font-size: 1rem !important;
  line-height: 1.25 !important;
}

.choose-card-heading {
  font-size: 1rem !important;
  line-height: 1.3 !important;
}
