/* ==========================================================================
   WiseTech Systems LLC — Custom Theme Prototype Stylesheet
   Built on top of Bootstrap 5.3.x. This file only contains overrides/custom
   rules — never re-declare what Bootstrap already provides.
   ========================================================================== */

:root {
  --wt-navy: #003481;
  --wt-navy-dark: #00224f;
  --wt-navy-rgb: 0, 52, 129;
  --wt-orange: #f7941d;
  --wt-orange-dark: #e07f0a;
  --wt-dark: #101010;
  --wt-dark-2: #2b212c;
  --wt-gray: #707070;
  --wt-gray-light: #e1e1e1;
  --wt-bg-alt: #f5f7fa;
  --wt-white: #ffffff;

  --font-heading: "Montserrat", sans-serif;
  --font-body: "Open Sans", sans-serif;

  --radius: 8px;
}

/* ---------- Header icon font (matches wisetech.ae's icon glyphs exactly) ---------- */
@font-face {
  font-family: "wt-icons";
  src: url("../fonts/stm.woff") format("woff"),
       url("../fonts/stm.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.wt-icon {
  font-family: "wt-icons" !important;
  font-style: normal;
  font-weight: normal;
  speak: never;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wt-icon-location:before { content: "\e9d0"; }
.wt-icon-email:before { content: "\e9dd"; }
.wt-icon-phone:before { content: "\e946"; }

/* ---------- Base ----------
   Body copy and the heading scale below match wisetech.ae's own global
   typography (extracted from its theme_options.css) so that any heading or
   paragraph without a section-specific override - FAQ answers, WYSIWYG
   fields, etc. - still lands on the right size instead of the browser's
   unstyled defaults. Sections with their own display-heading treatment
   (.hero h1, .section-title, ...) continue to override these via their
   higher-specificity/later rules further down this file. */
body {
  font-family: var(--font-body);
  color: var(--wt-dark);
  font-size: 14px;
  line-height: 1.57;
}

h1, .h1 { font-size: 48px; line-height: 1.125; letter-spacing: -1.9px; }
h2, .h2 { font-size: 40px; line-height: 1.1; letter-spacing: -0.8px; }
h3, .h3 { font-size: 28px; line-height: 1.21; }
h4, .h4 { font-size: 24px; line-height: 1.25; font-weight: 600; }
h5, .h5 { font-size: 22px; line-height: 1.18; font-weight: 600; }
h6, .h6 { font-size: 15px; line-height: 2; font-weight: 600; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--wt-dark);
  letter-spacing: -0.02em;
}

a {
  color: var(--wt-navy);
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}
a:hover { color: var(--wt-navy-dark); }

.text-navy { color: var(--wt-navy) !important; }
.bg-navy { background-color: var(--wt-navy) !important; }
.section-label {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--wt-navy);
}
.section-title { font-size: clamp(1.6rem, 2.6vw, 2.4rem); margin-bottom: .75rem; }
.section-sub { color: var(--wt-gray); max-width: 640px; }
.section-py { padding-block: clamp(3rem, 6vw, 5.5rem); }
.bg-alt { background-color: var(--wt-bg-alt); }

/* ---------- Buttons ---------- */
.btn-navy {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--wt-navy);
  --bs-btn-border-color: var(--wt-navy);
  --bs-btn-hover-bg: var(--wt-navy-dark);
  --bs-btn-hover-border-color: var(--wt-navy-dark);
  --bs-btn-hover-color: #fff;
  --bs-btn-active-bg: var(--wt-navy-dark);
  --bs-btn-active-border-color: var(--wt-navy-dark);
  font-family: var(--font-heading);
  font-weight: 600;
  padding: .75rem 1.75rem;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: .85rem;
  letter-spacing: .04em;
}
.btn-outline-light-navy {
  --bs-btn-color: #fff;
  --bs-btn-border-color: rgba(255,255,255,.5);
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-color: var(--wt-navy);
  font-family: var(--font-heading);
  font-weight: 600;
  padding: .75rem 1.75rem;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: .85rem;
  letter-spacing: .04em;
}
.btn-orange {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--wt-orange);
  --bs-btn-border-color: var(--wt-orange);
  --bs-btn-hover-bg: var(--wt-orange-dark);
  --bs-btn-hover-border-color: var(--wt-orange-dark);
  --bs-btn-hover-color: #fff;
  --bs-btn-active-bg: var(--wt-orange-dark);
  --bs-btn-active-border-color: var(--wt-orange-dark);
  font-family: var(--font-heading);
  font-weight: 700;
  padding: .8rem 2rem;
  border-radius: 4px;
  font-size: .95rem;
}

