.distancing {
margin-top: 100px;
}
.cleaning-first{
background-image: url(//newcleaner.uz/wp-content/themes/clentac/assets/img/bg/first-bg.webp);
background-size: cover;
padding-bottom: 360px;
}
.cleaning-btn {
padding: 10px 20px;
border-radius: 8px;
font-size: 15px;
font-weight: 600;
line-height: 1.6;
text-transform: uppercase;
&.with-bg {
background-color: #007CFB;
color: white;
border: none;
}
&.with-white {
background-color: white;
color: #007CFB;
border: none;
}
&.with-border {
border: 1px solid #007CFB;
color: #007CFB;
background: white;
}
&.with-hero {
border: 1px solid #007CFB;
color: black;
background: none;
}
transition: all 0.2s ease;
&:hover {
background-color: #82CC09;
border-color: #82CC09;
color: black;
}
}
.cleaning-h1 {
font-size: 60px;
font-weight: 900;
color: #001857;
line-height: 1.15;
}
.title-h2 {
font-size: 44px;
font-weight: 800;
color: #001857;
line-height: 1.15;
text-wrap: balance; margin: 0;
margin-bottom: 30px;
}
.title-20 {
font-size: 20px;
font-weight: bold;
line-height: 1.4;
color: #001857;
transition: all 0.2s ease;
margin: 0;
}
.text-16 {
font-size: 16px;
line-height: 1.4;
color: black;
transition: all 0.2s ease;
margin: 0;
}
.text-20 {
font-size: 20px;
line-height: 1.4;
color: #001857;
margin: 0;
}
.cleanin-hero-title {
font-size: 20px;
font-weight: bold;
line-height: 1.1;
color: #007CFB;
span {
font-size: 40px;
}
}
.cleaning-second {
margin-top: -260px;
}
.cleaning-card {
display: flex;
flex-direction: column;
border-radius: 10px;
padding: 30px;
box-shadow: 0 4px 27px 0 rgba(18, 57, 172, 0.08);
background: #fff;
position: relative;
a {
position: absolute;
inset: 0;
z-index: 5;
}
.title-20 {
margin-bottom: 8px;
}
.cleaning-btn {
width: fit-content;
margin-top: 30px;
position: relative;
z-index: 10;
}
&:last-child {
background-color: #1239ac;
.title-20,
.text-16 {
color: white;
}
}
transition: all 0.2s ease;
&:hover {
background: rgba(0, 124, 251, 0.04);
box-shadow: unset;
.title-20 {
color: #007CFB;
}
.text-16 {
color: black;
}
}
}
.results-slider {
height: 350px;
padding-bottom: 30px !important;
.swiper-pagination {
width: fit-content !important;
}
.swiper-pagination-bullet-active {
width: 30px;
border-radius: 50px;
background-color: #1239AC;
}
}
.result-slide { border-radius: 10px;
overflow: hidden;
position: relative;
img {
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
}
}
.result-label {
position: absolute;
bottom: 16px;
left: 16px;
z-index: 5;
padding: 10px;
background: rgba(255, 255, 255, 0.8);
border-radius: 4px;
font-size: 16px;
color: #1239AC;
line-height: 1.4;
margin: 0;
}
.cleaning-fourth {
background-image: url(//newcleaner.uz/wp-content/themes/clentac/assets/img/bg/blue-bg.webp);
background-size: cover;
padding-block: 100px;
}
.fiveth-card {
counter-increment: card-counter;
&::before {
content: counter(card-counter, decimal-leading-zero);
font-size: 44px;
font-weight: bold;
color: #80bdfd;
}
}
.cleaning-f-wrapper {
background-image: url(//newcleaner.uz/wp-content/themes/clentac/assets/img/bg/light-bg.webp);
background-size: cover;
padding: 60px;
border-radius: 10px;
margin-bottom: 100px;
}
.cleaning-f-inner {
grid-column: 2;
}
.cleaning-form {
display: flex;
flex-direction: column;
gap: 20px;
padding: 30px;
background-color: #e8f6fe;
border-radius: 20px;
margin: 0;
.btn-close {
position: absolute;
top: -10px;
right: -10px;
background-color: white;
border-radius: 50%;
padding: 10px;
opacity: 1;
}
}
.cleaning-input {
width: 100%;
padding: 12px 20px;
border: 0;
border-radius: 10px;
font-size: 16px;
border: 1px solid white;
&:focus {
border-color: #007cfb;
}
}
.cleaning-dropdown {
display: flex;
align-items: center;
position: relative;
overflow: hidden;
&.active {
overflow: visible;
}
}
.cleaning-dropdown-select {
display: grid;
grid-template-rows: 0fr;
overflow: hidden;
transition: grid-template-rows 0.2s ease;
position: absolute;
bottom: 100%;
left: 0;
z-index: 100;
width: 100%;
background-color: white;
border: 1px solid #007cfb;
border-radius: 10px;
max-height: 250px;
overflow-y: scroll;
}
.cleaning-dropdown.active .cleaning-dropdown-select {
grid-template-rows: 1fr;
padding: 6px;
}
.cleaning-dropdown-select-inner {
min-height: 0;
display: flex;
flex-direction: column;
margin: 0;
padding: 0;
}
.cleaning-dropdown-option {	
padding: 8px 16px 10px;
color: black;
cursor: pointer;
list-style: none;
margin: 0 !important;
line-height: 1.3 !important;
&:not(:last-child) {
border-bottom: 1px solid #a8d3ff;
}
}
.login-window-check-wrapper {
display: flex;
align-items: start;
gap: 8px;
cursor: pointer;
}
.login-window-checkbox {
appearance: none;
width: 24px;
height: 24px;
flex-shrink: 0;
position: relative;
overflow: hidden;
cursor: pointer;
color: white;
border: 2px solid #007cfb;
border-radius: 4px;
background: transparent;
transition: background-color 0.2s;
&:checked {
background: #007cfb;
}
&::after {
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.7625 6.61375L10.4416 11.6145C9.62217 10.7682 8.02432 8.69116 5.97178 10.3066C4.40775 11.5375 5.07899 13.4613 5.59929 13.9994L8.4302 16.9229C8.70336 17.2819 9.48807 18 10.4416 18C11.3952 18 12.0309 17.5384 12.2296 17.3076L18.6364 9.84498C19.0834 9.43467 19.3841 7.28903 17.8779 6.44448C16.5518 5.65383 15.3088 6.04957 14.7625 6.61375Z' fill='%23E4F1D6'/%3E%3C/svg%3E");
position: absolute;
top: -1.5px;
left: -1px;
width: 24px;
height: 24px;
transition: transform 0.2s;
transform: scale(0);
}
&:checked::after {
transform: none;
}
}
.login-window-checkbox-text {
font-size: 14px;
line-height: 1.5;
user-select: none;
a {
font-weight: bold;
color: #007CFB;
transition: all 0.2s ease;
&:hover {
opacity: 0.8;
}
}
} .container {
.container {
padding-inline: 0 !important;
}
}
.modal {
backdrop-filter: blur(5px);
}
.modal-dialog {
display: grid !important;
place-items: center !important;
height: 94dvh !important;
}
.modal-content {
background-color: unset;
border: 0;
.cleaning-dropdown-select {
bottom: unset;
top: 100%;
}
}
.elementor-element-8c7738f {
display: none !important;
}
@media (max-width: 767px) {
.cleaning-h1 {
font-size: 36px;
font-weight: 900;
color: #001857;
line-height: 1.15;
}
.title-h2 {
font-size: 28px;
font-weight: 800;
color: #001857;
line-height: 1.15;
text-wrap: balance;
}
.text-20 {
font-size: 18px;
}
.cleanin-hero-title {
font-size: 18px;
span {
font-size: 24px;
}
}
.cleaning-card {
.cleaning-btn {
width: 100%;
}
}
.cleaning-btn {
width: 100%;
}
.cleaning-f-wrapper {
padding: 60px 10px;
}
.distancing {
margin-top: 70px;
}
.cleaning-fourth {
padding-block: 70px;
}
.cleaning-f-wrapper {
margin-bottom: 70px;
}
.cleaning-form {
padding: 15px;
}
}