/* Access Office - Clean Corporate Theme v4
   Full-width banner logo, enlarged header controls, centred nav bar,
   premium slideshow, clean product cards & footer.
*/

:root {
  --ao-primary: #0057a3;
  --ao-primary-light: #00a3e0;
  --ao-accent: #ffb800;
  --ao-bg: #f5f7fb;
  --ao-text: #111827;
  --ao-muted: #6b7280;
  --ao-border: #e5e7eb;
  --ao-radius-lg: 12px;
  --ao-radius-sm: 6px;
}

/* ===========================
   BASE TYPOGRAPHY & LINKS
   =========================== */

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
               "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: var(--ao-text);
  background-color: var(--ao-bg);
  margin: 0;
}

a {
  color: var(--ao-primary);
  text-decoration: none;
  transition: color 0.15s ease, background-color 0.15s ease;
}

a:hover,
a:focus {
  color: var(--ao-primary-light);
}

/* Buttons */
.btn,
.button {
  border-radius: var(--ao-radius-sm);
  font-weight: 500;
  border-width: 1px;
  padding: 8px 16px;
}

.btn-primary,
.button.btn-primary {
  background-color: var(--ao-primary);
  border-color: var(--ao-primary);
}

.btn-primary:hover,
.button.btn-primary:hover {
  background-color: var(--ao-primary-light);
  border-color: var(--ao-primary-light);
}

/* ===========================
   TOP BAR (BLACK STRIP)
   =========================== */

#top {
  background: #0f172a;
  color: #e5e7eb;
  font-size: 12px;
  border-bottom: none;
}

#top a {
  color: #e5e7eb;
}

#top a:hover {
  color: #ffffff;
}

#top-links {
  font-size: 13px;
}

#top-links a {
  padding: 0 6px;
}

#top-links .fa {
  margin-right: 4px;
}

/* ===========================
   HEADER & BANNER
   =========================== */

header {
  background-color: #ffffff;
  border-bottom: 1px solid var(--ao-border);
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06);
  margin-bottom: 0;
}

.main_body,
#header,
#header .hdr_top {
  background-color: #ffffff;
}

/* Inner header:
   Row 1 = full-width banner
   Row 2 = search + Call Us + account links
*/
#header .inner_header {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 0 14px;
  gap: 12px;
}

/* Make the container full-width for the banner row */
#header .hdr_top > .container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

/* --- ROW 1: FULL-WIDTH BANNER LOGO --- */

#header .logo_sec {
  width: 100%;
  margin: 0;
  padding: 0;
}

#header .logo_sec a {
  display: block;
  width: 100%;
}

#header .logo_sec img {
  display: block;
  width: 100%;                 /* full-bleed banner */
  height: 300px;               /* match 2560×300 banner */
  max-height: 300px;
  object-fit: cover;           /* safe crop if needed */
}

/* --- ROW 2 CONTAINER (SEARCH + CALL + ACCOUNT LINKS) --- */

#header .hder_right_sec_cover {
  width: 100%;
}

#header .hder_right_sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
  max-width: 1280px;
  margin: 4px auto 0;
  transform: scale(1.2);       /* ~20% bigger row */
  transform-origin: top center;
}

/* ===========================
   SEARCH (LEFT IN ROW 2)
   =========================== */

#header .header-help-cols.search {
  flex: 1 1 72%;
  max-width: 900px;
  margin-right: 24px;          /* gap before Call Us */
}

#header .search_por {
  width: 100%;
}

#header .search_por .search_box {
  width: 100%;
  font-size: 18px;
  padding: 12px 22px;
}

/* ===========================
   CALL US (CENTER IN ROW 2)
   =========================== */

#header .header-help-cols.download-call {
  flex: 0 0 auto;
}

#header .download-call .header-inline-text {
  font-size: 20px;
  font-weight: 700;
}

#header .download-call .header-inline-text.link a {
  font-size: 20px;
}

/* ===========================
   ACCOUNT LINKS (RIGHT IN ROW 2)
   =========================== */

#header .menu-header-list {
  flex: 0 0 auto;
}

#header .menu-header-list ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  margin: 0;
  padding: 0;
}

#header .menu-header-list ul li {
  list-style: none;
}

