:root {
    --navy: #020b51;
    --blue: #03359d;
    --royal: #0649b8;
    --cyan: #0877cd;
    --ink: #071e50;
    --muted: #676e81;
    --line: #e5e8ef;
    --paper: #fbfbfb;
    --white: #fff;
    --container: 1440px
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    overflow-x: clip;
}

body {
    margin: 0;
    background: var(--paper);
    color: #333;
    font-family: Arial, "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    overflow-x: clip;
}

img {
    max-width: 100%
}

a {
    color: inherit;
    text-decoration: none
}
p,h1,h2,h3,h4,h5,h6{
    margin:0;
    padding:0;
}
ul,ul li{margin:0;padding:0;list-style: none;}

button,
input,
textarea,
select {
    font: inherit
}

button {
    cursor: pointer
}

.container {
    width: min(var(--container), calc(100% - 48px));
    margin-inline: auto
}

.topbar {
    height: 44px;
    background: var(--navy);
    color: #fff;
    font-size: 14px
}

.topbar .container,
.nav .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.topbar__tag {
    font-style: italic
}

.topbar__contact {
    display: flex;
    gap: 24px
}
.topbar__contact span:nth-child(1),.topbar__contact span:nth-child(2){
    display: grid;
    grid-template-columns: 24px 1fr;
    align-items: center;
}
.topbar__contact span a{
    display: grid;
    grid-template-columns: 24px 1fr;
    align-items: center;
}
.topbar__contact span:last-child{
    display: block;
}
.topbar__contact span:last-child a{
    display: grid;
    grid-template-columns: 24px 1fr;
    align-items: center;
    
}

.nav {
    height: 83px;
    background: #fff;
    position: relative;
    z-index: 30;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .04)
}

.logo {
    width: 119px;
    height: 44px;
    object-fit: contain
}

.nav__links {
    display: flex;
    align-items: center;
    gap: 42px;
    font-size: 16px;
    color: rgba(51, 51, 51, .8)
}

.nav__links a {
    transition: color .2s
}

.nav__links a:hover,
.nav__links a.active {
    color: #092971;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 45px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #092971;
    color: #fff;
    text-transform: uppercase
}

.btn:hover {
    background: #066daf
}

.btn--outline {
    border-color: #fff;
    background: transparent
}

.menu-btn {
    display: none;
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    font-size: 25px;
    color: var(--navy)
}

.hero {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    background: #0b3375;
    color: #fff
}

.hero>img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(2, 11, 81, .76) 0%, rgba(2, 11, 81, .18) 54%, transparent 78%)
}

.hero__inner {
    position: relative;
    z-index: 1;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.hero h1 {
    margin: 0 0 12px;
    font-size: 52px;
    line-height: 1.08;
    color: #fff;
    max-width: 740px;
    /* text-shadow:
    0 2px 3px rgba(255, 255, 255, 0.3),
    0 8px 24px rgba(255, 255, 255, 0.28); */
}

.hero p {
    margin: 0;
    max-width: 590px;
    font-size: 22px;
    line-height: 1.5
}
.home-hero {
    min-height: 706px;
    color: #0c0b6b;
}


.home-hero:after {
    background: linear-gradient(90deg, rgba(255, 255, 255, .94) 0%, rgba(255, 255, 255, .75) 35%, transparent 60%)
}


.home-hero h1 {
    color: #0c0b6b
}

.home-hero .btn {
    margin-top: 30px;
    font-size: 19px;
    background: linear-gradient(90deg, #053b86, #067db8)
}

.home-hero .swiper-slide{
    position: relative;
}
.home-hero .hero__inner {
    position: absolute;
    left: 18%;
    top: 10%;
}

@media(min-width:767px){

    .home-hero {
        height:90vh;
    }
    .home-hero img{
        height:90vh;
    }
    }
    

.stats {
    position: relative;
    z-index: 4;
    margin-top: -80px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(16, 35, 75, .14);
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 38px
}

.stat {
    text-align: center;
    border-right: 1px solid #d8dce5
}

.stat:last-child {
    border: 0
}

.stat strong {
    display: block;
    color: #0b498f;
    font-size: 42px;
    line-height: 1.2
}

.stat span {
    color: var(--muted)
}

.section {
    padding: 86px 0
}

.section--tight {
    padding: 60px 0
}

.section--blue {
    background: url(../../images/indexContact.jpg) no-repeat center;
    background-size: cover;
    color: #fff
}
.section-title {
    text-align: center;
    margin-bottom: 40px
}

.section-title h2 {
    margin: 0;
    color: var(--ink);
    font-size: 40px;
    line-height: 1.25
}

.section-title:after,
.underline:after {
    content: "";
    display: block;
    width: 92px;
    height: 5px;
    border-radius: 10px;
    background: #014ea5;
    margin: 20px auto 0
}
.section--blue .section-title:after{
    background-color: #fff;
}
.section--blue .btn{background: #fff;color:#0130C2}
.section--blue .btn svg{
    width: 16px;
    height: 16px;
}

.section--blue .section-title h2 {
    color: #fff
}

.cards-3,
.cards-4,
.products-grid,
.news-grid {
    display: grid;
    gap: 30px
}
.news-grid{
    grid-template-columns: repeat(3,1fr);
}

.cards-3 {
    grid-template-columns: repeat(3, 1fr)
}

.cards-4 {
    grid-template-columns: repeat(4, 1fr)
}

.card {
    background: #fff;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(24, 40, 72, .1);
    transition: transform .3s, box-shadow .3s
}

.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(24, 40, 72, .16)
}

.card img {
    width: 100%;
    height: 268px;
    object-fit: cover;
    transition: all .3s;
}

.card:hover img{
    transform: scale(1.1);
}


#strengths .card img{
    display: block;
    height: 72px;
    width:72px;
    margin: 0 auto;
}
#strengths .card{
    text-align: center;
}

