/* Banner */
.standard-ip-banner {
    background: #000;
}

/* .standard-ip-banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(252,217,0);
    background: linear-gradient(90deg, rgba(252,217,0,1) 0%, rgba(0,12,255,1) 100%);
    z-index: 5;
    opacity: 0.3;
} */

.standard-ip-banner canvas {
    display: block;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    z-index: 1;
    min-height: 716px;
}

/* Banner Content */
.custom-ip-banner-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: flex;
    align-items: center;
}

.custom-ip-banner-content h2 {
    margin: 0 0 40px;
    padding: 0;
    line-height: 1;
    color: #FFF;
    font-weight: 300;
    text-transform: uppercase;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: clamp(35px,2.604vw,50px);
}

.custom-ip-banner-content h2 span {
    display: block;
    font-weight: 700;
    font-size: clamp(45px,3.646vw,70px);
}

.custom-ip-banner-content p {
    color: #fff;
    font-size: clamp(20px,1.563vw,30px);
    line-height: 1.25;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 400;
    max-width: 475px;
    width: 100%;
}

.custom-ip-banner-content button {
    border: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: clamp(50px, 3.646vw, 70px);
    max-width: clamp(220px, 15.885vw, 305px);
    width: 100%;
    margin: 90px 0 0;
    border-radius: 20px;
    background: #000cff;
    color: #fff;
    text-transform: uppercase;
    font-size: clamp(15px, 1.302vw, 25px);
    font-weight: 300;
    transition: all .3sease;
    cursor: pointer;
}

.custom-ip-banner-content-inner {
    max-width: 1600px;
    width: 100%;
    margin: auto;
    padding: 15px;
}

