
/* =========================================================
   TASA TECHNOLOGIES — REFERENCE ALIGNMENT / OFFLINE LAYER
   Keeps the captured Elementor geometry intact.
   ========================================================= */

@font-face{
  font-family:"Josefin Sans";
  src:url("../fonts/josefin-sans.woff2") format("woff2");
  font-style:normal;
  font-weight:100 700;
  font-display:swap;
}
@font-face{
  font-family:"Lato";
  src:url("../fonts/lato.woff2") format("woff2");
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
}
@font-face{
  font-family:"elementskit";
  src:url("../fonts/elementskit.woff") format("woff");
  font-style:normal;
  font-weight:400;
  font-display:block;
}
@font-face{
  font-family:"Font Awesome 5 Brands";
  src:url("../fonts/fa-brands-400.woff2") format("woff2");
  font-style:normal;
  font-weight:400;
  font-display:block;
}
@font-face{
  font-family:"Font Awesome 5 Free";
  src:url("../fonts/fa-free.woff2") format("woff2");
  font-style:normal;
  font-weight:400 900;
  font-display:block;
}

:root{
  --tasa-primary:#002366;
  --tasa-navy:#06164C;
  --tasa-accent:#3B5788;
  --tasa-surface:#F4F6FB;
  --tasa-surface-2:#EEF2FA;
  --tasa-silver:#B0B3B4;
}

html{scroll-behavior:smooth}
body{font-family:"Lato",Arial,sans-serif}
h1,h2,h3,h4,h5,h6,.elementor-heading-title{font-family:"Josefin Sans",Arial,sans-serif}
::selection{background:var(--tasa-primary);color:#fff}

/* IMPORTANT: retain the exact captured Elementor width system. */
.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px}
.elementor-column,.elementor-widget-wrap,.elementor-widget{box-sizing:border-box}

/* TASA logo inside the original logo/header footprint.
   The header column sizes and spacing are NOT changed. */
img.tasa-brand-logo{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:118px!important;
  max-height:58px!important;
  object-fit:contain!important;
  object-position:left center!important;
}
.elementor-element-f68638a .elementor-widget-container{
  min-height:58px;
  display:flex;
  align-items:center;
}
.logo-nav img.tasa-brand-logo{max-width:125px!important;max-height:60px!important}
@media(max-width:767px){
  img.tasa-brand-logo,
  .elementor-element-f68638a img.tasa-brand-logo{max-width:105px!important;max-height:52px!important}
}

