
@media(max-width:767px){
    .mobile-center .elementor-nav-menu li a {
        flex-direction: column;
    }
    .elementor-location-footer .elementor-nav-menu li a {
        flex-direction: column !important;
    }
}

.flavour-form-1 input::placeholder, .flavour-form-1 input {
    color: #202a7a;
}

.flavour-form-1 p {
    font-size: 15px !important;
    font-family: Arial;
}


.wpforms-field input, .wpforms-field input::placeholder {
    color: #202a7a;
}
.wpforms-field input {
    background-color: #fff;
    color: #000;
    border: 0;
    padding: 23px 20px !important;
    -webkit-border-radius: 6px;
    border-radius: 6px !important;
    margin: 0 0 12px;
}

.wpforms-field-container, .wpforms-field-container a {
    font-size: 14px !important;
    font-family: Arial;
    color: #fff !important;
    line-height: 1.4;
}


.wpforms-image-choices-item input {
    width: 30px !important;
    height: 30px !important;
    border: 0 !important;
}
div.wpforms-container-full .wpforms-form ul li span.wpforms-image-choices-label {
    display: none;
}
button#wpforms-submit-14274 {
    background: #f1b717;
    border: 0;
    padding: 11px 40px;
    margin: 12px 0 0;
    color: #b52b80;
    font-weight: 600;
    border-radius: 4px;
}
ul#wpforms-14274-field_17 label {
    font-size: 14px;
    vertical-align: text-bottom;
}

ul#wpforms-14274-field_17 input {
    margin: 4px;
}
ul#wpforms-14274-field_17 {
    display: flex;
    column-gap: 14px;
    justify-content: center;
}
.wpforms-image-choices-item img {
    height: auto !important;
    margin-bottom: 20px !important;

}
.wpforms-image-choices-item
{
	text-align:center;
}

.wpforms-field-container a {
text-decoration:underline !important;
}


@media(max-width:767px)
{
	.page-id-14333 .wof-wheel .wof-slice {
    font-size: 10px;
    padding-left: 70px;
}
	.page-id-14333 .wof-wheel-standalone .wof-wrapper {
    padding-bottom: 0;
}
.page-id-14333 div.wof-wheel .wof-inner-wrapper .wof-wheel-bg, .page-id-14333 div.wof-wheel .wof-wheel-container, .page-id-14333 div.wof-wheel .wof-wheel-container .wof-shadows {
    width: 330px;
    height: 330px;
    overflow: visible;
}
	
	.page-id-14333 div.wof-wheel .wof-left {
    transform: rotate(90deg);
}
	
.page-id-14333 .wof-wheel .wof-pointer {
    width: 32px;
    height: 35px;
    transform: rotate(270deg) translate(6px, -21px);
}	
	
}


@media(min-width:768px)
{
.page-id-14333 .wof-title.wof-fgcolor {
    max-width: 30%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    display: inline-block;
}
	
.page-id-14333 .wof-form-wrapper {
    order: 2;
}
	
.page-id-14333 .wof-title.wof-fgcolor.test {
    order: 3;
}
	
.page-id-14333 .wof-right-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}
	
.page-id-14333 div.wof-wheel[data-id="14335"] .wof-form-wrapper button {
    background: #fff;
    padding: 0px 50px;
}
}

.page-id-14333 div.wof-wheel[data-id="14335"] .wof-title em

{
	color: #fff;
}

.page-id-14333 div.wof-wheel[data-id="14335"] .wof-form-wrapper button {
    background: #fff;
}



@media(max-width:1120px)
{
	.main-wrap > .elementor-column-wrap > .elementor-widget-wrap {
    align-content: space-between !important;
    /* height: 100vh !important; */
}
	.wof-wheel-standalone .wof-wheel .wof-wheel-bg {
    width: 666px;
    height: 666px;
}
	.main-wrap {
    height: 100vh !important;
    /* min-height: 100vh !important; */
}
	
}
/* 

@media(max-width:1119px) (orientation:portrait)
{
	.main-wrap > .elementor-column-wrap > .elementor-widget-wrap {
    align-content: space-between !important;
    
}
	
	.main-wrap {
    height: 100vh !important;
    
}
	
} */

/* @media(min-width:768px)
{
	.flex-col-pc .elementor-container .elementor-row > .full-w {
    width: 100%;
}

.flex-col-pc .elementor-container .elementor-row {
    flex-direction: column;
    width: 100%;
} */



