.header__logo img {
    max-width: 240px !important;
}
.footer-logo img {
    max-width: 100px !important;
}
.works-wrapper-4 .work-box .content {
    margin-top: 24px;
    display: none;
}
.pri_con{
    padding:20px 0 10px 0;
}
.pri_con h2{
    padding:20px 0 10px 0;
    font-size:24px;
}
.pri_con h3{
    padding:10px 0 5px 0;
    font-size:20px;
}

.pri_con p{
    padding:10px 0 10px 0;
}
.pri_con li{
    line-height:140%;
}

.input-error {
  border: 2px solid red !important;
}
.contact-formfield.services {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.contact-formfield.services strong {
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
}
.contact-formfield textarea::placeholder {
  color: #fff;
  opacity: 1; /* Ensures the color is not faded */
}
.contact-formfield textarea {
width: 100%;
min-height: 80px;
    border: none;
    border-bottom: 1px solid var(--primary);
    outline: none;
    background-color: transparent;
    transition: all 0.5s;
    color: var(--primary);
}

/* Hide checkbox */
.service-option input[type="checkbox"] {
  display: none;
}

/* Style span as button */
.service-option span {
  display: block;
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  border: 2px solid #555;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  transition: all 0.2s ease;
  cursor: pointer;
  white-space: nowrap;
}

/* Hover effect */
.service-option span:hover {
  background-color: #444;
  border-color: #777;
}

/* Checked state */
.service-option input[type="checkbox"]:checked + span {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}



.input-valid 
{
  border: 0px solid #28a745 !important;
}

.input-error {
  border: 1px solid #dc3545 !important;
  padding:5px;
}


.blink {
  animation: blink-animation 0.3s;
}

@keyframes blink-animation {
  0% { box-shadow: 0 0 0px red; }
  50% { box-shadow: 0 0 10px red; }
  100% { box-shadow: 0 0 0px red; }
}

.success-message {
  color: green;
  font-weight: bold;
  margin-top: 200px;
  font-size: 42px;
  text-align: center;
}

.error-message {
  color: red;
  font-weight: bold;
  margin-top: 10px;
}
