/*Customized*/
.customized-badge{
	font-size: .72rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #C8506A;
  margin-bottom: 16px;
	display:inline-block;
}
.customized-head h1{
	font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 5.5vw, 5.2rem);
  font-weight: 300;
  line-height: 1.08;
  color: #1C1410;
  margin-bottom: 28px;
}
h2.customized-title{
	font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  font-weight: 300;
  line-height: 1.15;
  color: #1C1410;
  margin-bottom: 20px;
}
.customized-title em{
	color:#C8506A;
}
.customized-text{
	font-size: 1rem;
  line-height: 1.75;
  color: #6B5C56;
  max-width: 460px;
  margin-bottom: 44px;
}
.customized-btns{
	display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.customized-btns .btn-primary{
	font-size: .82rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  background: #C8506A;
  padding: 16px 36px;
  border-radius: 2px;
  text-decoration: none;
  transition: all .25s;
  border: 1px solid transparent;
}
.customized-btns .btn-secondary{
	font-size: .82rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #1C1410;
  background: transparent;
  padding: 16px 36px;
  border-radius: 2px;
  text-decoration: none;
  transition: all .25s;
  border: 1px solid #1C1410;
}
.customized-btns .btn-primary:hover, .customized-btns .btn-secondary:hover{
	background: #1C1410;
	color:#fff;
}
.customized-head-right .customized-visual{
	position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.customized-head-right .customized-visual .hero-box{
	width: 320px;
  height: 320px;
  background: linear-gradient(135deg, #F5E8EC 0%, #FAF1F4 100%);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  box-shadow: 0 40px 80px -20px rgba(180, 100, 80, .3);
  position: relative;
  z-index: 1;
  animation: float 4s ease-in-out infinite;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-16px);
  }
}
.customized-head-right .customized-visual .hero-pill{
	position: absolute;
  background: white;
  border-radius: 50px;
  padding: 12px 20px;
  font-size: .78rem;
  font-weight: 500;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .09);
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.customized-head-right .customized-visual .hero-pill-1{
	top: 30px;
  left: -40px;
}
.customized-head-right .customized-visual .hero-pill-2{
	bottom: 30px;
  right: -40px;
}
.customized-head-right .customized-visual .hero-pill .dot{
	width: 8px;
  height: 8px;
  border-radius: 50%;
}
.customized-head-right .customized-visual .hero-pill .dot-green{
	background: #6bc98a;
}
.customized-head-right .customized-visual .hero-pill .dot-pink{
	background: #C8506A;
}
.customized-tp .step{
	position: relative;
  padding: 36px 28px;
  background: white;
  border-radius: 12px;
  border: 1px solid rgba(180, 140, 120, .12);
  transition: transform .3s, box-shadow .3s;
}
.customized-tp .step .step-num{
	font-family: 'Cormorant Garamond', serif;
  font-size: 3.5rem;
  font-weight: 300;
  color: #F5E8EC;
  line-height: 1;
  margin-bottom: 16px;
}
.customized-tp .step .step-icon{
	font-size: 1.6rem;
  margin-bottom: 16px;
}
.customized-tp .step h3{
	font-size: .95rem;
  font-weight: 500;
  margin-bottom: 10px;
  color: #1C1410;
}
.customized-tp .step p{
	font-size: .85rem;
  line-height: 1.65;
  color: #6B5C56;
}
.customized-tp .step .step-connector{
	position: absolute;
  top: 50%;
  right: -16px;
  width: 32px;
  height: 2px;
  background: #F5E8EC;
  z-index: 2;
}
.customized-inspo .inspo-card .col-inner{
	background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  padding: 40px 32px;
  transition: background .3s, border-color .3s;
}
.customized-inspo .inspo-card .col-inner:hover{
	background: rgba(255, 255, 255, .09);
  border-color: rgba(242, 207, 196, .3);
}
.customized-inspo .inspo-card .inspo-icon{
	font-size: 2.2rem;
  margin-bottom: 20px;
}
.customized-inspo .inspo-card h3{
	font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #F5E8EC;
  margin-bottom: 12px;
}
.customized-inspo .inspo-card p{
	font-size: .88rem;
  line-height: 1.7;
  color: rgba(250, 247, 242, .55);
}
.customized-pricing .pricing-card .col-inner{
  background: white;
  border-radius: 20px;
  padding: 36px 40px;
  box-shadow: 0 32px 64px rgba(180, 100, 80, .12);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.customized-pricing .pricing-card .col-inner:before{
	content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #C8506A, #8B2D42);
}
.customized-pricing .pricing-card .price-tag{
	font-family: 'Cormorant Garamond', serif;
  font-size: 5rem;
  font-weight: 300;
  color: #1C1410;
  line-height: 1;
}
.customized-pricing .pricing-card .price-tag sup{
	font-size: 2rem;
  vertical-align: super;
}
.customized-pricing .pricing-card .price-label{
	font-size: .8rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #6B5C56;
  margin-top: 8px;
  margin-bottom: 36px;
}
.customized-pricing .pricing-card .price-features{
	list-style: none;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.customized-pricing .pricing-card .price-features li{
	display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: .9rem;
  line-height: 1.5;
  color: #6B5C56;
	margin-left:0px;
}
.customized-pricing .pricing-card .price-features li .check{
	width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #F5E8EC;
  color: #C8506A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .75rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.customized-pricing .pricing-card .note-box{
	margin-top: 28px;
  padding: 18px 22px;
  background: #f9ece7;
  border-radius: 10px;
  font-size: .83rem;
  line-height: 1.6;
  color: #6B5C56;
  text-align: left;
  border-left: 3px solid #C8506A;
}
.customized-form .form-info .info-row{
	display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 22px;
}
.customized-form .form-info .info-icon{
	width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #F5E8EC;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}
.customized-form .form-info .info-text h4{
	    font-size: .88rem;
    font-weight: 500;
    margin-bottom: 4px;
}
.customized-form .form-info .info-text p{
	font-size: .82rem;
    line-height: 1.55;
    color: #6B5C56;
    margin: 0;
}
.customized-form .wpcf7-form .field-group{
	display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.customized-form .wpcf7-form  label{
	display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #6B5C56;
}
.customized-form .wpcf7-form  label span input,.customized-form .wpcf7-form  label span select, .customized-form .wpcf7-form  label span textarea{
	font-family: 'DM Sans', sans-serif;
  font-size: .92rem;
  color: #1C1410;
  background: white;
  border: 1px solid rgba(180, 140, 120, .2);
  border-radius: 8px;
  height:50px;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
  width: 100%;
	box-shadow:none;
}
.customized-form .wpcf7-form  label span input:focus,.customized-form .wpcf7-form  label span select:focus, .customized-form .wpcf7-form  label span textarea:focus{
	border-color: #C8506A;
  box-shadow: 0 0 0 3px rgba(212, 133, 106, .12);
}
.customized-form .wpcf7-form  label span input.wpcf7-file{
	border: 2px dashed rgba(212, 133, 106, .3);
  border-radius: 12px;
  padding: 40px 24px;
  text-align: center;
  cursor: pointer;
  transition: border-color .25s, background .25s;
  background: white;
  position: relative;
	height:unset;
}
.customized-form .wpcf7-form  label span input.wpcf7-file:hover{
	border-color: #C8506A;
  background: #FAF1F4;
}
.customized-form .wpcf7-form input.wpcf7-submit{
	font-family: 'DM Sans', sans-serif;
  font-size: .85rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  background: #C8506A;
  height:50px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: background .25s, transform .15s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
.customized-form .wpcf7-form input.wpcf7-submit:hover{
	background: #1C1410;
}
.customized-form .wpcf7-form .wpcf7-spinner{
	display:none;
}
/*End Customized*/