/* ==========================================================================
   T&A Solutions — Global Stylesheet (app.css)
   Foundation: typography, layout shell, header, footer.
   All styles here were extracted from the prototype's inline styles and
   per-component <style> blocks. No inline CSS is used in the Blade views.
   ========================================================================== */

/* ---------- Base typography ---------- */
html {
  overflow-x: hidden;
}
body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  color: #0e2a47;
  /*overflow-x: hidden;*/
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}

/* ---------- Layout shell ---------- */
.ta {
  background: #fff;
}

/* Scroll-reveal (used across pages; activated by app.js) */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.in { opacity: 1; transform: none; }
/* 1200px content cap used across the prototype (applied alongside .container) */
.ta-container {
  max-width: 1200px;
}


/*top-marquee*/
.top-marquee {
    background-color:#3598fd;
    color: #ffffff;
    padding-top: 6px;
    font-size: 14px;
    font-weight: 500;
}

/*.top-marquee {*/
/*    background-color: #99c8ff;*/
/*    color: #00356b;*/
/*    padding-top: 6px;*/
/*    font-size: 14px;*/
/*    font-weight: 500;*/
/*}*/

.top-marquee marquee {
    white-space: nowrap;
}


/*--whatsapp-btn--*/
.whatsapp-btn {    position: fixed;    bottom:100px;    right: 24px;
    width: 56px;    height: 56px;    border-radius: 50%;    background: #25d366;
    display: flex;    align-items: center;    justify-content: center;
    box-shadow: 0 4px 20px rgba(37,211,102,0.4);
    z-index: 999;    transition: transform .2s;    text-decoration: none; }
/*whatsapp-btn*/


