/*
 Theme Name: Hello Elementor Child
 Theme URI: http://tu-sitio-web.com
 Description: Tema hijo para Hello Elementor
 Author: Tu Nombre
 Author URI: http://tu-sitio-web.com
 Template: hello-elementor
 Version: 1.0
 License: Licencia de tu elección
 License URI: URL de la licencia (opcional)
 Tags: etiquetas relacionadas
*/
body {
	background: #000;
}


/* form lavora */
.wpcf7-not-valid-tip {
    font-size: 12px !important;
}

select.wpcf7-form-control.wpcf7-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(https://staging.oic.com/wp-content/uploads/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px;
    background-color: #ffffff !important;
    color: black !important;
}
.wpcf7-form-control.wpcf7-select option {
    background-color: white; 
    color: black;
}

.form-wrapper {
    max-width: calc(100%) !important;
    margin: 0px auto !important;
}

.form-wrapper button.wpcf7-form-control.wpcf7-submit {
    border: 1px solid #1C5EFF;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Gotham';
    font-size: 12px;
    padding: 13px 20px;
    border-radius: 30px;
}

.form-wrapper button.wpcf7-form-control.wpcf7-submit:hover {
    border: 1px solid #1C5EFF;
    color: #ffffff;
	background-color: #1C5EFF;
}

fieldset {
    border: none !important;
    padding: 10px 0 !important;
}

.form-row {
    display: flex !important;
    gap: 10px !important;
    margin-bottom: 10px !important;
}

.col-3 {
    width: 25% !important;
}
.col-6 {
    width: 50% !important;
}
.col-12 {
    width: 100% !important;
}

.form-wrapper legend {
    font-family: "Gotham", Sans-serif !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
}

.form-row p {
    font-family: "Gotham", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	border-color: #D0D0D0 !important;
    border-radius: 0px !important;
    height: 53px !important;
	font-family: "Gotham", Sans-serif;
	font-size: 18px;
	font-weight: 300;
    line-height: 26px;
}


.form-wrapper input[type=text] {
    border-color: #ADADAD;
    border-radius: 0px;
    height: 53px;
}

.cf7-repeater {
    padding: 0px !important;
}
	
input::placeholder {
    color: #aaa !important;
}

span.dnd-upload-counter {
    display: none !important;
}

.repeater-field-header {
    display: none !important;
}
	
.repeater-field-button-add {
    color: black !important;
    font-size: 40px !important;
    line-height: 0px !important;
    font-weight: 200 !important;
    background-color: transparent !important;
    border-radius: 0px !important;
    padding: 0px !important;
}
	
.repeater-field-button-add:hover {
    color: black !important;
}
	
.repeater-field-footer {
    margin: -50px 0 40px !important;
    position: absolute !important;
    right: 0 !important;
}

.col-6.reduce-width select {
    width: calc(100% - 40px) !important;
}

.form-politica span.wpcf7-list-item-label {
    font-family: "Jigsaw", Sans-serif;
    font-size: 15px;
    line-height: 40px;
    padding-left: 10px;
}

.form-politica  .wpcf7-list-item {
    margin: 0 0 0 0em;
}

.codedropz-upload-inner {
    font-family: "Jigsaw", Sans-serif;
}
.codedropz-upload-inner h5 {
    font-size: 16px !important;
}
a.cd-upload-btn {
    color: #1C5EFF;
    font-size: 16px;
}



.elementor-widget-container p strong {
    color: #1C5EFF;
    font-weight: 500;
}

.elementor-widget-container h5 strong{
    color: #1C5EFF;
    font-weight: 500;
}


.btn-effect a {
		--color: #0163E0;
    height: 56px;
	  width: max-content;
    background-color: transparent !important;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: .4s;
    font-size: 12px;
    padding: 6px 16px !important;
    border: 1px solid #0163E0;
    font-family: inherit;
    text-transform: uppercase;
    z-index: 1;
    text-align: left;
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: flex-start;
    align-items: center;
}

