@charset "utf-8";
/* CSS Document */

/* =========================
   BASE
   ========================= */

* {
  box-sizing: border-box;
}
/*inter font */

.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
body {
  margin: 0;
  font-family: Inter, sans-serif;
  color: #1f1f1f;
  line-height: 1.6;
}

.container {
  width: 90%;
  margin: 0 auto;
}

.container-wide {
  width: 95%;
  margin: 0 auto;
}

.container-narrow {
  width: 75%;
  margin: 0 auto;
}

.maroon1 {
  color: #8B0000;
}

/* =========================
   HEADER
   ========================= */

.top-header {
  padding: 20px 0;
  background: #fff;
}

.header-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.header-col {
  flex: 1;
}

.header-info {
  text-align: left;
}

.header-contact {
  text-align: right;
}

.logo {
  text-align: center;
}

.logo img {
  max-width: 550px;
  height: auto;
}

.header-info p {
  margin: 2px 0;
}

/* =========================
   NAVIGATION
   ========================= */

.main-nav {
  background: #8B0000;
}

.nav-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-menu {
  display: flex;
  align-items: center;
}

/* Main Nav Links */
.main-nav a,
.dropdown-toggle {
  color: #fff;
  text-decoration: none;
  padding: 12px 18px; /* reduced height */
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  background: transparent;
  border: 0;
  font: inherit;
  cursor: pointer;
  transition: background 0.3s ease;
}

.main-nav a:hover,
.dropdown-toggle:hover {
  background: #777;
}

/* Dropdown */
.dropdown {
  position: relative;
}

.dropdown-toggle {
  gap: 6px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 260px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  z-index: 999;
}

.dropdown-menu a {
  display: block;
  color: #333;
  padding: 10px 14px;
  white-space: nowrap;
  text-align: left;
}

.dropdown-menu a:hover {
  background: #f4f4f4;
  color: #333;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

/* =========================
   HERO
   ========================= */

.hero {
  min-height: 560px;
  background:
    linear-gradient(
      to right,
      rgba(255,255,255,0.95) 0%,
      rgba(255,255,255,0.95) 55%,
      rgba(255,255,255,0) 75%
    ),
    url("shutterstock_1568488030.jpg") center center / cover no-repeat;
  color: #000;
  text-align: left;
  display: flex;
  align-items: center;
}

.hero .container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: 40px;
}

.hero-inner6 {
  background:
    linear-gradient(
      to right,
      rgba(255,255,255,0.76) 0%,
      rgba(255,255,255,0.60) 80%,
      rgba(255,255,255,0.07) 100%
    ),
    url("shutterstock_1892008798.jpg") center center / cover no-repeat;
  min-height: 260px;
  color: #000;
  text-align: left;
  display: flex;
  align-items: center;
}

.hero-inner5 {
  background:
    linear-gradient(
      to right,
      rgba(255,255,255,0.76) 0%,
      rgba(255,255,255,0.60) 80%,
      rgba(255,255,255,0.07) 100%
    ),
    url("PCB .png") center center / cover no-repeat;
  min-height: 260px;
  color: #000;
  text-align: left;
  display: flex;
  align-items: center;
}