/* Global */
.standard-ip-container {
    max-width: 1470px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

/* Page Title and Breadcrumbs */
.ip-breadcrumbs {
    font-size: 14px;
    color: #000;
    margin: 0 0 32px;
}

.ip-breadcrumbs a {
    color: #000;
}

.ip-breadcrumbs .breadcrumb_last {
    font-weight: 700;
    color: #000CFF;
}

.ip-title h1 {
    margin: 0;
    padding: 0;
    font-size: clamp(30px,2.083vw,40px);
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.standard-ip-title {
    padding: 20px 0 55px;
}

/* Top Section */
.ip-rfaq-top {
    text-align: center;
    padding: 100px 15px;
}

.ip-rfaq-top h2 {
    color: #000;
    font-size: clamp(20px,1.563vw,30px);
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px;
}

.ip-rfaq-top-txt {
    font-size: clamp(18px, 1.302vw, 25px);
    font-weight: 300;
    color: #000;
    line-height: 1.3;
    max-width: 968px;
    width: 100%;
    margin: 0 auto 0;
}

.ip-rfaq-top-txt p {
    padding: 0;
}

/* Mid Section */
.ip-rfaq-mid {
    padding: 96px 15px;
    background: rgba(0, 0, 0, 0.1);
}

.ip-rfaq-mid > .bg-canvas {
    opacity: 0.1;
}

.ip-rfaq-mid::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fcd900;
    background: linear-gradient(90deg, #fcd900 0%, #000cff 100%);
    z-index: 5;
    opacity: .3;
}


/* Form */
.lcf-half,.lcf-third {
    display: flex;
    flex-wrap: wrap
}

.lcf-half .lcf-field {
    width: 50%
}

.lcf-third .lcf-field {
    width: calc(100%/3);
    padding: 0 10px
}

.lcf-third {
    margin: 0 -10px
}

.lcf-half .lcf-field:first-child {
    padding-right: 10px;
}

.lcf-half .lcf-field:last-child {
    padding-left: 10px;
}

.lcf-field br {
    display: none;
}

.lcf-field label {
    color: #000 !important;
    display: block;
    position: relative;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
}

.lcf-field label ~ label {
    margin: 10px 0 0;
}
.lcf-field input[type="file"] {
    border: 0 !important;
}

.cform-box .form-title {
    background: #0000D2;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    padding: 23px 15px;
    border-radius: 10px;
    margin: 30px 0;
}

.lcf-field input,
.lcf-field select,
.lcf-field textarea {
    width: 100% !important;
    border: 0 !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0 !important;
    height: 47px;
}

.lcf-field input:hover,
.lcf-field select:hover,
.lcf-field textarea:hover {
    border: 0 !important;
    border-bottom: 1px solid #0000ff !important;
}

.lcf-field textarea {
    height: 100px;
    resize: none;
}

.lcf-field-address textarea {
    height: 47px;
}

.lcf-field {
    margin: 0 0 20px;
}

.cform-box .wpcf7 form .wpcf7-response-output {
    text-align: center;
    margin: 0;
}

.cform-box .use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    text-align: center;
    width: auto;
}

.cform-box .wpcf7 .lcf-field-submit input {
    border: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: clamp(50px, 3.646vw, 70px) !important;
    max-width: clamp(220px, 15.885vw, 305px) !important;
    width: 100% !important;
    margin: 0 auto !important;
    border-radius: 20px !important;
    background: #e00 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-size: clamp(15px, 1.302vw, 25px) !important;
    font-weight: 300 !important;
    transition: all .3s ease;
    cursor: pointer;
    letter-spacing: 0 !important;
}

.cform-box .wpcf7 .lcf-field-submit input:hover {
    background: #0000ff !important;
}

.cform {
    max-width: 1450px;
    width: 100%;
    margin: auto;
    background: rgba(255, 255, 255, 0.7);
    padding: 80px 15px 50px;
    border-radius: 33px;
}

.cform-box {
    position: relative;
    max-width: 1228px;
    width: 100%;
    margin: auto;
}

/* Bottom Section */
.ip-rfaq-bot {
    padding: 123px 24px 60px;
}

.ip-rfaq-bot-main {
    max-width: 1440px;
    width: 100%;
    margin: auto;
}

.ip-rfaq-bot-col {
    width: 50%;
}

.cimg .img-wrapper {
    border-radius: 33px;
    overflow: hidden;
}

.rfaq-desc {
    padding: 0 15px 0 0;
}

.rfaq-desc .ip-rfaq-bot-col-inner {
    max-width: 647px;
    width: 100%;
    font-size: clamp(18px,1.302vw,25px);
    font-weight: 400;
    color: #000;
    line-height: 1.3;
}

.rfaq-desc .ip-rfaq-bot-col-inner a {
    color: #000;
}

.rfaq-desc .ip-rfaq-bot-col-inner p {
    margin: 0 0 31px;
}


@media only screen and (max-width: 1023px) {

    .standard-ip-banner canvas {
        background-position: left;
    }

    #et-main-area {
        padding-top: 0 !important;
    }

    .ip-rfaq-top-col {
        width: 100%;
    }

    .cform-txt {
        text-align: center;
    }

    .cimg .img-wrapper {
        max-width: 620px;
        width: 100%;
        margin: auto;
    }

    .ip-rfaq-bot-main {
        flex-direction: column-reverse;
    }

    .cdetails {
        padding: 0 0 80px;
        text-align: center;
    }

    .ip-rfaq-bot-col {
        width: 100%;
    }

    .ip-rfaq-bot-field-inner {
        flex-direction: column;
        align-items: center !important;
    }

    .ip-rfaq-bot-field-details {
        width: 100%;
        padding: 20px 0 0;
    }

    .ip-rfaq-bot {
        padding: 123px 15px 0;
    }

    .ip-rfaq-bot .standard-ip-container {
        padding: 50px 15px;
    }

    .lcf-half .lcf-field,.lcf-third .lcf-field {
        width: 100%;
        padding: 0!important
    }

    .lcf-third {
        margin: 0
    }

    .rfaq-desc .ip-rfaq-bot-col-inner {
        margin: 50px auto 0;
        max-width: 620px;
        text-align: center;
    }

    .rfaq-desc {
        padding: 0;
    }

    .ip-rfaq-top {
        padding: 0 0 50px;
    }
}