.elementor-section-wrap > .elementor-section:first-child .elementor-widget-heading h2.elementor-heading-title {

    color: white !important;
}


/* ProWidgets Tabs */
@media (max-width: 1025px) {
.pw-tabs__title:after {
  color: #fff;	
}
.pw-tabs__title:after {
  font-family:"Font Awesome 5 Pro";
}
}

/* Bold Nav */
.elementor-nav-menu--main .elementor-item {

	font-weight: bold;
	
}

/* Replace G+ with Google */
.fa-google-plus:before {
	content: "\f1a0"!important;
}
/*===============================================
= Start Information Guide Section CSS
===============================================*/
.information-section{
    background-color: #fff;
}
.information-section .common-title h2:after{
    display: none;
}
.information-section h4 {
    position: relative;
    color: var(--black);
    font-size: 18px;
    margin-top: 10px;
}
.information-section .container{
    max-width: 1312px;
}
.information-section .common-title{
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;

}
.form-field, .information-guide {
    height: 100%;
}
.form-field {
    background-color: var(--white);
    padding: 24px;
    margin-right: 32px;
    background-image: repeating-linear-gradient(-17deg, #8c1b7a, #8c1b7a 9px, transparent 9px, transparent 18px, #8c1b7a 18px), repeating-linear-gradient(73deg, #8c1b7a, #8c1b7a 9px, transparent 9px, transparent 18px, #8c1b7a 18px), repeating-linear-gradient(163deg, #8c1b7a, #8c1b7a 9px, transparent 9px, transparent 18px, #8c1b7a 18px), repeating-linear-gradient(253deg, #8c1b7a, #8c1b7a 9px, transparent 9px, transparent 18px, #8c1b7a 18px);
    background-size: 2px calc(100% + 18.82px),calc(100% + 18.82px) 2px,2px calc(100% + 18.82px),calc(100% + 18.82px) 2px;
    background-position: 0 0,0 0,100% 0,0 100%;
    background-repeat: no-repeat;
    animation: borderAnimation 1s infinite linear;
}

@keyframes borderAnimation {
    from {
        background-position: 0 0,-18.82px 0,100% -18.82px,0 100%
    }

    to {
        background-position: 0 -18.82px,0 0,100% 0,-18.82px 100%
    }
}
label.label1 {
    font-weight: 500 !important;
    font-size: 11px !important;
    color: red !important;
    margin: 0 !important;
    position: absolute;
    bottom: -18px;
    left: 0;
}
.input-field {
    margin-bottom: 24px;
    position: relative;
}
.input-field label {
    color: #232323;
    font-family: 'Source Sans Pro';
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.36px;
    margin-bottom: 6px;
}
.input-field input::placeholder {
    color: #6D6C69;
}
.input-field input,
.input-field select,
.input-field textarea {
    padding: 16px;
    width: 100%;
    background-color: #F5F5F5;
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    font-family: var(--recoleta);
    border-radius: 3px;
    border: 1px solid #f0f0f0;
}
.input-field input:focus,
.input-field select:focus,
.input-field textarea:focus {
    border-color: #8c1b7a
}
.input-field input[type="date"] {
    position: relative;
}
.input-field input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 0;
    width: calc(100% - 20px);
    background-position: right;
}
.input-field canvas {
    background-color: #F5F5F5;
    border-radius: 3px;
    border: 1px solid #f0f0f0;
    display: block;
    max-width: 100%;
    width: 100%;
}
.clear-sign-btn {
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
    margin: 5px 0 0;
    background-color: transparent !important;
    color: #8c1b7a;
    padding: 0;
    float: right;
}
.clear-sign-btn:hover,
.clear-sign-btn:focus {
    color: #232323;
}
.careers-form h4 {
    color: #8c1b7a;
}
.checkbox-group {
    display: grid;
    grid-template-columns: repeat(auto-fill, 80px);
    gap: 4px;
}
.checkbox-group label {
    display: flex;
    gap: 6px;
}
.checkbox-group label input {
    width: 24px;
    height: 24px;
    appearance: none;
    border: 1px solid #ddd;
    padding: 0;
}
.checkbox-group input[type="checkbox"]:checked {
    background-color: #b39800;
    position: relative;  
    border-color: #b39800;
}
.checkbox-group input[type="checkbox"]:checked::after {
    content: '✔';
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 16px;
    transform: translate(-50%, -50%);
}
.submit-field {
    margin-top: 32px;
    position: relative;
}
.submit-field button {
    background: #8c1b7a;
    padding: 14px 24px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 1px;
    border-radius: 80px;
	  border: 2px solid #8c1b7a;
}
.information-guide{
    margin-left: 32px;
}
.information-guide .info-content {
    margin-left: 9%;
}
.information-guide img {
    max-width: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.information-guide h3 {
    color: var(--black);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.44px;
    margin-bottom: 20px;
}
.info-content {
    padding: 24px;
}
ul.golden-check-list{
	padding-left: 0px;
}
ul.golden-check-list li {
    color: #595959;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 12px;
    padding-left: 28px;
    position: relative;
	list-style: none;
}
ul.golden-check-list li:before {
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2025/04/check-list-icon-1.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    left: 0;
    top: 5px;
}

@media only screen and (max-width: 1440px){
    .form-field{
        margin-right: 12px;
    }
    .information-guide{
        margin-left: 12px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px){
    .information-section .container {
        padding: 0px 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1250.98px){
    .information-section .container {
        padding: 0px 30px;
    }
}
@media only screen and (max-width: 991px){
    .form-field,
    .information-guide{
        margin: 0px;
    }
    .input-field input,
    .input-field select,
    .input-field textarea {
        padding: 8px 12px;
    }
    .input-field label{
        font-size: 16px;
    }
    .input-field {
        margin-bottom: 12px;
    }
    label.label1 {
        bottom: -15px;
    }
    .information-guide h3{
        margin-bottom: 16px;
    }

}
@media only screen and (max-width: 767px){
    .form-field {
        margin-bottom: 24px !important;
        height: auto;
    }
    ul.golden-check-list li{
        font-size: 16px;
    }
}
@media only screen and (max-width: 575px){
    .form-field{
        padding: 16px;
    }
    .submit-field button{
        padding: 9px 24px;
    }
    .info-content{
        padding: 20px 0px 0px 0px;
    }
    .careers-form .submit-field {
        margin: 12px 0 0;
    }
}
@media only screen and (min-width: 576px) {
    .careers-form .submit-field button {
        max-width: 200px;
        margin: 0 auto;
        display: block;
    }
}
/*===============================================
= End Information Guide Section CSS
===============================================*/
.banner-header:before {
    position: absolute;
    content: "HOME OF THE 24 HOUR SMILE";
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    color: #fff;
    text-align: center;
    padding: 10px 30px;
    background: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width:767px){
	.elementor-widget-heading h1.elementor-heading-title, h1{
		margin-top: 30px;
	}
}