﻿/* Base colors & typography */


@font-face {
    font-family: 'Palmore';
    src: url('https://immediac.blob.core.windows.net/properhairclubweb/fonts/PalmoreRegular.eot');
    src: url('https://immediac.blob.core.windows.net/properhairclubweb/fonts/PalmoreRegular.eot?#iefix') format('embedded-opentype'), url('https://immediac.blob.core.windows.net/properhairclubweb/fonts/PalmoreRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    min-height: 100%;
}

#cms-form-6 .col-sm-12 {
    display: none;
}

/*.text-danger {
    color: #0A2342;
    background: white;
    border-radius: 15px;
    width: 350px;
    padding: 15px;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    margin: auto;
    border: 2px solid #CE9E56;
}*/

    .text-danger ul {
        font-weight: 400;
        text-transform: none;
        padding-left: 17px;
    }

        .text-danger ul li {
            margin-bottom: 5px;
        }

            .text-danger ul li:nth-last-of-type(1) {
                margin-bottom: 0px;
            }

body {
    margin: 0;
    padding: 0;
    font-family: "Raleway", sans-serif;
    color: #fff;
    background: #1C2B40;
}


.siteWrapper .col-sm-5 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
}

.flexWrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    min-height: 75vh;
}

.bodyLogo img {
    margin-top: 50px;
}

.siteWrapper .col-sm-7 {
    padding-left: 100px;
    padding-right: 13%;
}

.siteWrapper h1 {
    color: #CF9E54;
    font-size: 100px;
    margin: 0px 0px 40px 0px;
    font-family: 'Palmore';
    line-height: 80px;
}

.siteWrapper p {
    font-size: 24px;
    line-height: 1.6em;
    font-weight: 400;
    color: #fff;
    margin: 0px 0px 45px 0px;
}

.siteWrapper p.pNoMargin {
   margin-bottom:15px;
}

.siteWrapper .disclaimer p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 5px 0px 0px 0px;
}


/* Centered container */
.splash-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 3rem 2rem;
}

