.elementor-widget-shortcode .sticky-bar {
	cursor: pointer;
  background-color: #414141;
  display: flex;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 200;
  left: 0;
  right: 0;
  padding: 10px 20px;
  transition: all .5s ease-in;
}

.elementor-widget-shortcode .sticky-bar:hover {
	background-color: #646462;
}

.elementor-widget-shortcode .sticky-bar-inner {
  display: flex;
	align-items: center;
  width: 100%;
}

.elementor-widget-shortcode .sticky-bar-content {
	width: 100%;
}

.elementor-widget-shortcode .sticky-bar-icon{
  transform: translateX(0);
  transition: transform .5s ease-in;
}

.elementor-widget-shortcode .sticky-bar:hover .sticky-bar-icon {
  transform: translateX(30%);
}

.elementor-widget-shortcode .sticky-bar-inner h5 {
  font-size: 15px;
  margin: 0;
  line-height: 24.5px;
  letter-spacing: 3.5px;
  color: #D7CD89;
  font-weight: 400;
}

.elementor-widget-shortcode .sticky-bar-inner h4 {
  font-size: 24px;
  margin: 0;
  line-height: 24.5px;
  letter-spacing: 0;
  color: #FFFFFF;
  font-weight: 400;
}

.grid-blinds {
	display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.grid-blind-card {
	display: flex;
}
.grid-blind-card-image {
	width: 60%;
	height: 240px;
	overflow: hidden;
}

.grid-blind-card-image img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	transition: transform .5s ease-in;
}

.grid-blind-card:hover .grid-blind-card-image img {
	transform: scale(1.03);
}

.grid-blind-card-content {
	width: 40%;
	height: 100%;
	position: relative;
	background-color: #414141;
	display: flex;
  padding: 12px;
  align-items: flex-end;
  transition: all .5s ease-in;
}

.grid-blind-card:hover .grid-blind-card-content {
	background-color: #646462;
}

.grid-blind-card-content h3 {
	margin: 0;
}

.grid-blind-card-content h3 a {
	display: block;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 400;
	line-height: 24.4px;
}

.grid-blidn-card-pointer {
	position: absolute;
  top: 8px;
  right: 8px;
	
}

.elementor-widget-shortcode .steps-section {
	display: flex;
	gap: 18px;
}

.elementor-widget-shortcode .steps-section-col {
	flex: 1;
	position: relative;
}

.elementor-widget-shortcode .steps-section-col .step-section-number:after {
	content: ' ';
	position: absolute;
  border-top: 1px solid #D7CD89;
  width: 100%;
  left: 25px;
  right: 0;
}

.elementor-widget-shortcode .steps-section-col:last-child .step-section-number:after {
	content: none;
}

.elementor-widget-shortcode .step-section-number {
	color: #414141;
  background-color: #D7CD89;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 16px;
}

.elementor-widget-shortcode .steps-section-col h3 {
	margin: 0;
  font-size: 20px;
  color: #D7CD89;
}

.elementor-widget-shortcode .steps-section-col p {
	margin: 0;
  font-size: 16px;
  color: #FFFFFF;
}

.adv-btn {
  display: flex;
  width: 100%;
  background-color: #414141;
  padding: 10px 20px;
  align-items: center;
  justify-content: space-between;
  transition: all .5s ease-in;
  cursor: pointer;

}

.adv-btn:hover {
	background-color: #646462;
}


.adv-btn-lead {
  font-size: 14px;
  color: #D7CD89;
  line-height:  24.5px;
  letter-spacing: 3.5px;
  display: block;
  margin-bottom: 0;
}

.adv-btn-title {
  font-size: 22px;
  color: #FFFFFF;
  line-height: 24.5px;
  display: block;
  font-weight: 400;
  font-family: "General Sans";
}

.adv-btn-icon {
  transform: translateX(0);
  transition: transform .5s ease-in;
}

.adv-btn:hover .adv-btn-icon {
  transform: translateX(30%);
}

.elementor-element.card {
  height: 100%;
}

.btn-container .e-con-inner {
  margin: 0 !important;
}

.elementor-widget-loop-carousel .elementor-swiper-button {
  background-color: #414141 !important;
  border-color: #414141 !important;
}

.elementor-widget-loop-carousel .elementor-swiper-button svg path {
  stroke: #D7CD89 !important;
}