/* Exact icon fonts instead of substitute Unicode characters. */
i.icon,.icon,.icon::before,
.ekit-wid-con .icon,.ekit-wid-con .icon::before,
.ekit-wid-con .fasicon,.ekit-wid-con .fasicon::before{
  font-family:"elementskit"!important;
  font-style:normal!important;
  font-weight:400!important;
  font-variant:normal!important;
  text-transform:none!important;
  line-height:1!important;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
i.icon-envelope::before{content:"\ebc1"!important}
i.icon-facebook::before{content:"\eb43"!important}
i.icon-twitter::before{content:"\eb44"!important}
i.icon-linkedin::before{content:"\eb45"!important}
i.icon-down-arrow1::before{content:"\e994"!important}
i.icon-up-arrow1::before{content:"\e995"!important}
i.icon-play::before{content:"\e978"!important}
i.icon-settings::before{content:"\e9b8"!important}
i.icon-badge::before{content:"\eb36"!important}
i.fab{font-family:"Font Awesome 5 Brands"!important;font-style:normal!important;font-weight:400!important}
i.fa-instagram::before{content:"\f16d"!important}
i.fa-whatsapp::before{content:"\f232"!important}
i.fa,i.fas{font-family:"Font Awesome 5 Free"!important;font-style:normal!important;font-weight:900!important}

/* Keep image icons in their original boxes; only recolored source assets are used. */
.elementor-widget-image img[src*="contact1"],
.elementor-widget-image img[src*="contact2"],
.elementor-widget-image img[src*="contact3"],
.elementor-widget-image img[src*="counter1"],
.elementor-widget-image img[src*="counter2"],
.elementor-widget-image img[src*="counter3"],
.elementor-widget-image img[src*="counter4"],
.elementor-widget-image img[src*="xcounter"],
.elementor-widget-image img[src*="about1-1"],
.elementor-widget-image img[src*="about2-1"],
.elementor-widget-image img[src*="price1"],
.elementor-widget-image img[src*="price2"]{
  object-fit:contain!important;
  object-position:center!important;
}

/* Entrance animation support — visibility only; never modifies layout dimensions. */
.offline-js .offline-anim{
  visibility:hidden!important;
  animation:none!important;
  will-change:transform,opacity;
  backface-visibility:hidden;
}
.offline-js .offline-anim.offline-anim-active{visibility:visible!important}
.offline-js .offline-anim.offline-anim-active.animated{
  animation-duration:1.2s!important;
  animation-fill-mode:both!important;
}
.offline-js .offline-anim.offline-anim-done{
  visibility:visible!important;
  will-change:auto;
}

/* Sticky nav follows the original position without changing its internal alignment. */
.elementor-element-5cf302b.offline-sticky{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  z-index:9998!important;
  background:#fff!important;
  box-shadow:0 8px 24px rgba(2,9,54,.10)!important;
}

/* Mobile menu state only — does not affect desktop menu geometry. */
.tf-nav-menu .nav-panel.active{
  visibility:visible!important;
  opacity:1!important;
  transform:translateX(0)!important;
  z-index:10001!important;
}
.tf-nav-menu .mobile-menu-overlay.active{
  visibility:visible!important;
  opacity:1!important;
  z-index:10000!important;
}
.mainnav-mobi ul.sub-menu.offline-open{
  display:block!important;
  height:auto!important;
  opacity:1!important;
  visibility:visible!important;
}

/* Captured Swiper geometry must remain untouched.
   We only provide transition timing and cursor behavior. */
.swiper{touch-action:pan-y}
.swiper-wrapper{will-change:transform}
.swiper-pagination-bullet{cursor:pointer}

/* Local form feedback */
.offline-form-status{
  display:none;
  margin-top:14px;
  padding:12px 15px;
  border-radius:5px;
  background:var(--tasa-surface);
  color:var(--tasa-primary);
  font-weight:700;
  border-left:3px solid var(--tasa-primary);
}
.offline-form-status.show{display:block}

/* Local video modal */
.offline-video-modal{
  position:fixed;inset:0;background:rgba(0,0,0,.8);z-index:20000;
  display:none;align-items:center;justify-content:center;padding:25px
}
.offline-video-modal.open{display:flex}
.offline-video-card{
  position:relative;width:min(860px,94vw);aspect-ratio:16/9;
  background:#171717 url("../assets/Home-services-3.jpg") center/cover no-repeat;
  border-radius:8px;overflow:hidden;box-shadow:0 25px 70px rgba(0,0,0,.45)
}
.offline-video-card:after{
  content:"TASA Technologies";
  position:absolute;inset:0;display:grid;place-items:center;
  background:rgba(0,35,102,.68);color:#fff;
  font:700 28px "Josefin Sans",Arial,sans-serif;
  text-transform:uppercase;letter-spacing:1px
}
.offline-video-close{
  position:absolute;right:14px;top:14px;z-index:3;width:42px;height:42px;
  border-radius:50%;border:0;background:#fff;color:var(--tasa-primary);
  font-size:28px;cursor:pointer
}

/* Locally generated More pages — unrelated to captured homepage geometry. */
.offline-page{background:#fff;color:#333}
.offline-inner-hero{
  min-height:430px;display:flex;align-items:center;justify-content:center;
  text-align:center;color:#fff;position:relative;
  background:var(--tasa-primary) url("../assets/wd-banner.jpg") center/cover no-repeat
}
.offline-inner-hero:before{content:"";position:absolute;inset:0;background:rgba(0,35,102,.84)}
.offline-inner-hero .inner{position:relative;z-index:1;padding:90px 20px 60px}
.offline-inner-hero h1{font-size:52px;line-height:1.05;margin:10px 0 0;color:#fff}
.offline-kicker{font-weight:700;letter-spacing:2px;text-transform:uppercase;font-size:14px}
.offline-content{max-width:1140px;margin:auto;padding:105px 20px 120px}
.offline-content h2{font-size:42px;line-height:1.15;margin:0 0 18px}
.offline-content>p{max-width:760px;color:#636363;font-size:17px;line-height:1.8}
.offline-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:45px}
.offline-card{
  background:#fff;border:1px solid #eee;padding:30px;border-radius:5px;
  box-shadow:0 5px 15px rgba(0,0,0,.08);transition:.3s
}
.offline-card:hover{transform:translateY(-8px);box-shadow:0 18px 35px rgba(0,0,0,.13)}
.offline-card img{max-width:100%;border-radius:4px}
.offline-card h3{font-size:25px;margin:18px 0 10px}
.offline-card p{color:#636363;line-height:1.7}
.offline-btn{
  display:inline-block;background:var(--tasa-primary);color:#fff!important;
  padding:15px 26px;margin-top:18px;text-decoration:none;border-radius:3px;font-weight:700
}
.offline-faq{margin-top:40px;border-top:1px solid #eee}
.offline-faq-item{border-bottom:1px solid #eee}
.offline-faq-q{
  width:100%;border:0;background:#fff;padding:22px 5px;text-align:left;
  font:700 20px "Josefin Sans",Arial;display:flex;justify-content:space-between;cursor:pointer
}
.offline-faq-a{display:none;padding:0 5px 24px;color:#636363;line-height:1.8}
.offline-faq-item.open .offline-faq-a{display:block}
.offline-faq-item.open .offline-faq-q{color:var(--tasa-primary)}
.offline-coming{text-align:center;max-width:760px;margin:auto}
.offline-coming .big{font-size:82px;color:var(--tasa-primary);font-family:"Josefin Sans",Arial;font-weight:700}
@media(max-width:900px){
  .offline-grid{grid-template-columns:repeat(2,1fr)}
  .offline-inner-hero h1{font-size:42px}
}
@media(max-width:600px){
  .offline-grid{grid-template-columns:1fr}
  .offline-inner-hero{min-height:330px}
  .offline-inner-hero h1{font-size:36px}
  .offline-content{padding:70px 18px 80px}
  .offline-content h2{font-size:34px}
}

/* ===== HOME PAGE MINIMAL PROFESSIONAL CORRECTIONS ===== */
body.home{--tasa-home-blue:#002366;--tasa-home-blue-2:#3f5e96}

/* Top bar: use the EXISTING email column border only. Give email enough width so it never crosses the separator. */
@media(min-width:768px){
  body.home .elementor-element-9696e1f .elementor-element-6080d80{width:38%!important}
  body.home .elementor-element-9696e1f .elementor-element-4a706d0{width:30%!important}
  body.home .elementor-element-9696e1f .elementor-element-ac4b5fb{width:32%!important}
  body.home .elementor-element-9696e1f .elementor-element-6080d80>.elementor-element-populated{padding-right:28px!important}
  body.home .elementor-element-9696e1f .elementor-element-4a706d0>.elementor-element-populated{padding-left:28px!important}
}
body.home .tasa-top-svg{width:16px;height:16px;display:block;fill:#fff}
body.home .elementor-element-38fbc3b .tasa-top-svg{width:19px;height:19px}
body.home .elementor-element-9696e1f .elementor-icon-list-item a{display:flex;align-items:center}
body.home .elementor-element-9696e1f .elementor-icon-list-icon{display:inline-flex;align-items:center;justify-content:center}
body.home .elementor-element-9f02d01 .ekit_social_media>li>a{display:inline-flex!important;align-items:center;justify-content:center;padding:0!important;text-align:center!important}
body.home .tasa-social-svg{width:14px;height:14px;fill:currentColor;display:block}

/* Testimonial slider: two complete cards, no clipped edge cards. */
body.home .elementor-element-940bf79 .ekit-main-swiper{overflow:hidden!important;width:100%}
body.home .elementor-element-940bf79 .swiper-wrapper{display:flex!important;gap:18px!important;transition:transform .6s cubic-bezier(.22,.61,.36,1)!important;will-change:transform}
body.home .elementor-element-940bf79 .swiper-slide{flex:0 0 calc((100% - 18px)/2)!important;max-width:calc((100% - 18px)/2)!important;margin:0!important;height:auto}
body.home .tasa-testimonial-pagination{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:18px;min-height:8px}
body.home .tasa-testimonial-pagination button{appearance:none;border:0;padding:0;width:6px;height:6px;border-radius:50%;background:#c8d1e3;cursor:pointer;transition:.25s ease}
body.home .tasa-testimonial-pagination button.active{width:18px;border-radius:6px;background:var(--tasa-home-blue)}
@media(max-width:767px){body.home .elementor-element-940bf79 .swiper-slide{flex-basis:100%!important;max-width:100%!important}}

/* Preserve icon artwork; only the former maroon accents inside copied PNGs were recolored. */
body.home img[src*="home-about"],body.home img[src*="home-counter"],body.home img[src*="home-contact"]{filter:none!important;opacity:1!important}

/* Real technology names, no dummy logoipsum. Keep restrained original proportions. */
body.home .tasa-tech-item{display:flex;align-items:center;justify-content:center;gap:9px;min-height:42px;color:#7d86a3;white-space:nowrap}
body.home .tasa-tech-mark{width:26px;height:26px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#eef3fb;color:var(--tasa-home-blue);font:700 11px "Lato",sans-serif}
body.home .tasa-tech-name{font:700 15px "Josefin Sans",sans-serif;color:#858ba2}

/* =========================================================
   FINAL SHARED TOP UTILITY HEADER + ICON COLOR CONSISTENCY
   This layer intentionally does NOT change page geometry.
   ========================================================= */
:root{--tasa-icon-blue:#002366;--tasa-icon-light:#bccae4}

/* Same utility header on every page */
.elementor-element-9696e1f > .elementor-container{
  display:flex!important;
  align-items:center!important;
  gap:28px!important;
}
.elementor-element-9696e1f .elementor-element-6080d80,
.elementor-element-9696e1f .elementor-element-4a706d0{
  width:auto!important;
  flex:0 0 auto!important;
}
.elementor-element-9696e1f .elementor-element-ac4b5fb{
  width:auto!important;
  flex:0 0 auto!important;
  margin-left:auto!important;
}
.elementor-element-9696e1f .elementor-element-6080d80 > .elementor-element-populated,
.elementor-element-9696e1f .elementor-element-4a706d0 > .elementor-element-populated{
  padding-left:0!important;
  padding-right:0!important;
  border:0!important;
}
.elementor-element-9696e1f .elementor-element-aa0ea4b .elementor-icon-list-item,
.elementor-element-9696e1f .elementor-element-aa0ea4b .elementor-icon-list-item a,
.elementor-element-9696e1f .elementor-element-38fbc3b .elementor-icon-list-item,
.elementor-element-9696e1f .elementor-element-38fbc3b .elementor-icon-list-item a{
  display:flex!important;
  align-items:center!important;
  white-space:nowrap!important;
}
/* The separator is now in normal document flow, directly AFTER the email. */
.elementor-element-9696e1f .elementor-element-aa0ea4b .elementor-icon-list-item::after{
  content:"";
  display:block;
  flex:0 0 1px;
  width:1px;
  height:31px;
  background:rgba(255,255,255,.55);
  margin-left:22px;
}
.elementor-element-9696e1f .elementor-icon-list-icon{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 auto!important;
  margin-right:10px!important;
}
.elementor-element-9696e1f .tasa-top-svg{
  width:17px!important;
  height:17px!important;
  display:block!important;
  color:#fff!important;
  fill:#fff!important;
  overflow:visible!important;
}
.elementor-element-9696e1f .tasa-phone-svg{
  width:21px!important;
  height:21px!important;
  fill:none!important;
  stroke:#fff!important;
}
.elementor-element-9696e1f .ekit_social_media{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  margin:0!important;
  padding:0!important;
}
.elementor-element-9696e1f .ekit_social_media li{list-style:none!important;margin:0!important}
.elementor-element-9696e1f .ekit_social_media>li>a{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.elementor-element-9696e1f .tasa-social-svg{display:block!important;fill:currentColor!important}

/* Home technology block: true brand marks, no letter badges */
.tasa-shared-tech-section .tasa-tech-brand{
  min-height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:13px;
  white-space:nowrap;
}
.tasa-shared-tech-section .tasa-tech-brand-icon{
  width:34px!important;
  height:34px!important;
  max-width:34px!important;
  object-fit:contain!important;
  display:block!important;
}
.tasa-shared-tech-section .tasa-tech-brand-name{
  font-family:"Josefin Sans",Arial,sans-serif;
  font-size:17px;
  line-height:1;
  font-weight:700;
  color:#7e86a0;
}

/* Shared icon color: light-surface icon glyphs use the TASA blue.
   Dark utility/footer backgrounds explicitly keep their white icons. */
.elementor-widget-icon .elementor-icon,
.elementor-widget-icon-list .elementor-icon-list-icon i,
.elementskit-card .ekit_accordion_icon_group i,
.wn-icon-box .icon,
.wn-icon-box i,
.elementor-widget-elementskit-icon-box .elementskit-info-box-icon i,
.elementor-widget-elementskit-icon-box .elementskit-box-header i{
  color:var(--tasa-icon-blue)!important;
  border-color:var(--tasa-icon-blue)!important;
}
.elementor-element-9696e1f i,
.elementor-element-9696e1f svg,
.elementor-element-9696e1f .elementor-icon-list-icon i,
footer i,
footer svg{
  color:#fff!important;
}

@media(max-width:767px){
  .elementor-element-9696e1f > .elementor-container{
    gap:12px!important;
    justify-content:center!important;
    flex-wrap:wrap!important;
  }
  .elementor-element-9696e1f .elementor-element-aa0ea4b .elementor-icon-list-item::after{display:none!important}
  .elementor-element-9696e1f .elementor-element-ac4b5fb{margin-left:0!important}
}

/* =========================================================
   FINAL GLOBAL TOP BAR — exact consistent component on every page
   Requested reference navy sampled from supplied image: #18274E
   ========================================================= */
.tasa-global-topbar-section{
  background:#18274E !important;
  background-image:none !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  min-height:64px !important;
  overflow:visible !important;
}
.tasa-global-topbar-section > .elementor-background-overlay,
.tasa-global-topbar-section > .elementor-motion-effects-container{
  display:none !important;
}
.tasa-global-topbar{
  width:100%;
  min-height:64px;
  padding:0 24px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  color:#fff;
  font-family:"Lato",Arial,sans-serif;
  box-sizing:border-box;
}
.tasa-topbar-left{
  display:flex;
  align-items:center;
  gap:18px;
  min-width:0;
}
.tasa-topbar-item{
  display:inline-flex !important;
  align-items:center;
  gap:12px;
  color:#fff !important;
  text-decoration:none !important;
  font-size:20px !important;
  font-weight:400 !important;
  line-height:1 !important;
  white-space:nowrap;
  margin:0 !important;
  padding:0 !important;
}
.tasa-topbar-item:hover{color:#fff !important;opacity:.9}
.tasa-topbar-icon{
  width:28px;
  height:28px;
  display:block;
  flex:0 0 28px;
  color:#fff;
}
.tasa-phone-icon{
  width:31px;
  height:31px;
  flex-basis:31px;
}
.tasa-topbar-separator{
  display:block;
  width:1px;
  height:34px;
  flex:0 0 1px;
  background:rgba(255,255,255,.82);
  margin:0 4px 0 2px;
}
.tasa-topbar-social{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
  margin-left:auto;
}
.tasa-topbar-social a{
  width:40px;
  height:40px;
  flex:0 0 40px;
  border:2px solid rgba(255,255,255,.92);
  border-radius:50%;
  display:flex !important;
  align-items:center;
  justify-content:center;
  color:#fff !important;
  text-decoration:none !important;
  margin:0 !important;
  padding:0 !important;
  box-sizing:border-box;
  transition:background-color .2s ease,transform .2s ease;
}
.tasa-topbar-social a:hover{
  color:#18274E !important;
  background:#fff;
  transform:translateY(-1px);
}
.tasa-topbar-social svg{
  width:21px;
  height:21px;
  display:block;
}

/* =========================================================
   ABOUT + PROJECTS progress component
   Fill sampled from supplied progress reference: #3B5788
   Track sampled: #EEEEEE
   ========================================================= */
.tasa-progress-page .elementor-widget-progress{
  margin-bottom:14px !important;
}
.tasa-progress-page .elementor-widget-progress .elementor-title{
  display:block !important;
  margin:0 0 7px 0 !important;
  padding:0 !important;
  color:#222 !important;
  font-family:"Lato",Arial,sans-serif !important;
  font-size:20px !important;
  font-weight:400 !important;
  line-height:1.2 !important;
}
.tasa-progress-page .elementor-progress-wrapper{
  position:relative;
  width:100%;
  height:38px !important;
  overflow:hidden;
  background:#EEEEEE !important;
  border-radius:2px !important;
  line-height:38px !important;
}
.tasa-progress-page .elementor-progress-bar.tasa-progress-fill{
  position:relative;
  height:100% !important;
  min-height:38px !important;
  width:0%;
  background:#3B5788 !important;
  border-radius:2px !important;
  transition:width 1.55s cubic-bezier(.22,1,.36,1) !important;
  overflow:hidden;
}
.tasa-progress-page .elementor-progress-text{
  display:none !important;
}
.tasa-progress-page .elementor-progress-percentage{
  position:absolute !important;
  right:18px !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  color:#fff !important;
  font-family:"Lato",Arial,sans-serif !important;
  font-size:14px !important;
  font-weight:700 !important;
  line-height:1 !important;
  opacity:0;
  transition:opacity .25s ease .65s;
  margin:0 !important;
  padding:0 !important;
}
.tasa-progress-page .tasa-progress-animated.is-loaded .elementor-progress-percentage{
  opacity:1;
}

@media (min-width:1200px){
  .tasa-global-topbar{padding-left:42px;padding-right:42px}
}
@media (max-width:900px){
  .tasa-global-topbar{min-height:58px;padding:0 18px;gap:18px}
  .tasa-topbar-left{gap:12px}
  .tasa-topbar-item{font-size:15px !important;gap:8px}
  .tasa-topbar-icon{width:21px;height:21px;flex-basis:21px}
  .tasa-phone-icon{width:23px;height:23px;flex-basis:23px}
  .tasa-topbar-separator{height:26px;margin:0 2px}
  .tasa-topbar-social{gap:8px}
  .tasa-topbar-social a{width:33px;height:33px;flex-basis:33px}
  .tasa-topbar-social svg{width:17px;height:17px}
}
@media (max-width:650px){
  .tasa-global-topbar{flex-wrap:wrap;justify-content:center;padding:10px 12px;gap:9px;min-height:auto}
  .tasa-topbar-left{width:100%;justify-content:center;gap:8px}
  .tasa-topbar-item{font-size:12.5px !important;gap:6px}
  .tasa-topbar-icon{width:18px;height:18px;flex-basis:18px}
  .tasa-phone-icon{width:19px;height:19px;flex-basis:19px}
  .tasa-topbar-separator{height:22px}
  .tasa-topbar-social{margin-left:0;width:100%;justify-content:center}
  .tasa-topbar-social a{width:30px;height:30px;flex-basis:30px;border-width:1.5px}
  .tasa-topbar-social svg{width:15px;height:15px}
  .tasa-progress-page .elementor-widget-progress .elementor-title{font-size:17px !important}
  .tasa-progress-page .elementor-progress-wrapper,
  .tasa-progress-page .elementor-progress-bar.tasa-progress-fill{height:32px !important;min-height:32px !important}
  .tasa-progress-page .elementor-progress-percentage{right:12px !important;font-size:12px !important}
}


/* Shared Technology block — Home + Projects only */
.tasa-shared-tech-section .tasa-tech-brand-name{
  color:#7e86a0!important;
}
.tasa-shared-tech-section .tasa-tech-brand-icon{
  filter:none!important;
}
@media (max-width:767px){
  .tasa-shared-tech-section .elementor-container{
    flex-wrap:wrap!important;
  }
  .tasa-shared-tech-section .elementor-inner-column{
    width:50%!important;
  }
  .tasa-shared-tech-section .tasa-tech-brand{
    min-height:50px;
    gap:9px;
  }
  .tasa-shared-tech-section .tasa-tech-brand-icon{
    width:30px!important;
    height:30px!important;
    max-width:30px!important;
  }
  .tasa-shared-tech-section .tasa-tech-brand-name{
    font-size:15px!important;
  }
}
@media (max-width:430px){
  .tasa-shared-tech-section .elementor-inner-column{
    width:100%!important;
  }
}


/* =========================================================
   FINAL TECHNOLOGY DELIVERY CARD — Home + Projects
   Exact replacement requested by user. Isolated class names
   so no other website section changes.
   ========================================================= */
.tasa-tech-delivery-section{
  background:#fff;
  padding:56px 28px 76px;
  box-sizing:border-box;
}
.tasa-tech-delivery-card{
  width:min(1440px, 100%);
  margin:0 auto;
  background:#fff;
  border:1px solid #e8ebf1;
  border-radius:28px;
  box-shadow:0 12px 28px rgba(31,48,84,.13);
  padding:42px 72px 48px;
  box-sizing:border-box;
  text-align:center;
}
.tasa-tech-delivery-eyebrow{
  color:#183f87;
  font-family:"Lato",Arial,sans-serif;
  font-size:21px;
  line-height:1.2;
  font-weight:400;
  margin-bottom:16px;
}
.tasa-tech-delivery-card h2{
  margin:0;
  color:#292929;
  font-family:"Josefin Sans",Arial,sans-serif;
  font-size:39px;
  line-height:1.15;
  font-weight:500;
  letter-spacing:-.5px;
}
.tasa-tech-delivery-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  align-items:center;
  gap:34px 56px;
  margin-top:50px;
}
.tasa-tech-delivery-item{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  min-width:0;
}
.tasa-tech-delivery-icon{
  width:40px;
  height:40px;
  max-width:40px;
  max-height:40px;
  display:block;
  object-fit:contain;
  flex:0 0 40px;
  filter:none!important;
}
.tasa-tech-delivery-item span{
  color:#7d849d;
  font-family:"Lato",Arial,sans-serif;
  font-size:19px;
  line-height:1.2;
  font-weight:700;
  white-space:nowrap;
}
@media (max-width:1024px){
  .tasa-tech-delivery-section{padding:44px 22px 60px}
  .tasa-tech-delivery-card{padding:38px 42px 42px;border-radius:24px}
  .tasa-tech-delivery-card h2{font-size:34px}
  .tasa-tech-delivery-grid{gap:30px 28px;margin-top:42px}
  .tasa-tech-delivery-icon{width:36px;height:36px;max-width:36px;max-height:36px;flex-basis:36px}
  .tasa-tech-delivery-item span{font-size:17px}
}
@media (max-width:767px){
  .tasa-tech-delivery-section{padding:34px 16px 48px}
  .tasa-tech-delivery-card{padding:32px 20px 34px;border-radius:20px}
  .tasa-tech-delivery-eyebrow{font-size:18px;margin-bottom:12px}
  .tasa-tech-delivery-card h2{font-size:28px}
  .tasa-tech-delivery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 16px;margin-top:34px}
  .tasa-tech-delivery-item{justify-content:flex-start;padding-left:10%}
  .tasa-tech-delivery-icon{width:33px;height:33px;max-width:33px;max-height:33px;flex-basis:33px}
  .tasa-tech-delivery-item span{font-size:16px}
}
@media (max-width:430px){
  .tasa-tech-delivery-card{padding:28px 16px 30px}
  .tasa-tech-delivery-card h2{font-size:25px}
  .tasa-tech-delivery-grid{grid-template-columns:1fr;gap:19px;margin-top:30px}
  .tasa-tech-delivery-item{justify-content:center;padding-left:0}
}
