/* Carousel */
.swiper-pagination-bullet {
  width: 20px !important;
  height: 2px !important;
  border-radius: 0 !important; /* Remove rounded corners to create rectangles */
  background-color: rgba(255, 102, 51, 0.5) !important; /* #FF663380 for inactive */
  opacity: 1 !important;
  margin: 0 5px !important;
}

.swiper-pagination-bullet-active {
  background-color: rgb(255, 102, 51) !important; /* #FF6633 for active */
}

/* Newsleter bottom */

.newsletter-row p {
	flex-direction: column;
}

.newsletter-shortcode .wpcf7-form-control.wpcf7-acceptance {
	border: none !important;
	color: #645D57 !important;
}

.newsletter-shortcode .wpcf7-form-control.wpcf7-acceptance label {
	color: #645D57 !important;
}

.newsletter-row {
	display: flex;
	gap: 10px;
}

.newsletter-col .wpcf7-form-control-wrap {
	width: 100%;
}

.newsletter-col:nth-child(2) {
	display: flex;
	align-items: center;
	margin-bottom: 44px;
}

.newsletter-shortcode .wpcf7-list-item-label {
	margin-top: 2px;
}

@media (max-width: 768px) {
	
	.newsletter-row {
	  	display: flex;
  		flex-direction: column;
	}
	
	.newsletter-row p {
		align-items: start;
	}
	
	.newsletter-shortcode .wpcf7-validates-as-email {
		width: 100% !important;
	}
	
	.newsletter-shortcode .wpcf7-submit {
		width: 100%;
	}
}

.newsletter-shortcode .wpcf7-acceptance input[type="checkbox"] {
	width: 26px !important;
	height: 26px !important;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: white;
	border: 1px solid #DEDEDE;
}

.newsletter-shortcode .wpcf7-acceptance input[type="checkbox"]:checked {
    background: #FF6633;
    position: relative;
	border: 1x solid #FF6633;
}

.newsletter-shortcode .wpcf7-acceptance input[type="checkbox"]:checked::after {
    content: '✓';
    color: white;
    position: absolute;
    left: 4px;
    top: 4px;
    font-size: 22px;
}

.newsletter-shortcode .wpcf7-email {
  border: 1px solid #DEDEDE !important;
}