.honor-desc{
    margin: 68px 0;
}
.honor-desc-top{
    width:70%;
    margin: 0 auto;
    text-align: center;
}
.honor-desc h2{
    color:#03359D;
}

.honor-desc-c{
    color: #777;
    margin-bottom:60px;
}
.honor-item{
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4,1fr);
}
.honor-li{
    border:1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    background-color:#fff;
    padding:5px;
    transition: all .3s;
}

.honor-li:hover{
    box-shadow: 0 3px 5px 5px rgba(0, 0, 0, .08);
}


.card__body {
    padding: 24px
}

.card h3 {
    margin: 30px 0 15px;
    color: #03359D;
    font-size: 20px
}

.card p {
    color: var(--muted);
    margin: 0 0 18px
}

.text-link {
    color: #0776cd;
    font-weight: 600
}

.series-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px
}

.series-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(24, 40, 72, .1);
}

.series-card img {
    height: 472px;
    width: 100%;
    object-fit: cover;
    transition: all .3s;
}

.series-card:hover img{
    transform: scale(1.05);
}
.series-card>div {
    padding: 60px 30px;
    display: flex;
    flex-direction: column
}

.series-card h3 {
    color: var(--ink);
    font-size: 22px;
    margin-bottom:20px;
}

.series-card ul {
    padding-left: 20px;
    color: var(--muted)
}

.series-card .text-link {
    margin-top: auto
}

