*{ margin: 0px; padding : 0px;  }


body {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  margin: 0;
  background: #ffffff;
  color: #333;
  font-size : 17px;
}


h1, h2, h3, h4, h5, h6 {
  font-weight: 700;  
  line-height: 1.2;
}
h1{ font-size: 4vw; }
h2{ font-size: 3vw; }
h3{font-size: 2vw; }
h4{font-size: 1.5vw;}
img{ width: 100%; }
p, .accordion-body ul{ margin-top: 20px; }
a{
  text-decoration: none;
  color: #007ba0;
}

a:hover{ text-decoration:underline; }

ul{
  padding: 0px;
  margin:0px;
}
li{
  margin: 15px 0px 0px 15px;
}
b, strong{ font-weight: 700;}
input, textarea{ font-family: "Nunito Sans", sans-serif;  }


/*  blocks */

#header {
    position: relative;
    min-height: 100vh; /* Changed from 420px to full viewport height */
    height: 100vh;
    overflow: hidden;
}
.headerBg {
    width: 100%;
    height: 100vh; /* Changed from 420px to full viewport height */
    object-fit: cover;
    display: block;
}
.headerBgColor {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1;
}
.innerBlock {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 2; 
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 0vw;
}
.headerContent {
    text-align: left;
    width: 40%; 
    padding: 20px; 
    background-color: rgba(255,255,255,0.6);
}
.logo{
  width: 70%;
  margin-bottom: 20px;
}
.logo img {
    width: 100%  
}
.brand-title {
    color: #9d5bb5;
    font-size: 2rem;
    letter-spacing: 0.2em;
    font-weight: 400;
}
.brand-subtitle {
    font-size: 2.2rem;
    letter-spacing: 0.2em;
    font-weight: 700;
    margin-bottom: 30px;
}
.slogan h1 {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 20px 0 18px 0;
    color: #222;
  
}
.btn.CTA, .btn {
    background: #8b3fae;
    color: #fff;
    border: none;
    padding: 12px 32px;
    border-radius: 2px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    margin-top: 10px;
    transition: background 0.2s;
}
.btn.CTA:hover, .btn:hover {
    background: #6d2e8b;
}
.features {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin: -10% auto 30% auto;
    max-width: 1100px;
    width: 100%;
    padding: 40px 0 0 0;
    position:absolute;
    left: calc(50% - 550px);
    min-height: 400px;
}
.feature {
    background: #8b3fae;
    color: #fff;
    width: 25%;
    text-align: center;
    border-radius: 2px;
    padding: 32px 18px 24px 18px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.feature-icon img {
    width: 70%;
    margin-bottom: 18px;
}
.feature-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 8px;
}
.feature-desc {
    font-size: 0.98rem;
    opacity: 0.95;
}
.feature-desc img{ width: 24px; }



.pakalpojumi {
    background: #fff;
    padding: 60px 0 40px 0;
    margin: 20% auto 0% auto;
    max-width: 1100px;

}
.block h2 {
    text-align: center;
    margin-bottom: 36px;
    letter-spacing: 0.04em;
}
.accordion {
    width: 100%;

}
.accordion-item {
    background: #f5f5f5;
    margin-bottom: 12px;
    border-radius: 2px;
    overflow: hidden;
    transition: box-shadow 0.2s;
    box-shadow: 0 1px 4px rgba(0,0,0,0.03);
    transition: all 0.4s;
}
.accordion-header {
    display: flex;
    align-items: center;
    padding: 22px 32px;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 700;
    background: #f5f5f5;
    text-transform: uppercase;
}
.accordion-header .icon{ width: 10%;  }
.accordion-header .icon img {
    width: 100%;
    margin-right: 20px;
}
.accordion-header .title {
    flex: 1; font-size: 1.5vw;
}
.accordion-header .arrow {
    margin-left: 18px;
    margin-right:0px;
    width: 5%;
}
.accordion-header .arrow img{width: 100%;}
.accordion-body {
    display: none;
    padding: 0 32px 22px 32px;
    background: #f5f5f5;
}

