.lh-74 {
    line-height: 74px !important;
}
section.ihero {
    background-image: url(../img/whitePaper2.png);
    position: relative !important;
}
/* Overlay Effect */
section.ihero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Change opacity as needed */
    z-index: 0;
}
section.ihero .container {
    position: relative;
    z-index: 0;
    color: white; /* Adjust text color for better visibility */
}
.whitePaper .wpBtn {
    border: 0;
    padding: 6px 26px;
    border-radius: 5px;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 500;
    color: #232323;
}

.w-850 {
    width: 850px;
}

.whitePaper p {
    font-size: 28px;
    line-height: 39px;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 26px;
    margin-bottom: 45px;
}
.whitePaper .dWPBtn {
    border: 0;
    border-radius: 5px;
    font-size: 27px;
    line-height: 40px;
    background-color: var(--primary-color);
    color: white;
    /* padding: 15px 40px; */
    border-radius: 50px;
    height: 66px;
    width: 556px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.whitePaper .divider {
    width: 1px;
    height: 100%;
    background: #b0b0b0; /* Adjust color as needed */
    display: inline-block;
    margin-left: 40px;
    margin-right: 30px;
}

.whitePaperContainer {
    padding: 130px 0;
    display: flex;
}
.whitePaperContainer .textWrapper {
    width: 584px;
    font-size: 22px;
    padding-right: 48px;
}

/* Form Css */

.whitePaperForm {
    margin-left: 120px;
    width: 100%;
    max-width: 700px;
    background-color: #f9f9f9;
    padding: 40px 60px;
    border-radius: 17px;
}

.input-group {
    display: flex;
    gap: 36px;
}

.input-group div {
    flex: 1;
}

.whitePaperForm label {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 18px;
    color: #232323;
}
.whitePaperForm label span {
    color: #c94331;
}

.whitePaperForm input,
.whitePaperForm select,
.whitePaperForm textarea {
    padding: 0 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 20px;
    margin-bottom: 38px;
}
.whitePaperForm input {
    height: 60px;
    /* width: 270px; */
    width: 100%;
}

.whitePaperForm select {
    height: 60px;
    width: 100%;
}
.whitePaperForm .selectOption {
    height: 60px;
    width: 100%;
}
/* .whitePaperForm textarea {
    width: 100%;
    height: 108px;
    padding-top: 20px;
    margin-bottom: 10px;
}
.whitePaperForm textarea {
    height: 80px;
    resize: none;
} */
.whitePaperForm textarea {
    height: 105px;
    resize: none;
    padding: 10px 20px;
    width: 100%;
    margin-bottom: 10px;
    resize: none;
}

.checkbox-container {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}

.checkbox-container input {
    height: 30px;
    width: 30px;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 6px;
}
.checkbox-container label {
    color: #636363;
    width: 100%;
    margin: 0;
}
.text-636363 {
    color: #636363 !important;
}
.text-4064BE {
    color: #4064be;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.submit-btn {
    width: 232px;
    height: 52px;
    background-color: var(--primary-color);
    color: white;
    padding: 12px;
    border: none;
    border-radius: 34px;
    font-size: 20px;
    cursor: pointer;
    font-weight: 400;
}

.submit-btn:hover {
    opacity: 0.9;
}

.privacy-text {
    font-size: 12px;
    margin-top: 10px;
}

.privacy-text a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
}

.privacy-text a:hover {
    text-decoration: underline;
}

.email-notice {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 0;
}


/* 992-1199 */
@media (max-width: 1199px) {
    section.ihero {
        height: 700px;
    }
    section.ihero p.w-850 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .whitePaperContainer {
        padding: 100px 0;
        align-items: start;
    }
    .whitePaperContainer .textWrapper {
        padding-right: 15px;
    }
    .whitePaperForm {
        margin-left: 15px;
    }
    .whitePaper .wpBtn {
        font-size: 20px;
    }

}

/* 768-991 */
@media (max-width: 991px) {
    .lh-74 {
        line-height: 50px !important;
    }
    .w-850 {
        width: 90%;
    }
    section.ihero {
        height: 600px;
    }
    section.ihero p.w-850 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 10px;
        margin-bottom: 35px;
    }
    .whitePaper .dWPBtn {
        font-size: 24px;
        width: 500px;
    }

    .whitePaper .wpBtn {
        margin-top: 80px;
    }

    .whitePaperForm {
        padding: 20px;
    }



}

/* 576-767 */
@media (max-width: 767px) {
    section.ihero {
        height: 500px;
    }
    .whitePaper .wpBtn {
        margin-bottom: 20px;
    }
    section.ihero h1 {
        font-size: 30px;
    }
    .lh-74 {
        line-height: 40px !important;
    }
    section.ihero p.w-850 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 25px;
    }
    .whitePaper .dWPBtn {
        font-size: 20px;
        width: 430px;
        height: 53px;
    }

    .whitePaperContainer {
        padding: 50px 0;
        flex-direction: column;
    }
    .whitePaperContainer .textWrapper {
        font-size: 16px;
        width: 100%;
    }
    .whitePaperForm {
        margin: 0;
    }
    .whitePaperForm label {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .email-notice {
        font-size: 1px;
        margin-top: 20px;
    }

}

/* 320-575 */
@media (max-width: 575px) {
    section.ihero {
        height: 450px;
    }
    .whitePaper .wpBtn {
        font-size: 14px;
    }
    section.ihero h1 {
        font-size: 24px;
    }
    .lh-74 {
        line-height: 30px !important;
    }
    section.ihero p.w-850 {
        font-size: 18px;
        width: 100%;
    }
    .whitePaper .dWPBtn {
        font-size: 18px;
        width: 100%;
        max-width: 300px;
    }
    .whitePaper .divider,
    .whitePaper .dWPBtn img {
        display: none;
    }

    .input-group {
        gap: 0;
        margin-bottom: 0;
    }
    .input-group div {
        flex: 100%;
    }
    .checkbox-container input {
        width: 24px;
        margin-top: 1px;

    }
    
    .whitePaperForm input, .whitePaperForm select, .whitePaperForm textarea {
        font-size: 16px;
    }

    .whitePaperForm label {
        font-size: 14px;
    }
    .whitePaperForm .selectOption {
        height: 50px;
    }
    .mb-60 {
        margin-bottom: 40px !important;
    }
    .submit-btn {
        font-size: 18px;
    }


}