.btn-effect a::before {
		content: '';
		display: block;
		width: 100%;
		height: 50px;
		transform: translate(-15%, 30%);
		position: absolute;
		z-index: -1;
		background-color: var(--color);
		transition: .4s ease;
}
.btn-effect a::before {
		bottom: -3em;
}
.btn-effect a:hover::before {
	 height: 200px;
	 width: 400px;
}
/*
.btn-effect a::after  {
	content: '\2022';
    color: #0163E0;
    font-family: 'eicons' !important;
    font-size: 40px;
    line-height: 0px;
    position: absolute;
    right: 10%;
    top: 50%;
    z-index: 1;
    transition: .5s;
}
.btn-effect a:hover::after {
	color: white;
    font-size: 160px;
    right: 0px;
    top: 28px;
    z-index: 1;
    transition: .5s;
}
*/

.btn-effect a::after  {
	content: '';
    background: #0163E0;
    position: absolute;
    right: 22px;
    top: 50%;
    z-index: 1;
    transition: .5s;
	transition-delay: .1s;
	width: 10px;
	height: 10px;
	border-radius: 50%;
    transform: translateY(-50%);
    transform-origin: center;
}
.btn-effect a:hover::after {
	background: white;
	height: 40px;
    width: 40px;
    right: 9px;
}

