.hero-block {
      position: absolute;
      top: 50%;
      left: 6%;
      transform: translateY(-50%);
      max-width: 550px;
      text-align: left;
      z-index: 5;
  }
  .hero-title {
      font-size: clamp(1.6rem, 3vw, 3rem); 
      font-weight: 700;
      color: #0A1A44; 
      line-height: 1.3;
      margin-bottom: 18px;
  }
  
 

.hero-subtitle {
    font-size: clamp(1rem, 1.4vw, 1.2rem);
    color: #3c3c3c; 
    margin-bottom: 25px;
    line-height: 1.55;
    font-weight: 500; 
}
  .hero-btn {
      padding: 12px 28px;
      font-size: 1.05rem;
      border-radius: 6px;
  }
  
  .hero-slideshow {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      overflow: hidden;
  }
  .hero-slideshow img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: blur(4px) brightness(0.7); 
      opacity: 0;
      animation: fadeSlide 25s infinite;
  }
  .hero-slideshow::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.5);  
    z-index: 1;
}
  .hero-slideshow img:nth-child(1) { animation-delay: 0s; }
  .hero-slideshow img:nth-child(2) { animation-delay: 5s; }
  .hero-slideshow img:nth-child(3) { animation-delay: 10s; }
  .hero-slideshow img:nth-child(4) { animation-delay: 15s; }
  .hero-slideshow img:nth-child(5) { animation-delay: 20s; }
  @keyframes fadeSlide {
      0% { opacity: 0; }
      10% { opacity: 1; }
      30% { opacity: 1; }
      40% { opacity: 0; }
      100% { opacity: 0; }
  }
  .hero-slideshow img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(2px) brightness(0.7); 
    opacity: 0;
    animation: fadeSlide 25s infinite;
    transition: opacity 1s ease-in-out;
}

.hero-slideshow::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.4); 
    z-index: 1;
    transition: opacity 1s ease-in-out; 
}
@keyframes fadeSlide {
    0% { opacity: 0; }
    10% { opacity: 1; }
    30% { opacity: 1; }
    40% { opacity: 0; }
    100% { opacity: 0; }
}
  
  .carousel-caption,
  .hero-title,
  .hero-subtitle,
  .hero-btn {
      position: relative;
      z-index: 5 !important;
  }
  
  .carousel-item {
      height: 100vh;
      position: relative;
  }
  .carousel-item .carousel-caption {
      top: 50%;
      transform: translateY(-50%);
      padding-top: 70px; 
  }
  .carousel-caption {
      z-index: 10 !important;
      position: relative;
  }
  @media (max-width: 768px) {
      .hero-block {
          left: 5%;
          top: 55%;
          max-width: 90%;
      }
  
      .hero-title {
          font-size: 1.6rem;
      }
  
      .hero-subtitle {
          font-size: 0.95rem;
      }
  
      .hero-btn {
          font-size: 1rem;
          padding: 10px 22px;
      }
  }

.hero-btn-primary {
    background: #1A4FFF;   
    color: #fff;
    border-radius: 8px;
    padding: 12px 26px;
    font-weight: 600;
    border: none;
    transition: 0.3s ease;
}

.hero-btn-primary:hover {
    background: #0039d6;
    transform: translateY(-2px);
}
.hero-btn-secondary {
    background: rgba(255,255,255,0.10);
    color: #fff;
    border: 2px solid #ffffff;
    border-radius: 8px;
    padding: 12px 26px;
    font-weight: 500;
    transition: 0.3s ease;
}

.hero-btn-secondary:hover {
    background: #ffffff;
    color: #0A1A44;    
    transform: translateY(-2px);
}

.hero-side-box{
  background:#fff;
  color:#0A1A44;
  border-radius:12px;
  box-shadow:0 8px 22px rgba(0,0,0,0.15);
  padding: 1rem;              
  z-index:20;
  font-size: 0.95rem;         
  line-height: 1.45;
}