.hero-inner4 {
  background:
    linear-gradient(
      to right,
      rgba(255,255,255,0.76) 0%,
      rgba(255,255,255,0.60) 80%,
      rgba(255,255,255,0.07) 100%
    ),
    url("shutterstock_1955923711.jpg") center center / cover no-repeat;
  min-height: 260px;
  color: #000;
  text-align: left;
  display: flex;
  align-items: center;
}
.hero-inner3 {
  background:
    linear-gradient(
      to right,
      rgba(255,255,255,0.76) 0%,
      rgba(255,255,255,0.60) 80%,
      rgba(255,255,255,0.07) 100%
    ),
    url("plotting.png") center center / cover no-repeat;
  min-height: 260px;
  color: #000;
  text-align: left;
  display: flex;
  align-items: center;
}
.hero-inner2 {
  background:
    linear-gradient(
      to right,
      rgba(255,255,255,0.76) 0%,
      rgba(255,255,255,0.60) 80%,
      rgba(255,255,255,0.07) 100%
    ),
    url("conversions-edits.png") center center / cover no-repeat;
  min-height: 260px;
  color: #000;
  text-align: left;
  display: flex;
  align-items: center;
}
.hero-inner {
  background:
    linear-gradient(
      to right,
      rgba(255,255,255,0.76) 0%,
      rgba(255,255,255,0.60) 80%,
      rgba(255,255,255,0.07) 100%
    ),
    url("shutterstock_1568488030.jpg") center center / cover no-repeat;
  min-height: 260px;
  color: #000;
  text-align: left;
  display: flex;
  align-items: center;
}
.hero-content {
  max-width: 550px;
  margin-left: 100px;
}

.hero-content1 {
  max-width: 90%;
  margin-left: 100px;
}

.hero-if {
  font-size: 48px;
}

.hero-ip {
  font-size: 32px;
}

.hero h1 {
  font-size: 46px;
  line-height: 1.15;
  margin: 0 0 20px;
}

.hero p {
  font-size: 21px;
  margin: 0 0 28px;
}

.btn {
  display: inline-block;
  background: #f5b335;
  color: #111;
  padding: 13px 28px;
  text-decoration: none;
  font-weight: 700;
  border-radius: 4px;
}

.btn:hover {
  background: #e0a129;
}

/* =========================
   INTRO / SERVICES / CTA
   ========================= */

.intro {
  padding: 20px 0;
  text-align: center;
  background: #8B0000;
  color: #fff;
}

.intro h2,
.services h2,
.cta h2 {
  font-size: 34px;
  margin: 0 0 18px;
}

.intro p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
}

.services {
  padding: 20px 0;
  background: #f6f8fa;
}
.services1 {
  padding: 30px 0;

}

.services h2 {
  text-align: center;
}

.service-icon {
  width: 58px;
  height: 58px;
  color: #0b528c;
  margin-bottom: 18px;
  fill: #8B0000 !important;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 35px;
}

.service-card {
  background: #fff;
  padding: 28px;
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}

.service-card h3 {
  margin-top: 0;
  color: #393939;
  font-size: 22px;
}

.service-card a {
  color: #8B0000;
  font-weight: 700;
  text-decoration: none;
}

.cta {
  background: #8B0000;
  color: #fff;
  text-align: center;
  padding: 65px 0;
}

.cta a {
  color: #fff;
}

.btn-light {
  background: #fff;
  color: #0b528c !important;
  margin-top: 15px;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: 700;
  border-radius: 4px;
}

/* =========================
   SECONDARY HERO
   ========================= */

.secondary-hero {
  min-height: 420px;
  background:
    linear-gradient(
      to right,
      rgba(255,255,255,0.95) 0%,
      rgba(255,255,255,0.95) 55%,
      rgba(255,255,255,0) 75%
    ),
    url("circuit-board-p.png") center / cover no-repeat;
  display: flex;
  align-items: center;
  color: #000;
  text-align: left;
}

.secondary-hero .container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: 60px;
}

.secondary-hero .hero-content {
  max-width: 520px;
}

.secondary-hero h2 {
  font-size: 38px;
  line-height: 1.2;
  margin: 0 0 15px;
}

.secondary-hero p {
  font-size: 19px;
  margin: 0 0 25px;
}

.hero-row {
  display: flex;
  align-items: flex-start;
}

.hero-image {
  text-align: right;
  padding-left: 20%;
  padding-right: 0;
}

.hero-image img {
  max-width: 180px;
  display: block;
  margin-left: auto;
}

.hero-image p {
  margin-bottom: 30px;
}

/* =========================
   PICKUP / BANNER
   ========================= */

.pickup-bg {
  padding: 60px 0;
  background: #f5f7fa;
}