.products-grid {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom:60px
}
.product-tile{
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(24, 40, 72, .1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-tile img {
    width: 100%;
    aspect-ratio: 1.78;
    object-fit: cover;
    border-radius: 5px;
    transition: all .3s;
}
.product-tile:hover img{
    transform: scale(1.1);    
}
.product-tile:hover{
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(7, 30, 80, 0.15);
}

.product-tile h3 {
    font-size: 16px;
    color: var(--ink);
    margin: 12px 0;
    padding:0 10px;
}

.split .reveal{
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 50px;
    align-items: center
}

.split h2 {
    font-size: 40px;
    color: var(--ink);
    margin: 0 0 40px;
    position: relative;
}
.split h2::after{
    content: "";
    display: block;
    position: absolute;
    width: 92px;
    height: 6px;
    border-radius: 32px;
background: #014EA5;
    left:0;
    
}

.split p {
    color: var(--muted);
    line-height: 1.75
}

.split__image {
    width: 100%;
    border-radius: 6px
}
.split__btn{margin-top:40px;}
.split__btn a{
    display: grid;
    grid-template-columns: 120px 1fr;
    color:#014EA5;
    transition: all .3s;
}
.split__btn:hover a{
    color:#111;
}



.split-factory-pic{
    display: grid;
    gap:20px;
    grid-template-columns: repeat(4,1fr);
    margin-top:20px;
}
.split-factory-pic-img img{
    width:100%;
}
.split-factory-name{
    font-size: 16px;
    text-align: center;
}
.split-factory{overflow: hidden;}
.split-factory img{
    transition: all .3s;
}
.split-factory img:hover{
    box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, .1);
}
.project-pic{
    display: grid;
    gap:20px;
    grid-template-columns: repeat(3,1fr);
    margin-top:20px;
}
.split-num{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin: 30px 0;
}
.split-num-li{
    border-right: 1px dotted #A9B1BE;
    padding:0 10px;
}
.split-num-num{
    font-size: 36px;
    font-weight: 600;
    color:#0B498F;
}
.split-num-desc{
    color:#676E81;
}

.bullets {
    padding: 0;
    list-style: none;
    margin-top: 40px;
}

.bullets li {
    margin: 20px 0;
    position: relative;
    line-height: 30px;
    display: grid;
    gap: 20px;
    grid-template-columns: 42px 1fr;
    align-items: center;
}




.feature-band {
    background: #041d68;
    color: #fff
}

.feature-band .cards-4 {
    text-align: center;
    gap:0;
}
.feature-band .cards-4 .reveal{
    padding: 0 30px;
    border-right: 1px dotted rgba(255, 255, 255, .2);
}
.feature-band p{
    color:rgba(255, 255, 255, .75)
}

.feature-band h3 {
    font-size: 18px;
    margin: 30px 0 10px;
}
.feature-band .section-title:after{
    background: #0EB5F6;
}

.feature-icon {
    width: 58px;
    height: 58px;
    border: 1px solid #56a2ff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: 0 auto 16px;
    font-size: 23px
}

.cta {
    background: linear-gradient(270deg, #005EA8 0%, #006BB6 100%);    color: #fff;
    padding: 28px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 200px;
    font-weight: 600;
    font-size: 20px;
    margin-top:60px;
}
.c-cta{
    background: #0642A7;}
.cta .btn{
    background: #fff;
    color: #005EA8;
    font-weight: 500;
    font-size: 16px;
    transition: all .5s;
    text-transform: capitalize;
}
.c-cta svg{
    width:20px;
    height:20px;
    color:#005EA8
}


.cta .btn:hover{color: #111;}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  
  .ync-news {
    padding: 96px 0 88px;
    background: #fff;
  }
  
  .ync-heading {
    margin-bottom: 58px;
    text-align: center;
  }
  
  .ync-heading h2 {
    margin: 0;
    color: #071e50;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
  }
  
  .ync-heading h2::after {
    content: "";
    display: block;
    width: 92px;
    height: 6px;
    margin: 22px auto 0;
    border-radius: 10px;
    background: #014EA5;
  }
  
  .ync-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
  }
  
  .ync-news-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e4e8ef;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(7, 30, 80, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .ync-news-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(7, 30, 80, 0.15);
  }
  
  .ync-news-image {
    display: block;
    aspect-ratio: 1.5 / 1;
    overflow: hidden;
  }
  
  .ync-news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
  }
  
  .ync-news-card:hover .ync-news-image img {
    transform: scale(1.045);
  }
  
  .ync-news-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 24px 25px;
  }
  
  .ync-news-body time {
    color: #7c899e;
    font-size: 14px;
    line-height: 1;
  }
  
  .ync-news-body h3 {
    height: 60px;
    overflow: hidden;
    min-height: 60px;
    margin: 25px 0 18px;
    color: #071e50;
    font-size: 20px;
    line-height: 1.38;
  }
  
  .ync-news-body p {
    margin: 0 0 32px;
    color: #657184;
    font-size: 16px;
    line-height: 1.4;
  }
  
  .ync-more {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    margin-top: auto;
    color: #0874cf;
    font-size: 15px;
  }
  
  .ync-more i,
  .ync-form button i {
    font-style: normal;
    font-size: 25px;
    line-height: 1;
    transition: transform 0.25s ease;
  }
  
  .ync-more:hover i,
  .ync-form button:hover i {
    transform: translateX(6px);
  }
  
  .ync-contact {
    padding: 52px 0 70px;
    background: #f3f6fc;
  }
  
  .ync-heading--left {
    margin-bottom: 58px;
    text-align: left;
  }
  
  .ync-heading--left h2::after {
    margin-left: 0;
  }
  
  .ync-contact-layout {
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    gap: 74px;
    align-items: start;
  }
  
  .ync-contact-info address {
    display: grid;
    gap: 22px;
    color: #526075;
    font-style: normal;
  }
  
  .ync-info-row {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 16px;
    align-items: start;
  }
  
  .ync-info-icon {
    color: #0874cf;
    font-size: 25px;
    line-height: 1;
    text-align: center;
  }
  
  .ync-info-row strong,
  .ync-info-row a,
  .ync-info-row div > span {
    display: block;
  }
  
  .ync-info-row strong {
    margin-bottom: 2px;
    color: #071e50;
    font-size: 17px;
  }
  
  .ync-info-row a,
  .ync-info-row div > span {
    color: #526075;
    font-size: 16px;
  }
  
  .ync-socials {
    display: flex;
    gap: 24px;
    margin-top: 30px;
  }
  
  .ync-socials a {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 50%;
    background: #076bc1;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    transition: transform 0.25s ease, background 0.25s ease;
  }
  
  .ync-socials a:hover {
    transform: translateY(-3px);
    background: #03359d;
  }
  
  .ync-form-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: 66px 66px 66px;
    gap: 28px 32px;
  }
  
  .ync-form label {
    display: block;
    min-width: 0;
  }
  
  .ync-form input,
  .ync-form textarea {
    width: 100%;
    height: 100%;
    border: 1px solid #d8e0ec;
    border-radius: 9px;
    outline: none;
    background: #fff;
    color: #071e50;
    font-size: 16px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }
  
  .ync-form input {
    padding: 0 24px;
  }
  
  .ync-form textarea {
    padding: 20px 24px;
    resize: vertical;
  }
  
  .ync-form input:focus,
  .ync-form textarea:focus {
    border-color: #0874cf;
    box-shadow: 0 0 0 3px rgba(8, 116, 207, 0.12);
  }
  
  .ync-message {
    grid-column: 2 / 4;
    grid-row: 2 / 4;
  }
  
  .ync-form button {
    display: flex;
    grid-column: 1;
    grid-row: 3;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border: 0;
    border-radius: 8px;
background: linear-gradient(90deg, #005FC2 0%, #0052AC 100%);
    color: #fff;
    font-weight: 700;
    transition: 0.5s ease;
  }
  
  .ync-form button:hover {
    background: #033f9b;
  }
  
  @media (max-width: 1100px) {
    .ync-news-grid {
      gap: 22px;
    }
  
    .ync-news-body h3 {
      min-height: 76px;
      font-size: 20px;
    }
  
    .ync-contact-layout {
      grid-template-columns: 280px minmax(0, 1fr);
      gap: 42px;
    }
  
    .ync-form-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  
    .ync-message {
      grid-column: 2;
      grid-row: 2 / 4;
    }
  }
  
  @media (max-width: 760px) {
    .ync-news {
      padding: 30px 0;
    }
  
    .ync-heading,
    .ync-heading--left {
      margin-bottom: 38px;
    }
  
    .ync-heading h2 {
      font-size: 32px;
    }
  
    .ync-heading h2::after {
      width: 72px;
      height: 5px;
      margin-top: 14px;
    }
  
    .ync-news-grid {
      grid-template-columns: 1fr;
    }
  
    .ync-news-body h3 {
      min-height: 0;
    }
  
    .ync-contact {
      padding: 48px 0 58px;
    }
  
    .ync-contact-layout {
      grid-template-columns: 1fr;
      gap: 46px;
    }
  
    .ync-socials {
      gap: 16px;
    }
  
    .ync-form-grid {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: repeat(4, 58px) 150px 58px;
      gap: 16px;
    }
  
    .ync-message,
    .ync-form button {
      grid-column: 1;
      grid-row: auto;
    }
  }
  









.page-hero {
    min-height: 640px
}

.page-hero .hero__inner {
    min-height: 640px
}

.page-hero h1 {
    font-size: 64px
}

.about-intro {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 32px
}
.about-intro .about-copy h2:after{
    margin:20px 0 40px;
}

.about-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px
}

