div#wpforms-confirmation-473 {
    background: #66962f;
	border-radius: 12px;
}
div#wpforms-confirmation-473 p {
    color: #fff;
}
.custom-marquee {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
}

.custom-marquee-track {
  display: inline-flex;
  gap: 60px;
  animation: marquee-scroll 20s linear infinite;
  align-items: center;
}

.custom-marquee h3 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0; 
  color: #000;
  white-space: nowrap;
	color: #fff;
	font-family: Fraunces;
	font-weight: 500;
	font-size: 20px
}

.custom-marquee i {
  color: #66962f;
  font-size: 20px;
}


@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}






.take-off-russo-btn {
    background: #24422B;
    border: 1px solid #24422B;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    padding: 10px 20px;
    cursor: pointer;
    width: 100%;
    display: block;
}

.take-off-russo-btn:hover,
.take-off-russo-btn:focus {
    background: #24422B;
    border-color: #24422B;
    color: #fff;
    outline: none;
}

.take-off-russo-btn:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.take-off-russo-dialog,
.pdf-dialog {
    width: 80%;
    height: 80vh;
    border: none;
    border-radius: 8px;
    padding: 0;
}

.take-off-russo-close,
.pdf-close {
    position: fixed;
    top: 15px;
    right: 20px;
    z-index: 9999;
    background: #66962f !important;
    color: #fff !important;
    border: none;
    padding: 6px 12px;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    border-radius: 4px;
    width: auto;
}

.take-off-russo-close:hover,
.pdf-close:hover {
    background: #24422b !important;
    color: #fff !important;
}

.take-off-russo-frame,
.pdf-frame {
    width: 100%;
    height: 100%;
}

.pdf-trigger {
    cursor: pointer;
}

dialog::backdrop {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(2px);
}




/* .eael-filter-gallery-control li {
    text-transform: capitalize !important;
} */

@media (min-width: 768px) {
  .sticky-col {
    position: sticky;
    top: 80px;
    align-self: flex-start; /* important for columns */
  }
}

@media (max-width: 767px) {
  .sticky-col {
    position: static;
  }
	.pdf-dialog {
    width: 95% !important;
    height: 85vh !important;
    margin: auto;
    border-radius: 0 !important;
  }

  .pdf-close {
    top: 30px;
    right: 30px;
    padding: 6px 10px;
    font-size: 14px;
  }
	 .take-off-russo-dialog {
    width: 95% !important;
    height: 90vh !important;
    margin: auto;
    border-radius: 0 !important;
    padding: 0 !important;
  }

  .take-off-russo-close {
    top: 5px;
    right: 5px;
    padding: 6px 10px;
    font-size: 14px;
  }

  .take-off-russo-frame {
    width: 100%;
    height: 100%;
  }
}

.elementor-icon-box-title {
    margin-top: 0px !important;
}
select#wpforms-473-field_6 { color: #a5a5a5; 
}

.projects-col .elementor-widget-image {
  overflow: hidden;
}

.projects-col img {
  object-fit: cover;
  display: block;
  transition: transform 1.5s ease; 
  will-change: transform;
}

.projects-col:hover img {
  transform: scale(1.1);
}

.portflio-bttn a:hover{
	text-decoration: underline !important;
}