.pickup-bg .container {
  background:
    linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)),
    url("circuit-board-p.png") center / cover no-repeat;
  padding: 60px;
  border-radius: 8px;
  color: #fff;
}

.pickup-banner {
  background: #0b528c;
  color: #fff;
  padding: 25px 0;
}

.pickup-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pickup-text {
  font-size: 18px;
}

.pickup-text strong {
  display: block;
  font-size: 22px;
  margin-bottom: 5px;
}

.pickup-text a {
  color: #fff;
  text-decoration: underline;
}

.pickup-cta {
  margin-top: 10px;
}

/* =========================
   SERVICE PAGE LAYOUT
   ========================= */

.grid-70-30 {
  display: grid;
  grid-template-columns: 70% 30%;
  gap: 40px;
}

.service-grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 20px;
}

.service-item {
  padding: 20px;
}

.service-item h3 {
  margin-bottom: 8px;
}

.service-item a {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
}

.sidebar-card {
  border: 1px solid #dfe6ee;
  padding: 24px;
  background: #fbfbfb;
  top: 100px;
}

.sidebar-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.sidebar-card li {
  margin-bottom: 10px;
}

.btn-sidebar {
  display: block;
  text-align: center;
  background: #8B0000;
  color: #fff;
  padding: 12px;
  text-decoration: none;
  border: none;
}

/* =========================
   FORMS
   ========================= */

.form-card p {
  margin-bottom: 18px;
}

.form-group {
  margin-bottom: 14px;
}

.form-group label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 14px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #cfd8e3;
  border-radius: 4px;
  font-size: 15px;
}

.form-group textarea {
  resize: vertical;
}

.form-message {
  margin-top: 12px;
  font-size: 14px;
}

/* =========================
   IMAGE ROWS
   ========================= */

.image-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}

.image-row img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
}

.image-row1 {
  display: flex;
  gap: 24px;
}

.image-row1 img {
  width: 33%;
  margin-top: 30px;
}

.image-item {
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}

.image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* =========================
   SERVICES PAGE CARDS (NEW)
   ========================= */

.services-grid-new {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 35px;
}

.service-card-new {
  background: #fff;
  border: 1px solid #e3e8ef;
  border-radius: 1px;
  padding: 26px;
/*  transition: all 0.25s ease; */
  display: flex;
  flex-direction: column;
  height: 100%;
}

.service-card-new:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
}

.service-card-new img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 18px;
}

.service-card-new h3 {
  font-size: 20px;
  margin: 0 0 10px;
  color: #222;
}

.service-card-new p {
  font-size: 15px;
  color: #555;
  line-height: 1.5;
  flex-grow: 1;
}

.service-card-new a {
  margin-top: 14px;
  font-weight: 700;
  color: #8B0000;
  text-decoration: none;
}

.service-card-new a:hover {
  text-decoration: underline;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .services-grid-new {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .services-grid-new {
    grid-template-columns: 1fr;
  }
}
/* =========================
   FOOTER
   ========================= */

.site-footer {
  background: #fff;
  color: #1d1d1d;
  padding-top: 45px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 35px;
}

.footer-logo {
  max-width: 70%;
  margin-bottom: 15px;
}

.site-footer a {
  color: #8B0000;
  text-decoration: none;
  margin-bottom: 8px;
  display: inline-block;
}

.footer-contact {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
}

.footer-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  vertical-align: middle;
  margin-right: 8px;
  fill: #8B0000;
}

.footer-contact a {
  display: inline-block;
  color: #8B0000;
  text-decoration: none;
}

.copyright {
  text-align: center;
  padding: 18px;
  margin-top: 5px;
  background: #111;
  font-size: 14px;
  color: #fff;
}

/* =========================
   TABLET
   ========================= */