#header .menu-header-list ul li a {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  display: inline-flex;
  align-items: center;
  gap: 4px;                    /* tighter icon/text spacing */
  white-space: nowrap;         /* CONTACT US stays on one line */
}

/* Icons beside the text */
#header .menu-header-list .svg-wrapper {
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 1;
}

/* Slight padding below the banner */
#header .hdr_top {
  padding-bottom: 8px;
}

/* Cart button if shown */
#cart > .btn {
  background: #ffffff;
  border-radius: 999px;
  border-color: var(--ao-border);
  color: #111827;
  padding: 8px 16px;
}

/* ===========================
   NAV BAR
   =========================== */

#menu {
  background-color: #00a38a;
  border: none;
  margin-bottom: 24px;
}

#menu .navbar-header {
  float: none;
}

#menu .navbar-nav {
  float: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#menu .navbar-nav > li > a,
#menu .nav > li > a {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #ffffff;
  padding: 14px 22px;
  border-radius: 999px;
  margin: 4px 6px;
}

#menu .navbar-nav > li > a:hover,
#menu .nav > li > a:hover,
#menu .navbar-nav > li.open > a,
#menu .nav > li.open > a,
#menu .navbar-nav > li.active > a,
#menu .nav > li.active > a {
  background-color: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

#menu .dropdown-menu {
  border-radius: var(--ao-radius-lg);
  border-color: var(--ao-border);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);
}

#menu .navbar-toggle {
  border-radius: var(--ao-radius-sm);
}

/* ===========================
   SLIDESHOW
   =========================== */

.swiper-viewport,
.slideshow,
#slideshow0,
#slideshow {
  border-radius: var(--ao-radius-lg);
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.25);
  margin-bottom: 30px;
  background-color: #111827;
}

.swiper-viewport .swiper-slide {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 80px;
}

.swiper-viewport .swiper-slide h1,
.swiper-viewport .swiper-slide h2,
.swiper-viewport .swiper-slide h3 {
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 12px;
  color: #ffffff;
}

.swiper-viewport .swiper-slide p {
  max-width: 520px;
  font-size: 15px;
  color: #e5e7eb;
}

.swiper-viewport .swiper-slide .btn,
.swiper-viewport .swiper-slide a.button {
  border-radius: 999px;
  padding: 10px 24px;
  font-weight: 600;
  font-size: 14px;
  background-color: var(--ao-accent);
  border-color: var(--ao-accent);
  color: #111827;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.swiper-viewport .swiper-slide .btn:hover,
.swiper-viewport .swiper-slide a.button:hover {
  background-color: #ffd84a;
  border-color: #ffd84a;
}

/* Pagination dots */
.swiper-pagination-bullets {
  bottom: 18px;
}

.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #ffffff;
}

/* ===========================
   PRODUCT CARDS
   =========================== */

.product-thumb {
  border-radius: var(--ao-radius-lg);
  border: 1px solid var(--ao-border);
  padding: 12px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.product-thumb:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.10);
}

.product-thumb h4 {
  font-size: 15px;
  font-weight: 500;
}

/* ===========================
   FOOTER
   =========================== */

footer {
  background-color: #0f172a;
  color: #9ca3af;
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: none;
}

footer a {
  color: #e5e7eb;
}

footer a:hover {
  color: #ffffff;
}

footer h5 {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

footer .powered {
  border-top: 1px solid rgba(148, 163, 184, 0.3);
  margin-top: 20px;
  padding-top: 10px;
  font-size: 12px;
  color: #9ca3af;
}

/* ===========================
   RESPONSIVE TWEAKS
   =========================== */

@media (max-width: 1200px) {
  #header .hder_right_sec {
    gap: 24px;
    max-width: 1100px;
    transform: scale(1.15);
  }

  #header .menu-header-list ul li a {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  #header .hder_right_sec {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    max-width: 90%;
    transform: scale(1.05);
  }

  #header .header-help-cols.search {
    max-width: 100%;
    margin-right: 0;
  }

  #header .menu-header-list ul {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  #header .logo_sec img {
    height: 200px;
    max-height: 200px;
  }

  .swiper-viewport .swiper-slide {
    padding: 40px 24px;
    min-height: 320px;
  }

  .swiper-viewport .swiper-slide h1,
  .swiper-viewport .swiper-slide h2,
  .swiper-viewport .swiper-slide h3 {
    font-size: 28px;
  }
}