/** ----------- Vatika Curls ----**/
.vatika-curls{
        background-color: #006e46; 
        width: 100%; 
        min-height: 100vh;
        position: relative;
        font-family: Arial, Helvetica, sans-serif;
    }
    .vatika-curls .page-bg{
        position: absolute;
        top: 0; 
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
        display: block;
        overflow: hidden;
    }
    .vatika-curls .page-bg img{
        width: 100%;
        height: auto;
        min-height: none;
        max-height: none;
    }
    .vatika-curls .page-top{
        display: flex; 
        justify-content: space-between; 
        position: absolute; 
        top: 0; 
        left: 0; 
        right: 0; 
        z-index: 0;
    }
    .vatika-curls .page-top .page-top-left{
        flex: 1;
    }
    .vatika-curls .page-top .page-top-left img{ 
        max-height:400px;
    }
    .vatika-curls .page-top .page-top-right{
        flex: 1; 
        display: flex; 
        justify-content: flex-end;
    }
    .vatika-curls .page-top .page-top-right img{
        max-height: 600px;
    }
    .vatika-curls .page-bottom{
        display: flex; 
        justify-content: space-between; 
        position: absolute; 
        bottom: 0; 
        left: 0; 
        right: 0; 
        z-index: 0;
    }
    .vatika-curls.spin .page-bottom .page-bottom-left{
        position: absolute;
        z-index: 1;
        bottom: 0;
    }
    .vatika-curls .page-bottom .page-bottom-left img{
        max-height: 400px;
    }
    .vatika-curls.spin .page-bottom .page-bottom-left img{
        max-height: 160px;
    }
    .vatika-curls.spin .page-bottom .page-bottom-main{
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .vatika-curls .page-bottom .page-bottom-bg{
        position: absolute;
        bottom: 0;
        z-index: 0;
        width: 100%;
    }
    .vatika-curls .page-bottom .page-bottom-bg img{
        width: 100%;
        height: 300px;
    }
    @media (max-width:991px){
        .vatika-curls .page-bottom .page-bottom-bg img{
            width: auto;
            height: 100px;
        }
    }
    .container-vatika-curve{
        max-width: 1400px;
        margin: 0rem auto;
        padding: 100px 1rem;
        position: relative;
        z-index: 100;
    }
    .logo-vatika-curve{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .logo-vatika-curve img{
        max-width: 300px;
    }
    .curls-title{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
    }
    .curls-celebrate-title{
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 4rem 0;
    }
    .curl-text{
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .curl-form .page-form{
        max-width: 801px;
        margin: 2rem auto;
        color: #fff;
    }
    .curl-form .form-control, .curl-form .wpcf7-form-control{
        border-radius: 10px;
        padding: 0.8rem;
    }
    .curl-form .wpcf7-form-control.btn{
        padding: 1rem;
        font-size: 1.2rem;
        margin-top: 1rem;
    }
    .pv-4{
        padding: 4rem 0;
    }
    .page-content.spin{
        margin-bottom: 400px;
    }
    @media (max-width:991px){
        .page-content.spin{
            margin-bottom: 100px;
        }
    }
    .vatika-curls .btn-back{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .vatika-curls .btn-back a.btn{
        background-color: transparent !important;
        border-color: #fff !important;
        padding: 0.8rem !important;
        color: #fff !important;
        border-radius: 10px !important;
    }
    .vatika-curls.terms .curls-text{
        padding-top:3rem
    }
    .curls-terms li{
        display: flex;
    }
    .curls-terms li::before{
        color: #fff !important;
    }
    .curls-terms li ul{
        padding: 0;
    }
    .dabur-form .submit{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .dabur-form .submit a{
        color: #fff !important;
    }
    .dabur-form p{
        font-size: 1rem !important;
    }
.vatika-curls-spin .wof-pointer{
        transform-origin: unset !important;
        left: 0;
        right: -3px !important;
        margin: 0 auto;
        bottom: 17px;
        top: auto;
        background-image: url(/wp-content/uploads/2024/05/chomdu.png);
        width: auto;
        height: 45px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .vatika-curls-spin .wof-pointer svg{
        display: none;
    }
.vatika-curls-spin .wof-spinning.wof-slices::after{
        content: "";
        background-image: url(/wp-content/uploads/2024/05/back-1.png);
        height: 79%;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: 0;
        top: 48px;
        z-index: 999999999999999999;
        background-size: contain;
        transform: rotate(35deg);
    }
.vatika-curls-spin .wof-wheel .wof-slice{
        top: 50%;
        left: 50%;
        position: absolute;
        transform-origin: 0 0;
        text-align: center;
        width: 53%;
        font-weight: 700;
        color: #fff;
        font-size: 17px;
        text-transform: uppercase;
        font-weight: 800;
        text-shadow: 1px 1px 0px #409a52;
        line-height: 1.3;
    }
.vatika-curls-spin .wof-wheel-bg{
	transform: rotate(90deg);
}
.vatika-curls-spin .wof-wheel-bg .wof-svg-wheel, .vatika-curls-spin .wof-wheel-bg .wof-svg-ornaments{display:none}
.vatika-curls .wpforms-submit-container .wpforms-submit{
        background-color: #dd9933 !important;
        border-color: #dd9933 !important;
        color: #fff !important;
        border-radius: 6px !important;
    }
.curls-terms li ul li::before{
	background-color:#fff !important;
}
/** ----- End Vatika curl --- */

@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap");
.page-template-page-dabur {
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  background-image: url("/wp-content/uploads/2025/03/bg-bottom.png");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #eef0d0;
}
.page-template-page-dabur .elementor {
  display: none !important;
}
.page-template-page-dabur .page-bg {
  position: fixed;
  width: 100%;
  z-index: -1;
}
.page-template-page-dabur .page-bg img {
  max-height: 350px;
}
.page-template-page-dabur .page-bg.bg-top {
  top: 100px;
  left: 50%;
}
.page-template-page-dabur .page-bg.bg-mid {
  bottom: 400px;
}
.page-template-page-dabur .page-bg.bg-bottom {
  bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-template-page-dabur .container-dabur {
  max-width: 1400px;
  min-height: 100vh;
  margin: 0rem auto;
  padding: 100px 1rem;
}
.page-template-page-dabur .container-dabur .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-page-dabur .container-dabur .logo .helper {
  width: 200px;
}
.page-template-page-dabur .container-dabur .logo .helper img {
  width: 100%;
}
.page-template-page-dabur .container-dabur .page-title {
  text-align: center;
  margin-bottom: 2rem;
}
.page-template-page-dabur .container-dabur .page-title .title {
  font-family: "Merriweather", serif;
  font-size: 3rem;
  color: #9e744f;
  text-transform: capitalize;
}
.page-template-page-dabur .container-dabur .page-content {
  max-width: 800px;
  margin: 0 auto;
  color: #665028;
  font-size: 1rem;
}
.page-template-page-dabur .container-dabur .page-content p {
  text-align: center !important;
}
.page-template-page-dabur .container-dabur .page-form {
  max-width: 800px;
  margin: 2rem auto;
}
.page-template-page-dabur .container-dabur .page-form .form-group .submit p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-template-page-dabur .container-dabur .page-form .form-group p {
  color: #665028;
  font-family: "Merriweather", serif;
}
.page-template-page-dabur .container-dabur .btn-back {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.page-template-page-dabur .container-dabur .btn-back .btn {
  background-color: transparent !important;
  color: #665028 !important;
  border-color: #665028 !important;
  border-radius: 10px;
  padding: 1rem 1.5rem;
}
.page-template-page-dabur .container-dabur .dabur-bottles {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4rem 0 0rem 0;
}
.page-template-page-dabur .container-dabur .dabur-bottles .helper {
  max-width: 800px;
}
.page-template-page-dabur .container-dabur .dabur-bottles .helper img {
  width: 100%;
}/*# sourceMappingURL=main.css.map */

.wpcf7-list-item{
	margin:0;
}
.wpcf7-list-item label{
    display: flex;
    column-gap:0.5rem;
    align-items: flex-start;
}
.form-checkbox .wpcf7-list-item input{
	margin-top:4px;
}
// End: Dabur

.form-checkbox label.wpforms-field-label-inline{
	color:#000000 !important;
}
.wpforms-field-label-inline{
	color:#ffffff !important;
}

@font-face {
  font-family: Arial;
  src: url(/wp-content/uploads/2023/08/Arial.woff);
}
body.page-template-page-withoutheaderfooterflavours.page-id-14880 {

    background: url(/wp-content/uploads/2024/05/back-2-1-scaled.jpg) !important;
}
@media(max-width:767px)
{
	body.page-template-page-withoutheaderfooterflavours.page-id-14880 .elementor-widget-container {
    padding: 0 !important;
}

body.page-id-14880 {
    background-image: url(/wp-content/uploads/2024/05/back-2-1-scaled.jpg) !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}	
	
body.page-template-page-withoutheaderfooterflavours.page-id-14880 .wof-wheel .wof-logo {
    transform: rotate(56deg);
/* 	display:none; */
}
	body.page-template-page-withoutheaderfooterflavours.page-id-14880 .wof-wheel .wof-logo {
    transform: rotate(325deg);
}
	
	body.page-template-page-withoutheaderfooterflavours.page-id-14880 div.wof-wheel .wof-title {
        font-size: 14px;
    }
	
	body.page-template-page-withoutheaderfooterflavours.page-id-14880 .wof-wheel .wof-slice {
    font-size: 9px !important;
    width: 54%;
}
	

}


.page-id-14333 .reload_holder button img {
    padding: 6px;
    width: 33px;
}
body.page-template-page-withoutheaderfooterflavours.page-id-14880 div.wof-wheel[data-id="13361"] .wof-form-wrapper button {
    background: #e6c373;
    font-weight: 800;
}
.no-space .elementor-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
body.page-template-page-withoutheaderfooterflavours.page-id-14880 .wof-wheel .wof-logo {
    transform: rotate(270deg);
}


body.page-template-page-withoutheaderfooterflavours.page-id-14880 .reload_holder button img {
    width: 18px;
}

body.page-template-page-withoutheaderfooterflavours.page-id-14880 .reload_holder button:after {
    content: "Retry";
    font-weight: 700;
    font-family: 'Lato';
    font-size: 20px;
}
body.page-template-page-withoutheaderfooterflavours.page-id-14880 .reload_holder button {
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    column-gap: 10px;
    background-color: #eac776;
    border-color: #eac776;
    padding: 10px 20px;
}
/* body.page-template-page-withoutheaderfooterflavours.page-id-14880 .reload_holder {
    display: block !important;
} */


body.page-template-page-withoutheaderfooterflavours.page-id-14880 .wof-wheel-standalone .wof-wheel .wof-wheel-bg {

    transform: rotate(90deg);
}

body.page-template-page-withoutheaderfooterflavours.page-id-14880 div.wof-wheel[data-id="13361"] .wof-form-wrapper button {
    color: #004638;
}


body.page-template-page-withoutheaderfooterflavours.page-id-14880 .wof-spinning.wof-slices:After {
    content: "";
    background-image: url(/wp-content/uploads/2024/05/back-1.png);
    height: 79%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 48px;
    z-index: 999999999999999999;
    background-size: contain;
    transform: rotate(35deg);
}

body.page-template-page-withoutheaderfooterflavours.page-id-14880 .full-w.elementor-widget-image img {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
}
/* body.page-template-page-withoutheaderfooterflavours.page-id-14880  .wof-title.wof-fgcolor.test {
    display: none;
} */

body.page-template-page-withoutheaderfooterflavours.page-id-14880 {
    background: none;
    min-height: initial;
    position: unset;
    background-position: inherit;
    padding: inherit;
}
body.page-template-page-withoutheaderfooterflavours.page-id-14880 .do-nudge {
    transform: rotate(0deg);
}
body.page-template-page-withoutheaderfooterflavours.page-id-14880 .wof-wheel .wof-pointer {
	transform-origin: unset !important;
    left: 0;
    right: -3px !important;
    margin: 0 auto;
    bottom: 17px;
    top: auto;
    background-image: url(/wp-content/uploads/2024/05/chomdu.png);
    width: auto;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

body.page-template-page-withoutheaderfooterflavours.page-id-14880 .wof-wheel .wof-pointer svg
{
	display:none;
}

body.page-template-page-withoutheaderfooterflavours.page-id-14880 .wof-wheel .wof-slice {
    top: 50%;
    left: 50%;
    position: absolute;
    transform-origin: 0 0;
    text-align: center;
    width: 53%;
    font-weight: 700;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 800;
    text-shadow: 1px 1px 0px #409a52;
    line-height: 1.3;
}


.page-id-14333 .reload_holder button {
    background: none;
    filter: invert(1);
    padding: 0;
}
.page-id-14333 button.wof-btn-submit.wof-color-2 {
    font-family: 'GreycliffCF';
    font-weight: 800;
}

.page-id-14333 .wof-title.wof-fgcolor {
    font-family: 'GreycliffCF';
    font-size: 33px;
}
.page-id-14333 .wof-wheel .wof-slice {
    font-family: GreycliffCF;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    padding-left: 70px;
}
@font-face {
  font-family: GreycliffCF;
  src: url(/wp-content/uploads/2023/10/GreycliffCF-Medium.woff);
}


.page-id-14333 .wof-wheel-bg svg circle {
    display: none;
}

.page-id-14333 .wof-wheel[data-id="14335"] .wof-bg {
    background-image: url(/wp-content/plugins/mabel-wheel-of-fortune/public/img/bg-hearts.png);
    opacity: .085;
    background-size: 11%;
    display: none;
}

.page-id-14333 .wof-explainer.wof-fgcolor, .page-id-14333 .wof-disclaimer.wof-fgcolor
{
	display:none;
}

.page-id-14333 footer#colophon {
    display: none;
}

.page-id-14333 header#masthead {
    display: none;
}
.page-id-14333 .wof-wheel-standalone .wof-wheel .wof-wheel-bg {

    position: relative;
}
.page-id-14333 .wof-pointer {
    background-image: url(/wp-content/uploads/2023/10/Remitly-Spin-the-Wheel-Final1.png);
    height: 87px;
    width: 26px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.page-id-14333 .wof-pointer svg {
    display: none;
}
.page-id-14333 .wof-wheel .wof-pointer {
    width: 34px;
    height: 50px;
    /* position: absolute; */
    right: 0;
    left: auto;
    /* top: auto; */
    /* bottom: 0; */
    /* margin-top: auto; */
    /* margin-bottom: auto; */
    /* z-index: 10; */
    /* transition: all .2s ease; */
    /* transform-origin: 73.31% 44.89%; */
    /* transform: translate(-7%, -38%); */
    /* margin: 0 auto; */
    /* text-align: center; */
    transform: rotate(270deg) translate(6px, -33px);
}

.page-id-14333 .wof-left {
    transform: rotate(90deg);
}
.page-id-14333 .wof-wheel-standalone .wof-wheel .wof-wheel-bg:after {
    content: "";
    background-image: url(/wp-content/uploads/2023/10/48951.png);
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background-position: center;
}
.page-id-14333 .wof-wheel-standalone .wof-wrapper {
    padding-top: 0;
}

body.page-template.page-template-page-withoutheaderfooterflavours.page-id-14080 {
    background: #2c337c url(/wp-content/uploads/2023/08/Group-3-copy@2x-scaled.jpg) no-repeat top center;
    background-size: cover;
	padding-bottom:0;
}


body.page-template-page-withoutheaderfooter{
    background: url(/wp-content/uploads/2023/03/Wheel-of-Goodies-back-4-scaled.jpg) no-repeat top center;
    background-size: 100% auto;
    min-height: 1070px;
    position: relative;
}
body.page-template-page-withoutheaderfooterzee5{
    background: #b52b80 url(/wp-content/uploads/2023/04/zee-5-bg-1.jpg) no-repeat top center;
    background-size: 768px auto;
    min-height: 1130px;
    position: relative;
}
body.page-template-page-withoutheaderfooterflavours{
    background: #2c337c url(/wp-content/uploads/2025/06/fLAVOURS-bg-MAP-scaled.jpg) no-repeat top center;
    background-size: 100% auto;
    min-height: 1130px;
    position: relative;
	background-position: bottom;
	padding-bottom:90px;
}
body.page-template-page-withoutheaderfooterzee5.page-id-13922{
    background: #b52b80 url(/wp-content/uploads/2023/04/zee-5-bg-01.jpg) no-repeat top center;
    background-size: 768px auto;
    min-height: 1024px;
    position: relative;
}
.page-template-page-withoutheaderfooterflavours .elementor-location-header,
.page-template-page-withoutheaderfooterzee5 .elementor-location-header,
.page-template-page-withoutheaderfooter .elementor-location-header,
.page-template-page-withoutheaderfooterzee5 header.site-header,
.page-template-page-withoutheaderfooterflavours header.site-header,
.page-template-page-withoutheaderfooter header.site-header{
    display: none !important;
}
.page-template-page-withoutheaderfooterflavours .elementor-location-footer,
.page-template-page-withoutheaderfooterzee5 .elementor-location-footer,
.page-template-page-withoutheaderfooter .elementor-location-footer,
.page-template-page-withoutheaderfooterflavours footer.site-footer,
.page-template-page-withoutheaderfooterzee5 footer.site-footer,
.page-template-page-withoutheaderfooter footer.site-footer{
    display: none !important;
}
.page-template-page-withoutheaderfooterflavours .footer-bg-overlay,
.page-template-page-withoutheaderfooterzee5 .footer-bg-overlay{
    display: none !important;
}
.wof-wheel-standalone > div{
    background-color: transparent !important;
}
.tilda-form-1 .wpcf7-radio .wpcf7-list-item {
    display: inline-block;
    margin: 0 25px 0;
    background: #827B7B;
    padding: 8px 20px 8px 15px;
    font-weight: 800;
    font-size: 22px;
}

.flavours-image {
    align-items: end;
}

.flavours-inputs input[type="checkbox"] {
    width: 30px;
    height: 30px;
    border: 0;
}

.tilda-form-1 .dnone{
    display: none !important;
}
.wof-inner-wrapper .wof-right{
    width: 100%;
  text-align: center;
}
.wof-form-wrapper{
    max-width: 300px;
  margin: 15px auto !important;
}
.tilda-form-1 .row{
    margin-bottom: 20px;
}
.tilda-form-1{
    color: #fff;
    font-size: 16px;
}
.tilda-form-1 .wpcf7-form-control-wrap{
    display: inline !important;
}
.tilda-form-1 .wpcf7-list-item{
    margin-left: 0 !important;
}
.wof-response{
    display: none !important;
}
.tilda-from-10 .wpcf7-response-output{
    display: none !important;
}
body.page-template-page-withoutheaderfooter .entry-footer {
    display: none !important;
}
.top-left-flower{
      position: absolute;
    top: 0;
    left: 0;
    max-width: 300px;
}
.top-left-flower img{
    width: 100%;
    height: auto;
}
.footer-bg-overlay img{
    width: 100%;
    height: auto;
    position: relative;
  z-index: 2;
}
.footer-bg-overlay{
    position: relative;
}
.bot-right-f{
    position: absolute;
    right: 0;
    top: -255px;
    width: 210px;
    z-index: 1
}
.tilda-form-1 .col-md-12 a{
    color: #fff !important;
    font-weight: bold;
    text-decoration: underline;
}
.tilda-form-1  input[type='submit']{
    background: #333679;
    border: 0;
    padding: 15px 40px;
    margin: 12px 0 0;
}

.zee5-form-1 input[type='text'],
.zee5-form-1 input[type='email']{
    background-color: #f1b717;
    color: #b52b80;
    border: 0;
    padding: 18px 20px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.flavour-form-1 input[type='email'],
.flavour-form-1 input[type='text']{
    background-color: #fff;
    color: #000;
    border: 0;
    padding: 18px 20px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 0 0 12px;
}
.flavour-form-1 p{
    font-size: 17px;
    color: #fff;
    margin-bottom: 18px !important;
}
.flavour-form-1 .wpcf7-list-item{
    margin-left: 0;
}
.flavour-form-1 .wpcf7-form-control-wrap {
    display: inline !important;
}
.flavour-form-1 .form-2nd-title {
    color: #FFFFFF;
    font-family: "RocknRoll One", Sans-serif;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    margin: 10px 0 25px;
}

.flavour-form-1 .form-2nd-title img {
/*     max-width: 440px; */
    height: auto;
}
.flavour-form-1 .hide-label .wpcf7-list-item-label {
    display: none;
}
.flavour-form-1 .hide-label .wpcf7-form-control-wrap {
    display: block !important;
    text-align: center;
    width: 20px;
    margin: 0 auto;
}
.flavour-form-1.zee5-form-1 .col-md-12 a {
    color: #fff !important;
    text-decoration: underline;
}
.flavour-form-1 input[type='submit'],
.zee5-form-1 input[type='submit']{
    background: #f1b717;
    border: 0;
    padding: 15px 40px;
    margin: 12px 0 0;
    color: #b52b80;
    font-weight: 600;
}
.flavour-form-1 .wpcf7-radio .wpcf7-list-item{
    margin-right: 12px;
}
.flavour-form-1 .wpcf7-acceptance input{
    margin-left: 0 !important;
}
.zee5-form-1 p{
    margin-bottom: -5px;
}
.evcf7-verify-btn input[type='button']{
    background-color: #000;
    border: 0;
    color: #fff;
    padding: 15px 25px;
}
.flavour-form-1 p.evcf7_email_sent,
.zee5-form-1 p.evcf7_email_sent{
    color: #fff;
    font-size: 14px !important;
    padding: 10px 5px 0;
    text-align: left !important;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .tilda-form-1 {
            color: #fff;
    }

    .top-left-flower {
    max-width: 175px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tilda-form-1 {
            color: #fff;
    }

    .top-left-flower {
    max-width: 140px;
    }
    .bot-right-f {
    top: -220px;
    width: 180px;
    }
}

@media only screen and (max-width: 767px) {
    .top-left-flower{
        display: none;
    }
    .bot-right-f{
        display: none;
    }
	.page-id-14333 .wof-title.wof-fgcolor {
    font-size: 17px;
}
}



@media screen and (min-width:1920px){
#people > div > div > div > div > div > section > div > div > div.elementor-element.elementor-element-2c59a04.elementor-column.elementor-col-33.elementor-inner-column > div > div > div.elementor-element.elementor-element-14326f8.elementor-absolute.elementor-widget.elementor-widget-counter > div > div > div > span.elementor-counter-number{
    position: absolute;
    top: 564px;
    right: 415px
}
#people > div > div > div > div > div > section > div > div > div.elementor-element.elementor-element-2c59a04.elementor-column.elementor-col-33.elementor-inner-column > div > div > div.elementor-element.elementor-element-4ee5b68.elementor-widget.elementor-widget-counter > div > div > div > span.elementor-counter-number{
    position: absolute;
    top: 81px;
    right: 0px;
}
.elementor-2197 .elementor-element.elementor-element-d4e6c0d>.elementor-widget-container{
    right: 73px;
    position: absolute;
}
.elementor-2197 .elementor-element.elementor-element-30d7d0e>.elementor-widget-container {
    margin: 90px 53px 0 0;
    position: absolute;
    right: 56px;
}
.elementor-2197 .elementor-element.elementor-element-6f58c09>.elementor-widget-container {
    margin: 90px 46px 0 0;
    position: absolute;
    right: 82px;
}
.elementor-2197 .elementor-element.elementor-element-ba376ad>.elementor-widget-container {
    margin: 90px 16px 0 0;
    position: absolute;
    right: 70px;
}
.elementor-2197 .elementor-element.elementor-element-b3ce857>.elementor-widget-container {
    margin: 90px 26px 0 0;
    position: absolute;
    right: 26px;
}
.elementor-2197 .elementor-element.elementor-element-b6429f5>.elementor-widget-container {
    margin: 90px 26px 0 0;
    position: absolute;
    right: 114px;
}
.elementor-2197 .elementor-element.elementor-element-56067c1>.elementor-widget-container {
    margin: 90px 0 0 0;
    position: absolute;
    right: 135px;
}
.elementor-2197 .elementor-element.elementor-element-fc90a28>.elementor-widget-container {
    margin: 90px 48px 0 0;
    position: absolute;
    right: 90px;
}
}

.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

@media(max-width:767px){
    .mobile-center .elementor-nav-menu li a {
        flex-direction: column;
    }
    .elementor-location-footer .elementor-nav-menu li a {
        flex-direction: column !important;
    }
}

.flavour-form-1 input::placeholder, .flavour-form-1 input {
    color: #202a7a;
}

.flavour-form-1 p {
    font-size: 15px !important;
    font-family: Arial;
}


.wpforms-field input, .wpforms-field input::placeholder {
    color: #202a7a;
}
.wpforms-field input {
    background-color: #fff;
    color: #000;
    border: 0;
    padding: 23px 20px !important;
    -webkit-border-radius: 6px;
    border-radius: 6px !important;
    margin: 0 0 12px;
}

.wpforms-field-container, .wpforms-field-container a {
    font-size: 14px !important;
    font-family: Arial;
    color: #fff !important;
    line-height: 1.4;
}


.wpforms-image-choices-item input {
    width: 30px !important;
    height: 30px !important;
    border: 0 !important;
}
div.wpforms-container-full .wpforms-form ul li span.wpforms-image-choices-label {
    display: none;
}
button#wpforms-submit-14274 {
    background: #f1b717;
    border: 0;
    padding: 11px 40px;
    margin: 12px 0 0;
    color: #b52b80;
    font-weight: 600;
    border-radius: 4px;
}
ul#wpforms-14274-field_17 label {
    font-size: 14px;
    vertical-align: text-bottom;
}

ul#wpforms-14274-field_17 input {
    margin: 4px;
}
ul#wpforms-14274-field_17 {
    display: flex;
    column-gap: 14px;
    justify-content: center;
}
.wpforms-image-choices-item img {
    height: auto !important;
    margin-bottom: 20px !important;

}
.wpforms-image-choices-item
{
	text-align:center;
}

.wpforms-field-container a {
text-decoration:underline !important;
}


@media(max-width:767px)
{
	.page-id-14333 .wof-wheel .wof-slice {
    font-size: 10px;
    padding-left: 70px;
}
	.page-id-14333 .wof-wheel-standalone .wof-wrapper {
    padding-bottom: 0;
}
.page-id-14333 div.wof-wheel .wof-inner-wrapper .wof-wheel-bg, .page-id-14333 div.wof-wheel .wof-wheel-container, .page-id-14333 div.wof-wheel .wof-wheel-container .wof-shadows {
    width: 330px;
    height: 330px;
    overflow: visible;
}
	
	.page-id-14333 div.wof-wheel .wof-left {
    transform: rotate(90deg);
}
	
.page-id-14333 .wof-wheel .wof-pointer {
    width: 32px;
    height: 35px;
    transform: rotate(270deg) translate(6px, -21px);
}	
	
}


@media(min-width:768px)
{
.page-id-14333 .wof-title.wof-fgcolor {
    max-width: 30%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    display: inline-block;
}
	
.page-id-14333 .wof-form-wrapper {
    order: 2;
}
	
.page-id-14333 .wof-title.wof-fgcolor.test {
    order: 3;
}
	
.page-id-14333 .wof-right-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}
	
.page-id-14333 div.wof-wheel[data-id="14335"] .wof-form-wrapper button {
    background: #fff;
    padding: 0px 50px;
}
}

.page-id-14333 div.wof-wheel[data-id="14335"] .wof-title em

{
	color: #fff;
}

.page-id-14333 div.wof-wheel[data-id="14335"] .wof-form-wrapper button {
    background: #fff;
}



@media(max-width:1120px)
{
	.main-wrap > .elementor-column-wrap > .elementor-widget-wrap {
    align-content: space-between !important;
    /* height: 100vh !important; */
}
	.wof-wheel-standalone .wof-wheel .wof-wheel-bg {
    width: 666px;
    height: 666px;
}
	.main-wrap {
    height: 100vh !important;
    /* min-height: 100vh !important; */
}
	
}
/* 

@media(max-width:1119px) (orientation:portrait)
{
	.main-wrap > .elementor-column-wrap > .elementor-widget-wrap {
    align-content: space-between !important;
    
}
	
	.main-wrap {
    height: 100vh !important;
    
}
	
} */

/* @media(min-width:768px)
{
	.flex-col-pc .elementor-container .elementor-row > .full-w {
    width: 100%;
}

.flex-col-pc .elementor-container .elementor-row {
    flex-direction: column;
    width: 100%;
} */

/** ----------- Vatika Curls ----**/
.vatika-curls{
        background-color: #006e46; 
        width: 100%; 
        min-height: 100vh;
        position: relative;
        font-family: Arial, Helvetica, sans-serif;
    }
    .vatika-curls .page-bg{
        position: absolute;
        top: 0; 
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
        display: block;
        overflow: hidden;
    }
    .vatika-curls .page-bg img{
        width: 100%;
        height: auto;
        min-height: none;
        max-height: none;
    }
    .vatika-curls .page-top{
        display: flex; 
        justify-content: space-between; 
        position: absolute; 
        top: 0; 
        left: 0; 
        right: 0; 
        z-index: 0;
    }
    .vatika-curls .page-top .page-top-left{
        flex: 1;
    }
    .vatika-curls .page-top .page-top-left img{ 
        max-height:400px;
    }
    .vatika-curls .page-top .page-top-right{
        flex: 1; 
        display: flex; 
        justify-content: flex-end;
    }
    .vatika-curls .page-top .page-top-right img{
        max-height: 600px;
    }
    .vatika-curls .page-bottom{
        display: flex; 
        justify-content: space-between; 
        position: absolute; 
        bottom: 0; 
        left: 0; 
        right: 0; 
        z-index: 0;
    }
    .vatika-curls.spin .page-bottom .page-bottom-left{
        position: absolute;
        z-index: 1;
        bottom: 0;
    }
    .vatika-curls .page-bottom .page-bottom-left img{
        max-height: 400px;
    }
    .vatika-curls.spin .page-bottom .page-bottom-left img{
        max-height: 160px;
    }
    .vatika-curls.spin .page-bottom .page-bottom-main{
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .vatika-curls .page-bottom .page-bottom-bg{
        position: absolute;
        bottom: 0;
        z-index: 0;
        width: 100%;
    }
    .vatika-curls .page-bottom .page-bottom-bg img{
        width: 100%;
        height: 300px;
    }
    @media (max-width:991px){
        .vatika-curls .page-bottom .page-bottom-bg img{
            width: auto;
            height: 100px;
        }
    }
    .container-vatika-curve{
        max-width: 1400px;
        margin: 0rem auto;
        padding: 100px 1rem;
        position: relative;
        z-index: 100;
    }
    .logo-vatika-curve{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .logo-vatika-curve img{
        max-width: 300px;
    }
    .curls-title{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
    }
    .curls-celebrate-title{
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 4rem 0;
    }
    .curl-text{
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .curl-form .page-form{
        max-width: 801px;
        margin: 2rem auto;
        color: #fff;
    }
    .curl-form .form-control, .curl-form .wpcf7-form-control{
        border-radius: 10px;
        padding: 0.8rem;
    }
    .curl-form .wpcf7-form-control.btn{
        padding: 1rem;
        font-size: 1.2rem;
        margin-top: 1rem;
    }
    .pv-4{
        padding: 4rem 0;
    }
    .page-content.spin{
        margin-bottom: 400px;
    }
    @media (max-width:991px){
        .page-content.spin{
            margin-bottom: 100px;
        }
    }
    .vatika-curls .btn-back{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .vatika-curls .btn-back a.btn{
        background-color: transparent !important;
        border-color: #fff !important;
        padding: 0.8rem !important;
        color: #fff !important;
        border-radius: 10px !important;
    }
    .vatika-curls.terms .curls-text{
        padding-top:3rem
    }
    .curls-terms li{
        display: flex;
    }
    .curls-terms li::before{
        color: #fff !important;
    }
    .curls-terms li ul{
        padding: 0;
    }
    .dabur-form .submit{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .dabur-form .submit a{
        color: #fff !important;
    }
    .dabur-form p{
        font-size: 1rem !important;
    }
.vatika-curls-spin .wof-pointer{
        transform-origin: unset !important;
        left: 0;
        right: -3px !important;
        margin: 0 auto;
        bottom: 17px;
        top: auto;
        background-image: url(https://www.hereandnow365.co.uk/wp-content/uploads/2024/05/chomdu.png);
        width: auto;
        height: 45px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .vatika-curls-spin .wof-pointer svg{
        display: none;
    }
.vatika-curls-spin .wof-spinning.wof-slices::after{
        content: "";
        background-image: url(https://www.hereandnow365.co.uk/wp-content/uploads/2024/05/back-1.png);
        height: 79%;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: 0;
        top: 48px;
        z-index: 999999999999999999;
        background-size: contain;
        transform: rotate(35deg);
    }
.vatika-curls-spin .wof-wheel .wof-slice{
        top: 50%;
        left: 50%;
        position: absolute;
        transform-origin: 0 0;
        text-align: center;
        width: 53%;
        font-weight: 700;
        color: #fff;
        font-size: 17px;
        text-transform: uppercase;
        font-weight: 800;
        text-shadow: 1px 1px 0px #409a52;
        line-height: 1.3;
    }
.vatika-curls-spin .wof-wheel-bg{
	transform: rotate(90deg);
}
.vatika-curls-spin .wof-wheel-bg .wof-svg-wheel, .vatika-curls-spin .wof-wheel-bg .wof-svg-ornaments{display:none}
.vatika-curls .wpforms-submit-container .wpforms-submit{
        background-color: #dd9933 !important;
        border-color: #dd9933 !important;
        color: #fff !important;
        border-radius: 6px !important;
    }
.curls-terms li ul li::before{
	background-color:#fff !important;
}
/** ----- End Vatika curl --- */