.accordion-item.active .accordion-body {
    
}
.accordion-item .accordion-header .arrow {
    transform: rotate(180deg);
}
.accordion-item.active .accordion-header .arrow {
    transform: rotate(0deg); transition: all 0.4s;
}
.services-list {
    display: block;
    position: relative;
    width: 100%;
}
.services-list ul {
    list-style: none;
    padding: 0;
    
    font-size: 1rem;
}
.services-list ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 18px;
}
.services-list ul li:before {
    content: "✓";
    color: #8b3fae;
    position: absolute;
    left: 0;
    font-size: 1rem;
}
.modalBtn{ display: inline-block;  }


.contact-section {
    padding: 60px 0 0 0;
}
.contact-section h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 36px;
    letter-spacing: 0.04em;
}
.contact-flex {
    display: flex;
    justify-content: center;
    gap: 0px;
    max-width: 1100px;
    margin: 0 auto;
}
.contact-form {

    padding: 0px 28px 28px 28px;
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.contact-form-modal {

    padding: 0px ;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.form-header {
    background: #8b3fae;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 35px 16px;
    border-radius: 2px 2px 0 0;
}
.form-header p{margin-top: 0px;}

.form-subheader {
    font-size: 0.98rem;
    color: #555;
    margin-bottom: 12px;
}
.contact-form input,
.contact-form textarea {
    border: none;
    background: #f5f5f5;
    padding: 12px;
    font-size: 1rem;
    border-radius: 2px;
    margin-bottom: 8px;
    resize: none;
}
.contact-form textarea {
    min-height: 60px;
    max-height: 120px;
}
.contact-form .btn {
    align-self: flex-end;
    margin-top: 10px;
}
.contact-image {
    position: relative;
    width: 60%;
    min-height: 340px;
    aspect-ratio: 16/9;
}
.contact-image img {
    width: 100%;
    border-radius: 2px;
    object-fit: cover;
}
.contact-company {
    position: absolute;
    left: 12%; right: 0; bottom: -10%;
    background: #8b3fae;
    color: #fff;
    padding: 22px 18px;
    border-radius: 0 0 2px 2px;
    font-size: 0.98rem;
    width: 70%;
    line-height: 2;
}


.clients{
    max-width: 1100px;
    width: 90%;
    margin: 5% auto 3% auto;
}
.client{ padding: 20px; background: url(img/atsauksmes-bg.png) no-repeat top left; background-size: 100%; min-height: 200px; }
.clientList{width:100%;}
.clientText{ text-align: justify;  }
.clientName{font-weight: bold; margin-top: 10px;}
.clients h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 36px;
    letter-spacing: 0.04em;
}



footer {
    background: #f5f5f5;
    padding: 40px 0 0 0;
    margin-top: 0px;
}
.footer-content {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 24px;
}
.footer-left{
    min-height: 400px;
}
.footer-contact{
    margin-top: 5%;
}
.footer-contact div {
    display: flex;
    align-items: center;
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 12px;
}
.footer-contact img {
    width: 7%;
    margin-right: 12px;
}
.footer-logo {
    text-align: center;
    margin: 30px auto 10px auto;
}
.footer-logo img {
    width: 150px;
    margin-bottom: 10px;
}
.footer-copy {
    font-size: 0.95rem;
    color: #888;
    margin-top: 8px;
}



.modal-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.5);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:10000;
}
.modal-window{
  background:#fff;
  max-width:520px;
  width:94%;
  padding:18px;
  border-radius:6px;
  box-shadow:0 8px 30px rgba(0,0,0,0.3);
  position:relative;
}
.modal-close{
  position:absolute;
  right:8px;
  top:6px;
  background:transparent;
  border:0;
  font-size:22px;
  cursor:pointer;
}
.modal-title{
  margin:0 0 8px 0;
  font-size:18px;
}
.modal-body input,
.modal-body textarea{
  width:100%;
  box-sizing:border-box;
  margin:6px 0;
  padding:8px;
  border:1px solid #ddd;
  border-radius:4px;
}



