.navbar-brand img{
  margin-right:0;
  height:300px;
  width:200px;
}

.bg-primary{
  position:relative;
  background-image:url('../images/background1.png');
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
  color:#fff;
}
.bg-primary::before{
  content:"";
  position:absolute;
  inset:0;
  background-color:rgba(0,0,0,.4);
  z-index:0;
}
.bg-primary > .container{
  position:relative;
  z-index:1;
}
.navbar-brand img {
  width: 200px;   
  height: auto;   
  margin-right: 0;
}
.hero {
  position: relative;
  min-height: 68vh;
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #0b1b33;
  background-image:
    repeating-linear-gradient(to right, rgba(82,184,255,0.08) 0, rgba(82,184,255,0.08) 1px, transparent 1px, transparent 24px),
    repeating-linear-gradient(to bottom, rgba(82,184,255,0.08) 0, rgba(82,184,255,0.08) 1px, transparent 1px, transparent 24px),
    repeating-linear-gradient(to right, rgba(82,184,255,0.25) 0, rgba(82,184,255,0.25) 2px, transparent 2px, transparent 120px),
    repeating-linear-gradient(to bottom, rgba(82,184,255,0.25) 0, rgba(82,184,255,0.25) 2px, transparent 2px, transparent 120px);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 15%, rgba(255,255,255,0.06), transparent 40%),
    radial-gradient(circle at 80% 85%, rgba(255,255,255,0.04), transparent 45%),
    linear-gradient(0deg, rgba(0,0,0,0.35), rgba(0,0,0,0.15) 35%, transparent 60%);
  pointer-events: none;
}
.hero .container {
  position: relative;
  z-index: 1;
  padding-top: 3rem;
}
.hero h1 {
  font-weight: 700;  
  letter-spacing: .02em;
  line-height: 1.1;
  text-shadow: 0 1px 2px rgba(0,0,0,0.4); 
}
.hero p.lead {
  color: #e9eefc;
  max-width: 48rem;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3); 
}
.hero .eyebrow {
  display: inline-block;
  padding: .4rem 1rem;
  font-size: .9rem;
  font-weight: 500;
  letter-spacing: .03em;
  color: #e9eefc;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(3px);
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.hero .cta-wrap .btn{ border-radius:999px; padding:.75rem 1.25rem }

.navbar-hero{
  background:#ffffff !important;
  box-shadow:none !important;
  transition:background .2s ease, box-shadow .2s ease;
}
.navbar-hero.scrolled,
.navbar-hero:not(.at-top){
  background:#fff !important;
  box-shadow:0 6px 18px rgba(0,0,0,.08) !important;
}
.navbar-hero .nav-link{ color:#212529 }

#services .card{
  border-radius:16px;
  transition:transform .2s ease, box-shadow .2s ease;
}
#services .card:hover{
  transform:translateY(-6px);
  box-shadow:0 12px 28px rgba(0,0,0,.12);
}
.about-hero, .services-hero {
  min-height: 20vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #0b1b33;
  background-image:
    repeating-linear-gradient(to right, rgba(82,184,255,0.08) 0, rgba(82,184,255,0.08) 1px, transparent 1px, transparent 24px),
    repeating-linear-gradient(to bottom, rgba(82,184,255,0.08) 0, rgba(82,184,255,0.08) 1px, transparent 1px, transparent 24px),
    repeating-linear-gradient(to right, rgba(82,184,255,0.25) 0, rgba(82,184,255,0.25) 2px, transparent 2px, transparent 120px),
    repeating-linear-gradient(to bottom, rgba(82,184,255,0.25) 0, rgba(82,184,255,0.25) 2px, transparent 2px, transparent 120px);
}
.about-hero h1, .services-hero h1 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
.about-hero p, .services-hero p {
  color: #e9eefc;
  font-size: 1.1rem;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

#contact h2{ letter-spacing:.5px }
#contact .form-control{
  border-radius:8px;
  border:1px solid #ddd;
}
#contact .form-control:focus{
  border-color:#0d6efd;
  box-shadow:0 0 0 .2rem rgba(13,110,253,.25);
}
#contact button{
  border-radius:30px;
  font-weight:500;
}

