.Header{
    position: relative;
}
@media (min-width:1100px){
.header-text{
    position: absolute;
    top: 300px;
    left: 0;
    z-index: 2;
    max-width: calc(418px + 10%);
    width: 100%;
}
.header-wrap img{
    min-height: 700px;
    height: 90vh;
    object-fit: cover;
}
}
@media (min-width:576px) and (max-width:1099px) {
.header-text{
    position: absolute;
    top: 170px;
    left: 0;
    z-index: 2;
    max-width: calc(418px + 10%);
    width: 100%;
}
.header-wrap img{
    min-height: 600px;
    height: 70vh;
    object-fit: cover;
}
}
@media (max-width:575px){
.header-text{
    width: 100%;
    padding-top: 50px;
}
.header-text .hb-text{
 max-width: 300px;
}
.header-wrap img{
    min-height: 300px;
    height: 30vh;
    object-fit: cover;
}
.about_text .Font16{
    font-size: 12px;
}
}
.hb-text{
    padding-bottom: 30px;
}
.hb-middle_text{
font-weight: 400;
color: var(--light-grey);
padding-bottom: 30px;

}


.gradient-text{
    position: absolute;
    bottom: 0;
    left: 0;
}
.gradient-text h2 {

   background-image: linear-gradient(
        to bottom, 
        rgba(255, 255, 255, 0.5) 0%,   /* Sākas augšā (0%) kā gaišs/caurspīdīgs */
        rgba(255, 255, 255, 0.05) 70%, /* Pamazām kļūst gandrīz neredzams 70% augstumā */
        rgba(255, 255, 255, 0.01) 90%  /* Gandrīz pilnībā saplūst ar fonu apakšā */
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; 
}

/*Abaut process*/
.about_proces_block {
    padding-top: 90px;
    padding-bottom: 90px;
}

@media (min-width: 768px) {
.about_proces{
    display: grid;
    grid-template-columns: 49% 49%!important;
    grid-row-gap: 20px!important;
    grid-column-gap: 2%!important;  
}
.about_proces_v1 .about_text{
padding-left: 10%;
}
.about_proces_v2{
 padding-top: 90px;
}

.about_proces_v2 .about_text{
padding-right: 10%;
}
.about_proces_wrap .text_top{
    padding-bottom: 30px;
}
.about_proces_wrap .sm_text{
    max-width: 80%;
    padding-bottom: 40px;
}
}
@media (max-width: 767px) {
.about_proces{
    display: grid;
    grid-template-columns: 100%!important;
    grid-row-gap: 20px!important;
    grid-column-gap: 0%!important;  
}
.about_proces_v2 .about_image{
order: 1;
}
.about_proces_v2 .about_text{
order: 2;
}
.about_proces_v2{
 padding-top: 30px;
}
.about_proces_wrap .text_top{
    padding-bottom: 10px;
}
.about_proces_wrap .sm_text{
    max-width: 100%;
    padding-bottom: 20px;
}
}
.about_proces_wrap .text_top{
    color: var(--text-white);
    text-transform: uppercase;
}
.about_proces_wrap  .middle_text{
    color: var(--text-white);
    padding-bottom: 30px;
    font-weight: 500!important;
}
.about_proces_wrap .sm_text{
    color: var(--light-grey);
    font-weight: 400!important;
}
.about_proces_wrap .red_button{
    max-width: 350px;
}
.about_proces_wrap .about_image img{
aspect-ratio: 5/4;
width: 100%;
height: auto;
object-fit: cover;
}

/*Abaut process END*/

/*steps*/

.steps_header_tittle .tittle{
    color: var(--text-white);
}
.steps_header_tittle .description{
    color: var(--light-grey);
    max-width: 280px;
}
@media (min-width: 576px) {
    .steps_header_tittle{
    display: grid;
    grid-template-columns: 66% 32%!important;
    grid-row-gap: 20px!important;
    grid-column-gap: 2%!important; 
}
.steps_box_wrap{
    display: grid;
    grid-template-columns: 32% 32% 32%!important;
    grid-row-gap: 20px!important;
    grid-column-gap: 2%!important; 
    padding-top: 40px;
    padding-bottom: 40px;
}
.steps_box .mega_text{
    font-size: clamp(40px, 10vw, 175px);
 color: var(--light-grey);
}
.steps_box .sm_text{
    max-width: 360px;
}
.hb-right-button a{
    max-width: 350px;
}
}
@media (max-width: 575px) {
    .steps_header_tittle{
    display: grid;
    grid-template-columns: 100%!important;
    grid-row-gap: 20px!important;
    grid-column-gap: 0%!important; 
    padding-bottom: 30px;
}
.steps_box{
    position: relative;
    padding-bottom: 30px;
}
.steps_box_wrap{
    display: grid;
    grid-template-columns: 100%!important;
    grid-row-gap: 20px!important;
    grid-column-gap: 0%!important; 
    padding-top: 20px;
    padding-bottom: 20px;
}
.steps_box .mega_text{
    font-size: 14px;
    color: var(--light-grey);
    position: absolute;
    top: 5px;
    left: 0;
}
.steps_box .top_text, .steps_box .sm_text{
    padding-left: 80px;
    display: inline-block;
}
.hb-right-button a{
    max-width: 400px;
    width: 100%;
}
}
.steps_box .sm_text{
    color: var(--light-grey);
    font-weight: 400!important;
}
.steps_box .top_text{
    color: var(--tex);
    text-transform: uppercase;
    padding-bottom: 20px;
}


/*steps END*/
/*full_bg_image*/
.full_bg_image img{
    max-height: 700px;
    height: auto;
    object-fit: cover;
    width: 100%;
}

/*full_bg_image END*/
/*ADD FORM*/
.space-top{
    padding-top: 15px;
    padding-bottom: 20px;
}
.add_car_form{
    position: relative;
    padding-top: 90px;
    padding-bottom: 70px;
}
@media (min-width: 1220px) {
.add_to_side_text{
    position: absolute;
    top: 90px;
    left: 5%;
    color: var(--light-grey);
    text-transform: uppercase;
}
}
@media (max-width: 1219px) {
.add_to_side_text{
    position: absolute;
    top: 30px;
    left: 5%;
    color: var(--light-grey);
    text-transform: uppercase;
}
}
.vehicle-form .top_tittle{
    padding-bottom: 50px;
      font-weight: 400;
}
.add_form form{
    max-width: 645px;
    margin: auto;
}

.Subtitle {
    color: var(--text-white);
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: uppercase;
}
.form-group {
    position: relative;
    margin-bottom: 25px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: var(--text-white); 
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
select,
textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid var(--text-white);
    color: var(--text-white);
    border-radius: 0px;
    box-sizing: border-box; 
    font-size: 16px;
    outline: none; 
    transition: border-color 0.3s;
    -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none; 
}
.form-group select,
.form-group input {
     width: 100%;
    padding: 12px 15px;
    border: 1px solid var(--text-white);
    color: var(--text-white);
    border-radius: 0px;
    box-sizing: border-box; 
    font-size: 16px;
    outline: none; 
    transition: border-color 0.3s;
    -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none; 
}

.form-group select:focus,
.form-group input:focus {
    border-color: var(--accent-red-1);
}

::placeholder {
   color: var(--normal-grey);
}
.input-with-icon {
    position: relative;
}

.input-with-icon .icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; 
    color: #999;
    font-size: 18px; 
}
.field {
    flex: 1; 
}
select {
    padding-right: 35px; 
}
.date-time-group .input-with-icon select,
.date-time-group .input-with-icon input[type="date"] {
    width: 100%;
}
.date-time-group .input-with-icon select {
    background-image: none;
}
.icon i{
    color: var(--text-white);
}