/* LIAA block */
.liaaBlock{
    text-align:center;
    background-color: #fff;
    padding: 10px 20px;
    
    width: calc(100% - 40px);
    margin: 0 auto;
    position:relative;

}
.liaaBlock img{
    width: 250px;
    clear:both; display:block;
    margin:auto;
}

.liaaText{
    text-align:center; 
    margin: auto;
    font-size: 0.9em;
    line-height: 0.9;
    width: 80%;
    margin-top: 10px;
}

.liaaLogo{
width: 100%; 
text-align:center; clear:both; display: block;
}



.gdpr-popup {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 30%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 20px;
    text-align: left;
    z-index: 1000;
    display: none; /* Hidden by default */
    font-size: 0.7em;
} 

.gdpr-content {
    max-width: 800px;
    margin: 0 auto; 
    display: block;
    text-align:left;
    gap: 10px;
}

.gdpr-button {
    background-color: #8b3fae;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
    margin: 10px 0px 0px 0px;
}

.gdpr-button:hover {
    background-color: #6d2e8b;
}

.gdpr-button.decline {
    background-color: #fff; /* Red background for decline button */
    color: #333;
}

.gdpr-button.decline:hover {
    background-color: #ddd; /* Darker red on hover */
}







/* responsiveness */
@media (max-width: 1275px) {
.pakalpojumi{margin-top: 30%;}

}



@media (max-width: 980px) {
    body, .accordion-body ul{
          font-size : 2vw;
    }
    #header{
        height: 50vh;
        min-height: 50vh;
    }
    .headerBg{
        height: 50vh;
    }
    .logo{width:100%;}
    .slogan h1{ font-size: 1.2rem; }
    .btn.CTA, .btn{font-size: 0.9rem; padding: 7px 10px; }
    .features, .contact-flex, .footer-content {
        flex-direction: column;
        align-items: center;
        gap: 30px; 
    }
    .features {
        position:relative; gap: 10px; margin:0px;
        left: 0px; align-items: stretch;
        flex-direction: row; min-height: 290px;
    }
    .feature-icon img{width: 40%; }
    .pakalpojumi, .contact-section, .footer-content {
        max-width: 90%;
        padding:0px;
        margin: 15% auto;
    }
    .footer-content{margin-bottom:0%;}
    .contact-image, .contact-form {
        width: 100%;
        min-width: 0;
    }
    .pakalpojumi h2, .contact-section h2, .footer-left h2 {
        font-size: 1.7rem;
    }
    .accordion-header .title {
        font-size: 3.5vw;
    }
    .services-list{display: block;}
    .contact-company{
        width: calc(100% - 36px);
        position:relative; 
        left:0;
        margin-top: -2px;
    }
    .footer-left{min-height: auto;}
    .footer-contact img{width: 14%;}
    .footer-contact div{font-size: 4.3vw;}
    .footer-logo{margin: 60px auto 0px auto; padding-bottom: 30px;}
    .contact-form{padding:0px;}

    .gdpr-popup {
        bottom: 0px;
        left: 0px;
        width: 100%;
        }
}



@media (max-width: 640px) {
    body, .accordion-body ul{
          font-size : 3vw;
    }
    .headerContent {
        width: 100vw;
        padding: 20px;
    }
    .features {
        margin-top: 0;
        padding-top: 20px;
        position:relative;
        left: 0;
        min-height: auto;
        width: 90%;
        margin: auto;
         flex-direction: column;
    }
    .feature {
        width: calc(100% - 16px);
        padding: 18px 8px 14px 8px;
    }
    #header{height: 30vh; min-height: 30vh;}
    .headerBg{height:30vh;}
    .innerBlock{
        padding: 0 20vw;
    }

     .liaaText, .liaaLogo{
        display: block;clear:both; 
    }
    .liaaBlock img{
        width: 150px;
    }
    .liaaText{
        width: 100%;
        margin: 10px auto; text-align:justify;
    }
    .liaaBlock{display:block; text-align:left; padding: 10px 10px; width: 100%;}


    
   
}