#Contacts .contact-card{
  border:1px solid #e9eef3;
  border-radius:14px;
  box-shadow:0 6px 20px rgba(16,24,40,.05);
  padding:1.25rem 1.25rem;
  background:#fff;
}
#Contacts .form-label{
  font-weight:600;
  font-size:.95rem;
  color:#1f2937;
}
#Contacts .form-control,
#Contacts .form-select,
#Contacts .form-control-lg,
#Contacts .form-select-lg{
  font-size:.95rem;
  padding:.7rem .9rem;
  border-radius:10px;
  border:1px solid #e5e7eb;
  background:#fff;
}
#Contacts .form-control::placeholder{ color:#9aa0a6 }
#Contacts .form-control:focus,
#Contacts .form-select:focus{
  border-color:#2563eb !important;
  box-shadow:0 0 0 .22rem rgba(37,99,235,.18) !important;
}
#Contacts textarea{ min-height:140px; resize:vertical }
#Contacts .btn-primary{
  border-radius:999px;
  padding:.7rem 1.4rem;
  font-size:1rem;
  font-weight:600;
  box-shadow:0 6px 18px rgba(13,110,253,.18);
  transition:transform .15s ease, box-shadow .15s ease;
}
#Contacts .btn-primary:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 26px rgba(13,110,253,.22);
}

.about .btn,
#services .card .btn,
#Projects .card .btn{
  border-radius:999px !important;
  padding:.55rem 1.1rem !important;
  font-weight:500 !important;
  background-color:transparent !important;
  border:1px solid var(--bs-primary) !important;
  color:var(--bs-primary) !important;
  box-shadow:none !important;
  transform:none !important;
}
.about .btn:hover,
#services .card .btn:hover,
#Projects .card .btn:hover{
  background-color:var(--bs-primary) !important;
  color:#fff !important;
  border-color:var(--bs-primary) !important;
}
.grecaptcha-badge { visibility: hidden !important; }

.projects-carousel {
  position: relative;
  display: flex;
  align-items: center;
}
.projects-container {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 1rem 0;
}
.projects-container::-webkit-scrollbar { display: none; }
.project-card {
  min-width: 340px;
  max-width: 380px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.project-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}
.ratio-box {
  position: relative;
  width: 100%;
  padding-top: 100%; 
  overflow: hidden;
  border-radius: .5rem;
  background-color: #f0f0f0;
  flex-grow: 1;
}
.ratio-box img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.scroll-btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:50px; height:50px;
  display:flex; align-items:center; justify-content:center;
  border:none; border-radius:50%;
  background:#fff;
  color:#111; font-size:26px; font-weight:bold;
  box-shadow:0 6px 20px rgba(0,0,0,.18);
  cursor:pointer; z-index:10;
}
.scroll-btn.left{ left:-70px; }   
.scroll-btn.right{ right:-70px; } 
.scroll-btn:hover{ box-shadow:0 10px 26px rgba(0,0,0,.22); }
.scroll-btn.hidden{
  opacity: 0;
  pointer-events: none;
  transition: opacity .15s ease;
}


#wa-widget{
  position:fixed;
  right:16px; bottom:16px;
  z-index:9999;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}

#wa-widget .wa-fab{
  position:absolute;
  right:0; bottom:0;
  width:56px; height:56px;
  border-radius:50%;
  border:0;
  background:#25D366; color:#fff;
  box-shadow:0 10px 24px rgba(0,0,0,.25);
  cursor:pointer;
  display:flex; align-items:center; justify-content:center;
  z-index:1;
}

#wa-widget .wa-panel{
  position:absolute;
  right:0; bottom:72px;
  width:320px; max-width:90vw;
  border-radius:12px; overflow:hidden;
  background:#fff;
  box-shadow:0 14px 34px rgba(0,0,0,.30);
  display:none; flex-direction:column;
  z-index:2;
}
#wa-widget.wa-open .wa-panel{ display:flex }

.wa-header{
  background:#0d6efd;
  color:#fff;
  padding:10px 12px;
  display:flex; justify-content:space-between; align-items:center;
  border-bottom:1px solid rgba(0,0,0,.06);
}
.wa-title{ font-weight:600 }
.wa-close{ background:none; border:0; color:#fff; font-size:18px; cursor:pointer }

.wa-thread{ background:#f7f7f7; padding:12px; border-left:1px solid #e5e5e5; border-right:1px solid #e5e5e5 }
.wa-from{ color:#128C7E; font-weight:700; margin:0 0 6px 2px }
.wa-bubble{ display:inline-block; background:#fff; border-radius:12px; padding:10px 12px; box-shadow:0 1px 2px rgba(0,0,0,.06) }
.wa-time{ font-size:12px; color:#8a8a8a; margin-top:4px; margin-left:2px }

.wa-compose{ display:flex; gap:8px; align-items:center; background:#f0f2f5; border:1px solid #e5e5e5; border-top:none; padding:8px; border-radius:0 0 12px 12px }
.wa-compose input{ flex:1; height:44px; border-radius:22px; border:1px solid #ddd; padding:0 14px; background:#fff }
.wa-send{ width:44px; height:44px; border-radius:50%; border:0; background:#0d6efd; cursor:pointer }