/* Card */
.splash-content {
    background: #F2F2F2;
    border-radius: 16px;
    padding: 2rem 4rem 3rem;
    max-width: 1400px;
    width: 100%;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Logo */
.logo {
    width: 180px;
    margin: 0 auto;
    display: block;
}

/* Headline */
.splash-content h1 {
    font-size: 80px;
    margin-top: 0px;
    margin-bottom: 35px;
    line-height: 80px;
    font-weight: 700;
    color: #0A2342;
    font-family: 'Times New Roman', serif;
}

    .splash-content h1 .gold {
        color: #CE9E56;
    }

/* Intro copy */
.intro {
    font-size: 24px;
    max-width: 1060px;
    margin: 0 auto 2.5rem;
    line-height: 36px;
    color: #0A2342;
}

/* Form */
.form-container {
    max-width: 100%;
    margin: 0 auto 1.5rem;
}

/* CMS Form Styling */
.cms-form {
    display: flex;
    margin: 0 -10px;
}

.cms-form-group {
    padding: 0 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.cms-group-email {
    flex: 1;
    padding-right: 0px;
}

.cms-group-submit {
    padding-left: 0px;
}

.cms-form-group {
    margin-bottom: 0px;
}

.cms-form-label {
    display: none; /* Hide labels as they're not in the design */
}

.cms-field-email {
    width: 100%;
    padding: 15px 20px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    font-size: 16px;
    height: 50px;
    box-sizing: border-box;
}

    .cms-field-email::placeholder {
        color: #414141;
        font-family: "Raleway", sans-serif;
        font-size: 22px;
        transform: translateY(1.7px);
    }

.cms-field-submit, .btn-primary:active, .btn-primary:focus {
    width: 230px;
    padding: 13px 20px;
    border-radius: 10px;
    border: none;
    background-color: #CF9E54;
    color: #001428;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    height: 50px;
    box-sizing: border-box;
    transition: background-color 0.3s;
    float: right;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: 0px;
}

.cms-field-submit:hover {
    background-color: #0A2342;
    color: white !important;
}

.form-container input[type="email"] {
    flex: 1;
    padding: 1rem 25px;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    background-color: transparent;
    border: none;
    color: #878787;
    margin-right: 0px;
    font-size: 20px;
}

input:-webkit-autofill {
    -webkit-background-clip: text;
    font-family: "Raleway", sans-serif;
    font-size: 22px;
}

.form-container input[type="email"]:focus-visible,
.form-container input[type="email"]:focus {
    outline: none !important;
}

.form-container button {
    background: #c8a45c;
    border: none;
    padding: 0.75rem 2rem;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    color: #001331;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

    .form-container button:hover {
        background: #B88A3F;
    }

/* Disclaimer */
/*.disclaimer {
    font-size: 18px;
    margin: 2rem 0;
    color: #0A2342;
    line-height: 29px;
}*/

h2.secondary-title {
    font-size: 32px;
    line-height: 36px;
    color: #0A2342;
    font-weight: 700;
}

/* Feature boxes */
.features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}

.feature-box {
    border: 2px solid #CE9E56;
    border-radius: 15px;
    padding: 3rem 1.5rem;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .feature-box h2 {
        font-size: 32px;
        margin-bottom: 8px;
        font-family: 'Times New Roman', serif;
        font-weight: 700;
        color: #0A2342;
        margin-top: 0px;
    }

    .feature-box p {
        font-size: 18px;
        opacity: 1;
        margin-top: 0px;
        color: #0A2342;
    }

        .feature-box p:nth-last-of-type(1) {
            margin-bottom: 0px;
        }

/*******************/
/* Added CSS May 1 */
/*******************/

/* Form Field */

.form-container {
    background: #0D1A2C;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #3B495C;
    width: 100%;
}

@media (min-width: 1601px) and (max-width: 1800px) {
    .siteWrapper .disclaimer p {
        font-size: 14px;
    }

    .siteWrapper .col-sm-7 {
        padding-left: 100px;
        padding-right: 10%;
    }
}

        @media (min-width: 1481px) and (max-width: 1600px) {

            .siteWrapper .col-sm-7 {
                padding-left: 90px;
                padding-right: 8%;
            }

            .siteWrapper h1 {
                font-size: 90px;
                line-height: 70px;
            }

            .siteWrapper p {
                font-size: 22px;
                line-height: 1.5em;
            }

            .siteWrapper .disclaimer p {
                font-size: 14px;
            }

            .flexWrapper {
                min-height: 74vh;
            }
        }

        @media (min-width: 1367px) and (max-width: 1480px) {

            .siteWrapper .col-sm-7 {
                padding-left: 75px;
                padding-right: 6%;
            }

            .siteWrapper h1 {
                font-size: 80px;
                line-height: 60px;
            }

            .siteWrapper p {
                font-size: 20px;
                line-height: 1.5em;
            }

            .siteWrapper .disclaimer p {
                font-size: 14px;
            }

            .flexWrapper {
                min-height: 73vh;
            }
        }

        @media (min-width: 1200px) and (max-width: 1366px) {
            /*        .splash-content h1 {
            font-size: 60px;
            line-height: 60px;
        }

        .intro {
            font-size: 21px;
            max-width: 860px;
            line-height: 33px;
        }

        .logo {
            margin-bottom: 20px;
        }

        .form-container {
            max-width: 765px;
        }*/


            .siteWrapper .col-sm-7 {
                padding-left: 75px;
                padding-right: 5%;
            }

            .siteWrapper h1 {
                font-size: 70px;
                line-height: 50px;
            }

            .siteWrapper p {
                font-size: 19px;
                line-height: 1.5em;
            }

            .siteWrapper .disclaimer p {
                font-size: 12px;
            }

            .flexWrapper {
                min-height: 72vh;
            }

            .cms-field-submit {
                font-size: 19px;
            }

            .cms-field-email::placeholder {
                font-size: 19px;
                transform: translateY(1.5px);
            }

            .form-container input[type="email"] {
                font-size: 19px;
            }

            /*        h2.secondary-title {
            font-size: 28px;
            line-height: 31px;
        }*/
        }

        @media (min-width: 992px) and (max-width: 1199px) {
            /* .splash-content h1 {
            font-size: 60px;
            line-height: 60px;
        }

        .intro {
            font-size: 21px;
            max-width: 860px;
            line-height: 33px;
        }

        .logo {
            margin-bottom: 20px;
        }

        .form-container {
            max-width: 765px;
        }
            */

            .siteWrapper .col-sm-7 {
                padding-left: 70px;
                padding-right: 5%;
            }

            .siteWrapper h1 {
                font-size: 60px;
                line-height: 52px;
            }

            .siteWrapper p {
                font-size: 18px;
                line-height: 1.5em;
            }

            .siteWrapper .disclaimer p {
                font-size: 10px;
            }

            .flexWrapper {
                min-height: 74vh;
            }

            .cms-field-submit {
                font-size: 19px;
            }

            .cms-field-email::placeholder {
                font-size: 19px;
                transform: translateY(1.5px);
            }

            .form-container input[type="email"] {
                font-size: 19px;
            }

            .bodyLogo img {
                width: 100px;
                height: 98px;
            }


            /*
        h2.secondary-title {
            font-size: 28px;
            line-height: 31px;
        }*/
        }

        @media (max-width: 1280px) and (max-height: 640px) {
            .siteWrapper h1 {
                font-size: 65px;
                line-height: 55px;
                margin: 0px 0px 30px 0px;
            }

            .siteWrapper p {
                margin: 0px 0px 35px 0px;
            }

            .flexWrapper {
                min-height: 70vh;
            }

            .bodyLogo img {
                width: 100px;
                height: 98px;
            }
        }


        @media (min-width: 768px) and (max-width: 991px) {
            /* .feature-box {
            padding: 2rem .5rem;
        }

        .features {
            gap: 1rem;
        }

        .feature-box h2 {
            font-size: 1.5rem;
        }

        .feature-box p {
            font-size: 0.95rem;
        }

        .splash-content h1 {
            font-size: 50px;
            line-height: 52px;
            margin-top: 25px;
        }

        .intro {
            font-size: 19px;
            max-width: 860px;
            line-height: 31px;
        }*/


            .siteWrapper .col-sm-7 {
                padding-left: 0px;
                padding-right: 0%;
                width: 100%;
            }

            .siteWrapper .col-sm-5 {
                width: 100%;
                height: 500px;
            }

            .siteWrapper h1 {
                font-size: 60px;
                line-height: 52px;
            }

            .siteWrapper p {
                font-size: 18px;
                line-height: 1.5em;
            }

            .siteWrapper .disclaimer p {
                font-size: 11px;
                text-align: center;
            }

            .disclaimer {
                width: 100%;
            }

            .flexWrapper {
                min-height: auto;
                padding: 0px 60px 100px 60px;
                text-align: center;
            }

            .bodyLogo img {
                width: 100px;
                height: 98px;
                margin: 30px auto;
                display: table;
            }

            .cms-field-submit {
                font-size: 19px;
            }

            .cms-field-email::placeholder {
                font-size: 19px;
                transform: translateY(1.5px);
            }

            .form-container input[type="email"] {
                font-size: 19px;
            }

            /* h2.secondary-title {
            font-size: 25px;
            line-height: 37px;
            margin-top: 5px;
        }*/
        }

        @media (max-width: 767px) {

            .text-danger {
                width: auto !important;
            }

            .siteWrapper p.pNoMargin {
                margin-bottom: 0px;
            }

            /*.splash-content h1 {
            font-size: 35px;
            line-height: 41px;
            margin-top: 20px;
        }

        .intro {
            font-size: 20px;
            line-height: 33px;
        }

        .features {
            grid-template-columns: 1fr;
        }

        .form-container {
            flex-direction: column;
        }*/

            .siteWrapper .col-sm-5 {
                height: 300px;
            }

            .bodyLogo img {
                width: 100px;
                height: 98px;
                margin: 30px auto 0px auto;
                display: table;
            }

            .siteWrapper p {
                font-size: 18px;
                line-height: 1.5em;
                font-weight: 400;
                color: #fff;
                margin: 15px 0px;
            }

            .form-container {
                padding: 15px 15px 40px 15px;
                width: 100%;
                margin: 10px 0px;
            }

            .cms-form {
                display: flex;
                margin: 0 25px;
            }

            .flexWrapper {
                min-height: auto;
                min-height: auto;
                margin-left: 25px;
                margin-right: 25px;
            }

            .siteWrapper h1 {
                font-size: 44px;
                margin: 20px 0px;
                line-height: 38px;
            }

            .siteWrapper .disclaimer p {
                font-size: 12px;
                margin: 5px 0px 20px 0px;
                text-align: center;
            }

            .siteWrapper .disclaimer {
                width: 100%;
            }

            .siteWrapper .col-sm-7 {
                padding-left: 0px;
                padding-right: 0px;
                padding-bottom: 80px;
            }

            .form-container input[type="email"] {
                margin-right: 0;
                margin-bottom: 10px;
                border-radius: 4px;
            }

            .cms-form {
                flex-direction: column;
            }

            .cms-form-group {
                width: 100% !important;
            }

            .splash-content {
                padding: 2rem 1rem;
            }

            .cms-group-submit {
                padding-left: 15px;
                text-align: center;
            }

            .cms-group-email {
                text-align: center;
            }

            .cms-field-submit {
                font-size: 19px;
                float:none;
            }

            .cms-field-email::placeholder {
                font-size: 19px;
                transform: translateY(1.5px);
            }

            .form-container input[type="email"] {
                font-size: 19px;
            }

            .form-container input[type="email"] {
                padding: 10px;
                text-align: center;
            }
            /*
        h2.secondary-title {
            font-size: 25px;
            line-height: 33px;
            margin-top: 10px;
        }*/
        }
