
 html {
    scroll-behavior: smooth;
}

body,
html {
    margin: 0;
    padding: 0;
   font-family: "Source Serif 4", serif;
}

* {
    box-sizing: border-box;
}

.d-grid {
    display: grid;
}

.d-flex {
    display: flex;
    display: -webkit-flex;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

button,
input,
select {
    -webkit-appearance: none;
    outline: none;
    font-family: "Source Serif 4", serif;
}

button,
.btn,
select {
    cursor: pointer;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0
}

p {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    opacity: .9;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.p-fixed {
    position: fixed;
}

.p-sticky {
    position: sticky;
}

.btn,
button,
.actionbg,
input,textarea {
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -o-border-radius:6px;
    -ms-border-radius:6px;
}

.btn:hover,
button:hover {
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}

/*-- wrapper start --*/
.wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .wrapper {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .wrapper {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .wrapper {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .wrapper {
        max-width: 1140px;
    }
}

.wrapper-full {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.w3lvide-content {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/*-- form styling --*/
.w3lvide-content{
    width:100%;
    min-height:100vh;
    position: relative;
    z-index:0;
    display: grid;
    align-items: center;
  }
.w3lvide-content::before {
content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100vh;
    background: url("../img/m-img.webp") no-repeat right bottom;
    background-size: contain;
    z-index: -1;         
}

.workinghny-form-grid {
    position:relative;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 3fr;
    align-items: center;
}
.workinghny-form-grid .main-hotair{
    max-width: 400px;
    margin: 0 auto;
    padding: 40px 30px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;

}
.w3l-workinghny-form .logo {
    text-align: center;
}

.slot-w3l-comingsoon h1 {
    font-size: 76px;
    font-weight: 300;
    font-family: 'The Seasons', serif;
    color: #6ddf64;
    margin-bottom:10px;
    line-height: 70px;
}
.slot-w3l-comingsoon h3 {
  font-family: 'The Seasons', serif;
  color: #6ddf64;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
}
.slot-w3l-comingsoon p{
   font-family: 'TT Commons Pro Expanded', sans-serif;
  color: #3a214c;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.9px;
  text-align: center;
}
.content-wthree h2 {
    font-size: 24px;
    font-weight: 700;
    color: #1b1c1b;
    text-align: center;
    margin-bottom: 30px;
}
.content-wthree input,.content-wthree textarea{
    outline: none;
    margin-bottom: 15px;
    font-size: 16px;
    color: #999;
    text-align: left;
    padding: 14px 20px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: #f8f9fa;
    border: 1px solid #e8e9ea;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    font-family: 'Hind', sans-serif;

}
.content-wthree textarea {
    height:90px;
}
.content-wthree input:focus,textarea:focus {
    background:transparent;
    border: 1px solid #34bf49;
}
.content-wthree button {
    font-size: 18px;
    color: #fff;
    width: 100%;
    background: #34bf49;
    border: none;
    padding:14px 14px;
    font-weight: 600;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    display: inline-block;
}
.content-wthree button:hover,.w3hny-subscribe-form button.btn:hover {
    background:#229634;
}
p.continue {
    margin: 30px 0 20px 0;
}
.w3hny-subscribe-form{
    margin-top:20px;
	
}
.w3hny-subscribe-form input{
    font-size: 16px;
    color: #999;
    text-align: left;
    padding: 18px 20px;
    width: 100%;
    outline: none;
    background: #fff;
    border: 1px solid #e8e9ea;
    border-radius: 0;
    color: var(--font-color);
}
.w3hny-subscribe-form button.btn {
  background: linear-gradient(90deg, #1CA6A6, #6DDF64);
  color: #ffffff;
  padding: 10px 32px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'TT Commons Pro Expanded', sans-serif;
  cursor: pointer;
  text-transform: uppercase;
  transition: 0.3s;
}
.w3hny-subscribe-form button.btn:hover {
   background: linear-gradient(90deg, #6DDF64, #1CA6A6);
  transform: scale(1.05);
}
.social-login {
    margin-top:80px;
}
.social-login a span.fa {
    color: #69443c;
    text-align: center;
    font-size: 32px;
    margin-right: 22px;
}

.social-login a span.fa:hover {
    color: #34bf49;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.copyright {
    padding: 2em 0;
    position: relative;
    margin: 0 auto;
    z-index: 9;
}
.copyright p {
    text-align: center;
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    opacity: 1;
}

p.copy-footer-29 a {
    color: #fff;
}

p.copy-footer-29 a:hover {
    color:#34bf49;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}


/* -- placeholder --*/


/*-- responsive design --*/
@media (max-width:1280px) {
    .slot-w3l-comingsoon h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .slot-w3l-comingsoon h3 {
        font-size: 32px;
        margin-bottom: 20px;
        line-height: 42px;
    }
}
@media (max-width:800px) {
    .workinghny-form-grid {
        top: 14%;
        margin: 0 auto;
    }
    .copyright p {
        padding:0 10px;
    }
    .workinghny-form-grid .main-hotair {
        padding: 30px;
    }
    .slot-w3l-comingsoon h1 {
        font-size: 52px;
        line-height: 62px;
    }
	.workinghny-form-grid {
    position: relative;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 3fr 1fr;
    align-items: center;
}
}
@media (max-width:769px) {
    .workinghny-form-grid {
        margin: 0 auto;
        display: grid;
        align-items: center;
    }
    .content-wthree textarea {
        height: 60px;
    }
    .slot-w3l-comingsoon p {
        font-size: 20px;
		text-align: left;
		padding-right: 12px;
    }
    .w3hny-subscribe-form {
        margin-top: 20px;

    }
    .content-wthree input, .content-wthree textarea,.content-wthree button,.w3hny-subscribe-form input,.w3hny-subscribe-form button.btn {
        padding: 10px 22px;
    }
    .content-wthree textarea {
        height: 55px;
    }
    .content-wthree h2 {
        margin-bottom: 20px;
    }
	.social-login{
		text-align: center;
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.social-login a span.fa{
		font-size: 26px;
	}
}
@media (max-width:640px) {
    .workinghny-form-grid {
        top: 10%;
        margin: 0 auto;
    }
    .workinghny-form-grid .main-hotair {
        padding:30px 20px;
    }
    .slot-w3l-comingsoon h1 {
        font-size:34px;
        line-height:46px;
		text-align: left;
    }
    .slot-w3l-comingsoon h3 {
        font-size: 20px;
        margin-bottom: 16px;
        line-height: 30px;
    }
    
}
.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
		padding-top: 30px;
        text-align: center;
		height: 100%;
		 overflow-x: hidden; 
		  overflow-y: auto;  
    }
	.mobile-only h1{
		font-family: 'The Seasons', serif;
    color: #6ddf64;
	font-size: 52px;
	font-weight: 300;
	}
	.mobile-only p{
		font-family: 'TT Commons Pro Expanded', sans-serif;
		color: #3a214c;
		font-size: 15px;
	}
}

/* Popup Overlay */
.overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 1000;
}

/* Popup Box */
.popup {
  background: #fff;
  width: 300px;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
}

.popup input {
  width: 90%;
  padding: 10px;
  font-family: 'TT Commons Pro Expanded', sans-serif;
  margin: 8px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.popup h2{
	font-family: 'The Seasons', serif;
	font-weight: 300;
}
.popup button {
  padding: 6px 15px;
  margin-top: 10px;
  border: none;
  font-family: 'TT Commons Pro Expanded', sans-serif;
  background: #007BFF;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.popup button:hover {
  background: #0056b3;
}

.success {
  display: none;
  color: green;
  margin-top: 10px;
}
.close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: #ff4d4d; /* Red circular background */
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
}

.close-icon:hover {
  background: #ff1a1a;
  transform: rotate(90deg) scale(1.2); /* fun rotation + scale effect */
  color: #fff;
}