/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
body.page-template{
    background: linear-gradient(179deg, #F8F1FE 0.81%, #FFF 123.52%) !important;
    background-repeat: no-repeat !important;
}
.heading_sub-text {
    font-family: "Playfair Display", Sans-serif !important;
    font-size: 72px;
}

.waitlist__contact_item {
  display: flex;
  gap: 20px;
}
.waitlist__contact_item .waitlist__contact_input input {
  border-radius: 100px;
  border: 1px solid #E6E0FB;
  background: #F4F1FD;
  padding: 8px 24px 8px 20px;
  font-family: "Poppins", Sans-serif;
  height: 40px;
  width: 100%;
}
.waitlist__contact_item .waitlist__contact_input input:focus-visible{
    outline: none;
}
.waitlist__contact_item .waitlist__contact_input input::placeholder{
    color: #737373;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    opacity: 1;
}
.waitlist__contact_item .waitlist__contact_select select {
  border-radius: 100px;
  border: 1px solid #E6E0FB;
  background: #F4F1FD;
  padding: 8px 24px 8px 20px;
  font-family: "Poppins", Sans-serif;
  height: 40px;
  width: 100%;
  color: #737373;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    opacity: 1;
}
.waitlist__contact_item .waitlist__contact_select select::placeholder{
    color: #737373;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    opacity: 1;
}
.waitlist__contact_select {
	width: 100%;
}
.waitlist__contact_btn button {
    margin-top: 15px;
	border-radius: 100px;
	border: 1px solid #612481;
	background: #612481;
	padding: 9px 35px;
	color: #fff;
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
.waitlist__contact_btn{
    text-align: center;
}
.waitlist__contact_btn button:hover{
    background: #000;
    color: #fff;
}
.waitlist__contact_btn button:focus{
    background: #000;
    color: #fff;
}

/* Responsive CSS */
@media (max-width: 1024px) {
.heading_sub-text {
        font-size: 48px !important;
    }
}
@media (max-width: 767px) {
    .heading_sub-text {
        font-size: 32px !important;
    }
    .waitlist__contact_item {
        gap: 0;
        flex-direction: column;
    }
}