.hero {
    background: url("/assets/img/hero.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
   height:auto;
}

@media only screen and (max-width: 767px) {
    .hero {
        background: url("/assets/img/mobile-hero.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height:auto;
    }
   
}

body {
    background-color: #0caeb1;
    font-family: "Noto Sans Bengali", "Hind Siliguri", system-ui, -apple-system, "Segoe UI", sans-serif;
}

.one {
    background-color: #0caeb1;
}

.two {
    background-color: #617dc5;
}

.color {
    color: yellow;
}

.one p {
    font-size: 10px;
}

.two p {
    font-size: 10px;
}

footer p {
    font-size: 10px;
}

 .form_cont {
    background-color: #617dc5;
    padding: 20px 30px 20px 30px;
    border-radius: 25px;
    margin: 10px;
    

 }
 .f3 input  {
    border: none !important;
    border-bottom: 2px solid #0f6a6b !important;
    outline: none !important;
    background-color: #0caeb1 !important;
    color:white !important;
    border-radius: 10px !important;
}
 
.f3 input:focus  {
    box-shadow: none !important;
    outline: none !important;
}

input[type="date"] {
    background-color: #f6f8f8;
    border: 2px solid #d6656549;
    border-radius: 5px;
    padding: 5px;
    font-size: 1em;
    color: #333;
}

.f3 input::placeholder {
    color: white !important;;
    opacity: 1 !important;;
}

.form-check-input {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.form-check-input:checked {
    background-color: #d72323;
    border-color: #d72323;
}

.form-check-label {
    font-size: 1.2em;
    margin-left: 10px;
    vertical-align: middle;
    cursor: pointer;
    margin-top: .25em;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .form-check-label {
        font-size: 0.9em;
        padding-top: 5px; /* Уменьшение размера шрифта для мобильных устройств */
    }
}

@keyframes fadeIn {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.form2 {
    display: none;
    animation: fadeIn 2s forwards;
}

.collor_form{
    background-color: #0caeb1;
    border-radius: 10px;
    padding-bottom: 3px;
    padding-left: 5px;
    margin-top: 5px;
}

.install-steps {
    background-color: rgba(15, 106, 107, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.install-steps-list li {
    font-size: 0.95rem;
    line-height: 1.5;
}

.accordion-faq .accordion-item {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    margin-bottom: 0.5rem;
    overflow: hidden;
}

.accordion-faq .accordion-button {
    background-color: #0f6a6b;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    box-shadow: none;
}

.accordion-faq .accordion-button:not(.collapsed) {
    background-color: #0caeb1;
    color: #fff;
}

.accordion-faq .accordion-button::after {
    filter: brightness(0) invert(1);
}

.accordion-faq .accordion-body {
    background-color: rgba(12, 174, 177, 0.35);
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.55;
}