@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap");

.service-containers {
  background-color: #ffffff;
  color: #111;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

.container {
  max-width: 1100px;
  margin: auto;
  padding: 60px 20px;
}

.hero-service {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 80px;
}

.hero-service img {
  width: 100%;
  border-radius: 12px;
  background: #f2f4f8;
}

.hero-service h1 {
  font-size: 42px;
  margin-bottom: 20px;
}

.hero-service p {
  font-size: 18px;
  color: #555;
}

.section {
  margin-bottom: 70px;
}

.section h2 {
  font-size: 32px;
  margin-bottom: 15px;
}

.section p {
  font-size: 17px;
  color: #555;
}

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.feature-box {
  padding: 25px;
  border: 1px solid #c2c2c2;
  border-radius: 12px;
  background: #fff;
}

.feature-box h3 {
  margin-bottom: 10px;
}

.cta {
  text-align: center;
  padding: 60px 20px;
  background: #f8fafc;
  border-radius: 16px;
}

.cta h2 {
  font-size: 32px;
  margin-bottom: 15px;
}

.cta a {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 32px;
  background: #2563eb;
  color: white;
  text-decoration: none;
  border-radius: 8px;
}

.feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.feature-icon i {
  font-size: 22px;
  color: #2563eb;
}

.feature-box {
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.feature-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap");

.service-containers {
  background-color: #ffffff;
  color: #111;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

.container {
  max-width: 1100px;
  margin: auto;
  padding: 60px 20px;
}

.hero-service {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 80px;
}

.hero-service img {
  width: 100%;
  border-radius: 12px;
  background: #f2f4f8;
}

.hero-service h1 {
  font-size: 42px;
  margin-bottom: 20px;
}

.hero-service p {
  font-size: 18px;
  color: #555;
}

.section {
  margin-bottom: 70px;
}

.section h2 {
  font-size: 32px;
  margin-bottom: 15px;
}

.section p {
  font-size: 17px;
  color: #555;
}

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.feature-box {
  padding: 25px;
  border: 1px solid #c2c2c2;
  border-radius: 12px;
  background: #fff;
}

.feature-box h3 {
  margin-bottom: 10px;
}

.cta {
  text-align: center;
  padding: 60px 20px;
  background: #f8fafc;
  border-radius: 16px;
}

.cta h2 {
  font-size: 32px;
  margin-bottom: 15px;
}

.cta a {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 32px;
  background: #2563eb;
  color: white;
  text-decoration: none;
  border-radius: 8px;
}

.feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.feature-icon i {
  font-size: 22px;
  color: #2563eb;
}

.feature-box {
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.feature-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

/*
      Scoped footer + translator styles.
      All class names are namespaced with "tc-" to avoid collisions.
      Do NOT set body background or global resets to avoid affecting other sections.
    */

:root {
  --tc-bg: black;
  --tc-muted: #94a3b8;
  --tc-text: #e6eef8;
  --tc-white: #ffffff;
  --tc-accent: #60a5fa;
  --tc-container-max: 1200px;
}

/* Scope everything under wrapper so other site CSS remains untouched */
.tc-footer-wrapper {
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial;
  color: var(--tc-text);
}

/* Footer layout */
.tc-footer {
  background: var(--tc-bg);
  color: var(--tc-text);
  padding: 48px 16px;
}

.tc-container {
  max-width: var(--tc-container-max);
  margin: 0 auto;
  padding: 0 16px;
}

/* Grid */
.tc-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 720px) {
  .tc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .tc-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Company info */
.tc-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tc-brand__img {
  width: 120px;
  height: 70px;
  border-radius: 8px;
}

.tc-brand__title {
  font-size: 1.125rem;
  color: var(--tc-white);
  margin: 0;
  font-weight: 700;
}

.tc-muted {
  color: white;
  font-size: 0.9375rem;
}

/* Quick links */
.tc-section-title {
  color: var(--tc-white);
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1rem;
  text-decoration: underline;
}

.tc-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tc-links-list a {
  display: block;
  color: white;
  font-size: 0.9375rem;
  text-decoration: none;
  transition:
    color 0.22s ease,
    transform 0.18s ease;
  padding: 2px 0;
}

.tc-links-list a:hover {
  color: #70af69;
  transform: translateX(3px);
}

/* lower area */
.tc-bottom {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(148, 163, 184, 0.08);
}

.tc-bottom-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 720px) {
  .tc-bottom-row {
    flex-direction: row;
    align-items: center;
  }
}

.tc-socials {
  display: flex;
  gap: 16px;
  align-items: center;
}

.tc-socials a {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  transition:
    transform 0.18s ease,
    color 0.18s ease;
  will-change: transform;
}

.tc-socials a:hover {
  color: var(--tc-white);
  transform: scale(1.08);
}

.tc-socials svg {
  width: 18px;
  height: 18px;
  display: block;
}

.tc-copyright {
  color: #70af69;
  font-size: 0.875rem;
  text-align: center;
}

@media (min-width: 720px) {
  .tc-copyright {
    text-align: right;
  }
}

.tc-legal-links {
  display: flex;
  gap: 14px;
  margin-top: 8px;
  justify-content: center;
}

@media (min-width: 720px) {
  .tc-legal-links {
    justify-content: flex-end;
  }
}

.tc-legal-links a {
  color: white;
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.18s ease;
}

.tc-legal-links a:hover {
  color: var(--tc-white);
}

.tc-space-y-4 > * + * {
  margin-top: 16px;
}

/* Translator UI (placed at end of page) - scoped */
.tc-translate {
  margin-top: 20px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.tc-translate__label {
  color: var(--tc-muted);
  font-size: 0.92rem;
}

.tc-translate__select {
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.04);
  color: var(--tc-text);
  border-radius: 8px;
  font-size: 0.95rem;
  cursor: pointer;
}

.tc-translate__reset {
  padding: 8px 10px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--tc-muted);
  border-radius: 8px;
  cursor: pointer;
  transition:
    background 0.18s,
    color 0.18s;
}

.tc-translate__reset:hover {
  background: rgba(255, 255, 255, 0.03);
  color: var(--tc-text);
}

/* Hide the Google Translate UI (we will use hidden combo driven programmatically) - VERY scoped selector */
/* NOTE: we hide only Google's banner/balloon for the site; not touching global elements outside wrapper */
.tc-footer-wrapper .goog-te-banner-frame.skiptranslate,
.tc-footer-wrapper .goog-te-balloon-frame {
  display: none !important;
}

.tc-footer-wrapper .goog-te-combo {
  height: 1px;
  width: 1px;
  opacity: 0;
  position: fixed;
  left: -9999px;
  pointer-events: none;
}

/* Tiny helper -> visually hidden (accessible) */
.tc-visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: -1px;
}

@media (max-width: 576px) {
  .dath {
    display: flex;
    justify-content: space-around;
  }

  .about-foot {
    padding: 5px;
  }

  .services-foot {
    padding: 5px;
  }

  .support-foot {
    padding: 5px;
  }
}

.dath {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1000px) {
  .spacer-foot {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .dath {
    display: flex;
    justify-content: space-around;
  }

  .about-foot {
    padding: 10px;
  }

  .services-foot {
    padding: 10px;
  }

  .support-foot {
    padding: 10px;
  }
}