/* Poga */
.form-buttons{
    display: grid;
    grid-template-columns: 48% 48%!important;
    grid-row-gap: 20px!important;
    grid-column-gap: 4%!important; 
}
.btn-next {
    width: 100%;
    background-color: var(--accent-red-1);
    color: var(--text-white);
    border: none;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 50px;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

.btn-next:hover {
    background-color: var(--text-dark-gray); 
}
.btn-previous{
     width: 100%;
    background-color:transparent;
    color: var(--text-white);
    border: 1px solid var(--text-white);
    padding: 13px 0;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 50px;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}
.btn-previous:hover {
    background-color: var(--text-dark-gray); 
    border: 1px solid var(--text-dark-gray);
}

/*Drop zone*/
.form-group.dropzone-container {
    margin-bottom: 30px;
}

.dropzone-area {
    width: 100%;
    padding: 40px 20px;
    border: 1px dashed var(--text-white);
    border-radius: 0px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.3s ease;
}
.dropzone-area:hover {
    border-color: var(--accent-red-1); 
}
.dropzone-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dropzone-icon {
    font-size: 32px; 
    color: var(--text-white);
    margin-bottom: 10px;
}
.dropzone-text {
    font-size: 16px;
    font-weight: 400!important;
    color: var(--text-white);
    margin: 0 0 5px 0;
}

/* 'browse' saite (oranžā krāsa) */
.browse-link {
    color: var(--accent-red-1); /* Oranži/sarkanā krāsa */
    font-weight: 700;
    text-decoration: none;
}

/* Mazais atbalsta teksts */
.dropzone-support {
    font-size: 0.8rem;
    color: #999999; /* Pelēkā atbalsta teksta krāsa */
    margin: 0;
}

@media (max-width: 767px) {
.field-group {
    display: grid;
    grid-template-columns: 100%!important;
    grid-row-gap: 0px!important;
    grid-column-gap: 0%!important;
    margin-bottom: 10px;
}
}
@media (min-width: 768px) {
.field-group {
    display: grid;
    grid-template-columns: 49% 49%!important;
    grid-row-gap: 20px!important;
    grid-column-gap: 2%!important;
    margin-bottom: 20px;
}
}
@media (max-width: 600px) {
    .field-group {
        flex-direction: column; /* Stabiņu izkārtojums mazākiem ekrāniem */
        gap: 0;
    }
    
    .field {
        margin-bottom: 15px;
    }
}
/*END*/