@media (max-width: 991px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .header-grid {
    display: block;
    text-align: center;
  }

  .header-info {
    text-align: center;
    margin-top: 15px;
  }

  .header-contact {
    text-align: center;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

/* =========================
   MOBILE
   ========================= */

@media (max-width: 768px) {
  .grid-70-30 {
    grid-template-columns: 1fr;
  }

  .service-grid-2 {
    grid-template-columns: 1fr;
  }

  .sidebar-card {
    position: relative;
    top: auto;
  }
}

@media (max-width: 767px) {

  .container,
  .container-wide,
  .container-narrow {
    width: 90%;
  }

  /* Header */
  .header-grid {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }

  .logo img {
    max-width: 220px;
  }

  .header-info,
  .header-contact {
    display: none;
  }

  /* Mobile Nav */
  .main-nav .container {
    width: 100%;
  }

  .nav-inner {
    position: relative;
    display: block;
    width: 100%;
  }

  .nav-header {
    display: block;
  }

  .menu-toggle {
    display: block;
    text-align: center;
    padding: 12px 0;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
  }

  .nav-menu {
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 999;
  }

  .nav-menu.active {
    display: flex;
  }

  .main-nav a,
  .dropdown-toggle {
    display: block;
    width: 100%;
    color: #000;
    padding: 14px;
    text-align: center;
    border-top: 1px solid #ddd;
  }

  .main-nav a:hover,
  .main-nav a.active,
  .dropdown-toggle:hover {
    background: #8B0000;
    color: #fff;
  }

  .dropdown-menu {
    position: static;
    display: none;
    width: 100%;
    min-width: 0;
    border: 0;
    box-shadow: none;
    background: #f7f7f7;
  }

  .dropdown:hover .dropdown-menu {
    display: none;
  }

  .dropdown.active .dropdown-menu {
    display: block;
  }

  .dropdown-menu a {
    color: #000;
    text-align: center;
    padding: 12px 16px;
    border-top: 1px solid #ddd;
  }

  .dropdown-menu a:hover {
    background: #8B0000;
    color: #fff;
  }

  /* Main Hero */
  .hero {
    min-height: auto;
    padding: 70px 20px;
    text-align: center;
    background:
      linear-gradient(rgba(255,255,255,0.88), rgba(255,255,255,0.88)),
      url("shutterstock_1568488030.jpg") center center / cover no-repeat;
  }

  .hero .container {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0 auto;
  }

  .hero-content,
  .hero-content1 {
    max-width: 100%;
    margin: 0 auto;
  }

  .hero h1 {
    font-size: 32px;
    line-height: 1.2;
  }

  .hero p {
    font-size: 18px;
  }

  .hero-if {
    font-size: 34px;
  }

  .hero-ip {
    font-size: 22px;
  }

  /* Secondary Banner */
  .secondary-hero {
    min-height: auto;
    padding: 50px 20px;
    text-align: center;
    color: #fff;
    background:
      linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)),
      url("circuit-board-p.png") center center / cover no-repeat;
  }

  .secondary-hero .container {
    width: 100%;
    padding: 0;
  }

  .secondary-hero .hero-content {
    max-width: 100%;
    margin: 0 auto;
  }

  .hero-row {
    display: block;
  }

  .hero-image {
    text-align: center;
    padding: 25px 0 0;
  }

  .hero-image img {
    max-width: 180px;
    margin: 15px auto 0;
  }

  .hero-image p {
    margin-bottom: 15px;
  }

  .secondary-hero h2 {
    font-size: 28px !important;
    line-height: 1.25;
  }

  /* Services */
  .service-grid {
    grid-template-columns: 1fr;
  }

  /* Pickup */
  .pickup-inner {
    text-align: center;
    justify-content: center;
  }

  .pickup-cta {
    width: 100%;
    margin-top: 15px;
  }

  .pickup-bg .container {
    padding: 35px 24px;
  }

  /* Images */
  .image-row {
    grid-template-columns: 1fr;
  }

  .image-row1 {
    flex-direction: column;
  }

  .image-row1 img {
    width: 100%;
  }
}
