.elementor-2949 .elementor-element.elementor-element-418ffb2{--display:flex;--min-height:55vh;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2949 .elementor-element.elementor-element-418ffb2:not(.elementor-motion-effects-element-type-background), .elementor-2949 .elementor-element.elementor-element-418ffb2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-4c0be50 );}.elementor-2949 .elementor-element.elementor-element-b8fc5b0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2949 .elementor-element.elementor-element-0addf50 .elementor-heading-title{font-family:"Manrope", Sans-serif;font-size:80px;font-weight:800;line-height:60px;color:var( --e-global-color-583c265 );}.elementor-2949 .elementor-element.elementor-element-d37997c .elementor-heading-title{font-family:"Manrope", Sans-serif;font-size:80px;font-weight:800;line-height:60px;color:var( --e-global-color-85c1f95 );}.elementor-2949 .elementor-element.elementor-element-5d54ca5{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-end;--align-items:flex-end;}.elementor-2949 .elementor-element.elementor-element-68471df{color:var( --e-global-color-13a395e );}.elementor-2949 .elementor-element.elementor-element-61946a8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}@media(max-width:1366px){.elementor-2949 .elementor-element.elementor-element-0addf50 .elementor-heading-title{font-size:50px;line-height:40px;}.elementor-2949 .elementor-element.elementor-element-d37997c .elementor-heading-title{font-size:50px;line-height:40px;}}@media(max-width:767px){.elementor-2949 .elementor-element.elementor-element-418ffb2{--min-height:70vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2949 .elementor-element.elementor-element-b8fc5b0{--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}.elementor-2949 .elementor-element.elementor-element-0addf50 .elementor-heading-title{font-size:40px;line-height:40px;}.elementor-2949 .elementor-element.elementor-element-d37997c > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-2949 .elementor-element.elementor-element-d37997c .elementor-heading-title{font-size:40px;line-height:40px;}.elementor-2949 .elementor-element.elementor-element-61946a8{--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-2949 .elementor-element.elementor-element-b8fc5b0{--width:50%;}.elementor-2949 .elementor-element.elementor-element-5d54ca5{--width:50%;}}/* Start custom CSS for container, class: .elementor-element-418ffb2 */.elementor-2949 .elementor-element.elementor-element-418ffb2 {
    background-color: #0D1F3C;
    background-image: 
        linear-gradient(rgba(27,148,210,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(27,148,210,0.04) 1px, transparent 1px);
    background-size: 60px 60px;
}/* End custom CSS */
/* Start custom CSS */.av-marine-projects-wrap {
  --bg:     #f4f5f7;
  --bg2:    #eceef2;
  --bg3:    #e2e5ea;
  --ink:    #0f1218;
  --ink2:   #2a3040;
  --muted:  #6b7585;
  --border: rgba(15,18,24,0.1);
  --accent: #1B94D2;
  --accent2:#1480BC;
  --white:  #ffffff;
}

/* ── FILTER BAR ── */
.av-marine-projects-wrap .am-filter-bar {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 60px;
  scrollbar-width: none;
}

.av-marine-projects-wrap .am-filter-bar::-webkit-scrollbar {
  display: none;
}

.av-marine-projects-wrap .am-filter-btn {
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--muted);
  padding: 18px 16px;
  border: none;
  border-bottom: 2px solid transparent;
  background: none;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  white-space: nowrap;
  transition: color .2s, border-color .2s;
}

.av-marine-projects-wrap .am-filter-btn:hover {
  color: var(--ink);
  background: none;
}

.av-marine-projects-wrap .am-filter-btn.active {
  color: var(--accent);
  border-bottom-color: var(--accent);
  background: none;
}

.av-marine-projects-wrap .am-filter-count {
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--muted);
  background: var(--bg2);
  padding: 2px 7px;
  border-radius: 100px;
  margin-left: 6px;
  display: inline-block;
  line-height: 1.2;
  transition: background .2s, color .2s;
}

.av-marine-projects-wrap .am-filter-btn.active .am-filter-count {
  background: rgba(27,148,210,0.12);
  color: var(--accent);
}

/* ── SECTION ── */
.av-marine-projects-wrap .am-projects-section {
  padding: 48px 60px 100px;
}

/* ── GRID ── */
.av-marine-projects-wrap .am-projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

/* ── CARD ── */
.av-marine-projects-wrap .am-proj-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: transform .3s cubic-bezier(.4,0,.2,1), box-shadow .3s;
}

.av-marine-projects-wrap .am-proj-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 56px rgba(15,18,24,0.11);
}

/* Blue bottom accent line on hover */
.av-marine-projects-wrap .am-proj-card::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 3px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
  z-index: 3;
}

.av-marine-projects-wrap .am-proj-card:hover::after {
  transform: scaleX(1);
}

/* Featured — spans 2 columns */
.av-marine-projects-wrap .am-proj-card.am-featured {
  grid-column: span 2;
}

/* ── PHOTO ── */
.av-marine-projects-wrap .am-proj-photo {
  position: relative;
  overflow: hidden;
  background: var(--bg3);
  flex-shrink: 0;
}

.av-marine-projects-wrap .am-proj-card:not(.am-featured) .am-proj-photo {
  aspect-ratio: 4 / 3;
}

