div[id] {
  scroll-margin-block: 85px;
}

@keyframes fadeInUp {
    0% {
		opacity: 0;
		transform: translate3d(0, 10%, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeUpIn {
    0% {
		opacity: 0;
		transform: translate3d(0, -10%, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInUpMax {
    0% {
		opacity: 0;
		transform: translate3d(0, 30%, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

.mt-15{
	margin-top:15px !important;
}

.item-container {
    margin: 10px 30px;
    padding: 10px 0;
    font-size: 17px;
    font-weight: 400;
    color: #993672;
    display: block;
    position: relative;
    text-decoration: none;
}

.item-container:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    border-top: 4px solid #993672;
    transition: all 0.3s ease;
}

.item-container:hover:after {
    width: 100%;
}

.mod_contact_form_beauty .elementor-form .elementor-labels- .elementor-field-group{
	margin-bottom: 40px;
	padding: 0;
}

.mod_contact_form_beauty .elementor-form .elementor-labels- .elementor-field-type-submit{
	margin-bottom: 0 !important;
	padding: 0;
}

.mod_contact_form_beauty .elementor-form .elementor-form-fields-wrapper {
	margin: 0 !important;
}

.mod_contact_form_beauty .elementor-form input.elementor-field,
.mod_contact_form_beauty .elementor-form textarea.elementor-field,
.mod_contact_form_beauty .elementor-form select.elementor-field-textual{
  border: none !important;
  border-bottom: 0.7px solid #000 !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 12px 0 !important;
  height: auto !important;
  margin-bottom: 0 !important;
  color: #000 !important;
  font-size: 17px !important;
  font-family: 'Avenir LT W01_45 Book1475508', Arial, sans-serif !important;
  font-weight: 400 !important;
  box-shadow: none !important;
  width: 100% !important;
  line-height: 1.15 !important;
}


.mod_contact_form_beauty .elementor-form select.elementor-field-textual{
	padding: 0 0 12px 0 !important;
	letter-spacing: 0.1px !important;
	min-height: 20px !important;
}

.mod_contact_form_beauty .elementor-form  .e-eicon-caret-down {
	display: none;
}

.mod_contact_form_beauty .elementor-form .select-caret-down-wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    background: url(https://staging.radiancebyroller.com/wp-content/uploads/2026/01/1671647188-right-arrow-1.png) no-repeat center center;
    background-size: contain;
    transform: translateY(-50%) rotate(90deg);
    width: 20px;
    height: 20px;
    pointer-events: none
}

.mod_contact_form_beauty .elementor-form input.elementor-acceptance-field{
	display: none !important;
}

.mod_contact_form_beauty .elementor-form .elementor-field-type-acceptance{
	display: flex;
	justify-content: center;
}

.mod_contact_form_beauty .elementor-form input.elementor-acceptance-field + label {
	font-size: 13px !important;
    line-height: 1.4 !important;
	font-weight: 400;
    font-family: "Avenir LT W01_45 Book1475508", Arial, sans-serif;
    color: #993672 !important;
	letter-spacing: .8px;
	margin : 0 !important;
	pointer-events: none !important;
    user-select: none !important;
    cursor: default !important;
}

.mod_contact_form_beauty .elementor-form input.elementor-field:focus,
.mod_contact_form_beauty .elementor-form textarea.elementor-field:focus,
.mod_contact_form_beauty .elementor-form select.elementor-field:focus {
  outline: none !important;
  border: none !important;
  border-bottom: 0.7px solid #000 !important;
}

.mod_contact_form_beauty .elementor-form input.elementor-field::placeholder,
.mod_contact_form_beauty .elementor-form textarea.elementor-field::placeholder {
  color: #444 !important;
  opacity: 1;
  line-height: 1px !important;
}

.mod_contact_form_beauty .elementor-form button:hover,
.mod_contact_form_beauty .elementor-form input[type="submit"]:hover {
  background: #222;
}

.mod_contact_form_beauty .elementor-button {
	padding: 14px 30px !important;
}

.mod_contact_form_beauty .elementor-button span {
	line-height: 1 !important;
	font-size: 17px;
	font-weight: 600;
	text-transform: none;
	letter-spacing: .8px;
}

.mod_contact_form_beauty .elementor-form .elementor-message, .elementor-error{
	margin-top: 0px;
	
}


.mod_contact_form_beauty .elementor-form .elementor-message-danger::before,
.mod_contact_form_beauty .elementor-form .elementor-message-danger::before{
	content: '' !important;
	position: absolute !important;
}

.mod_contact_form_beauty .elementor-form input.elementor-field + .elementor-message-danger,
.mod_contact_form_beauty .elementor-form select.elementor-field-textual + .elementor-message-danger{
  background: #993672 !important;
  color: #fff !important;
  border-radius: 3px !important;
  font-size: 10px !important;
  letter-spacing: 0.7px !important;
  font-weight: 400 !important;
  width: fit-content !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  pointer-events: none !important;
  position: absolute !important;
  right: 6px !important;
  top: -6px !important;
  text-align: center !important;
  z-index: 10 !important;
  opacity: 1 !important;
  padding: 6px 12px !important;
  transition: all 0.2s !important;
  display: block !important;
}

.reviews .item{
	margin-top: 60px;
    padding: 0 20px;
	position: relative;
}

.reviews .item:after {
	content: "";
    position: absolute;
    left: 20px;
    bottom: -30px;
    width: calc(100% - 40px);
    border-top: 1px solid #ddd;
}


@media (max-width: 640px){
	.reviews .item{
		margin-top: 40px;
		padding: 0px;
		position: relative;
	}
	
	.reviews .item:after {
		left: 0;
		bottom: -25px;
		width: 100%;
	}
}

.reviews .item .author .elementor-heading-title::before {
	content: "-";
    display: inline-block;
    margin-right: 4px;
}

.facial-rejuvenation .links a {
	font-family: "Avenir LT W01_45 Book1475508", Arial, sans-serif, sans-serif;
    font-size: 17px;
	color: #fff !important;
	margin-bottom: 25px;
	display: inline-block;
	line-height: inherit;
}

.hover-card:hover .hover-bg {
	transform: scale(1.1);
}

.hover-card .hover-layer   {
    position: absolute;
    inset: 0;
    transform: translateY(100%);
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.hover-card:hover .hover-layer   {
    transform: translateY(0);
}

.hover-card .container-text {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.hover-card:hover .container-text  {
    opacity: 1;
}

.custom-ol li{
	padding: 0 20px 20px;
    line-height: 18px;
}

.custom-ol li+li{
 	margin: 10px 0 0 0 !important;
}

.custom-ol li::marker{
	color: #993672;
}

.custom-ol li a{
	text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    padding: 20px 0;
    color: #993672;
}

.divider {
	border-top: 1px solid hsla(0, 0%, 100%, .25);
	margin: 50px 0;
}

.custom-ul-banner ul{
    margin: 0 15px;
}

.custom-ul-banner ul li{
    color: white;
    padding-left: 10px;
    padding-right: 4rem;
    margin-left: 0;
}

.custom-ul-banner ul li::marker{
    color: white;
}

.pricing-accordion summary {
	padding: 1rem 2rem !important; 
	background-color: #f2f2f2;
}

table tbody>tr:nth-child(odd)>td,table tbody>tr:nth-child(odd)>th {
    background-color: transparent !important;
}

table , tr , td {
	border: solid 1px #f2f2f2 !important;
}