.elementor-widget-loop-carousel .elementor-swiper-button:hover {
  background-color: #FFFFFF !important;
  border-color: #414141 !important;
}

.elementor-widget-loop-carousel .elementor-swiper-button:hover svg path {
  stroke: #414141 !important;
}

.elementor-widget-loop-carousel .elementor-swiper-button.swiper-button-disabled {
  background-color: #FFFFFF !important;
  border-color: #414141 !important;
}

.elementor-widget-loop-carousel .elementor-swiper-button.swiper-button-disabled svg path {
  stroke: #414141 !important;
}

.elementor-widget-loop-carousel .elementor-swiper-button.swiper-button-disabled:hover {
  background-color: #FFFFFF !important;
  border-color: #414141 !important;
}

.elementor-widget-loop-carousel .elementor-swiper-button.swiper-button-disabled:hover svg path {
  stroke: #414141 !important;
}

#gform_confirmation_wrapper_91 .gform_confirmation_message {
  padding: 40px 0 0;
  background-color: #FFFFFF;
}

#gform_confirmation_wrapper_71 .gform_confirmation_message {
  padding: 40px 0 0;
  background-color: #FFFFFF;
}

@media (max-width: 1081px) {
  .elementor-element.card-lead .elementor-heading-title {
    font-size: 18px !important;
    line-height: 24.5px !important;
  }

  .elementor-element.card-title .elementor-heading-title {
    font-size: 32px !important;
    line-height: 24.5px !important;
  }
}


@media only screen and (max-width: 1081px) {
  .grid-blinds {
    grid-template-columns: 1fr;
  }
	.elementor-widget-shortcode .steps-section {
		flex-direction: column;
	}
	.elementor-widget-shortcode .steps-section-col h3{
		padding-left: 50px;
		margin-top: -30px;
	}

	.elementor-widget-shortcode .steps-section-col p{
		padding-left: 50px;
		margin-bottom: 30px;
	}
	
	.elementor-widget-shortcode .steps-section-col .step-section-number:after {
		border-top: none;
		border-left: 1px solid #D7CD89;
		width: 1px;
		left: 12px;
		right: 0;
		height: 100%;
		top: 25px;
	}
}


@media only screen and (max-width: 767px) {
	.grid-blind-card-image {
		height: 180px;
	}

  .grid-blind-card-content h3 a {
    font-size: 18px;
  }
	
}

@media only screen and (min-width: 767px) {
  .sticky-bar-inner {
    max-width: 320px;
    margin: 0 auto;
  }
}


/**************************\
  Basic Modal Styles
\**************************/

.modal {
  display: none;
  z-index: 1001;
  position: relative;
}
.modal__overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.6);
display: flex;
justify-content: center;
align-items: center;
}

.modal__container {
background-color: #f3f3f3;
padding: 30px;
max-width: 680px;
max-height: 100vh;
border-radius: 4px;
overflow-y: auto;
box-sizing: border-box;
position: relative;
z-index: 1002;
}

.modal__header {
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.modal__header--inner .modal__lead {
  font-size: 20px;
  color: #D7CD89;
  line-height:  24.5px;
  letter-spacing: 3.5px;
  display: block;
  margin: 0;
}

.modal__header--inner .modal__title {
  font-size: 40px;
  color: #414141;
  line-height:  50px;
  letter-spacing: 0px;
  display: block;
  margin: 0;
}

.modal__close {
  appearance: none;
  background: transparent;
  border: 0;
  text-transform: uppercase;
  font-style: normal !important;
  font-family: "General Sans" !important;
}

.modal__content {
margin-top: 2rem;
margin-bottom: 2rem;
line-height: 1.5;
color: rgba(0,0,0,.8);
}

@keyframes mmfadeIn {
  from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes mmfadeOut {
  from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes mmslideIn {
from { transform: translateY(15%); }
  to { transform: translateY(0); }
}

@keyframes mmslideOut {
  from { transform: translateY(0); }
  to { transform: translateY(-10%); }
}

.micromodal-slide {
display: none;
}

.micromodal-slide.is-open {
display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
will-change: transform;
}

@media only screen and (max-width: 767px) {
  section.icon .elementor-column .elementor-element {
    margin-left: 0 !important;
  }
}