.av-marine-projects-wrap .am-proj-card.am-featured .am-proj-photo {
  aspect-ratio: 16 / 7;
}

.av-marine-projects-wrap .am-proj-photo-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform .5s cubic-bezier(.4,0,.2,1);
}

.av-marine-projects-wrap .am-proj-card:hover .am-proj-photo-bg {
  transform: scale(1.04);
}

/* Gradient fallbacks when no featured image */
.av-marine-projects-wrap .am-proj-photo--gradient .am-proj-photo-bg {
  background: linear-gradient(145deg, #b0c4d8, #6888a8);
}

.av-marine-projects-wrap .am-proj-card:nth-child(2) .am-proj-photo--gradient .am-proj-photo-bg { background: linear-gradient(145deg,#b8c4c0,#7090a0); }
.av-marine-projects-wrap .am-proj-card:nth-child(3) .am-proj-photo--gradient .am-proj-photo-bg { background: linear-gradient(145deg,#c4bcb4,#8a8078); }
.av-marine-projects-wrap .am-proj-card:nth-child(4) .am-proj-photo--gradient .am-proj-photo-bg { background: linear-gradient(145deg,#b4c0bc,#708480); }
.av-marine-projects-wrap .am-proj-card:nth-child(5) .am-proj-photo--gradient .am-proj-photo-bg { background: linear-gradient(145deg,#b8b8c8,#787898); }
.av-marine-projects-wrap .am-proj-card:nth-child(6) .am-proj-photo--gradient .am-proj-photo-bg { background: linear-gradient(145deg,#c0b8b0,#887870); }

/* Category tag */
.av-marine-projects-wrap .am-proj-cat {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
  background: rgba(15,18,24,0.4);
  backdrop-filter: blur(8px);
  padding: 5px 12px;
  border-radius: 3px;
  z-index: 2;
}

/* ── BODY ── */
.av-marine-projects-wrap .am-proj-body {
  padding: 20px 22px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.av-marine-projects-wrap .am-proj-name {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin-bottom: 6px;
}

.av-marine-projects-wrap .am-proj-card.am-featured .am-proj-name {
  font-size: 1.2rem;
}

.av-marine-projects-wrap .am-proj-meta {
  font-size: 0.72rem;
  color: var(--muted);
  margin-bottom: 10px;
}

.av-marine-projects-wrap .am-proj-desc {
  font-size: 0.82rem;
  line-height: 1.65;
  color: var(--muted);
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ── FOOTER ── */
.av-marine-projects-wrap .am-proj-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
}

.av-marine-projects-wrap .am-proj-more {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--ink2);
  transition: color .2s;
}

.av-marine-projects-wrap .am-proj-card:hover .am-proj-more {
  color: var(--accent);
}

.av-marine-projects-wrap .am-proj-arrow {
  width: 28px;
  height: 28px;
  border: 1px solid var(--border);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .2s, border-color .2s, color .2s, border-radius .25s, transform .2s;
}

.av-marine-projects-wrap .am-proj-arrow::before {
  content: "→";
  font-size: 11px;
  color: var(--muted);
  transition: color .2s;
}

.av-marine-projects-wrap .am-proj-card:hover .am-proj-arrow {
  background: var(--accent);
  border-color: var(--accent);
  transform: rotate(-45deg);
  border-radius: 4px;
}

.av-marine-projects-wrap .am-proj-card:hover .am-proj-arrow::before {
  color: var(--white);
}

/* ── EMPTY STATE ── */
.av-marine-projects-wrap .am-projects-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 80px 0;
  display: none;
}

.av-marine-projects-wrap .am-projects-empty.am-visible {
  display: block;
}

.av-marine-projects-wrap .am-projects-empty p {
  font-size: 0.95rem;
  color: var(--muted);
}

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .av-marine-projects-wrap .am-filter-bar { padding: 0 32px; }
  .av-marine-projects-wrap .am-projects-section { padding: 36px 32px 72px; }
  .av-marine-projects-wrap .am-projects-grid { grid-template-columns: repeat(2, 1fr); }
  .av-marine-projects-wrap .am-proj-card.am-featured { grid-column: span 2; }
}

@media (max-width: 640px) {
  .av-marine-projects-wrap .am-filter-bar { padding: 0 20px; }
  .av-marine-projects-wrap .am-projects-section { padding: 24px 20px 60px; }
  .av-marine-projects-wrap .am-projects-grid { grid-template-columns: 1fr; }
  .av-marine-projects-wrap .am-proj-card.am-featured { grid-column: span 1; }
  .av-marine-projects-wrap .am-proj-card.am-featured .am-proj-photo { aspect-ratio: 4 / 3; }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://avangard.pulseweb.lt/wp-content/uploads/2026/02/Manrope-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://avangard.pulseweb.lt/wp-content/uploads/2026/02/Manrope-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://avangard.pulseweb.lt/wp-content/uploads/2026/02/Manrope-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://avangard.pulseweb.lt/wp-content/uploads/2026/02/Manrope-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://avangard.pulseweb.lt/wp-content/uploads/2026/02/Manrope-ExtraBold.ttf') format('truetype');
}
/* End Custom Fonts CSS */