.dropzone {
    border: 2px dashed #0074d9;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
  }


legend
{
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
}

/* Header */
.gbb-row-wrapper .gbb-row .bb-inner
{
  padding-top: 120px;
  padding-bottom: 120px;
}


/* Media query for mobile phones */
@media screen and (max-width: 767px) {
  .gbb-row-wrapper .gbb-row .bb-inner
  {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* Customers */
.cbp-qtrotator
{
  padding-left: 16px;
  padding-right: 16px;
}

/* Prevent Safari from automatically styling phone numbers */
a[href^="tel"] {
  color: inherit !important;  /* Ensures the text uses the intended color */
  text-decoration: none;  /* Removes default Safari underline */
  background: transparent;  /* Avoids any unwanted background */
}


.portfolio-filter
{
  display: none;
}

.post-one__single .post-one__meta
{
  display: none;
}

.post-one__single .post-one__read-more
{
  display: none;
}

.post-one__single .post-one__title
{
  padding-top: 0;
  min-height: 100px;
  padding-bottom: 32px;
  border-top: 0;
  border-bottom: 1px solid #e5e5e5;

}

.block-asplund-file-drop legend
{
    margin-bottom: 0;
}


.block-asplund-file-drop
{
  font-size: 1em;
  color: rgb(116, 120, 124);
  font-weight: normal;
  text-transform: none;
}

.block-asplund-file-drop form .form-item label
{
  text-transform: none;
  font-weight: 400;
  color: rgb(116, 120, 124);
}

.block-asplund-file-drop .fieldset-legend
{
  font-size: 0.7em;
  color: rgb(116, 120, 124);
  font-weight: normal;
  margin-bottom: 0;
}

.block-asplund-file-drop .js-form-type-radio {
  display: flex;
  align-items: center; /* Aligns items vertically */
  gap: 10px; /* Adds spacing between the elements */
}

.block-asplund-file-drop input[type="radio"] {
  margin: 0;
}

.block-asplund-file-drop .form-actions {
  margin-top: 10px;
}

.block-asplund-file-drop .button
{
  padding: 10px 20px;
}

#footer a
{
  color: rgb(96, 96, 96);
}

.gva-portfolio-items
{
  padding-top: 30px;
}

.owl-item
{
  padding-top: 20px;
}

/* Container for the image and text */
.owl-item .views-field-field-image {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

/* Style for the image */
.owl-item .views-field-field-image img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
}

/* Zoom effect on mouseover */
.owl-item .views-field-field-image:hover img {
  transform: scale(1.2);
}

/* Style for the text */
.owl-item .views-field-title {
  position: absolute;
  bottom: 20px;
  left: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
}

/* Style for the text */
.owl-item .views-field-title a {
  color: white;
  font-size: 1.2em;
}

/* Style for the text */
.owl-item .views-field-title:hover {
  transform:translateY(-10px);
  transition: transform 0.5s ease;
}

.asplundservices
{
  padding-top: 40px;
  padding-bottom: 40px;
}

.asplundservices .block-title
{
  padding-bottom: 0;
}

.asplundservices .block-title:before
{
  background: none;
}

@media (min-width: 1200px)
{

  .content-main p
  {
    font-size: 1.2em;
    line-height: 1.5em;
  }

  .content-main h1, .h1 {
    font-size: 2.4rem;
  }
}