/* ---------- Shared utilities ---------- */
.section-pad { padding: 44px 0; }
.tx-white  { color: #fff; }
.tx-accent { color: #3f9bff; }
.tx-blue   { color: #1f7ae0; }

/* ---------- Shared inner-banner page hero (Contact/Testimonials/Services/…) ---------- */
.pagehero { position: relative; overflow: hidden; min-height: 470px; display: flex; align-items: center; justify-content: center; }
.pagehero--tall { min-height: 520px; }
.pagehero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.pagehero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8, 26, 48, .73) 0%, rgba(8, 26, 48, .59) 55%, rgba(8, 26, 48, .77) 100%); }
.pagehero-inner { max-width: 1000px; position: relative; z-index: 2; padding: 70px 12px; text-align: center; }
.pagehero-title { font-family: 'Montserrat', sans-serif; font-size: 50px; font-weight: 600; line-height: 56px; margin: 0; }
.pagehero-sub { color: #dbe6f2; font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 18px; line-height: 24px; max-width: 640px; margin: 20px auto 0; }
.pagehero-bc-wrap { position: absolute; left: 0; right: 0; bottom: 30px; z-index: 2; }
.pagehero-bc { font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 18px; line-height: 24px; }
.pagehero-bc a { color: #fff; text-decoration: none; }
.pagehero-bc .sep { color: #fff; opacity: .6; padding: 0 8px; }
.pagehero-bc .current { color: #3f9bff; }
@media (max-width: 575.98px) {
  .pagehero-title { font-size: 36px; line-height: 42px; }
}

/* ---------- Shared form flash / validation alerts ---------- */
.form-alert { padding: 14px 16px; border-radius: 10px; margin-bottom: 18px; font-size: 14px; font-family: 'Montserrat', sans-serif; }
.form-alert-success { background: #e7f6ed; color: #1ca14a; }
.form-alert-error { background: #fdeaea; color: #d8222a; }
.form-alert-error ul { margin: 6px 0 0; padding-left: 18px; }
.ajax-flash:empty { display: none; }
.field-error { display: block; color: #d8222a; font-size: 12.5px; margin-top: 5px; font-family: 'Montserrat', sans-serif; }
.field-error:empty { display: none; }

/* ---------- Shared button ---------- */
.btn-blue { background: #1f7ae0; color: #fff; border-radius: 20px; font-weight: 600; padding: 12px 26px; border: none; text-decoration: none; display: inline-block; transition: .2s; }
.btn-blue:hover { background: #0d5cbf; color: #fff; }

/* ---------- Shared "Hire the Right Talent" CTA (includes/cta-hire) ---------- */
.cta-box { position: relative; overflow: hidden; background: #004081; border-radius: 24px; padding: 42px 48px; }
.cta-dots1 { position: absolute; top: 54px; left: 46%; width: 120px; height: 70px; background-image: radial-gradient(rgba(255, 255, 255, .16) 1.4px, transparent 1.6px); background-size: 15px 15px; }
.cta-dots2 { position: absolute; bottom: 40px; left: 40px; width: 110px; height: 46px; background-image: radial-gradient(rgba(255, 255, 255, .13) 1.4px, transparent 1.6px); background-size: 15px 15px; }
.cta-h { font-family: 'Montserrat', sans-serif; color: #fff; font-size: 40px; font-weight: 700; line-height: 1.14; margin: 0; }
.cta-bar { width: 70px; height: 4px; background: #3f9bff; border-radius: 2px; margin: 22px 0 24px; }
.cta-lead { color: #c4d6ec; font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 18px; line-height: 24px; max-width: 440px; margin: 0; }
.cta-cards { display: flex; flex-direction: column; gap: 14px; }
.ctacard { transition: transform .25s ease, box-shadow .25s ease; }
.ctacard:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(0, 0, 0, .22); }
.cta-arrow { transition: transform .25s ease; }
.ctacard:hover .cta-arrow { transform: translateX(4px); }
.cta-card { border-radius: 18px; padding: 15px 22px; display: flex; align-items: center; gap: 16px; text-decoration: none; }
.cta-card-red { background: #d8222a; }
.cta-card-white { background: #fff; }
.cta-ic { width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex: none; font-size: 18px; }
.cta-ic-red { background: rgba(255, 255, 255, .16); color: #fff; }
.cta-ic-white { background: #eaf2fd; color: #1f7ae0; }
.cta-txt { flex: 1; }
.cta-title { display: block; font-weight: 700; font-size: 20px; font-family: 'Montserrat', sans-serif; }
.cta-title-light { color: #fff; }
.cta-title-dark { color: #0e2a47; }
.cta-sub { display: block; font-size: 14px; line-height: 1.5; margin-top: 4px; }
.cta-sub-light { color: #ffd9d9; }
.cta-sub-dark { color: #5f7186; }
.cta-arrow-circle { width: 46px; height: 46px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex: none; font-size: 18px; }
.cta-arrow-red { border: 1.5px solid rgba(255, 255, 255, .5); color: #fff; }
.cta-arrow-white { border: 1.5px solid #d4dde8; color: #0e2a47; }
@media (max-width: 575.98px) {
  .cta-box { padding: 30px 24px; }
  .cta-h { font-size: 30px; }
}

/* ---------- Shared FAQ block (includes/faq-staffing) ---------- */
.faq-section { background: #eef5fd; padding: 56px 0; }
.faq-inner { max-width: 1150px; }
.faq-h { font-family: 'Montserrat', sans-serif; font-size: 32px; font-weight: 700; line-height: 1.25; }
.faq-lead { color: #5f7186; font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 16px; margin: 16px 0 26px; line-height: 1.6; }
.faq-cats-label { color: #0e2a47; font-family: 'Montserrat', sans-serif; font-weight: 700; margin-bottom: 16px; }
.faq-cats { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.faq-cat { border: none; background: none; text-align: left; border-left: 3px solid transparent; padding: 0 0 0 14px; color: #7c8aa0; font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 16px; line-height: 22px; cursor: pointer; transition: color .2s ease, border-color .2s ease; }
.faq-cat:hover { color: #1f6fc9; }
.faq-cat.active { border-left-color: #d8222a; color: #1f6fc9; font-weight: 600; }
.faq-panel { display: none; }
.faq-panel.active { display: block; }
.faq-acc .accordion-item { border: none; border-bottom: 1px solid #d9e6f3; background: transparent; }
.faq-acc .accordion-button { background: transparent; color: #1f5fb0; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 16px; padding: 22px 0; box-shadow: none; gap: 16px; }
.faq-acc .accordion-button::after { display: none; }
.faq-acc .accordion-button:not(.collapsed) { color: #1559bd; }
.faq-acc .accordion-body { color: #5f7186; font-family: 'Montserrat', sans-serif; font-size: 14px; padding: 0 0 22px; line-height: 1.7; }
.faq-acc .pm { width: 30px; height: 30px; border-radius: 8px; background: #d8222a; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 18px; line-height: 1; flex: none; transition: background .2s ease; }
.faq-acc .accordion-button.collapsed .pm::before { content: '+'; }
.faq-acc .accordion-button:not(.collapsed) .pm::before { content: '\2212'; }
@media (max-width: 991.98px) { .faq-cats { flex-direction: row; flex-wrap: wrap; gap: 10px 18px; } .faq-cat { padding-left: 10px; } }

/* ---------- Shared cards (used on Services + Locations) ---------- */
.wcard { transition: transform .28s ease, box-shadow .28s ease, background-color .28s ease; }
.wcard:hover { transform: translateY(-6px); background: #d8222a; border-color: #d8222a; box-shadow: 0 16px 36px rgba(216, 34, 42, .24); }
.wcard:hover h4, .wcard:hover p { color: #fff; }
.wcard:hover .wicon { background: rgba(255, 255, 255, .18); color: #fff; }
.wicon { width: 48px; height: 48px; border-radius: 12px; background: #eef4fc; color: #1f7ae0; display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 16px; transition: background-color .28s ease, color .28s ease; }

.itag { display: inline-block; background: #eef4fc; color: #1f6fc9; font-size: 11px; font-weight: 500; border-radius: 20px; padding: 4px 11px; }

.benefit-card { background: #fff; border: 1px solid #e9eff6; border-radius: 14px; padding: 12px 18px; box-shadow: 0 8px 22px rgba(13, 60, 120, .05); cursor: pointer; transition: background-color .3s ease, border-color .3s ease, box-shadow .3s ease, transform .3s ease; }
.benefit-card i { font-size: 23px; color: #1f7ae0; transition: color .3s ease; }
.benefit-card h4 { font-family: 'Montserrat', sans-serif; font-size: 20px; font-weight: 600; line-height: 26px; color: #1f7ae0; margin: 6px 0 0; transition: color .3s ease; }
.benefit-card p { font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 14px; line-height: 20px; color: #5f7186; margin: 4px 0 0; transition: color .3s ease; }
.benefit-card:hover, .benefit-card.active { transform: translateY(-3px); background: #2f8df6; border-color: #2f8df6; box-shadow: 0 14px 32px rgba(31, 122, 224, .24); }
.benefit-card:hover i, .benefit-card:hover h4, .benefit-card.active i, .benefit-card.active h4 { color: #fff; }
.benefit-card:hover p, .benefit-card.active p { color: #e3effd; }

/* ---------- Shared "Structured Approach" process (includes/structured-approach) ---------- */
.sa-section { background: radial-gradient(125% 90% at 50% 0%, #1a64af 0%, #155aa0 52%, #124e8f 100%); padding: 60px 0; }
.sa-inner { max-width: 1140px; }
.sa-h2 { text-align: center; color: #fff; font-family: 'Montserrat', sans-serif; font-size: 32px; font-weight: 600; letter-spacing: -.01em; margin-bottom: 38px; }
.sa-timeline { position: relative; height: 44px; margin-bottom: 34px; }
.sa-tl-line { position: absolute; top: 50%; left: 6%; right: 6%; border-top: 2px dashed rgba(255, 255, 255, .35); transform: translateY(-50%); }
.sa-tl-chev { position: absolute; top: 50%; transform: translate(-50%, -50%); color: rgba(255, 255, 255, .6); font-size: 20px; }
.sa-tl-num { position: absolute; top: 50%; transform: translate(-50%, -50%); width: 44px; height: 44px; border-radius: 50%; background: #fff; color: #155aa0; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 16px; display: flex; align-items: center; justify-content: center; z-index: 2; box-shadow: 0 4px 14px rgba(0, 0, 0, .18); }
.sa-l-25 { left: 25%; } .sa-l-50 { left: 50%; } .sa-l-75 { left: 75%; }
.sa-l-125 { left: 12.5%; } .sa-l-375 { left: 37.5%; } .sa-l-625 { left: 62.5%; } .sa-l-875 { left: 87.5%; }
.scard { transition: transform .32s ease, background-color .32s ease, box-shadow .32s ease, border-color .32s ease; }
.scard:hover { transform: translateY(-6px); background: rgba(255, 255, 255, .22); border-color: rgba(255, 255, 255, .4); box-shadow: 0 20px 44px rgba(0, 0, 0, .26); }
.sa-card { position: relative; overflow: hidden; background: rgba(255, 255, 255, .13); border: 1px solid rgba(255, 255, 255, .16); border-radius: 20px; padding: 28px 26px 30px; color: #fff; height: 100%; min-height: 232px; }
.sa-card--glow::before { content: ''; position: absolute; width: 230px; height: 230px; border-radius: 50%; background: radial-gradient(circle, rgba(255, 255, 255, .22) 0%, rgba(255, 255, 255, 0) 68%); top: 24%; left: 12%; pointer-events: none; }
.sicon { position: relative; z-index: 1; width: 52px; height: 52px; border-radius: 14px; background: linear-gradient(235.74deg, #EE1C1C -35.95%, #BC0E1D -4.44%, #69A7E5 95.11%); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; box-shadow: 0 10px 22px rgba(194, 16, 46, .34); transition: transform .4s cubic-bezier(.34, 1.56, .64, 1); }
.scard:hover .sicon { transform: rotate(10deg) translateX(4px); }
.sa-sicon-i { color: #fff; font-size: 26px; }
.sa-sicon-img { width: 26px; }
.sa-h4 { position: relative; z-index: 1; font-family: 'Montserrat', sans-serif; font-size: 22px; font-weight: 700; line-height: 1.25; color: #fff; margin: 0; }
.sa-p { position: relative; z-index: 1; font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 14px; line-height: 1.5; color: #cfe0f5; margin: 12px 0 0; }
@media (max-width: 991.98px) { .sa-h2 { font-size: 28px; } .sa-card { min-height: 0; } }
@media (max-width: 767.98px) { .sa-timeline { display: none; } .sa-h2 { font-size: 24px; margin-bottom: 26px; } .sa-card { padding: 24px 22px 26px; } .sa-h4 { font-size: 20px; } }
@media (max-width: 575.98px) { .sa-section { padding: 40px 0; } }

/* ==========================================================================
   HEADER
   ========================================================================== */

.tahdr.active {  position: sticky;  top: -6px;  z-index: 1000;  animation: slideDown .50s ease forwards; }

.tahdr.active .top-marquee {     opacity: 0;    visibility: hidden;    height: 0; }
    
.tahdr.active .tahdr-topbar {     opacity: 0;    visibility: hidden;    height: 0; }

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}


.tahdr a { text-decoration: none; }

/* --- Top bar --- */
.tahdr-topbar {
  background: linear-gradient(90deg, #3a86d3 0%, #de4a4b 100%);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
}
.tahdr-topbar a { color: #fff; }
.tahdr-topbar-inner { display: flex; justify-content: space-between; align-items: center; height: 46px; }
.tahdr-topbar-left { display: flex; align-items: center; gap: 12px; }
.tahdr-topbar-right { display: flex; align-items: center; gap: 10px; }
.tahdr-phone { display: flex; align-items: center; gap: 12px; }
.tahdr-sep { opacity: .5; }
.tahdr-follow { opacity: .95; }
.tahdr .topsoc {
  width: 26px; height: 26px;
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff; font-size: 15px; transition: .2s;
}
.tahdr .topsoc:hover { transform: translateY(-2px); }
@media (max-width: 767.98px) {
  .tahdr-topbar { font-size: 13px; }
  .tahdr-topbar-inner { height: auto; flex-wrap: wrap; justify-content: center; row-gap: 6px; column-gap: 18px; padding-top: 8px; padding-bottom: 8px; }
  .tahdr-topbar-left { gap: 8px; flex-wrap: wrap; justify-content: center; }
  .tahdr-topbar-right { gap: 8px; }
  .tahdr-phone { gap: 8px; }
}
@media (max-width: 575.98px) {
  .tahdr-topbar { font-size: 12.5px; }
  .tahdr-topbar-inner { flex-direction: column; row-gap: 8px; }
}
@media (max-width: 400px) {
  .tahdr-topbar { font-size: 12px; }
  .tahdr-topbar-left { row-gap: 2px; column-gap: 10px; }
  .tahdr-sep { display: none; }
  .tahdr-follow { display: none; }
  .tahdr .topsoc { width: 24px; height: 24px; font-size: 14px; }
}


/* --- Main nav bar --- */
.tahdr-nav {  background: #fff;  box-shadow: 0 4px 18px rgba(10, 40, 80, .06); transition: all 0.35s ease; }
.tahdr-nav-inner { height: 88px; }
.tahdr-logo { display: inline-flex; align-items: center; line-height: 0; }
.tahdr-logo img { width: 94px; height: 64px; object-fit: contain; display: block; }
.tahdr-menu { gap: 30px; }
.tahdr-cta { gap: 12px; }

.tahdr .nav-link-i {
  font-family: 'Montserrat', sans-serif;
  color: #1f3148; font-size: 14px; font-weight: 500;
  line-height: 1; letter-spacing: 0; padding: 8px 0;
  transition: color .2s;
}
.tahdr .nav-link-i:hover { color: #1f7ae0; }
/* active state — replaces the prototype's JS-applied highlight */
.tahdr .nav-link-i.active { color: #1f7ae0; font-weight: 600; }

/* --- Dropdowns (CSS-hover, no JS) --- */
.tahdr .dropdown { position: relative; }
.tahdr .dropdown::after {
  content: ""; position: absolute; left: 0; right: 0; top: 100%; height: 14px;
}
.tahdr .dropdown-menu {
  border: none; box-shadow: 0 16px 40px rgba(10, 40, 80, .16);
  border-radius: 12px; padding: 8px; margin-top: 0; min-width: 230px;
  position: absolute; top: 100%; left: 0; display: block;
  visibility: hidden; opacity: 0;
  transform: translateY(12px) scale(.98); transform-origin: top center;
  pointer-events: none;
  transition: opacity .24s ease,
              transform .26s cubic-bezier(.18, .89, .32, 1.28),
              visibility 0s linear .26s;
}
.tahdr .dropdown:hover > .dropdown-menu,
.tahdr .dropdown-menu.show {
  visibility: visible; opacity: 1;
  transform: translateY(0) scale(1); pointer-events: auto;
  transition: opacity .24s ease,
              transform .26s cubic-bezier(.18, .89, .32, 1.28),
              visibility 0s;
}
.tahdr .dropdown:hover > .dropdown-menu .dropdown-item,
.tahdr .dropdown-menu.show .dropdown-item { animation: ddItemIn .34s both; }
.tahdr .dropdown:hover > .dropdown-menu .dropdown-item:nth-child(1),
.tahdr .dropdown-menu.show .dropdown-item:nth-child(1) { animation-delay: .04s; }
.tahdr .dropdown:hover > .dropdown-menu li:nth-child(2) .dropdown-item,
.tahdr .dropdown-menu.show li:nth-child(2) .dropdown-item { animation-delay: .08s; }
.tahdr .dropdown:hover > .dropdown-menu li:nth-child(3) .dropdown-item,
.tahdr .dropdown-menu.show li:nth-child(3) .dropdown-item { animation-delay: .12s; }
.tahdr .dropdown:hover > .dropdown-menu li:nth-child(4) .dropdown-item,
.tahdr .dropdown-menu.show li:nth-child(4) .dropdown-item { animation-delay: .16s; }
.tahdr .dropdown:hover > .dropdown-menu li:nth-child(5) .dropdown-item,
.tahdr .dropdown-menu.show li:nth-child(5) .dropdown-item { animation-delay: .20s; }
@keyframes ddItemIn {
  from { opacity: 0; transform: translateX(-8px); }
  to   { opacity: 1; transform: translateX(0); }
}
.tahdr .dropdown-toggle::after {
  margin-left: 6px; vertical-align: 1px;
  border-top-color: currentColor; transition: transform .25s ease;
}
.tahdr .dropdown:hover > .dropdown-toggle::after { transform: rotate(180deg); }
.tahdr .dropdown-item {
  border-radius: 8px; font-size: 14px; color: #33445c;
  padding: 9px 14px; font-weight: 500;
  transition: background .18s ease, color .18s ease, padding-left .18s ease;
}
.tahdr .dropdown-item:hover { background: #eef4fc; color: #1f7ae0; padding-left: 18px; }

/* --- CTA buttons --- */
.tahdr .btn-find {
  display: inline-flex; align-items: center; justify-content: center;
  border: 1.8px solid #1f7ae0; color: #1f7ae0; border-radius: 20px;
  font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 16px;
  line-height: 20px; letter-spacing: 0; padding: 16px 20px; transition: .2s;
}
.tahdr .btn-find:hover { background: #1f7ae0; color: #fff; }
.tahdr .btn-hire {
  display: inline-flex; align-items: center; justify-content: center;
  background: #3598FD; color: #fff; border-radius: 20px;
  font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 16px;
  line-height: 20px; letter-spacing: 0; padding: 16px 20px;
  transition: .2s; border: 1.8px solid #3598FD;
}
.tahdr .btn-hire:hover { background: #0d5cbf; border-color: #0d5cbf; }

/* --- Mobile nav (added: prototype had no mobile menu) --- */
.tahdr-toggler {
  border: 1.8px solid #1f7ae0; background: #fff; color: #1f7ae0;
  border-radius: 10px; width: 46px; height: 44px; font-size: 22px;
  display: inline-flex; align-items: center; justify-content: center;
}
.tahdr-mobile {
  background: #fff; border-top: 1px solid #eef2f7;
  box-shadow: 0 12px 24px rgba(10, 40, 80, .08);
}
.tahdr-mobile .ta-container { padding-top: 8px; padding-bottom: 16px; }
.tahdr-mobile a {
  display: block; font-family: 'Montserrat', sans-serif;
  color: #1f3148; font-size: 15px; font-weight: 500;
  padding: 12px 4px; border-bottom: 1px solid #f0f4f9;
}
.tahdr-mobile a:hover,
.tahdr-mobile a.active { color: #1f7ae0; }
.tahdr-mobile .tahdr-mobile-cta {
  display: flex; gap: 12px; margin-top: 14px;
}
.tahdr-mobile .tahdr-mobile-cta a { flex: 1; text-align: center; border-bottom: none; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.taftr { font-family: 'Poppins', sans-serif; background: #06264a; }
.taftr .shell {
  position: relative; overflow: hidden;
  background: linear-gradient(120deg, #06264a 0%, #0a386a 100%);
}
.taftr a { color: #aebfd4; text-decoration: none; font-size: 14px; transition: .2s; }
.taftr a:hover { color: #fff; }
.taftr h6 {
  color: #fff; font-family: 'Montserrat', sans-serif; font-size: 15px;
  font-weight: 600; letter-spacing: .05em; text-transform: uppercase;
  margin-bottom: 24px; position: relative; padding-bottom: 12px;
}
.taftr h6::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 34px; height: 3px; background: #1f7ae0; border-radius: 2px;
}
.taftr .fcol li {
  margin-bottom: 14px; display: flex; align-items: flex-start;
  gap: 10px; line-height: 1.4;
}
.taftr .fcol i { color: #d8222a; font-size: 12px; margin-top: 5px; }
.taftr .fsoc {
  width: 42px; height: 42px; border-radius: 50%; background: #0e3a66;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 16px; transition: .2s;
}
.taftr .fsoc:hover { background: #1f7ae0; transform: translateY(-3px); }
.taftr .gt-card {
  display: flex; align-items: center; gap: 16px; border: none;
  border-radius: 14px; padding: 16px 18px; transition: .2s;
}
.taftr .gt-card:hover { background: rgba(31, 122, 224, .08); }
.taftr .gt-ic {
  width: 46px; height: 46px; border-radius: 11px; background: #1f7ae0;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 19px; flex: none;
}

/* --- Footer layout (extracted from inline styles) --- */
.taftr-dots {
  position: absolute; top: 30px; right: 40px; width: 150px; height: 90px;
  background-image: radial-gradient(rgba(255, 255, 255, .14) 1.4px, transparent 1.6px);
  background-size: 15px 15px;
}
.taftr-body { padding-top: 58px; padding-bottom: 40px; position: relative; z-index: 1; }
.taftr-row { row-gap: 40px; }
.taftr-brand { padding-right: 30px; }
.taftr-logo { height: 78px; background: #fff; padding: 8px 14px; border-radius: 10px; }
.taftr-about { font-size: 14px; line-height: 1.75; margin-top: 22px; color: #9fb1c8; }
.taftr-divider { width: 34px; height: 3px; background: #1f7ae0; border-radius: 2px; margin: 22px 0; }
.taftr-social { gap: 12px; }
.taftr-contact { display: flex; flex-direction: column; gap: 14px; }
.taftr-ic-round { border-radius: 50%; }
.taftr-phone-num { color: #fff; font-weight: 600; font-size: 14px; font-family: 'Montserrat', sans-serif; }
.taftr-ct-label { display: block; color: #fff; font-weight: 600; font-size: 14px; }
.taftr-ct-text { color: #9fb1c8; font-size: 14px; }
.taftr-ct-addr { color: #9fb1c8; font-size: 13.5px; line-height: 1.5; }

.taftr-bottom { border-top: 1px solid rgba(255, 255, 255, .1); position: relative; z-index: 1; }
.taftr-bottom-inner { padding: 22px 12px; gap: 12px; }
.taftr-copy { font-size: 13.5px; color: #8a9cb5; }
.taftr-dev-link { color: #3f9bff; }
.taftr-legal { gap: 18px; }
.taftr-legal-sep { width: 1px; height: 14px; background: rgba(255, 255, 255, .2); }

/* ===== Header — left hamburger + right slide-in off-canvas (mobile/tablet) ===== */
.tahdr-nav-left { display: flex; align-items: center; gap: 12px; }

@media (max-width:1199px) {
 .tahdr .btn-find { padding: 12px 12px; }
 .tahdr .btn-hire { padding: 12px 12px; }
 .tahdr-menu { gap: 18px; }
    
}

@media (max-width: 991.98px) {
  .tahdr-nav-inner { height: 70px; }
  .tahdr-logo img { width: 78px; height: 54px; }
  .tahdr .btn-find, .tahdr .btn-hire { font-size: 14px; padding: 11px 16px; }
}
@media (max-width: 575.98px) {
  .tahdr-nav-inner { height: 62px; }
  .tahdr-logo img { width: 72px; height: 48px; }
}
@media (max-width: 360px) {
  .tahdr-logo img { width: 62px; height: 42px; }
  .tahdr-toggler { width: 42px; height: 40px; font-size: 20px; }
}
.tahdr-offcanvas-backdrop { position: fixed; inset: 0; background: rgba(8, 28, 56, .5); opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease; z-index: 1090; }
.tahdr-offcanvas-backdrop.open { opacity: 1; visibility: visible; }
.tahdr-offcanvas { position: fixed; top: 0; left: 0; right: auto; height: 100%; width: 320px; max-width: 86vw; background: #fff; box-shadow: 12px 0 40px rgba(8, 28, 56, .22); transform: translateX(-100%); transition: transform .34s cubic-bezier(.4, 0, .2, 1); z-index: 1100; display: flex; flex-direction: column; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.tahdr-offcanvas.open { transform: translateX(0); }
body.ta-nav-open { overflow: hidden; }
.tahdr-oc-head { display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; border-bottom: 1px solid #eef2f7; position: sticky; top: 0; background: #fff; z-index: 1; }
.tahdr-oc-logo img { width: 84px; height: auto; display: block; }
.tahdr-oc-close { background: none; border: none; font-size: 20px; line-height: 1; color: #1f3148; width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; cursor: pointer; transition: background .2s ease, color .2s ease; }
.tahdr-oc-close:hover { background: #f2f6fb; color: #d8222a; }
.tahdr-oc-menu { padding: 6px 0 8px; display: flex; flex-direction: column; }
.tahdr-oc-menu > a, .tahdr-oc-plabel { display: block; font-family: 'Montserrat', sans-serif; color: #1f3148; font-size: 15.5px; font-weight: 500; padding: 14px 20px; border-bottom: 1px solid #f3f6fa; text-decoration: none; transition: color .2s ease; }
.tahdr-oc-menu > a:hover, .tahdr-oc-plabel:hover, .tahdr-oc-menu > a.active, .tahdr-oc-plabel.active { color: #1f7ae0; }
.tahdr-oc-group { border-bottom: 1px solid #f3f6fa; }
.tahdr-oc-parent { display: flex; align-items: center; }
.tahdr-oc-parent .tahdr-oc-plabel { flex: 1; border-bottom: none; }
.tahdr-oc-ptoggle { background: none; border: none; width: 54px; align-self: stretch; color: #5f7186; font-size: 13px; display: inline-flex; align-items: center; justify-content: center; flex: none; cursor: pointer; }
.tahdr-oc-ptoggle i { transition: transform .25s ease; }
.tahdr-oc-group.open .tahdr-oc-ptoggle i { transform: rotate(180deg); }
.tahdr-oc-group.open .tahdr-oc-ptoggle { color: #1f7ae0; }
.tahdr-oc-sub { display: none; background: #f7faff; padding: 4px 0 8px; }
.tahdr-oc-group.open .tahdr-oc-sub { display: block; }
.tahdr-oc-sub a { display: block; font-family: 'Montserrat', sans-serif; color: #44566e; font-size: 14px; padding: 10px 20px 10px 34px; text-decoration: none; transition: background .15s ease, color .15s ease; }
.tahdr-oc-sub a:hover { color: #1f7ae0; background: #eef4fc; }
.tahdr-oc-cta { display: flex; flex-direction: column; gap: 10px; padding: 18px 20px 26px; }
.tahdr-oc-cta a { width: 100%; }
@media (min-width: 992px) {
  .tahdr-offcanvas, .tahdr-offcanvas-backdrop { display: none !important; }
}

/* Structured Approach — 15px side padding on mobile */
@media (max-width: 991.98px) {
  .sa-inner { padding-left: 15px; padding-right: 15px; }
}

/* ===== FAQ (shared) — responsive (1920 → 320) + 15px mobile padding ===== */
@media (max-width: 991.98px) {
  .faq-inner { padding-left: 15px; padding-right: 15px; }
  .faq-inner > .row { --bs-gutter-x: 1.5rem; }
  .faq-h { font-size: 28px; }
}
@media (max-width: 767.98px) {
  .faq-section { padding: 40px 0; }
  .faq-h { font-size: 26px; }
  .faq-acc .accordion-button { font-size: 15.5px; padding: 18px 0; gap: 12px; }
}
@media (max-width: 575.98px) {
  .faq-h { font-size: 23px; }
  .faq-cat { font-size: 15px; }
}
@media (max-width: 360px) {
  .faq-h { font-size: 21px; }
  .faq-acc .pm { width: 26px; height: 26px; font-size: 16px; }
}

/* ===== Footer — responsive (1920 → 320) ===== */
@media (max-width: 991.98px) {
  .taftr-body { padding-left: 15px; padding-right: 15px; padding-top: 46px; }
  .taftr-brand { padding-right: 0; }
  .taftr-dots { display: none; }
  .taftr-bottom-inner { padding-left: 15px; padding-right: 15px; }
}
@media (max-width: 767.98px) {
  .taftr-body { padding-top: 40px; padding-bottom: 28px; }
  .taftr-row { row-gap: 30px; }
  .taftr-bottom-inner { flex-direction: column; text-align: center; gap: 10px; }
}
@media (max-width: 575.98px) {
  .taftr-logo { height: 66px; }
  .taftr-phone-num { font-size: 18px; }
  .taftr h6 { margin-bottom: 18px; }
  .taftr-about { margin-top: 18px; }
  .benefit-card { padding: 10px 14px; }
  .benefit-card h4 { font-size: 18px; }
}

/* ===== Mobile: keep wide g-5 row gutters from overflowing the 15px container ===== */
@media (max-width: 991.98px) {
  .row.g-5 { --bs-gutter-x: 1.5rem; }
}

/* Mobile/tablet: hamburger on the RIGHT, logo on the left */
@media (max-width: 991.98px) {
  .tahdr-nav-left { flex: 1 1 auto; justify-content: space-between; }
  .tahdr-toggler { order: 2; }
}

/* ===== Service/all pages — global mobile gutter + pagehero + CTA responsive ===== */
@media (max-width: 991.98px) {
  .ta-container { padding-left: 15px; padding-right: 15px; }
  .pagehero { min-height: 380px; }
  .pagehero-inner { padding: 56px 15px; }
  .pagehero-title { font-size: 40px; line-height: 1.16; }
  .pagehero-sub { font-size: 16px; }
  .pagehero-bc { font-size: 14px; }
  .cta-h { font-size: 34px; }
  .cta-lead { max-width: none; }
}
@media (max-width: 767.98px) {
  .pagehero { min-height: 400px; }
  .pagehero-inner { padding: 40px 15px; }
  .pagehero-title { font-size: 33px; }
  .pagehero-sub { font-size: 15px; margin-top: 14px; }
  .pagehero-bc-wrap { bottom: 14px; }
  .pagehero-bc { font-size: 12px; }
  .cta-box { padding: 30px 20px; }
  .cta-h { font-size: 28px; }
}
@media (max-width: 479.98px) {
  .pagehero-inner { padding: 34px 15px; }
  .pagehero-title { font-size: 27px; line-height: 1.22; }
  .pagehero-bc { font-size: 11px; }
  .cta-h { font-size: 24px; }
}
@media (max-width: 360px) {
  .pagehero-title { font-size: 23px; }
  .benefit-card { padding: 10px 12px; }
  .benefit-card h4 { font-size: 17px; }
  .cta-card { padding: 13px 16px; gap: 12px; }
  .cta-title { font-size: 17px; }
  .cta-arrow-circle { width: 38px; height: 38px; font-size: 16px; }
}

/* ===== Go to Top button ===== */
.go-top-btn {
  position: fixed;
  bottom: 32px;
  right: 28px;
  z-index: 999;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #1f7ae0;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(31,122,224,.35);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .25s, visibility .25s, transform .25s, background .2s;
}
.go-top-btn--visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.go-top-btn:hover { background: #1562b8; }
@media (max-width: 575.98px) {
  .go-top-btn { bottom: 20px; right: 16px; width: 40px; height: 40px; font-size: 18px; }
}

/* ==========================================================================
   Search box suggestions — built by assets/js/search-suggest.js and anchored
   to the field wrappers of both search bars (locations/home .lc-, vacancies .vc-).
   ========================================================================== */
.lc-search-field, .lc-search-city, .vc-search-field { position: relative; }
.ta-sug {
  display: none;
  position: absolute; top: calc(100% + 12px); left: 0; right: 0; z-index: 60;
  min-width: 240px; max-height: 320px; overflow-y: auto;
  padding: 6px; background: #fff; border-radius: 12px;
  box-shadow: 0 16px 40px rgba(14, 42, 71, .18);
  text-align: left;
}
.ta-sug.open { display: block; }
.ta-sug-item {
  display: flex; align-items: center; gap: 10px; width: 100%;
  padding: 10px 12px; border: none; border-radius: 8px; background: none;
  font-size: 13.5px; color: #33445c; text-align: left; cursor: pointer;
}
.ta-sug-item:hover, .ta-sug-item.is-active { background: #f1f6fd; color: #0e2a47; }
.ta-sug-item strong { font-weight: 700; color: #0e2a47; }
.ta-sug-ic { flex: 0 0 auto; color: #9aa7b8; font-size: 15px; }
.ta-sug-label { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
/* The city box is narrow — let its dropdown keep a usable width. */
.lc-search-city .ta-sug { right: auto; }
