@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*{margin: 0; padding: 0; list-style: none;}

dl, ol, ul{padding: 0; margin: 0;}


body{font-family: "Inter", sans-serif; font-weight: 400; font-size: 16px; color: #000F26; min-width: 320px;}

h1,h2,h3,h4,h5,h6{line-height: 1.2; font-weight: 700; margin: 0;}
p{line-height: 1.4;}


.mb-0 {margin-bottom: 0px;}
.heroSection{padding: 100px 0px; border-radius: 0px 0px 0px 0px;}

.brandLogo img {height: 40px;}

.hero-col {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-content: center;
}
.heroText {padding: 0px; display: flex; flex-direction: column; gap: 16px;}
.heroText h1 {font-size: 60px; color: #fff; font-weight: 700; line-height: 110%; letter-spacing: 1.18px;}
.heroText p {font-size: 20px; color: #fff;line-height: 30px;margin: 0;}
.hsfc-Step .hsfc-Step__Content {padding: 0px !important;}
.heroText h4{font-size: 24px; font-weight: 500; margin-bottom: 32px;}
.habit-gym-owner {background: #fff;border-radius: 8px;padding: 24px;color: #666;text-align: center;height: 100%;}
.habit-icon img {height: auto;max-width: 100%;width: 80px;margin-left: auto;margin-right: auto;display: block;margin-bottom: 16px;}
.title-h3 {
    text-align: center;
    color: #fff;
    font-weight: normal;
    padding-bottom: 100px;
}

h5.e-book {
    display: inline-block;
    background: #FE621D;
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    width: 115px;
    margin-top: 50px;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}
.download-now {
    background: #1D46A9;
    background-image: linear-gradient(to right, #1D46A9, #386ff2);
    padding: 20px;
    border-radius: 12px;
    margin: 40px 0 0;
    text-align: center;
}

.hero-img{min-height: 700px; background: url(../images/heroImgLeft.png) center no-repeat; background-size: cover; border-radius: 64px 64px 64px 0px; overflow: hidden;}
.hero-bg {
    background-image: url('../images/6-Habits-from-Successful-Gym-Owners.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}
.post-gym-habit {
    text-align: center;
    padding: 16px;
    color: #666;
}
.post-gym-habit .habit-icon img {
    width: 141px;
}
.download-now .download-content {
    color: #fff;
    font-size: 20px;
}
.download-button {
    display: inline-block;
    background: #2071ff;
    border-radius: 64px;
    color: #fff;
    padding: 10px 25px;
    margin: 10px auto 10px;
    font-size: 21px;
    font-weight: bold;
    text-decoration: none;
    font-family: Inter, sans-serif;
    box-shadow: 0px 2px 1px #367BF3;
}
.download-button a {
    color: #fff;
    text-decoration: none;
}

.registerForm {width: 100%; max-width: 600px; margin-left: auto; background: #fff; padding: 32px; border-radius: 24px;}
.registerForm h2 {font-size: 24px; font-weight: 700; color: #000F26; margin-bottom: 16px;}

.registerForm input,select {
    border: solid 1px #7A8490;
    border-radius: 8px;
    height: 48px;
    padding: 4px 12px;
    width: 100%;
}
.registerForm li.hs-form-booleancheckbox label {
    display: flex;
    margin: 16px 0px;
    gap: 8px;
}
.registerForm li.hs-form-booleancheckbox input {
    width: 60px;
    height: 26px;
}
.registerForm .hs_submit input {
    background: #E87400;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border: none;
    /* padding: 15px 0; */
    font-family: Inter, sans-serif !important;
    border: solid 2px #E87400;
}
.mobile-regsiter-form.registerForm {
    display: none;
}



/*========Media Queries========*/

/* Large devices (laptops/desktops, 1600px and down) */
@media screen and (min-width: 1600px) {
	.container {min-width: 1320px;}
}

/* Large devices (laptops/desktops, 1199px and down) */
@media only screen and (max-width: 1199px) {    
    .heroText h1 {font-size: 50px;}
    .heroText p {
    font-size: 18px;
    font-size: 16px;
    margin: 0px 0 0;
    color: #666;
    line-height: 23px;
}
    .registerForm{padding: 24px;}
   .heroSection {
    padding: 32px 0px !important;
}
h5.e-book {
    margin-top: 16px;
}
.heroText h1 {
    font-size: 32px;
}
.heroText p {
    color: #ffffff;
}
.hero-col {
    gap: 24px;
}
.registerForm {
    margin: 0 auto;
    text-align: center;
}
 .title-h3 {
    color: #000F26;
    padding: 16px 0px;
}
.habit-gym-owner {
    padding: 16px;
}
.download-now {
    margin: 0px 0 0;
}
}

/* Large devices (laptops/desktops, 992px and down) */
@media only screen and (max-width: 992px) {
    .mobile-regsiter-form.registerForm {
    display: block;
}
    .registerForm {
    display: none;
}
    .registerForm {
    margin: auto;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
    .brandLogo {margin: auto;}
	.heroText{margin-bottom: 24px;}
    .registerForm{margin: auto;}   

.heroSection {
    padding: 50px 0px !important;
}
h5.e-book {
    margin-top: 16px;
}
.heroText h1 {
    font-size: 32px;
}
}
/* Medium devices (landscape tablets, 768px and down) */
@media only screen and (max-width: 768px) {
    .heroSection {
    padding: 30px 0px !important;
}
    .brandLogo img {height: 30px;}
   
}

/* Extra small devices (phones, 576px and down) */
@media only screen and (max-width: 576px) {
   .heroText h1 {
    font-size: 44px;
    font-size: 30px;
    font-weight: bold;
    color: #1E23A4;
    margin-top: 50px;
}
.heroText p {
    color: #666;
}
h5.e-book {
    margin-top: 24px;
}
.hero-col {
    gap: 8px;
}
.habit-gym-owner {
    padding: 16px;
}
.heroSection {
    padding: 60px 0px !important;
}
}