.about-gallery .main {
    grid-column: 1/-1;
    height: 450px
}

.about-gallery img {
    height: 180px;
    width: 100%;
    object-fit: cover
}

.about-copy h2 {
    font-size: 40px;
    color: var(--ink);
    margin: 0
}
.about-intro .about-copy p{
    margin-bottom:20px;
}

.metrics {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 28px;
    background: #fff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .12);
    margin-top: 60px
}

.metric {
    text-align: center;
    border-right: 1px solid var(--line)
}

.metric:last-child {
    border: 0
}
.metric img{
    height: 60px;
}

.metric strong {
    font-size: 30px;
    color: var(--blue);
    display: block
}

.service-tabs,
.filter-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid #d9deea;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 36px
}

.service-tabs a,
.filter-tabs button {
    border: 0;
    border-right: 1px solid #d9deea;
    background: #fff;
    color: var(--blue);
    padding: 20px;
    font-weight: 700;
    text-align: center
}

.service-tabs a:last-child {
    border: 0
}

.service-tabs a.active,
.filter-tabs button.active {
    background: #063eae;
    color: #fff
}

.steps {
    display: grid;
    gap: 24px
}

.step {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 235px;
    background: #fff;
    border: 1px solid #e0e4ec;
    border-radius: 5px;
    overflow: hidden
}

.step:nth-child(even) img {
    order: -1
}

.step img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.step__copy {
    padding: 42px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.step__copy strong {
    font-size: 42px;
    color: #0649b8
}

.step__copy h3 {
    color: #0649b8;
    margin: 4px 0
}

.step__copy p {
    color: var(--muted);
    margin: 0
}

.catalog {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 32px
}

.sidebar-box {
    background: #fff;
    border: 1px solid #dfe3eb;
    border-radius: 7px;
    margin-bottom: 60px;
    overflow: hidden
}

.sidebar-box h3 {
    margin: 0;
    padding: 22px;
    background: #06277a;
    color: #fff;
    font-size: 25px
}

.sidebar-box__body {
    padding: 24px
}
.sidebar-box__item{
    padding: 24px
}
.sidebar-box__item ul li{
    display: grid;
    gap: 10px;
    grid-template-columns: 8px 1fr;
    align-items: center;
}
.sidebar-box__item ul li::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #03359D;
}

.sidebar-box h4 {
    color: #0649b8;
    margin: 0 0 14px;
    font-size: 18px;
}

.sidebar-box ul {
    list-style: none;
    padding: 0;
    margin: 0 0 24px
}

