body {
    font-family: "Montserrat", sans-serif;
  height: 1000px;
  background:
    linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)),
    url("CleanShineNameD.jpeg");
  background-size:cover;          /* laba kvalitāte, aizpilda ekrānu */
  background-position: center;     /* vienmēr centrā */
  background-repeat: no-repeat;    /* neatkārtojas */
  background-attachment: fixed;
}

  #page-logo a {
    padding: 10px;
    font-family: "Helvetica", sans-serif;
    color: #fff;
    font-size: 50px;
    text-decoration: solid;
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
  }

  header {
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 60px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
  }
  
  header ul {
    display: flex;
  }
  
  header li {
    margin-left: 20px;
  }
  
  header a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    padding: 12px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
  }
  
  header nav a:hover {
    color: #fff;
    background-color: #1da1fd;
  }


  h1 {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin: 4rem;
    padding-top: 40px;
    color: #fff;
  }
  .hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.hero-btn:hover{
    border: 1px solid #1da1fd;
    background: #1da1fd;
    transition: 1s;
}

.contact-wrapper {
    display: flex;
    gap: 50px;
    padding: 80px 10%;
    background: fixed;
    align-items: stretch;
}

/* Karte 60% */
.location {
    flex: 0 0 60%;
}

.location iframe {
    width: 100%;
    height: 100%;
    min-height: 500px;
    border: 0;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}

/* Info 40% */
.contact-us {
    flex: 0 0 40%;
    display: flex;
    align-items: center;
}

.contact-box {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.08);
    width: 100%;
    transition: 0.3s ease;
}

.contact-box:hover {
    transform: translateY(-5px);
}

.contact-box h2 {
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 700;
    color:#0d3b66;
}

.contact-item {
    display: flex;
    gap: 20px;
    margin-bottom: 35px;
}

.contact-item i {
    font-size: 22px;
    color: #0d3b66;
    margin-top: 5px;
}

.contact-item h5 {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: #0d3b66;
}

.contact-item p {
    margin: 5px 0 0;
    color: #0d3b66;
    font-size: 15px;
}

/* Responsive */
@media (max-width: 992px) {
    .contact-wrapper {
        flex-direction: column;
    }

    .location,
    .contact-us {
        flex: 100%;
    }
}

.nosaukums {
  text-align: center;
  color: #fff;
  margin: 40px 0;
}

.contact-col{
    flex-basis: 48%;
    margin-bottom: 30px;
    margin-left: 120px;
}
.contact-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.contact-col div .fa{
    font-size: 28px;
    color: #1da1fd;
    margin: 10px;
    margin-right: 30px;
}
.contact-col div p{
    padding: 0;
}
.contact-col div h5{
    font-size: 20px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 400;
}
.contact-col input, .contact-col textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 27px;
    outline: none;
    border: 1px solid #fff;
    box-sizing: border-box;
}

  span {
    color: #1da1fd;
}

  footer {
    background: linear-gradient(70deg, rgb(24, 24,24), rgb(25, 29, 29));
    padding: 36px 0;
  }
  
  footer ul {
    display: flex;
    justify-content: center;
    /* padding: 40px; */
  }
  
  footer li {
    width: 80px;
    height: 80px;
    margin: 0 50px;
  }
  
  footer img {
    width: 100%;
    height: 100%;
  }