/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 06 2026 | 09:53:53 */
.sunsuria-register-bg{
	background: linear-gradient(117.5deg, #FCD5BC 0%, #F7E0E1 50%, #D5CED9 100%) !important;
}

.ria-three-col {
	display: flex;
	gap: 20px;
}
.ria-three-col > div {
	flex: 1;
}

/* Form Styling */

#wpcf7-f13-p20-o1 {
	max-width: 700px;
	margin: 0 auto;
}

.wpcf7-list-item{
	margin: 0 !important;
}

.wpcf7-form p:has(.wpcf7-submit) {
	 display: flex;
      justify-content: center;
}

.wpcf7-submit {
	background-color: #B55D44 !important;
	color: #fff !important;
	border: none;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.wpcf7-submit:hover {
	background-color: #9A4E3A !important;
}

.wpcf7-submit:focus {
	background-color: #9A4E3A !important;
	outline: 2px solid #B55D44;
	outline-offset: 2px;
}

.wpcf7-submit:active {
	background-color: #844331 !important;
}

.wpcf7-submit:disabled {
	background-color: #C98D7D;
	cursor: not-allowed;
}

.wpcf7 input.wpcf7-form-control:not([type=submit]){
	border-radius: 13px;
	background: #FEF8ED;
	padding: 25px 16px;
	margin-top: 5px;
}

.wpcf7-list-item-label{
	font-size: 12px;
}

.wpcf7 select.wpcf7-form-control {
	font-family: 'Marcellus', sans-serif;
    background: #FEF8ED;
	margin-top: 5px;
	border-radius: 13px;
}

select{
	height: 52px !important;
}

input[type="submit"]{
	font-family: 'Marcellus', sans-serif;
	padding : 12px 40px !important;
	font-size: 1.45rem !important;
}

.wpcf7 input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	background: #FEF8ED !important;
	border: none !important;
	cursor: pointer;
}

#wpcf7-f13-p20-o1 .wpcf7-acceptance label {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

#wpcf7-f13-p20-o1 .wpcf7-acceptance input[type="checkbox"] {
	flex-shrink: 0;
	margin-top: 4px;
}

/* Reusable for any CF7 select */
.wpcf7-form-control-wrap:has(select) {
	position: relative;
	display: inline-block;
	width: 100%;
}

.wpcf7-select {
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	background-image: none !important;
	padding-right: 36px !important;
	cursor: pointer;
	width: 100%;
}

.wpcf7-form-control-wrap:has(select)::after {
      content: "";
      position: absolute;
      right: 12px;
      top: 28px;                /* fixed position instead of percentage */
      transform: none;          /* remove translateY */
      width: 12px;
      height: 12px;
      background-image: url("/wp-content/uploads/2026/05/Polygon-1.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      pointer-events: none;
      transition: transform 0.3s ease;
      transform-origin: 50% 50%;
  }

.wpcf7-form-control-wrap.select-open::after {
	transform: translateY(-50%) rotate(180deg);
}

@media (max-width: 767px) {

	/* Stack the three-column dropdowns */
	.ria-three-col {
		flex-direction: column;
		gap: 0;
	}

	/* Full-width selects on mobile */
	.ria-three-col select {
		width: 100%;
		font-size: 16px;
	}

	/* Prevent iOS zoom on input focus */
	.wpcf7 input.wpcf7-form-control:not([type=submit]) {
		font-size: 16px;
	}
}

 .wpcf7-spinner {
      display: none;
  }

.wpcf7 label{
	font-family: 'Marcellus', sans-serif;
}