.sidebar-box li {
    padding: 7px 0;
    color: #4b5563;
}
.sidebar-box__body li{
    display: grid;
    gap: 10px;
    grid-template-columns: 30px 1fr;
    align-items: center;
}
.leftIcon{
    display: grid;
    gap: 20px;
    grid-template-columns: 40px 40px 40px 40px;
}


.catalog-main h2 {
    color: var(--ink);
    font-size: 40px;
    margin: 0 0 22px
}

.search {
    display: flex;
    margin-bottom: 24px
}

.search input {
    width: 100%;
    height: 58px;
    border: 1px solid #dfe3eb;
    padding: 0 20px
}

.search button {
    width: 74px;
    border: 0;
    background: #0649b8;
    color: #fff
}

.products-grid .card img {
    height: auto;
    aspect-ratio: 1.4
}

.products-grid .card__body {
    padding: 16px
}
.products-grid .card h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin:0 0 10px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}
.products-grid .card .text-link{
    display: flex;
    gap: 10px;
    color: #777;
    font-weight: 500;
    justify-content: space-between;
}

.proBottom{
    display: grid;
    gap: 60px;
    grid-template-columns: 25% 1fr;
}

#certifications .split{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
#certifications .split .bullets li{
    display: grid;
    gap: 10px;
    grid-template-columns: 32px 1fr;
    color: rgba(51, 51, 51, 0.80);
    margin: 40px 0;
}
#certifications .bullets{
    padding-left:30px;
    margin-top:0;
}

.placeholder {
    min-height: 220px;
    border-right: 1px solid #ddd;
}

.placeholder ul{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3,1fr);
}
.placeholder ul,.placeholder ul li{
    list-style: none;
    overflow: hidden;
}
.placeholder ul li img{
    transition: all .3s;
}
.placeholder ul li:hover img{
    transform: scale(1.1);
}


.project-category-nav {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    font-size: 18px;
    margin-bottom:40px;
}
.project-category-nav a{
    display: block;
line-height: 48px;
height: 48px;
border: 1px solid #03359D;
border-radius: 5px;
overflow: hidden;
color: #03359D;
transition: all .3s;
}

.project-category-nav a:hover,.project-category-nav a.active{
    background: #03359D;
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}


.service-nav{
    display: grid;
    gap:0;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    font-size: 18px;
    margin-bottom:40px;
}
.service-nav a svg{
    width:32px;
    height:32px;
    margin-right:20px;
}
.service-nav a{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
}
.service-nav a.active svg{
    color:#fff;
}
.service-nav a:hover, .service-nav a.active{
    transform: translateY(0);
}

.step{
    transition: all .3s;
}
.step:hover{
    box-shadow: 0px 3px 5px 5px rgba(0, 0, 0, .08);
}

.step:hover img{
    transform: scale(1.1);
}

.project-card img {
    width: 100%;
    aspect-ratio: 1.25;
    object-fit: cover
}

.news-list {
    display: grid;
    gap: 0
}

.news-item {
    display: grid;
    grid-template-columns: 420px 1fr 70px;
    gap: 30px;
    align-items: center;
    padding: 28px 0;
    border-bottom: 1px solid var(--line)
}

.news-item img {
    width: 100%;
    height: 210px;
    object-fit: cover
}

.news-item h3 {
    color: var(--blue);
    font-size: 21px
}


