.resource {
    position: relative;
}
.resource:before {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, black 0%, transparent 100%) !important;
    width: 21%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
    opacity: 1;
}
.resource:after {
    content: '';
    position: absolute;
    background: linear-gradient(270deg, black 0%, transparent 100%);
    width: 21%;
    height: 100%;
    z-index: 1;
    top: 0;
    right: 0;
}
.elementor-element-5a126ce h3.elementor-heading-title.elementor-size-default {
    font-size: 18px !important;
}
.elementor-element.elementor-element-45c4817.elementor-widget.elementor-widget-wp-widget-categories h5 {
    display: none;
}
li.cat-item.cat-item-1 a {
    color: #000;
}
li.cat-item.cat-item-1 {
    list-style-type: none;
}
.elementor-element.elementor-element-45c4817.elementor-widget.elementor-widget-wp-widget-categories ul {
    padding-left: 10px;
}
form.fluent_form_1 .ff-btn-submit:not(.ff_btn_no_style) {
    background-color: #c1a37f!important;
    color: #ffffff;
}
.elementor-element-6e77c03 i.icon {
    background: #fff;
    padding: 10px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.elementor-icon-box-wrapper h3.elementor-icon-box-title {
    margin: 0px;
}
.policy-content h2 {
    font-size: 26px;
    color: #c1a37f;
    font-weight: 600;
    font-family: 'Quicksand';
    border-left: 5px solid #c1a37f;
    padding-left: 10px;
    margin-top: 40px;
}

/*Services Show on Single Page*/
.styled-service-list {
    display: flex;
    gap: 0px;
    max-width: 400px;
    margin: 0 auto;
    flex-direction: column-reverse;
}
.service-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  background: #eff2ee;
  color: #333;
  padding: 13px 20px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.service-card:hover {
    background: #eff2ee;
    border-color: #d6c7bb;
}

.service-arrow {
  font-size: 18px;
  color: #c2a073;
  transition: transform 0.3s ease;
}

.service-card:hover .service-arrow {
  transform: translateX(5px);
}

a.calendly-btn {
    background-color: var( --e-global-color-b88c13b );
    font-family: var( --e-global-typography-primary-font-family );
    font-weight: var( --e-global-typography-primary-font-weight );
    fill: var( --e-global-color-460cbb1 );
    color: var( --e-global-color-460cbb1 );
    display: block;
    padding: 13px 20px;
    border-radius: 50px;
    text-align: center;
    width: fit-content;
    margin: 0px auto;
}

/*END*/
.e-n-carousel.swiper.swiper-initialized.swiper-horizontal {
    width: 100%;
}

/**Responsive CSS Start*/
@media only screen and (max-width: 1440px){
.elementor-form-fields-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
}

@media only screen and (max-width: 480px){
	.form-ftr .elementor-widget-container {
    padding: 0 !important;
}
}