:root
{
	--white:#fff;
	--black:#000;
	--brown: #3C2828;
}
body
{
	margin:0;
	padding: 0;
	font-family: "Poppins", sans-serif;
	line-height: 1.6;
}
h1, h2, h3, h4
{
	 font-family: "Bebas Neue", sans-serif;
}
*
{
	margin:0;
	padding: 0;
}
.form-control:focus {

    box-shadow: none;
}
.entry-title {
    display: none;
}
.main-header {
	top: 80px;
    position: absolute;
    width: 100%;
    z-index: 11;
}
.logo-wrapper img {
    width: 352px;
    height: auto;
}
.component-page-banner-height-sec .banner-slide {
    height: 100vh;
}
.component-page-banner-height-sec .owl-carousel button.owl-dot {
    border-radius: 70px;
    width: 40px;
}

.banner-slide:before {
    content: "";
    background: linear-gradient(183deg, rgba(0, 0, 0, 0.60) 12%, rgba(0, 0, 0, 0.00) 54.7%, rgba(0, 0, 0, 0.68) 97.39%);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 11;
	pointer-events: none;
}
.section-description {
    font-size: 16px;
    margin-top: 0;
}
.btn-primary:hover {
    background: var(--white) !important;
    color: var(--black) !important;
}
.btn-primary {
    background: var(--black);
    border-radius: 35px;
    font-family: "Bebas Neue";
    letter-spacing: 1.6px;
    font-weight: 400;
    border: 1px solid var(--black);
    line-height: 1.2;
    transition: all 0.3s ease-in-out;
}
.component-image-content-boxes-sec.rectangle-images .section-image .section-img, 
.component-image-content-boxes-sec.rectangle-images .banner-videobox video, 
.component-image-content-boxes-sec.rectangle-images .banner-videobox iframe
{    aspect-ratio: 582 / 615;
}
.join-tem-section .component-page-banner-sec.header-2 {
    height: 478px;
    padding-left: 30px;
    padding-right: 30px;
}
.join-tem-section .component-page-banner-sec.header-2 h1 {
    font-weight: 400;
}
.cta-wrapper-background-color-margin {
    background: url(/wp-content/uploads/2025/09/CTA-Background.png);
}
.form-section.cta-form span.wpcf7-spinner {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.form-section.cta-form {
    border-radius: 8px;
    border: 1px solid #F2F4F8;
    background: #FFF;
    padding: 30px;
    position: relative;
}
.form-section.cta-form .form-control {
    height: 54px;
    border-radius: 6px;
    border: 1px solid #DBDFE3;
    background: #FFF;
    color: var(--brown);
    font-family: 'Bebas Neue';
}
.form-section.cta-form .form-btn {
    border-radius: 6px;
    background: #050000;
    width: 100%;
    border-color: #050000;
    font-weight: 400;
    font-family: 'Bebas Neue';
}
.form-control:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #38414d00 inset !important;
    transition: background-color 5000s 
ease-in-out 0s;
}
.form-section.cta-form textarea.form-control {
    height: 130px;
    resize: none;
}
.form-section.cta-form .form-control::placeholder {
    color: var(--brown);
}
.form-section.cta-form select option {
    color: #000;
}
.form-section.cta-form select {
    background-image: url('/wp-content/uploads/2025/10/Vector-82.png') !IMPORTANT;
    background-repeat: no-repeat !important;
    background-size: 10px !IMPORTANT;
    background-position: 98% center !IMPORTANT;
}
.form-control.wpcf7-not-valid {
    border: 1px solid #dc3232!important
}
.form-section.cta-form .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    right: 5px;
    display: none;
    position: absolute;
    bottom: 1px;
}
.form-section.cta-form .wpcf7-response-output {
    color: var(--brown) !important;
    font-size: 11px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 90%;
    left: 0;
    margin: 0 auto !important;
    right: 0;
}
.copyright-text p {
    color: rgba(38, 32, 26, 0.80);
    font-size: 13px;
    margin: 0;
}
.footer-cntr {
    padding: 16px 0;
}

.grecaptcha-badge {
    visibility: hidden;
}
.recaptcha-disclosure {
    color: rgba(38, 32, 26, 0.80);
    font-size: 13px;
}
.recaptcha-disclosure a {
    color: rgba(38, 32, 26, 0.80);
}
.recaptcha-disclosure a:hover {
    text-decoration: none;
}