.elementor-icon-list-items {margin:0;}
.elementor-icon-list-items li {list-style:none;}
.elementor-icon-list-items li svg {width:12px; margin-right:5px;}

.make-image-white-filter {filter: brightness(0) invert(1);}
/*.custom-icon-color svg {fill:#3b7c6e;}*/

/* Careers Form Styling */
.careers-form input,
.careers-form select,
.careers-form textarea {
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.careers-form label {
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    font-size: 0.9rem;
    color:#000;
}

/* Flexbox for 2 columns */
.careers-form .form-row {
    display: flex;
    gap: 4%;
    margin-bottom: 0px;
}

.careers-form .form-row .half-width {
    flex: 1;
}

.wpcf7-submit {
    border:0 !important;
    font-weight: 500 !important;
    font-size: 0.9rem !important;
    color:#fff !important;
    background:#751d00 !important;
}

.custom-responsive-menu .xpro-elementor-horizontal-navbar-nav .current-menu-item a {padding-left:1rem !important;}


.gallery-columns-3 .gallery-item {
  padding-right:5px !important;
}
.gallery-columns-3 .gallery-item img {
  margin-bottom:0px !important;
}


@media (max-width: 767px) {
  .responsive-gallery-2-col .gallery {
    display: flex;
    flex-wrap: wrap;
  }

  .responsive-gallery-2-col .gallery-item {
    flex-grow: 0;
    width: calc(50% - 10px); 
    float: none !important;
  }
}

/* Rotate background image */
.background-rotate-45::before {transform: rotate(45deg);}
@media (max-width: 767px) {
    /* Rotate background image */
    .background-rotate-45::before {transform: rotate(0deg);}
}

.elementor-21 .elementor-element.elementor-element-79fa056 .xpro-hotspot-wrapper .xpro-hotspot-item .xpro-hotspot-item-wrap > svg {fill:#af8b4b;}
