.of-fullscreen {
display: flex;
flex-direction: column;
height: 100vh;
font-family: Arial, sans-serif;
color: #333;
} .of-progress-bar-wrapper {
padding: 10px 20px;
} .of-progress-bar {
width: 100%;
height: 4px;
background: #ffffff;
position: relative;
}
.of-progress {
width: 0;
height: 100%;
background: #f5ce45;
transition: width 0.3s ease;
} .of-step-markers {
display: flex;
justify-content: space-between;
margin-top: -15px;
position: relative;
z-index: 1;
}
.of-step-marker {
flex: 1;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.of-step-marker .marker {
width: 24px;
height: 24px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background: #fff;
font-family: 'KrossOilRegular', Arial, sans-serif;
font-size: 0.9rem;
transition: background 0.3s, border-color 0.3s, color 0.3s;
}
.of-step-marker.passed .marker,
.of-step-marker.active .marker {
background: #f5ce45;
border-color: #f5ce45;
color: #000;
}
.of-step-marker .label {
margin-top: 4px;
font-size: 0.75rem;
color: #9f9f9f;
font-family: 'Exo2Regular', Arial, sans-serif;
text-transform: capitalize;
text-align: center;
white-space: nowrap;
}
@media only screen and (max-width: 600px) {
.of-step-marker .label {display:none;}
.icon-subtitle {padding: 10px;}
.category-subtitle {font-size:0.7em;}
.imagine-svg {height:61px;}
} .of-steps-container {
flex: 1;
display: flex;
justify-content: center;
align-items: flex-start;
position: relative;
overflow: hidden;
} .of-step {
width: 100%;
padding: 20px;
box-sizing: border-box;
display: none;
}
.of-step.active {
display: block;
} .of-search {
width: 100%;
padding: 8px 12px;
margin-bottom: 12px;
font-size: 1rem;
border: 1px solid #ccc;
border-radius: 4px;
} .of-options {
list-style: none;
padding: 0;
margin: 0;
max-height: 55vh;
overflow-y: auto;
border: 1px solid #2f2f2f;
}
li.of-option {
margin: 0 !important;
}
.of-options.disabled .of-option {
color: #aaa;
cursor: default;
}
.of-option {
padding: 10px 12px;
border-bottom: 1px solid #2f2f2f;
cursor: pointer;
color: #fff;
}
.of-option:hover {
background: #f5ce45;
color: #000;
} .of-equipment-full {
padding: 20px;
} .of-app-subtitle {
display: flex;
gap:20px;
align-items: flex-start;
margin-top: 24px;
font-size: 1.3rem;
background-color: #f5ce45;
font-family: 'KrossOilRegular';
color: #000;
}
.category-subtitle{
padding-top: 10px;
line-height: 1.1em;
}
.icon-subtitle{
padding: 15px;
background-color: #f1bc00;
}
.imagine-svg{
height:35px;
}
.of-app-small-subtitle {
font-family: 'Exo2Regular';
font-size: 0.8rem;
margin-top:-10px
} .of-slider-container {
position: relative;
margin-bottom: 24px;
} .of-slider {
display: flex;
flex-wrap: nowrap;
overflow-x: auto;
overflow-y: hidden;
scroll-behavior: smooth;
margin-top: 20px;
align-items: stretch; scrollbar-width: none; -ms-overflow-style: none;
} .of-slider::-webkit-scrollbar {
width: 0;
height: 0;
} .of-slide {
flex: 0 0 300px;
display: flex;
flex-direction: column;
margin-right: 16px;
} .oil-item {
flex: 1;
position: relative;
text-align: center;
background: #fafafa;
border: 1px solid #eee;
border-radius: 4px;
padding: 12px;
display: flex;
flex-direction: column;
cursor: pointer;
}
.oil-item img {
max-width: 100%;
height: auto;
display: block;
margin: 0 auto 8px;
}
.oil-category {
font-size: 0.85rem;
color: #666;
margin-bottom: 4px;
}
.oil-name {
font-size: 1.2rem;
font-family: 'KrossOilRegular';
}
.oil-climate {
font-size: 0.9rem;
color: #000;
margin-top: 6px;
margin-bottom: auto;
} .oil-item .best-match {
position: absolute;
top: 8px;
left: 8px;
background: #f5ce45;
font-size: 0.7rem;
font-weight: bold;
padding: 2px 4px 1px 4px;
border-radius: 3px;
display: flex;
align-items: center;
z-index: 20;
color: #000;
font-family: 'Exo2Regular';
}
.oil-item .best-match svg {
width: 10px;
height: 10px;
margin-right: 3px;
fill: #000;
} .oil-item .temp-bubble {
position: absolute;
top: 8px;
left: 60px;
background: rgba(100,100,100,0.9);
color: #fff;
font-size: 0.7rem;
font-weight: bold;
padding: 2px 4px 1px 4px;
border-radius: 3px;
display: flex;
align-items: center;
z-index: 20;
}
.oil-item .temp-bubble svg {
width: 10px;
height: 10px;
margin-right: 3px;
fill: #fff;
} .slider-prev,
.slider-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: #f0ce56;
color: #000;
border: none;
width: 32px;
height: 32px;
font-size: 18px;
cursor: pointer;
z-index: 30;
pointer-events: auto; }
.slider-prev {
left: -16px;
}
.slider-next {
right: -16px;
}
.slider-prev.disabled,
.slider-next.disabled {
opacity: 0;
cursor: default;
} .absolute-footer.dark {
display: none;
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}