.news-card {
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: var(--transition);
    cursor: pointer;
    text-decoration: none;
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .news-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
  }
  
  .news-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/10;
  }
  
  .news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  
  .news-card:hover .news-image img {
    transform: scale(1.08);
  }

  .news-info {
    padding: 28px;
  }
  
  .news-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
  }
  
  .news-date {
    font-size: 14px;
    color: var(--gray-500);
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 20px;
    color: #001F75;
  }
  .news-date svg{width:14px;height:14px}
  .news-category {
    font-size: 12px;
    color: var(--primary);
    font-weight: 500;
    letter-spacing: 1px;
  }
  
  .news-title {
    font-size: 18px;
    font-weight: 500;
    color: var(--dark);
    line-height: 1.5;
    margin-bottom: 12px;
    transition: var(--transition);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  
  .news-card:hover .news-title {
    color: var(--primary);
  }

  .news-excerpt {
    font-size: 14px;
    color: var(--gray-500);
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  
  .news-readmore {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 16px;
    font-size: 14px;
    color: var(--primary);
    font-weight: 500;
    transition: var(--transition);
  }
  
  .news-card:hover .news-readmore {
    gap: 10px;
  }
.news-back{
    color: #03359D;
}

.news-c-title{
    color: #03359D;
    line-height: 1.2;
    margin:10px 0 30px;
}
.news-c-icon span{
    font-size: 14px;
    color:#676E81;
    display: grid;
    gap: 10px;
    grid-template-columns: 20px 1fr;
    align-items: center;
}
.news-c-icon span svg{
    width:20px;height:20px;
}

.news-c-content{
    margin: 40px 0;
    padding:40px 0;
    border-top: 1px solid #ddd;
    border-bottom:1px solid #ddd;
    color: #555;
}

.fanye{
    display: grid;
    gap: 10%;
    grid-template-columns: 30% 240px 30%;
    align-items: center;
}
.fanye span a{
    display: grid;
    gap: 30px;
    grid-template-columns: 30px 1fr;
    align-items: center;
    font-size: 14px;
    color: #777;
}
.fanye span:nth-child(3) a{
    grid-template-columns: 1fr 30px;
}
.fanye span:nth-child(2){text-align: center;border: 1px solid #ddd;width:240px;height:48px;line-height: 48px;}
.fanye span:nth-child(2) a{
    display: flex;
    justify-content: center;
    gap:20px;
    transition: all .3s;
}
.fanye span:nth-child(2) a svg{
    transition: all .3s;
}
.fanye span:nth-child(2) a:hover{
    background: #03359D;
    color:#fff;
}

.fanye span:nth-child(2) a:hover svg{
    color:#fff
}


.contact-grid {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 70px
}

.contact-info h2 {
    font-size: 40px;
    color: var(--ink);
    margin-top: 0
}
.contact-info h2:after{
    margin: 10px 0 30px;
}

.contact-list {
    display: grid;
    gap: 16px;
    margin-top:30px;
}

.contact-row {
    background: #fff;
    border: 1px solid #e0e4ec;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    padding: 16px;
    border-radius: 6px;
    display: grid;
    gap: 20px;
    grid-template-columns: 48px 1fr;
    align-items: center;
}
.contact-row img{
    width:48px;
    height:48px;
}

.contact-info h4{
    margin:30px 0 10px;
    color:#03359D
}

.form-card {
    background: #fff;
    border: 1px solid #e0e4ec;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    padding: 28px;
    border-radius: 7px
}

.form-card h2 {
    color: var(--blue);
    margin-top: 0;
    margin-bottom:30px;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.field label {
    display: block;
    color: var(--blue);
    font-weight: 700;
    margin-bottom: 8px
}

.field input,
.field select,
.field textarea {
    width: 100%;
    border: 1px solid #9ca9bd;
    border-radius: 3px;
    padding: 13px
}

.field--full {
    grid-column: 1/-1
}

.product-detail {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 24px
}
.proTop{
    margin-bottom:60px;
}
.proTop-detail{
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 60px;
}
.proTop-detail > * {
    min-width: 0;
}

.gallery-main {
    width: 100%;
    min-width: 0;
    overflow: hidden;
}
.proSwiper,
.proSwiper2 {
    width: 100%;
    max-width: 100%;
}

.proSwiper2 img {
    display: block;
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.proSwiper {
    margin-top: 14px;
}

.proSwiper .swiper-slide {
    height: 180px;
    cursor: pointer;
    opacity: 0.55;
}

.proSwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.proSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    margin-top: 16px
}

.thumbs span {
    height: 80px;
    background: #d7d7d7
}

.detail-copy h1 {
    color: var(--blue);
    font-size: 32px;
    line-height: 1.2;
    text-transform: capitalize;
    margin: 10px 0 20px;
}
.pro-desc{
    color:rgba(51, 51, 51, .8);
}
.proTop-detail hr{
    margin: 30px 0;
}

.pro-item{
    display: grid;
    gap: 20px;
    grid-template-columns: 44px 1fr;
}
.pro-item-desc h4{
    color:#001F75;
}

.pill {
    display: inline-block;
    background: #ddecff;
    color: #0567cc;
    padding: 6px 12px;
    font-size: 14px
}

.detail-panels {
    display: grid;
    gap: 24px;
    margin-top: 28px
}

.detail-panel {
    background: #fff;
    border: 1px solid #e0e4ec;
    border-radius: 7px;
    padding: 28px
}
.detail-panel table td{border: 1px solid #ccc;}

.detail-panel h3 {
    margin: 0 0 18px;
    color: var(--blue);
    font-size: 24px
}
.proBottom-c-c h3{
    display: grid;
    gap: 20px;
    grid-template-columns: 44px 1fr;
    align-items: center;
}
/* .proBottom-c-c p{
    padding-left:60px;
} */



.ylf-footer {
    background: linear-gradient(110deg, #06195f 0%, #092d85 58%, #0a388f 100%);
    color: #fff;
    padding: 58px 0 44px;
  }
  
  .ylf-main {
    display: grid;
    grid-template-columns: minmax(500px, 1.25fr) repeat(4, minmax(100px, 1fr));
    gap: clamp(48px, 6vw, 104px);
  }
  
  .ylf-brand {
    padding-right: clamp(28px, 4vw, 72px);
    border-right: 1px solid rgba(255, 255, 255, .18);
  }
  
  .ylf-brand h2 {
    margin: 0 0 24px;
    color: #fff;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 1px;
  }
  
  .ylf-brand > p {
    max-width: 440px;
    margin: 0 0 25px;
    color: rgba(255, 255, 255, .8);
    font-size: 15px;
    line-height: 1.55;
  }
  
  .ylf-contact {
    display: grid;
    gap: 16px;
    margin: 0;
    font-style: normal;
  }
  
  .ylf-contact > a,
  .ylf-contact > span {
    display: flex;
    align-items: center;
    gap: 14px;
    color: rgba(255, 255, 255, .84);
    font-size: 14px;
  }
  
  .ylf-contact-icon {
    position: relative;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    color: #13a4ff;
    font-size: 23px;
    line-height: 1;
  }
  
  .ylf-contact-icon--mail {
    height: 16px;
    border: 2px solid #13a4ff;
    border-radius: 2px;
  }
  
  .ylf-contact-icon--mail::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 3px;
    width: 10px;
    height: 7px;
    border-right: 2px solid #13a4ff;
    border-bottom: 2px solid #13a4ff;
    transform: rotate(45deg);
  }
  
  .ylf-contact-icon--pin {
    width: 17px;
    height: 17px;
    margin-left: 2px;
    border: 2px solid #13a4ff;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
  }
  
  .ylf-contact-icon--pin::after {
    content: "";
    width: 4px;
    height: 4px;
    border: 1px solid #13a4ff;
    border-radius: 50%;
  }
  
  .ylf-socials {
    display: flex;
    gap: 16px;
    margin-top: 28px;
  }
  
  .ylf-socials a {
    transition: background-color .25s ease, transform .25s ease;
  }
  
  .ylf-socials a:hover {
    transform: translateY(-3px);
  }
  
  .ylf-youtube {
    position: relative;
    width: 22px;
    height: 15px;
    border-radius: 4px;
    background: #fff;
  }
  
  .ylf-youtube::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 9px;
    border-width: 4px 0 4px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #092c82;
  }
  
  .ylf-instagram {
    position: relative;
    width: 21px;
    height: 21px;
    border: 2px solid #fff;
    border-radius: 6px;
  }
  
  .ylf-instagram::before {
    content: "";
    position: absolute;
    inset: 4px;
    border: 2px solid #fff;
    border-radius: 50%;
  }
  
  .ylf-instagram::after {
    content: "";
    position: absolute;
    top: 3px;
    right: 3px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #fff;
  }
  
  .ylf-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
  }
  
  .ylf-column h3 {
    position: relative;
    margin: 3px 0 23px;
    padding-bottom: 15px;
    color: #fff;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 600;
  }
  
  .ylf-column h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 3px;
    border-radius: 3px;
    background: #16a7ff;
  }
  
  .ylf-column a {
    color: rgba(255, 255, 255, .78);
    font-size: 15px;
    transition: color .2s ease, transform .2s ease;
  }
  
  .ylf-column a:hover,
  .ylf-legal a:hover {
    color: #22b0ff;
  }
  
  .ylf-column a:hover {
    transform: translateX(4px);
  }
  
  .ylf-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, .2);
  }
  .ylf-bottom img{
    height: 30px;
  }
  
  .ylf-bottom p,
  .ylf-legal a {
    margin: 0;
    color: rgba(255, 255, 255, .63);
    font-size: 13px;
  }
  
  .ylf-legal {
    display: flex;
    align-items: center;
  }
  
  .ylf-legal a {
    padding: 0 18px;
    border-left: 1px solid rgba(255, 255, 255, .25);
  }
  
  .ylf-legal a:first-child {
    border-left: 0;
  }
  @media(max-width:1441px) {
    .hero img{
    height: 70vh;
}
  }

  @media (max-width: 1100px) {
    .ylf-main {
      grid-template-columns: 1.4fr repeat(3, 1fr);
      gap: 34px;
    }
  
    .ylf-brand {
      padding-right: 30px;
    }
  }
  
  @media (max-width: 860px) {
    .ylf-main {
      grid-template-columns: 1.35fr 1fr;
      gap: 46px 54px;
    }
  
    .ylf-brand {
      grid-row: span 2;
    }
  
    .ylf-bottom {
      align-items: flex-start;
      flex-direction: column;
    }
  }
  
  @media (max-width: 600px) {
    .ylf-footer {
      padding: 46px 0 30px;
    }
  
    .ylf-main {
      grid-template-columns: 1fr 1fr;
      gap: 38px 24px;
      display:none;
    }
  
    .ylf-brand {
      grid-column: 1 / -1;
      grid-row: auto;
      padding: 0 0 36px;
      border-right: 0;
      border-bottom: 1px solid rgba(255, 255, 255, .18);
    }
  
    .ylf-brand h2 {
      font-size: 25px;
    }
  
    .ylf-column:first-of-type {
      grid-column: 1 / -1;
    }
  
    .ylf-socials {
      flex-wrap: wrap;
    }
  
    .ylf-bottom {
      margin-top: 0px;
      gap: 0px;
    }
  
    .ylf-legal {
      align-items: flex-start;
      flex-direction: column;
      gap: 10px;
    }
  
    .ylf-legal a {
      padding: 0;
      border-left: 0;
    }
  }
  
  @media (max-width: 390px) {
    .ylf-main {
      grid-template-columns: 1fr;
    }
    .ylf-column{display: none;}
    .ylf-brand,
    .ylf-column:first-of-type {
      grid-column: auto;
    }
  }
  

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s ease, transform .7s ease
}

