
body{
  background-color:#141414;
  color: white;
}

:root {
	--adminbar-height: 0 !important;
}


.admin-bar {
	--adminbar-height: 46px !important;
}

#wpadminbar {
	position: fixed !important;
}

.admin-bar .topbar {
	top: 46px !important;
}

.sf-margin-bottom-16-important {
  margin-bottom: 16px !important;
}

@media (min-width: 783px) {
	.admin-bar {
		--adminbar-height: 32px !important;
	}
	.admin-bar .topbar {
		top: 32px !important;
	}
}

/* .wp-block-heading {
  text-transform: none;
} */

 .sf-centrat-buttom {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

.slot-icon-over{
    position: absolute;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    background-color: black;
    color:white;
    border-radius: 50%;
    box-shadow: 0px 0px 39.6px #627B88;
}

.wp-block-lazyblock-sf-statistici-seo .slot-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    background-color: black;
    color:white;
    border-radius: 50%;
    box-shadow: 0px 0px 39.6px #627B88;   
}

  .overlay-image {
   display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    background-color: black;
    color:white;
    border-radius: 50%;
    box-shadow: 0px 0px 39.6px #627B88;   
}



.sf-button-icon-contact{
    display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
 
}
.sf-buton-newsletter{
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: var(--color-white);
    font-size: var(--font-16);
    line-height: var(--font-16);
    font-weight: var(--weight-500);
    background-color: var(--color-turquoise);
    text-decoration: none;
    padding: 12px;
    border-radius: 4px;
    max-width: 100%;
    width: 420px;
    text-align: center;
}

/* .wp-block-lazyblock-sf-buton {
  width: 42%;
} */
.width-button-size-80 {
width: 80%;
}

.width-button-size-20 {
width: 20%;
}

.width-button-size-50 {
width: 50%;
}

.default {
  width: 420px;
}

/*contact-form*/

.cf7-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}

.cf7-col {
  flex: 1 1 100%;
  min-width: 100%;
}

.cf7-col label,
.cf7-row label,
.cf7-mesaj label{
  color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  box-sizing: border-box;
}

textarea {
  min-height: 160px;
  resize: vertical;
}

 /* #wpcf7-f8-p17-o1,
 #wpcf7-f8-p570-o1,
 #wpcf7-f8-p680-o1,
 #wpcf7-f8-p505-o1,
 #wpcf7-f8-p743-o1,
 #wpcf7-f861-p788-o1{
  margin-right: 180px;
  margin-left: 180px;
} */


/**buton-submit-formular***/
.wpcf7-submit {
  border: none;
  outline: none;
}
.cf7-agreement p{
    color:white;
} 

.cf7-agreement a {
  text-decoration: none;
}


a[href="#"] input[type="submit"] {
  text-decoration: none !important;
}

.bg-custom-cards {
  background-image: linear-gradient(174deg, #141414 34.33%, rgba(0, 0, 0, 0.00) 158.04%), url(/wp-content/uploads/2025/07/ribbon-light-space-1-min.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 70px;
}

.maps-custom {
  display: block;
  width: 100%;
  height: 450px;
}


@media (min-width: 1024px) {
  .sf-width-auto-desktop {
    width: auto;
    margin-left: 200px;
    margin-right: 200px;
  }
 
}

/***stilizare nl****/
.input-wrapper {
  position: relative;
  width: 100%;
  /*max-width: 400px;*/
}

.input-wrapper input[type="text"] {
  width: 100%;
  padding: 10px 40px 10px 12px;
  font-size: 16px;
  box-sizing: border-box;
}

.input-wrapper .icon {
  all: unset;
  position: absolute;
  right: 3px;
  padding: 6px 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: white;
  border-radius: 4px;
  background: #00AEBC;
  cursor: pointer;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*****sf-statistici seo*******/
.stat-card {
   display:flex;
}

/**eliminare padding-right/left impus de wp****/
.has-global-padding {
     padding-right: 0px !important; 
     padding-left: 0px !important;

}

.flex-direction-row-checklist .sf-list-check {
    display:flex;
    gap: 20px;
    flex-direction: row;
}


@media screen and (min-width: 782px) and (max-width: 959px) {
 .contact-formular-columns .is-layout-flex {
    display: flex;
    flex-direction: column;
 }
}

@media screen and (min-width: 768px) {
  .cf7-col {
    flex: 1 1 calc(33.333% - 16px);
    min-width: calc(33.333% - 16px);
  }

 
}



@media (max-width: 768px){
        .slot-title span:nth-child(2) {
          display: none;
        }

         .input-wrapper-sercivii-seo .slot-title {
          all: unset;
          display: inline;
        }
            
        .tab {
            flex-wrap: wrap;
        }
            
        .flex-direction-row-checklist .sf-list-check {
                flex-direction: column;
        }

        .wp-container-core-group-is-layout-29271053 {
          grid-template-columns: repeat(1, minmax(0, 1fr)); 
        }
         .footer-container {
              padding-right: 24px !important;
              padding-left: 24px !important;
          }
          
          .sf-copyright-container{
              padding-right: 24px !important;
              padding-left: 24px!important;
          }
           .wp-block-group.is-layout-grid {
               display: grid;
              grid-template-columns: repeat(1, 1fr);
        
        }

        .wp-block-lazyblock-sf-buton {
            width: 100%;
        }
        
        .input-wrapper .icon {
            top: 8%;
            transform : none;
        }
        

        
        }
        
        .sf-cover.wp-block-cover {
            padding: 0 !important;
        }
        
      
 .slot-content-image {
          width: 112px;
        }

        .slot-content-image img {
          float: right;
          width: 256px;
          aspect-ratio: 127 / 290;
          object-fit: contain;
        }

        .slot-container-content {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
        }   

        .wpcf7-not-valid-tip {
          display:none;
        }


        @media (min-width: 782px) {
          .slot-content-image {
          width: 256px;
        }
        }