/* ---------- Header top bar (logo + contact info) ---------- */
.header-top {
  background: #fff;
  border-bottom: 1px solid var(--wt-gray-light);
}
.header-top .logo img { height: 56px; width: auto; }
.header-top .info-divider {
  width: 1px;
  align-self: stretch;
  background: var(--wt-gray-light);
  margin: .5rem 0;
}
.header-top .info-item {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
}
.header-top .info-item i {
  color: var(--wt-navy);
  font-size: 1.3rem;
  margin-top: .15rem;
}
.header-top .info-item strong {
  display: block;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: .92rem;
  color: var(--wt-dark);
}
.header-top .info-item span {
  display: block;
  font-size: .88rem;
  color: var(--wt-gray);
}

.navbar-toggler { border: none; padding: .25rem .5rem; }
.navbar-toggler i { font-size: 1.4rem; color: var(--wt-navy); }
.navbar-toggler:focus { box-shadow: none; }

/* ---------- Header nav bar ---------- */
.site-header { background: #fff; }
.header-nav { background: #fff; }
.header-nav .container { position: relative; }

.navbar-nav .nav-link {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: .88rem;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: var(--wt-dark) !important;
  padding: 1.4rem 1rem !important;
  position: relative;
}
.navbar-nav .nav-link.active { color: var(--wt-gray) !important; }
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.show {
  color: var(--wt-navy) !important;
}
.navbar-nav .dropdown-toggle::after {
  border-top-color: currentColor;
  vertical-align: .15em;
}
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:focus-visible { outline: none; box-shadow: none; }

.header-cta {
  display: flex;
  align-items: center;
  gap: .65rem;
}
.header-cta i { color: var(--wt-navy); font-size: 1.4rem; }
.header-cta .phone-number {
  display: block;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1rem;
  color: var(--wt-dark);
}
.header-cta .callback-link {
  display: block;
  font-size: .82rem;
  color: var(--wt-navy);
}

/* ---------- Mega menu ---------- */
.mega-menu-wrap { position: static; }
.mega-menu {
  position: absolute;
  width: min(1200px, 92vw);
  background: #fff;
  border: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 24px 48px rgba(0,0,0,.18);
  padding: 2.5rem 3rem;
  margin: 0;
  display: none;
  z-index: 1050;
}
/* Bootstrap adds data-bs-popper="static" to every dropdown-menu it manages (even
   with data-bs-display="static") and its own `.dropdown-menu[data-bs-popper]` rule
   (specificity 0,2,0) sets left:0/top:100%, beating a plain `.mega-menu` class rule
   and throwing the centered menu off-screen. Match that selector's specificity so
   our centering wins regardless of stylesheet order. */
.dropdown-menu.mega-menu,
.dropdown-menu.mega-menu[data-bs-popper] {
  top: 100%;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
.mega-menu.show { display: block; }
.mega-menu h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 16px;
  color: var(--wt-dark);
  margin-bottom: 1.25rem;
}
.mega-menu .mega-col + .mega-col {
  border-left: 1px solid #dedede;
  padding-left: 2.5rem;
}
.mega-menu ul { list-style: none; padding: 0; margin: 0; }
.mega-menu ul li { margin-bottom: 1rem; }
.mega-menu ul li:last-child { margin-bottom: 0; }
.mega-menu ul li a {
  display: flex;
  align-items: center;
  gap: .65rem;
  font-size: .92rem;
  font-weight: 600;
  color: var(--wt-gray);
}
.mega-menu ul li a:hover { color: var(--wt-navy); }
.mega-menu ul li a i.arrow {
  flex: 0 0 auto;
  width: 22px; height: 22px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1.5px solid var(--wt-navy);
  border-radius: 50%;
  color: var(--wt-navy);
  font-size: .6rem;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  color: #fff;
  background: url("../img/hero-banner.jpg") center / cover no-repeat;
  padding-block: clamp(3.5rem, 9vw, 6.5rem);
}
.hero h1 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.2;
}
.hero .lead {
  color: rgba(255,255,255,.9);
  max-width: 640px;
  font-size: 1.05rem;
  line-height: 1.75;
}

/* ---------- Value props (sit on navy hero-continuation band) ---------- */
.value-props { background: var(--wt-navy); }
.value-card {
  height: 100%;
  padding: 1rem 1.5rem 1rem 0;
}
.value-card .icon {
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 1.25rem;
  line-height: 1;
}
.value-card h3 { font-size: 1.25rem; margin-bottom: .6rem; color: #fff; }
.value-card p { color: rgba(255,255,255,.75); font-size: .95rem; margin-bottom: 0; }

/* ---------- Services (tabs) ---------- */
.services-section { background: #202020; }
.services-section .section-title { color: #fff; }

.services-tabs .nav-link {
  font-family: var(--font-heading);
  font-weight: 600;
  color: rgba(255,255,255,.6);
  border: none;
  border-bottom: 3px solid transparent;
  padding: .6rem 1.5rem;
  background: transparent;
  transition: color .2s ease, border-color .2s ease;
}
.services-tabs .nav-link:hover:not(.active) {
  color: rgba(255,255,255,.9);
  border-bottom-color: rgba(255,255,255,.3);
}
.services-tabs .nav-link.active {
  color: #fff;
  border-bottom-color: var(--wt-orange);
  background: transparent;
}

.service-card { height: 100%; }
.service-card .thumb {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.service-card .thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.service-card:hover .thumb img { transform: scale(1.06); }
.service-card h3 { font-size: 1.2rem; margin-bottom: .6rem; color: #fff; }
.service-card p { color: #9a9a9a; font-size: .92rem; margin-bottom: 1rem; }
.service-card .read-more {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: .9rem;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}
.service-card .read-more i { color: var(--wt-orange); }
.service-card .read-more:hover { color: var(--wt-orange); }

/* ---------- Infrastructure banner ---------- */
.infra-banner { background: #fff; padding-block: 2.5rem; }
.infra-banner h2 {
  color: var(--wt-navy);
  font-size: clamp(1.3rem, 2.4vw, 1.85rem);
  margin-bottom: 0;
}
.infra-buttons { width: 100%; max-width: 340px; }
.infra-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  background: var(--wt-navy);
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: .95rem;
  padding: .85rem 1.5rem;
}
.infra-buttons a:first-child { border-radius: 4px 4px 0 0; }
.infra-buttons a:last-child {
  border-radius: 0 0 4px 4px;
  border-top: 1px solid rgba(255,255,255,.25);
}
.infra-buttons a:hover { background: var(--wt-navy-dark); color: #fff; }

/* ---------- Stats / years banner ---------- */
.stats-banner {
  position: relative;
  color: #fff;
  text-align: center;
  padding-block: clamp(3rem, 6vw, 4.5rem);
  background: radial-gradient(ellipse at 30% 20%, #0d3a75 0%, #041c3f 55%, #020f24 100%);
  overflow: hidden;
}
.stats-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(2rem, 6vw, 5rem);
  margin-bottom: 2.5rem;
}
.stat-item { display: flex; align-items: center; gap: .85rem; }
.stat-item i { font-size: 2rem; color: #fff; }
.stat-item .stat-text {
  text-align: left;
  font-size: .95rem;
  line-height: 1.3;
}
.years-highlight {
  display: inline-block;
  background: var(--wt-navy);
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  padding: .1em .35em;
  margin-bottom: .5rem;
}
.stats-banner h3 {
  color: #fff;
  font-size: clamp(1.4rem, 3vw, 2.4rem);
  margin-bottom: 2rem;
}
.stats-banner .btn-outline-light-navy { --bs-btn-color: #fff; }

/* ---------- CTA form section ---------- */
.cta-form-section { background: #3d5a8a; padding-block: clamp(3rem, 6vw, 4.5rem); }
.cta-form-section .kicker { color: rgba(255,255,255,.8); font-size: .95rem; margin-bottom: 1rem; }
.cta-form-section h2 { color: #fff; font-size: clamp(1.8rem, 3.4vw, 2.6rem); }
.cta-form-section .form-control {
  border: none;
  border-radius: 2px;
  padding: .85rem 1rem;
  font-size: .95rem;
}
.cta-form-section .form-select {
  border: none;
  border-radius: 2px;
  padding: .85rem 1rem;
  font-size: .95rem;
}

/* ---------- Footer ---------- */
.site-footer {
  background: #171e2e;
  color: rgba(255,255,255,.65);
}
.site-footer .footer-logo { height: 46px; width: auto; opacity: .85; filter: grayscale(1) brightness(1.6); }
.site-footer h6 {
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: .04em;
  padding-bottom: .75rem;
  border-bottom: 1px solid rgba(255,255,255,.15);
  margin-bottom: 1.25rem;
}
.site-footer strong { color: #fff; display: block; margin-bottom: .25rem; }
.site-footer a { color: rgba(255,255,255,.65); }
.site-footer a:hover { color: #fff; }
.site-footer ul { list-style: none; padding-left: 0; margin-bottom: 0; }
.site-footer ul li { margin-bottom: .85rem; font-size: .92rem; }
.site-footer .contact-block { margin-bottom: 1.25rem; }
.site-footer .footer-cta {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  background: var(--wt-navy);
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: .9rem;
  padding: .65rem 1.4rem;
  border-radius: 4px;
}
.site-footer .footer-cta:hover { background: var(--wt-navy-dark); }
.site-footer .footer-play {
  width: 42px; height: 42px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--wt-navy);
  color: #fff;
  border-radius: 50%;
  font-size: 1rem;
}
.footer-divider { border-color: rgba(255,255,255,.15); margin: 2rem 0; }
.footer-bottom {
  color: rgba(255,255,255,.5);
  font-size: .85rem;
}
.footer-bottom a { color: rgba(255,255,255,.6); }
.footer-bottom a:hover { color: #fff; }
.social-icons a {
  width: 36px; height: 36px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  margin-left: .5rem;
  color: rgba(255,255,255,.8);
}
.social-icons a:hover {
  background: var(--wt-navy);
  border-color: var(--wt-navy);
  color: #fff;
}

/* ---------- Service detail page ---------- */
.service-detail .hero-img {
  width: 100%;
  margin-bottom: 2rem;
}
.service-detail h1 {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  margin-bottom: 1.25rem;
}
.service-detail h3 {
  font-size: 1.25rem;
  margin-top: 2rem;
  margin-bottom: .85rem;
}
.service-detail p {
  color: var(--wt-gray);
  margin-bottom: 1.1rem;
}
.service-detail blockquote {
  border-left: 4px solid var(--wt-navy);
  background: var(--wt-bg-alt);
  padding: 1.4rem 1.75rem;
  font-style: italic;
  font-size: 1.05rem;
  color: var(--wt-dark);
  margin: 2rem 0;
}

/* FAQ accordion */
.service-faq { margin-top: 2.5rem; }
.service-faq .accordion-item {
  background: #f5f5f5;
  border: none;
  border-radius: 3px;
  margin-bottom: .6rem;
  overflow: hidden;
}
.service-faq .accordion-button {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: .95rem;
  color: var(--wt-dark);
  background: transparent;
  box-shadow: none !important;
  padding: 1rem 1.25rem;
}
.service-faq .accordion-button::after { display: none; }
.service-faq .accordion-button:not(.collapsed) {
  background: #fff;
  color: var(--wt-navy);
}
.service-faq .accordion-icon {
  margin-left: auto;
  color: var(--wt-gray);
  transition: transform .2s ease;
  flex: 0 0 auto;
}
.service-faq .accordion-button:not(.collapsed) .accordion-icon {
  transform: rotate(180deg);
  color: var(--wt-navy);
}
.service-faq .accordion-body {
  background: #fff;
  color: var(--wt-gray);
  font-size: .92rem;
  padding: 0 1.25rem 1.25rem;
}

/* Sidebar */
.service-nav-list { margin-bottom: 0; }
.service-nav-list a {
  display: block;
  padding: 1rem 1.25rem;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.3;
  color: #1a1a1a;
  background: #eeeeee;
  border-left: 4px solid transparent;
  margin-bottom: 3px;
}
.service-nav-list a:hover { color: var(--wt-navy); }
.service-nav-list a.active {
  color: var(--wt-navy);
  border-left-color: var(--wt-navy);
}
.service-nav-list a:last-child { margin-bottom: 0; }

.download-profile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  background: #1e1e1e;
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: .9rem;
  padding: 1rem;
}
.download-profile:hover { background: #000; color: #fff; }

.sidebar-widget-cta {
  background: var(--wt-navy);
  color: #fff;
  padding: 1.75rem;
}
.sidebar-widget-cta h6 {
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: .85rem;
}
.sidebar-widget-cta p {
  color: rgba(255,255,255,.85);
  font-size: .9rem;
  margin-bottom: 1.25rem;
}
.sidebar-widget-cta .btn-light {
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--wt-navy);
}

/* Bottom "looking for a consultant" banner */
.cta-consultant-banner {
  background: #170b5e;
  color: #fff;
  padding-block: 2.25rem;
}
.cta-consultant-banner h2 {
  color: #fff;
  font-size: clamp(1.3rem, 2.6vw, 1.9rem);
  margin-bottom: 0;
}
.highlight-orange {
  display: inline-block;
  border-bottom: 4px solid var(--wt-orange);
  padding-bottom: 2px;
}

/* ---------- Services listing page ---------- */
.services-page-banner {
  background: #2d3142;
  padding-block: 2.5rem;
}
.services-page-banner h1 {
  color: #fff;
  font-size: clamp(1.4rem, 2.6vw, 1.8rem);
  margin-bottom: 0;
}

.listing-card { background: #eef0f3; height: 100%; transition: box-shadow .25s ease, transform .25s ease; }
.listing-card:hover { box-shadow: 0 12px 28px rgba(0,0,0,.1); transform: translateY(-4px); }
.listing-card .thumb { aspect-ratio: 4 / 3; overflow: hidden; }
.listing-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.listing-card .body { padding: 1.25rem 1.25rem 1.5rem; }
.listing-card h3 { font-size: 1.05rem; margin-bottom: .5rem; }
.listing-card h3 a { color: var(--wt-navy); }
.listing-card h3 a:hover { color: var(--wt-navy-dark); }
.listing-card p {
  color: var(--wt-gray);
  font-size: .88rem;
  margin-bottom: .75rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.listing-card .read-more-sm {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: .85rem;
  color: var(--wt-navy);
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}
.listing-card .read-more-sm i { font-size: .7rem; }
.listing-card .read-more-sm:hover { color: var(--wt-navy-dark); }

/* ---------- About us page ---------- */
.about-intro-section { background: var(--wt-bg-alt); padding-block: clamp(2.5rem, 5vw, 4rem); }
.about-intro-section p { color: #555; margin-bottom: 1.1rem; }
.about-intro-section blockquote {
  background: #fff;
  border-left: 4px solid var(--wt-navy);
  padding: 1.4rem 1.75rem;
  font-style: italic;
  color: #444;
  margin: 1.5rem 0 0;
}

.youtube-card {
  display: block;
  background: #111;
  border-radius: 4px;
  overflow: hidden;
  color: #fff;
}
.youtube-card:hover { color: #fff; }
.youtube-card .yt-top {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .85rem 1rem;
}
.youtube-card .yt-avatar {
  flex: 0 0 auto;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--wt-navy);
  display: flex; align-items: center; justify-content: center;
  font-size: .95rem;
}
.youtube-card .yt-title { font-size: .85rem; font-weight: 700; line-height: 1.3; }
.youtube-card .yt-channel { font-size: .75rem; color: rgba(255,255,255,.6); }
.youtube-card .yt-thumb { position: relative; aspect-ratio: 16/10; }
.youtube-card .yt-thumb img { width: 100%; height: 100%; object-fit: cover; opacity: .75; }
.youtube-card .yt-play {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 64px; height: 44px;
  background: #ff0000;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
}
.youtube-card .yt-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .75rem 1rem;
  font-size: .85rem;
}
.youtube-card .yt-icons { display: flex; gap: 1rem; color: rgba(255,255,255,.7); }
.youtube-card .yt-watch { display: flex; align-items: center; gap: .4rem; font-weight: 600; }
.youtube-card .yt-watch i { color: #ff0000; font-size: 1.1rem; }

/* Team */
.team-heading { font-size: clamp(1.6rem, 3vw, 2.2rem); }
.team-card {
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
  padding: 2.25rem 1.5rem;
  text-align: center;
  height: 100%;
  transition: box-shadow .25s ease, transform .25s ease;
}
.team-card:hover { box-shadow: 0 14px 32px rgba(0,0,0,.12); transform: translateY(-4px); }
.team-card .avatar {
  width: 130px; height: 130px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 1.25rem;
}
.team-card .avatar img { width: 100%; height: 100%; object-fit: cover; }
.team-card h3 { font-size: 1.15rem; margin-bottom: .25rem; }
.team-card .role { color: var(--wt-gray); font-size: .9rem; }

/* ---------- Contact us page ---------- */
.contact-form-section label {
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--wt-dark);
  margin-bottom: .5rem;
  display: block;
}
.contact-form-section .required { color: #e0392b; margin-left: .1rem; }
.contact-form-section .form-control {
  border: 1px solid var(--wt-gray-light);
  border-radius: 2px;
  padding: .75rem .9rem;
}
.contact-form-section textarea.form-control { min-height: 160px; }

.contact-map { height: 100%; min-height: 420px; }
.contact-map iframe { width: 100%; height: 100%; min-height: 420px; border: 0; }

.contact-details-bar { background: #171e2e; color: #fff; padding-block: clamp(2.5rem, 5vw, 3.5rem); }
.contact-details-bar h2 { color: #fff; font-size: 1.6rem; margin-bottom: 1.5rem; }
.contact-details-bar .detail-row {
  display: flex;
  align-items: center;
  gap: .85rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.contact-details-bar .detail-row i { color: var(--wt-orange); font-size: 1.1rem; width: 20px; text-align: center; }
.contact-details-bar .social-icons.light a {
  background: #fff;
  color: var(--wt-dark);
  border: none;
}
.contact-details-bar .social-icons.light a:hover { background: var(--wt-orange); color: #fff; }

/* ---------- WhatsApp floating button ---------- */
.whatsapp-fab {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 56px; height: 56px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
  box-shadow: 0 8px 20px rgba(0,0,0,.25);
  z-index: 1040;
}
.whatsapp-fab:hover { color: #fff; background: #1ebd58; }

/* ---------- Blog listing ---------- */
.blog-card {
  height: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 11px rgba(0,0,0,.12);
  transition: box-shadow .25s ease, transform .25s ease;
}
.blog-card:hover { box-shadow: 0 12px 28px rgba(0,0,0,.16); transform: translateY(-4px); }
.blog-card .thumb { aspect-ratio: 3 / 2; overflow: hidden; }
.blog-card .thumb img { width: 100%; height: 100%; object-fit: cover; border-radius: 10px 10px 0 0; }
.blog-card .body { padding: 1rem 1.25rem 1.25rem; }
.blog-card h2 {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.7rem;
  margin-bottom: .25rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card h2 a { color: var(--wt-dark); }
.blog-card h2 a:hover { color: var(--wt-navy); }
.blog-card .date {
  font-size: .875rem;
  font-weight: 500;
  color: var(--wt-navy);
  margin-bottom: .5rem;
}
.blog-card .excerpt {
  color: #555;
  font-size: .92rem;
  margin-bottom: .75rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card .read-more-blog {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: .9375rem;
  color: var(--wt-navy);
}
.blog-card .read-more-blog i { font-size: .7rem; margin-left: .3rem; display: none; }
.blog-card .read-more-blog:hover { color: var(--wt-navy-dark); }

.blog-pagination .page-link {
  border: none;
  background: #eef0f3;
  color: var(--wt-dark);
  font-family: var(--font-heading);
  font-weight: 600;
  margin: 0 4px;
  border-radius: 4px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.blog-pagination .page-item.active .page-link { background: var(--wt-navy); color: #fff; }
.blog-pagination .page-link:hover { background: var(--wt-navy); color: #fff; }

/* ---------- Blog detail ---------- */
.blog-detail .hero-img { width: 100%; border-radius: 6px; margin-bottom: 2rem; }
.blog-detail .post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  color: var(--wt-navy);
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: .88rem;
  margin-bottom: 1rem;
}
.blog-detail .post-meta span { display: inline-flex; align-items: center; gap: .4rem; }
.blog-detail h1 { font-size: clamp(1.6rem, 3vw, 2.1rem); margin-bottom: 1.25rem; }
.blog-detail h3 { font-size: 1.2rem; margin-top: 2rem; margin-bottom: .85rem; }
.blog-detail p { color: var(--wt-gray); margin-bottom: 1.1rem; }
.blog-detail ul.styled-list { padding-left: 1.1rem; margin-bottom: 1.25rem; }
.blog-detail ul.styled-list li { color: var(--wt-gray); margin-bottom: .6rem; }
.blog-detail blockquote {
  border-left: 4px solid var(--wt-navy);
  background: var(--wt-bg-alt);
  padding: 1.4rem 1.75rem;
  font-style: italic;
  font-size: 1.05rem;
  color: var(--wt-dark);
  margin: 2rem 0;
}
.blog-share {
  display: flex;
  align-items: center;
  gap: .85rem;
  margin: 2rem 0;
  padding-top: 1.5rem;
  border-top: 1px solid var(--wt-gray-light);
}
.blog-share span { font-family: var(--font-heading); font-weight: 700; font-size: .9rem; color: var(--wt-dark); }

.blog-sidebar-widget { background: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.06); padding: 1.5rem; margin-bottom: 1.5rem; }
.blog-sidebar-widget h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1rem;
  color: var(--wt-dark);
  padding-bottom: .75rem;
  border-bottom: 2px solid var(--wt-orange);
  margin-bottom: 1.25rem;
  display: inline-block;
}
.recent-post-item { display: flex; gap: .85rem; margin-bottom: 1.1rem; }
.recent-post-item:last-child { margin-bottom: 0; }
.recent-post-item .thumb { flex: 0 0 auto; width: 70px; height: 60px; border-radius: 4px; overflow: hidden; }
.recent-post-item .thumb img { width: 100%; height: 100%; object-fit: cover; }
.recent-post-item .info h6 {
  border: none; padding: 0; margin: 0 0 .3rem; display: block;
  font-size: .88rem; line-height: 1.3;
}
.recent-post-item .info h6 a { color: var(--wt-dark); }
.recent-post-item .info h6 a:hover { color: var(--wt-navy); }
.recent-post-item .info .date { font-size: .78rem; color: var(--wt-gray); }
.category-list { list-style: none; padding: 0; margin: 0; }
.category-list li { margin-bottom: .1rem; }
.category-list li a {
  display: flex;
  justify-content: space-between;
  padding: .6rem 0;
  border-bottom: 1px solid var(--wt-gray-light);
  color: var(--wt-dark);
  font-size: .92rem;
  font-weight: 600;
}
.category-list li:last-child a { border-bottom: none; }
.category-list li a:hover { color: var(--wt-navy); }
.category-list li a span { color: var(--wt-gray); font-weight: 400; }

/* ---------- IT AMC Dubai (bespoke service page) ---------- */
.amc-hero {
  background: linear-gradient(224deg, #00A7E0 0%, #003481 61%);
  padding-block: 3rem 5rem;
  color: #fff;
}
.amc-hero h1 { color: #fff; font-size: clamp(1.7rem, 3.2vw, 2.1rem); line-height: 1.25; margin-bottom: 1.25rem; }
.amc-hero .lead { color: rgba(255,255,255,.92); font-size: 1rem; margin-bottom: 2rem; }
.amc-feature-row { display: flex; flex-wrap: wrap; gap: 1.75rem; }
.amc-feature-row .item { flex: 1 1 140px; text-align: left; }
.amc-feature-row .item i { font-size: 2.1rem; color: #fff; margin-bottom: .75rem; display: block; }
.amc-feature-row .item span { display: block; color: #fff; font-size: .92rem; font-weight: 500; line-height: 1.35; }
.amc-hero-img { width: 100%; max-width: 380px; display: block; margin: 0 auto; }

.amc-quote-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 3px 12px rgba(0,0,0,.22);
  padding: 1.75rem 1.75rem .5rem;
}
.amc-quote-card h3 { font-size: 1.5rem; color: var(--wt-navy); margin-bottom: .25rem; }
.amc-quote-card > p { font-size: .875rem; color: #2b212c; margin-bottom: 1.25rem; }
.amc-quote-card label { font-size: .8rem; font-weight: 600; color: #1b1f2a; margin-bottom: .35rem; display: block; }
.amc-quote-card .form-control {
  border: 1px solid #d7dbe7;
  border-radius: 10px;
  background: #f9fafc;
  font-size: .875rem;
  padding: .55rem .85rem;
  margin-bottom: 1rem;
}
.amc-quote-card .form-control:focus {
  border-color: #1a73e8;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(26,115,232,.12);
}
.amc-quote-card .note { font-size: .75rem; color: #7a8194; margin-bottom: 1.1rem; }
.amc-quote-card .btn-submit-navy {
  width: 100%;
  height: 52px;
  border-radius: 10px;
  background: #0b1f4b;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  border: none;
  margin-bottom: 1.25rem;
  transition: background-color .2s ease;
}
.amc-quote-card .btn-submit-navy:hover { background: #142f66; color: #fff; }
.amc-quote-sticky-wrap { position: relative; }
@media (min-width: 992px) {
  .amc-quote-sticky-wrap { margin-top: -170px; position: sticky; top: 6.5rem; z-index: 5; }
}

.amc-intro-section { background: #EEF2F6; padding-block: clamp(2.5rem, 5vw, 4rem); }
.amc-intro-section h3 { color: #2B212C; font-size: clamp(1.35rem, 2.4vw, 1.7rem); margin-bottom: 1.1rem; }
.amc-intro-section p { color: #2B212C; }
.amc-check-list { list-style: none; padding: 0; margin: 1.25rem 0 0; }
.amc-check-list li {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  margin-bottom: 1rem;
  font-size: .95rem;
  color: #2B212C;
  font-weight: 500;
}
.amc-check-list li i { color: #2FB7E6; font-size: 1.1rem; margin-top: .1rem; }

.amc-card-section { padding-block: clamp(2.5rem, 5vw, 3.5rem); }
.amc-card {
  border: 8px solid #EEF2F6;
  border-radius: 24px;
  padding: 2rem clamp(1.25rem, 4vw, 2.75rem);
}
.amc-card h3 { color: #2B212C; font-size: clamp(1.3rem, 2.2vw, 1.6rem); margin-bottom: 1rem; }
.amc-card > p { color: #2B212C; margin-bottom: 1.25rem; }
.amc-dash-list { list-style: none; padding: 0; margin: 0; columns: 1; }
.amc-dash-list li {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  margin-bottom: 1rem;
  font-size: .95rem;
  color: #2B212C;
}
.amc-dash-list li i { color: #2FB7E6; font-size: .6rem; margin-top: .45rem; }
@media (min-width: 768px) {
  .amc-dash-list.cols-2 { columns: 2; column-gap: 2rem; }
  .amc-dash-list.cols-2 li { break-inside: avoid; }
}

.amc-cta-light {
  background: #F4F4F4;
  border-radius: 24px;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.amc-cta-light h3 { color: #2B212C; font-size: 1.25rem; margin-bottom: .5rem; }
.amc-cta-light p { color: #000; font-size: .875rem; margin-bottom: 0; max-width: 560px; }
.amc-cta-light .btn-amc-navy {
  flex: 0 0 auto;
  background: #003481;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  padding: 1rem 2rem;
  font-size: .95rem;
}
.amc-cta-light .btn-amc-navy:hover { background: #3F51B5; color: #fff; }

.amc-links-section { background: #003481; padding-block: clamp(2.5rem, 5vw, 3.5rem); }
.amc-links-section h6 { color: #fff; font-size: 1.05rem; font-weight: 700; margin-bottom: 1.5rem; }
.amc-links-section ul { list-style: none; padding: 0; margin: 0; }
.amc-links-section li { display: flex; align-items: flex-start; gap: .75rem; margin-bottom: 1rem; font-size: .92rem; }
.amc-links-section li i { color: #fff; font-size: .6rem; margin-top: .5rem; }
.amc-links-section li span, .amc-links-section li a { color: rgba(255,255,255,.85); }
.amc-links-section .link-list a { text-decoration: underline; }
.amc-links-section .link-list a:hover { color: #fff; }

/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {
  .navbar-nav .nav-link { padding: .75rem 1rem !important; }
  .header-cta { display: none; }
  .mega-menu { position: static; width: 100%; box-shadow: none; padding: 1.5rem; }
  .dropdown-menu.mega-menu,
  .dropdown-menu.mega-menu[data-bs-popper] { position: static; left: auto; top: auto; transform: none; }
  .mega-menu .mega-col + .mega-col { border-left: none; padding-left: 0; margin-top: 1.5rem; }
}
@media (max-width: 767.98px) {
  .header-top .info-item { display: none; }
}