@media (min-width: 992px){
  .hero-side-box{
    position: absolute;      
    right: 3%;
    bottom: 6%;
    max-width: 430px;
    z-index: 999;            
  }
}
.hero-side-box .btn{
  padding: .35rem .75rem;
  font-size: .85rem;
}
@media (max-width: 991.98px){
  .carousel-caption{
    padding-bottom: 40px !important;
  }
}
@media (max-width: 991.98px){
  .hero-side-box{
    position: static;
    max-width: 100%;
    margin-top: 1.25rem;
  }

  .carousel-item .carousel-caption{
    top: 0 !important;
    transform: none !important;
    padding-top: var(--header-offset) !important;
    padding-bottom: 20px;
  }
}
@media (max-width: 991.98px){
  .carousel-item{
    height: auto !important;     
    min-height: 100vh;           
    padding-bottom: 24px;        
  }
}

@media (max-width: 991.98px){
  .hero-wrap{
    margin-bottom: 12px !important; 
  }
  .mobile-about{
    margin-top: 12px !important;    
  }
}
@media (max-width: 991.98px){
  #about-details-desktop{ display:none !important; }
}
.section-divider{
  display: block;
  width: 140px;                 
  height: 4px;                  
  border-radius: 999px;         
  background: rgba(10,26,68,.18);
}
.why-box{
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(10,26,68,.12);
  border-radius: 12px;
  padding: 16px 18px;
}

.why-box-title{
  font-weight: 700;
  color: #0A1A44;
  margin-bottom: 10px;
}

.why-list{
  margin: 0 0 12px 18px;
}

.why-list-strong{
  list-style: none;
  padding-left: 0;
}

.why-list-strong li{
  padding: 8px 0;
}
.simple-frame{
  border: 2px solid rgba(10,26,68,.15);
  border-radius: 18px;
  padding: 26px;
  background: #fff;
}

@media (max-width: 991.98px){
  .simple-frame{
    padding: 18px;
    border-radius: 14px;
  }
}
.card-img-top{
  height: 230px;
  object-fit: cover;
}

.card{
  border-radius: 12px;
  overflow: hidden;
}