.btn-effect	span.elementor-button-text {
    padding-right: 50px;
}
.btn-effect a span::after {
    content: url(https://staging.oic.it/wp-content/uploads/svgviewer-output-60.svg);
    color: #0163E0;
	  opacity: 0; /* Inicialmente invisible */
    visibility: hidden; /* Oculta el elemento */
    position: absolute;
    right: 19px;
    top: 17px;
}
.btn-effect a:hover span::after {
    content: url(https://staging.oic.it/wp-content/uploads/svgviewer-output-60.svg);
    color: #0163E0;
    opacity: 1;
    visibility: visible;
    transition: opacity 1s, visibility 1s;
    position: absolute;
    right: 19px;
    top: 17px;
    z-index: 5;
    transition: 1s;
}


/* btn-effect-down */
.btn-effect-down a,
.btn-effect-back a {
	--color: #0163E0;
    height: 56px;
	  width: max-content;
    background-color: transparent !important;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: .4s;
    font-size: 12px;
    padding: 6px 16px !important;
    border: 1px solid #0163E0;
    font-family: inherit;
    text-transform: uppercase;
    z-index: 1;
    text-align: left;
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: flex-start;
    align-items: center;
}

.btn-effect-down a::before,
.btn-effect-back a::before {
		content: '';
		display: block;
		width: 100%;
		height: 50px;
		transform: translate(-15%, 30%);
		position: absolute;
		z-index: -1;
		background-color: var(--color);
		transition: .4s ease;
}
.btn-effect-down a::before,
.btn-effect-back a::before {
		bottom: -3em;
}
.btn-effect-down a:hover::before,
.btn-effect-back a:hover::before {
	 height: 200px;
	 width: 400px;
}

.btn-effect-down a::after,
.btn-effect-back a::after {
	content: '';
    background: #0163E0;
    position: absolute;
    right: 22px;
    top: 50%;
    z-index: 1;
    transition: .5s;
	transition-delay: .1s;
	width: 10px;
	height: 10px;
	border-radius: 50%;
    transform: translateY(-50%);
    transform-origin: center;
}
.btn-effect-down a:hover::after,
.btn-effect-back a:hover::after {
	background: white;
	height: 40px;
    width: 40px;
    right: 9px;
}

.btn-effect-down span.elementor-button-text,
.btn-effect-back span.elementor-button-text {
    padding-right: 50px;
}
.btn-effect-down a span::after {
    content: url(https://staging.oic.it/wp-content/uploads/svgviewer-output-down.svg);
    color: #0163E0;
	  opacity: 0; /* Inicialmente invisible */
    visibility: hidden; /* Oculta el elemento */
    position: absolute;
    right: 19px;
    top: 17px;
}
.btn-effect-down a:hover span::after {
    content: url(https://staging.oic.it/wp-content/uploads/svgviewer-output-down.svg);
    color: #0163E0;
    opacity: 1;
    visibility: visible;
    transition: opacity 1s, visibility 1s;
    position: absolute;
    right: 19px;
    top: 17px;
    z-index: 5;
    transition: 1s;
}

.btn-effect-back a span::after {
    content: url(https://staging.oic.it/wp-content/uploads/arrow-left.svg);
    color: #0163E0;
	  opacity: 0; /* Inicialmente invisible */
    visibility: hidden; /* Oculta el elemento */
    position: absolute;
    right: 19px;
    top: 17px;
}
.btn-effect-back a:hover span::after {
    content: url(https://staging.oic.it/wp-content/uploads/arrow-left.svg);
    color: #0163E0;
    opacity: 1;
    visibility: visible;
    transition: opacity 1s, visibility 1s;
    position: absolute;
    right: 19px;
    top: 17px;
    z-index: 5;
    transition: 1s;
}


/* btn-effect-1 */	
.btn-effect-1 a {
    --color: #0163E0;
    width: 121px;
    height: 56px;
	border: 1px solid #D5D5D5;
    background-color: white !important;
    border-radius: 100px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: .4s;
    font-size: 12px;
    padding: 6px 16px !important;
    font-family: inherit;
    text-transform: uppercase;
    z-index: 1;
    text-align: left;
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: flex-start;
    align-items: center;
}
.btn-effect-1 a:focus {
    text-shadow: none !important;
}
.swiper-slide-active .elementor-flip-box__back .elementor-flip-box__layer__overlay
 {
    border: none !important;
}
.btn-effect-1 a:hover {
    background-color: #1C5EFF !important;
    color: #FFFFFF !important;
    border: 1px solid #1C5EFF !important;
}
.btn-effect-1 a::before {
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    transform: translate(-15%, 30%);
    position: absolute;
    z-index: -1;
    background-color: #1C5EFF;
    transition: .4s ease;
}
.btn-effect-1 a::before {
		bottom: -3em;
}
.btn-effect-1 a:hover::before {
    height: 200px;
    width: 110%;
}
.btn-effect-1 a::after  {
   /* content: '\2022';
    color: #0163E0;
    font-family: 'eicons' !important;
    font-size: 40px;
    line-height: 0px;
    position: absolute;
    right: 15%;
    z-index: 1;
    transition: .5s; */
	content: '';
    background: #0163E0;
    position: absolute;
    right: 22px;
    top: 50%;
    z-index: 1;
    transition: .5s;
    transition-delay: .1s;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: translateY(-50%);
    transform-origin: center;
}
.btn-effect-1 a:hover::after {
	background: white;
    height: 40px;
    width: 40px;
    right: 9px;
}
.btn-effect-1 a span::after {
    content: url(https://staging.oic.it/wp-content/uploads/svgviewer-output-70.svg);
    color: #0163E0;
	opacity: 0; /* Inicialmente invisible */
    visibility: hidden; /* Oculta el elemento */
    position: absolute;
    right: 19px;
    top: 50%;
	transform: translateY(-50%);
    transform-origin: center;
}
.btn-effect-1 a:hover span::after {
    content: url(https://staging.oic.it/wp-content/uploads/svgviewer-output-70.svg);
	color: #0163E0;
    opacity: 1;
    visibility: visible;
    transition: opacity 1s, visibility 1s;
    position: absolute;
    right: 19px;
    top: 50%;
    z-index: 5;
    transition: 1s;
    transform: translateY(-50%);
    transform-origin: center;
}	
	
/* btn-effect-3 */	
.btn-effect-3 a {
	--color: #0163E0;
    width: 172px;
    height: 56px;
    background-color: transparent !important;
    border-radius: 100px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: .4s;
    font-size: 12px;
    padding: 6px 16px !important;
    border: 1px solid white;
    font-family: inherit;
    text-transform: uppercase;
    z-index: 1;
    text-align: left;
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: flex-start;
    align-items: center;
    color: white !important;
}
.btn-effect-3 a:focus {
    text-shadow: none !important;
}
.btn-effect-3 a:hover {
    color: #1C5EFF !important;
}
.btn-effect-3 a::before {
		content: '';
		display: block;
		width: 120%;
		height: 50px;
		transform: translate(-15%, 30%);
		position: absolute;
		z-index: -1;
		background-color: white;
		transition: .4s ease;
}
.btn-effect-3 a::before {
		bottom: -3em;
}
.btn-effect-3 a:hover::before {
    height: 200px;
    width: 110%;
}
/*
.btn-effect-3 a::after  {
		content: '\2022';
    color: white;
    font-family: 'eicons' !important;
    font-size: 40px;
    line-height: 0px;
    position: absolute;
    right: 15%;
    z-index: 1;
    transition: .5s;
}
.btn-effect-3 a:hover::after {
    color: #1C5EFF;
    font-size: 160px;
    right: 0%;
    top: 28px;
    z-index: 1;
    transition: .5s;
}
*/
.btn-effect-3 a::after  {
	content: '';
    background: white;
    position: absolute;
    right: 22px;
    top: 50%;
    z-index: 1;
    transition: .5s;
	transition-delay: .1s;
	width: 10px;
	height: 10px;
	border-radius: 50%;
    transform: translateY(-50%);
    transform-origin: center;
}
.btn-effect-3 a:hover::after {
	background: #1C5EFF;
	height: 45px;
    width: 45px;
    right: 7px;
}




.btn-effect-3 a span::after {
content: url(https://staging.oic.it/wp-content/uploads/svgviewer-output-69.svg);
    color: #0163E0;
	  opacity: 0; /* Inicialmente invisible */
    visibility: hidden; /* Oculta el elemento */
    position: absolute;
    right: 12%;
    top: 33%;
}
.btn-effect-3 a:hover span::after {
    content: url(https://staging.oic.it/wp-content/uploads/svgviewer-output-69.svg);
    color: #0163E0;
    opacity: 1;
    visibility: visible;
    transition: opacity 1s, visibility 1s;
    position: absolute;
    right: 12%;
    top: 33%;
    z-index: 5;
    transition: 1s;
}	
	
	
/* btn-effect-4 */	
.btn-effect-4 a {
    --color: #0163E0;
    height: 56px;
    background-color: transparent !important;
    cursor: pointer;
    transition: .4s;
    z-index: 1;
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: flex-start;
    align-items: center;
}
.btn-effect-4 a:focus {
    text-shadow: none !important;
}
.btn-effect-4 a:hover {
    color: #1C5EFF !important;
}

.btn-effect-4 a::after {
    content: '';
    background: #0163E0;
    position: absolute;
    right: 22px;
    top: 50%;
    z-index: 1;
    transition: .5s;
    transition-delay: .1s;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: translateY(-50%);
    transform-origin: center;
}
.btn-effect-4 a:hover::after {
    background: #0163E0;
    height: 40px;
    width: 40px;
    right: 9px;
}
.btn-effect-4 a span::after {
    content: url(https://staging.oic.it/wp-content/uploads/svgviewer-output-69.svg);
    color: #0163E0;
    opacity: 0; /* Inicialmente invisible */
    visibility: hidden; /* Oculta el elemento */
    position: absolute;
    right: 19px;
    top: 18px;
}
.btn-effect-4 a:hover span::after {
		content: url(https://staging.oic.it/wp-content/uploads/svgviewer-output-69.svg);
    color: #0163E0;
    opacity: 1;
    visibility: visible;
    transition: opacity 1s, visibility 1s;
    position: absolute;
    right: 19px;
    top: 18px;
    z-index: 5;
    transition: 1s;
}		
	
	
/* btn-effect-close */	
.btn-effect-close a {
    --color: white;
    width: 121px;
    height: 56px;
    background-color: #1C5EFF !important;
    border-radius: 100px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: .4s;
    font-size: 12px;
    padding: 6px 16px !important;
    border: 1px solid #D5D5D5;
    font-family: inherit;
    text-transform: uppercase;
    z-index: 1;
    text-align: left;
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: flex-start;
    align-items: center;
}
.btn-effect-close a::before {
    height: 200px;
    width: 110%;
}
.btn-effect-close a::after {
	line-height: 0px;
    content: '';
    background: white;
    position: absolute;
    right: 22px;
    top: 50%;
    z-index: 1;
    transition: .5s;
    transition-delay: .1s;
    border-radius: 50%;
    transform: translateY(-50%);
    transform-origin: center;
    height: 40px;
    width: 40px;
    right: 7px;
}
.btn-effect-close a span::after {
    content: url(https://staging.oic.it/wp-content/uploads/svgviewer-output-74.svg);
    color: #0163E0;
    opacity: 1;
    visibility: visible;
    transition: opacity 1s, visibility 1s;
    position: absolute;
    right: 17%;
    top: 38%;
    z-index: 5;
    transition: 1s;
}
.btn-effect-close span.elementor-button-text {
    color: white;
}


	
.change-color h2.elementor-heading-title {
    color: black !important;
}
	
.change-color a.elementor-button {
    background: #1c5eff !important;
    color: white !important;
}
	
.elementor-flip-box__layer.elementor-flip-box__front.card-active {
    background: #011129 !important;
}
	
.elementor-flip-box__layer.elementor-flip-box__front.card-active h3 {
    color: white !important;
}

.elementor-flip-box__front:not(.card-active) .elementor-icon-wrapper.elementor-view-default {
    display: none;
}
	
.swiper-slide:not(.swiper-slide-next) .elementor-flip-box__layer__overlay {
    border: 1px solid #1F5EFF;
}
	

	
	
button.btn-effect-1 {
	--color: #0163E0;
	width: 110px;
	height: 50px;
	background-color: transparent;
	border-radius: 50px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: .4s;
	font-weight: 600;
	font-size: 13px;
	border: 1px solid #0163E0;
	font-family: inherit;
	text-transform: uppercase;
	color: black;
	z-index: 1;
	text-align: left;
}

button.btn-effect-1::before {
	content: '';
	display: block;
	width: 100%;
	height: 50px;
	transform: translate(-15%, 30%);
	position: absolute;
	z-index: -1;
	background-color: var(--color);
	transition: .4s ease;
}

 button.btn-effect-1::before {
    bottom: -3em;
}

button.btn-effect-1:hover::before {
    height: 200px;
    width: 400px;
}

button.btn-effect-1:hover {
    color: white;
}

button.btn-effect-1::after {
    content: '\2022';
    color: #0163E0;
    font-weight: 900;
    font-size: 30px;
    line-height: 0px;
    position: absolute;
    right: 15%;
    top: 45%;
    transform: translateY(-50%);
    z-index: 1;
    transition: .5s;
}

button.btn-effect-1:hover::after {
    color: white;
    content: '\2022';
    font-weight: 900;
    font-size: 140px;
    line-height: 0px;
    position: absolute;
    right: -6%;
    top: 23%;
    transform: translateY(-50%);
    z-index: 1;
    transition: .5s;
}
	
/* btn-effect-2 */
button.btn-effect-2 {
    --color: #0163E0;
    width: 172px;
    height: 56px;
    background-color: transparent;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: .4s;
    font-weight: 400;
    font-size: 12px;
    border: 1px solid white;
    text-transform: uppercase;
    color: white;
    z-index: 1;
    text-align: left;
    font-family: "Gotham", Sans-serif;
}
button.btn-effect-2::before {
	content: '';
	display: block;
	width: 100%;
	height: 50px;
	transform: translate(-15%, 30%);
	position: absolute;
	z-index: -1;
	background-color: white;
	transition: .4s ease;
}

button.btn-effect-2::before {
    bottom: -3em;
}

button.btn-effect-2:hover::before {
    height: 200px;
    width: 400px;
}

button.btn-effect-2:hover {
    color: #0163E0;
}

button.btn-effect-2::after  {
	content: '';
    background: white;
    position: absolute;
    right: 10%;
    top: 50%;
    z-index: 1;
    transition: .5s;
	transition-delay: .1s;
    width: 10px;
    height: 10px;
	border-radius: 50%;
    transform: translateY(-50%);
    transform-origin: center;
}
button.btn-effect-2:hover::after {
	background: #1C5EFF;
	height: 40px;
    width: 40px;
    right: 9px;
}
button.btn-effect-2 span::after {
    content: url(https://staging.oic.it/wp-content/uploads/svgviewer-output-69.svg);
    color: #0163E0;
	  opacity: 0; /* Inicialmente invisible */
    visibility: hidden; /* Oculta el elemento */
    position: absolute;
    right: 11%;
    top: 33%;
}
button.btn-effect-2:hover span::after {
    content: url(https://staging.oic.it/wp-content/uploads/svgviewer-output-69.svg);
    color: #0163E0;
	  opacity: 1; /* Hace visible el elemento */
    visibility: visible; /* Muestra el elemento */
    transition: opacity 1s, visibility 1s; /* Transición suave */
    position: absolute;
    right: 11%;
    top: 33%;
    z-index: 5;
	  transition: 1s;
}


/* btn-effect-invia */
button.btn-effect-invia {
    --color: #0163E0;
    width: 125px;
    height: 56px;
    background-color: transparent;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: .4s;
    font-weight: 400;
    font-size: 12px;
    border: 1px solid white;
    text-transform: uppercase;
    color: white;
    z-index: 1;
    text-align: left;
    font-family: "Gotham", Sans-serif;
}
button.btn-effect-invia::before {
	content: '';
	display: block;
	width: 100%;
	height: 50px;
	transform: translate(-15%, 30%);
	position: absolute;
	z-index: -1;
	background-color: #1C5EFF;
	transition: .4s ease;
}

button.btn-effect-invia::before {
    bottom: -3em;
}

button.btn-effect-invia:hover::before {
    height: 200px;
    width: 400px;
}

button.btn-effect-invia:hover {
    color: #0163E0;
}

button.btn-effect-invia::after  {
    content: '';
    background: #0163E0;
    position: absolute;
    right: 22px;
    top: 50%;
    z-index: 1;
    transition: .5s;
    transition-delay: .1s;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: translateY(-50%);
    transform-origin: center;
}
button.btn-effect-invia:hover::after {
	background: white;
	height: 40px;
    width: 40px;
    right: 9px;
}

button.btn-effect-invia span::after {
    content: url(https://staging.oic.it/wp-content/uploads/svgviewer-output-60.svg);
    color: #0163E0;
	  opacity: 0; /* Inicialmente invisible */
    visibility: hidden; /* Oculta el elemento */
    position: absolute;
    right: 15%;
    top: 32%;
}
button.btn-effect-invia:hover span::after {
    content: url(https://staging.oic.it/wp-content/uploads/svgviewer-output-60.svg);
    color: #0163E0;
	  opacity: 1; /* Hace visible el elemento */
    visibility: visible; /* Muestra el elemento */
    transition: opacity 1s, visibility 1s; /* Transición suave */
    position: absolute;
    right: 15%;
    top: 32%;
    z-index: 5;
	  transition: 1s;
}
.btn-effect-3 a:hover:visited{
	color:#0163E0 !important;
	fill:#0163E0 !important;
}

.btn-effect-3 a:visited{
	color:#fff !important;
	fill:#fff !important;
}

.btn-effect a:hover:visited{
	color:#fff !important;
	fill:#fff !important;
}
button:focus{
	background-color:inherit !important;
}
	.swiper-slide:not(.swiper-slide-next) .card-active .elementor-flip-box__layer__overlay {
    border: none !important;
}

/* Griglia generale */
.custom-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 colonne */
  row-gap: 88px;
  column-gap: 88px;
}

/* Card base */
.custom-card {
  background: #fff;
  padding: 16px;;
  border:1px solid #D0D0D0;
  text-align: left;
  transition: transform 0.2s ease;
}


.custom-card h3 {
	font-family: "Jigsaw", Sans-serif;
	font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    color: #000000;
}

.custom-card p {
	font-family: "Gotham", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.custom-card:hover {
  transform: translateY(-5px);
}

/* Immagini */
.custom-card img {
  size:cover;
  max-width: 100%;
  height:100%;
  margin-bottom: 15px;
}

/* Responsive: tablet e mobile */
@media (max-width: 1024px) {
  .custom-cards-grid {
    grid-template-columns: repeat(3, 1fr); /* anche su tablet 3 colonne */
	row-gap: 48px;
    column-gap: 48px;
  }
}

@media (max-width: 768px) {
  .custom-cards-grid {
    grid-template-columns: repeat(2, 1fr); /* su mobile 2 colonne */
	row-gap: 24px;
    column-gap: 24px;
  }
}


	@media (min-width: 768px) {
  .wp-page > div > div > div:not(.no-padding) {
    padding-right:40px;
	padding-left:40px;
    box-sizing: border-box;
   
  }
}


@media only screen and (max-width: 768px){
	.swiper-slide:not(.swiper-slide-next) .card-active .elementor-flip-box__layer__overlay {
    border: none !important;
}
	.form-row{
		flex-wrap:wrap;
	}
	.cf7-repeater{
		margin-bottom: 50px;
	}
	.repeater-field-footer {
    	margin: -30px 0 40px !important;
	}
}