.reveal.visible {
    opacity: 1;
    transform: none
}


.text-c{
    text-align: center;
}
.text-c a{
    padding:3px 10px;
    background-color: #eee;
    border-radius: 4px;
}
.text-c span{
    background-color: #001F75;
    border-radius: 4px;
    padding:3px 10px;
    color: #fff;
}

@media(max-width:1100px) {
    .nav__links {
        gap: 20px
    }

    .topbar__tag {
        display: none
    }

    .stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 22px
    }

    .stat {
        border: 0
    }

    .cards-4,
    .products-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .catalog {
        grid-template-columns: 280px 1fr
    }
}

@media(max-width:760px) {
    .container {
        width: min(100% - 32px, var(--container))
    }

    .topbar {
        display: block
    }
    .topbar__contact span:nth-child(1),.topbar__contact span:nth-child(2){
        display: none;
    }

    .nav {
        height: 70px
    }

    .logo {
        width: 96px
    }

    .menu-btn {
        display: block
    }

    .nav__links {
        position: absolute;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        top: 70px;
        left: 0;
        right: 0;
        background: #fff;
        padding: 16px 24px;
        box-shadow: 0 12px 20px rgba(0, 0, 0, .12)
    }

    .nav__links.open {
        display: flex
    }

    .nav__links a {
        padding: 12px
    }

    .nav__links .btn {
        margin-top: 10px
    }

    .hero,
    .hero__inner,
    .home-hero,
    .home-hero .hero__inner {
        min-height: 520px
    }
    .home-hero .hero__inner{left:40px}

    .hero h1,
    .home-hero h1,
    .page-hero h1 {
        font-size: 40px
    }

    .hero p {
        font-size: 18px
    }

    .home-hero:after {
        background: rgba(255, 255, 255, .72)
    }

    .stats {
        grid-template-columns: repeat(2, 1fr);
        margin-top: -40px;
        padding: 24px
    }

    .stat strong {
        font-size: 30px
    }

    .section {
        padding: 60px 0;
    }
    .feature-band{display: none;}
    .split-num-num{font-size:26px}
    .split-num-desc{font-size: 14px;line-height: 1.2;}
    .project-pic{display: block;}
    .section-title h2,
    .split h2,
    .about-copy h2,
    .catalog-main h2,
    .contact-info h2 {
        font-size: 30px
    }

    .cards-3,
    .series-grid,
    .split,
    .about-intro,
    .catalog,
    .contact-grid,
    .product-detail {
        grid-template-columns: 1fr
    }

    .series-card {
        grid-template-columns: 1fr
    }

    .series-card img {
        height: 280px
    }

    .cards-4,
    .products-grid {
        grid-template-columns: 1fr 1fr
    }

    .metrics {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-top:0;
    }

    .metric {
        border: 0
    }

    .service-tabs {
        grid-template-columns: 1fr
    }

    .service-tabs a {
        border-right: 0;
        border-bottom: 1px solid #ddd
    }

    .step {
        grid-template-columns: 1fr
    }

    .step img,
    .step:nth-child(even) img {
        order: -1;
        height: 220px
    }

    .step__copy {
        padding: 26px
    }

    .project-tabs {
        grid-template-columns: 1fr 1fr
    }

    .news-item {
        grid-template-columns: 1fr
    }

    .news-item img {
        height: auto
    }

    .news-date {
        text-align: left
    }

    .form-grid {
        grid-template-columns: 1fr
    }

    .field--full {
        grid-column: auto
    }


    .cta {
        flex-direction: column;
        gap: 16px;
        text-align: center
    }
}

@media(max-width:480px) {

    .cards-4{height:auto;}
    .series-card img {
        height: 230px
    }
    .products-grid{
        height: auto;
        margin-bottom:0;
    }
    .split .reveal{
        display: block;
    }
    .split__btn{margin-top:20px;margin-bottom:30px;}
    .split-factory-pic{
        grid-template-columns: repeat(2, 1fr);
    }
    .stats {
        grid-template-columns: 1fr 1fr
    }

    .stat span {
        font-size: 13px
    }

    .page-hero,
    .page-hero .hero__inner {
        min-height: 500px
    }

    .about-gallery .main {
        height: 230px
    }

    .about-gallery img {
        height: 110px
    }

    .project-tabs {
        grid-template-columns: 1fr
    }

    .contact-grid {
        gap: 36px
    }
}