.card-body{
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-sep{
  display: flex;
  justify-content: center;
  margin: 48px 0;              
}

.section-sep span{
  width: 140px;                
  height: 4px;                 
  border-radius: 999px;        
  background: rgba(10,26,68,.16);
}

@media (max-width: 991.98px){
  .section-sep{
    margin: 28px 0;            
  }
  .section-sep span{
    width: 110px;
    height: 4px;
  }
}

@media (max-width: 991.98px){
  .container-fluid.fixed-top{
    background: #fff !important;
    box-shadow: 0 6px 18px rgba(0,0,0,.08);
    z-index: 2000;
  }
  .navbar{
    background: #fff !important;
    z-index: 10000;
  }

.navbar-brand{ margin-right: 8px; }
}
@media (max-width: 991.98px){
  .container-fluid.fixed-top{ box-shadow: none; }
  .container-fluid.fixed-top.is-scrolled{
    background:#fff !important;
    box-shadow: 0 6px 18px rgba(0,0,0,.10);
  }
}
.page-header{
  position: relative;
  height: 320px;
  width: 100%;
  background: url("../../img/Sign Mockup.png") center center / cover no-repeat;
  background-image: image-set(url("../../img/Sign Mockup.webp") type("image/webp"), url("../../img/Sign Mockup.png") type("image/png"));
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: var(--header-offset); 
}

.page-header::before{
  content:"";
  position:absolute;
  inset:0;
  
}

.page-header .container,
.page-header h1{
  position: relative;
  z-index: 2;
}

@media (max-width: 991.98px){
  .page-header{
    margin-top: var(--header-offset);
    height: 220px;
  }
  .page-header h1{
    font-size: 2rem;
  }
}

:root{
  --atteca-navy:#0A1A44;
  --atteca-blue:#1A4FFF;
  --atteca-ink: rgba(0,0,0,.78);
  --atteca-muted: rgba(0,0,0,.62);
  --atteca-border: rgba(10,26,68,.12);
  --atteca-soft: rgba(26,79,255,.06);
}
.service-bc a{
  text-decoration:none;
  color: rgba(10,26,68,.78);
  font-weight:600;
}
.service-bc .active{ color: rgba(0,0,0,.55); }
.service-premium{
  background: radial-gradient(1200px 600px at 10% -10%, rgba(26,79,255,.10), transparent 60%),
              radial-gradient(900px 500px at 90% 10%, rgba(10,26,68,.08), transparent 60%);
}
.service-hero-card{
  border: 1px solid var(--atteca-border);
  border-radius: 22px;
  overflow:hidden;
  background: linear-gradient(180deg, #fff, rgba(26,79,255,.03));
  box-shadow: 0 18px 40px rgba(0,0,0,.08);
}
.service-hero-top{
  padding: 26px 26px 18px 26px;
}
.service-pill-wrap{
  display:flex;
  flex-wrap:wrap;
  gap: 8px;
}
.service-pill{
  display:inline-flex;
  align-items:center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(26,79,255,.10);
  border: 1px solid rgba(26,79,255,.20);
  color: var(--atteca-blue);
  font-weight:700;
  font-size: .88rem;
}
.service-h1{
  color: var(--atteca-navy);
  font-weight: 900;
  letter-spacing: -0.4px;
  line-height: 1.12;
  margin: 0;
  font-size: clamp(1.6rem, 2.2vw, 2.25rem);
}
.service-lead{
  color: var(--atteca-muted);
  line-height: 1.75;
  font-size: 1.02rem;
}
.service-kpis{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 10px;
  padding: 0 26px 22px 26px;
}
.kpi{
  border: 1px solid rgba(10,26,68,.10);
  background: #fff;
  border-radius: 16px;
  padding: 14px 14px;
  text-align:left;
}
.kpi-num{
  color: var(--atteca-navy);
  font-weight: 900;
  font-size: 1.35rem;
  line-height: 1;
}
.kpi-label{
  color: rgba(0,0,0,.55);
  font-weight: 700;
  font-size: .92rem;
  margin-top: 6px;
}
.service-panel{
  background: #fff;
  border: 1px solid var(--atteca-border);
  border-radius: 18px;
  padding: 18px 18px;
  box-shadow: 0 12px 28px rgba(0,0,0,.06);
}
.panel-title{
  color: var(--atteca-navy);
  font-weight: 900;
  margin-bottom: 10px;
  display:flex;
  align-items:center;
}
.panel-list{
  margin: 0;
  padding-left: 18px;
  color: var(--atteca-muted);
  line-height: 1.7;
}
.service-block{
  background: #fff;
  border: 1px solid var(--atteca-border);
  border-radius: 20px;
  padding: 22px 22px;
  box-shadow: 0 14px 34px rgba(0,0,0,.06);
}
.block-head{ margin-bottom: 14px; }
.block-title{
  margin:0;
  color: var(--atteca-navy);
  font-weight: 900;
  letter-spacing: -0.2px;
}
.block-sub{
  margin: 6px 0 0 0;
  color: var(--atteca-muted);
}
.deliver-card{
  display:flex;
  gap: 12px;
  align-items:flex-start;
  border: 1px solid rgba(10,26,68,.10);
  background: linear-gradient(180deg, #fff, rgba(26,79,255,.03));
  border-radius: 16px;
  padding: 14px 14px;
  transition: transform .18s ease, box-shadow .18s ease;
}
.deliver-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0,0,0,.08);
}
.deliver-ico{
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(26,79,255,.12);
  border: 1px solid rgba(26,79,255,.18);
  color: var(--atteca-blue);
  flex: 0 0 42px;
}
.deliver-title{
  color: var(--atteca-navy);
  font-weight: 900;
  margin-bottom: 2px;
}
.deliver-text{
  color: var(--atteca-muted);
  line-height: 1.55;
}
.pro-timeline{
  border: 1px solid rgba(10,26,68,.10);
  border-radius: 18px;
  padding: 12px;
  background: rgba(26,79,255,.03);
}
.pro-step{
  display:flex;
  gap: 14px;
  align-items:flex-start;
  padding: 14px 12px;
  background: #fff;
  border: 1px solid rgba(10,26,68,.08);
  border-radius: 16px;
}
.pro-step + .pro-step{ margin-top: 10px; }
.step-badge{
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 900;
  color: #fff;
  background: var(--atteca-navy);
  flex: 0 0 46px;
}
.step-title{
  color: var(--atteca-navy);
  font-weight: 900;
  margin-bottom: 3px;
}
.step-text{
  color: var(--atteca-muted);
  line-height: 1.6;
}
.premium-acc .accordion-item{
  border: 1px solid rgba(10,26,68,.10);
  border-radius: 16px !important;
  overflow:hidden;
  margin-bottom: 10px;
}
.premium-acc .accordion-button{
  font-weight: 900;
  color: var(--atteca-navy);
  background: #fff;
}
.premium-acc .accordion-button:not(.collapsed){
  background: rgba(26,79,255,.06);
  box-shadow: none;
}
.premium-acc .accordion-body{
  color: var(--atteca-muted);
  line-height: 1.7;
}
.service-cta{
  background: linear-gradient(
    135deg,
    rgba(63,107,255,0.06),
    rgba(255,255,255,0.9)
  );
  border: 1px solid rgba(63,107,255,0.25);  border-radius: 20px;
  padding: 18px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;
}
.cta-title{
  font-weight: 900;
  color: var(--atteca-navy);
}
.cta-text{
  color: var(--atteca-muted);
}
.cta-actions{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-left: auto;
  justify-content: flex-end;
  align-items: flex-end;
}
.service-sticky{
  position: sticky;
  top: 130px; 
}
.side-card{
  background:#fff;
  border: 1px solid var(--atteca-border);
  border-radius: 18px;
  padding: 16px 16px;
  box-shadow: 0 14px 30px rgba(0,0,0,.06);
}
.side-title{
  color: var(--atteca-navy);
  font-weight: 900;
  margin-bottom: 10px;
}
.side-check{
  list-style: none;
  padding-left: 0;
  margin: 0;
  color: var(--atteca-muted);
}
.side-check li{
  padding: 8px 0;
  border-bottom: 1px solid rgba(10,26,68,.06);
}
.side-check li:last-child{ border-bottom:0; }

.side-link{
  display:block;
  text-decoration:none;
  font-weight: 800;
  color: rgba(0,0,0,.72);
}
.side-link:hover{ color: var(--atteca-blue); }

.side-card .side-link + .side-link{
  margin-top: 10px;
}

.side-note{
  font-weight: 700;
  color: rgba(0,0,0,.55);
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(26,79,255,.06);
  border: 1px solid rgba(26,79,255,.14);
}
@media (max-width: 991.98px){
  .service-kpis{ grid-template-columns: 1fr; }
  .service-sticky{ position: static; top:auto; }
  .service-cta{ flex-direction: column; align-items:flex-start; }
  .cta-actions{
    margin-left: 0;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
}

.btn-atteca {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 26px;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.25s ease;
  white-space: nowrap;
}
.btn-atteca-primary {
  background: #3F6BFF;      
  color: #fff;
  border: 2px solid #3F6BFF;
}

.btn-atteca-primary:hover {
  background: #2F5AFF;
  border-color: #2F5AFF;
}
.btn-atteca-secondary {
  background: transparent;
  color: #3F6BFF;
  border: 1.5px solid #3F6BFF;
}

.btn-atteca-secondary:hover {
  background: rgba(63,107,255,0.08); 
  color: #3F6BFF;
  border-color: rgba(63,107,255,0.75);
}
.cta-actions {
  gap: 12px;
}
.page-header::before{
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
.page-header{
  padding-top: 80px;
  padding-bottom: 80px;
}
.page-header h1{
  color: #ffffff !important;
  font-size: clamp(2.4rem, 6vw, 3.8rem);
  margin: 0;
  text-shadow: 0 2px 10px rgba(0,0,0,0.35);
}
@media (max-width: 991.98px){
  .page-header{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .page-header h1{
    font-size: 2.1rem;
  }
}
