.py-50 {
    padding: 50px 0px;
}
.why-length h3 {
    font-size: 38px;
    margin-bottom: 30px;
}
.why-length img{
    width: 550px !important;
}
.text-area-box {
    background: white;
    padding: 30px;
    /* padding-top: 45px; */
    border-radius: 50px;
    /* position: relative; */
    margin: 0px 0px 50px 0px;
    box-shadow: 0px 30px 20px 0px rgb(1 11 60 / 10%);
    outline: 3px dashed #ddd;
    outline-offset: -15px;
}

.btn-unit.active {
    background-color: #ff4c29 !important;
    border-color: #ff4c29;
    border-radius: 4px !important;
    font-size: 16px !important;
    color: #fff;
}

.btn-unit {
    background-color: rgb(121 120 120);
    border-color: rgb(121 120 120);
    border-radius: 4px !important;
    font-size: 16px !important;
    margin: 0px 5px !important;
}

.btn-primary {
    background-color: #ff4c29 !important;
    border-color: #ff4c29;
    border-radius: 4px !important;
    font-size: 16px !important;
    color: #fff;
}

.convert-title {
    margin: 0px 0px 30px 15px;
    border-left: 3px solid #ff4c29;
    padding: 0px 10px;
}

.icon-img {
    width: 23px;
    margin-right: 5px;
}

.highlight {
    color: #ff4c29;
}

.why-choose ul li {
    list-style: none;
    margin-bottom: 20px;
    line-height: 1.6;
    display: flex;
    align-items: start;
}

.why-choose ul li span {
    font-size: 18px;
}

.icon-span img {
    width: 50px;
    margin-right: 12px;
}

.how-card {
    border-radius: 50px;
    padding: 40px;
    width: 30%;
    box-shadow: 0px 30px 20px 0px rgb(1 11 60 / 10%);
    outline: 3px dashed #ddd;
    outline-offset: -15px;
}

.how-card img {
    width: 80px;
}

.how-card h4 {
    font-size: 20px;
    margin: 10px 0px;
}

.how-card p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 1.4;
    font-size: 16px;
}

.why-choose h2,
.how h3 {
    font-size: 38px;
}

.featuredcard h5 {
    color: #333;
}

.featuredcard {
    width: 100%;
    height: 285px;
    padding: 40px 30px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 4px;
    transition: all 0.4s;
    border-radius: 6px !important;
}

.fcardicon {
    width: 64px;
    height: 64px;
    transition: all 0.4s;
}

.featuredcard p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #979797 !important;
}

.why-choose {
    padding: 50px 0px 70px 0px;
}

.pb-30 {
    padding-bottom: 30px;
    ;
}

.page_faq_a2z .accordion-item {
    box-shadow: none !important;
}

.page_faq_a2z .accordion-body p {
    padding: 10px;
}

.faq {
    padding: 60px 20px;
}

/* mobile */
@media screen and (max-width: 767px) {
    .why-length img {
        width: 100% !important;
    }

    .feature-card p {
        padding: 0px 40px;
    }

    .faq h2 {
        font-size: 38px;
    }

    .why-length p {
        text-align: center;
    }

    .why-length h3 {
        font-size: 34px;
        text-align: center;
    }

    .importance-title {
        font-size: 42px;
        line-height: 1.3;
    }

    .featuredcard {
        padding: 40px 20px !important;
        height: 280px !important;
    }

    .card-row {
        padding: 0px 15px;
    }

    .why-length h3 {
        margin-bottom: 20px;
    }

    .btn-unit {
        margin: 10px 5px 0px 5px !important;
    }

    .convert-title {
        font-size: 14px;
    }

    .input-field-madhu {
        margin-bottom: 15px;
    }

    .why-choose h2 {
        font-size: 34px;
        line-height: 1.3;
    }

    .how h3 {
        font-size: 31px;
        line-height: 1.3;
    }

    .why-choose ul {
        padding: 0px 5px !important;
    }

    .how-card {
        width: 95%;
        margin-right: 0px !important;
        margin-bottom: 20px;
    }

    .importance-title {
        text-align: center !important;
    }

    .why-choose p {
        text-align: center;
    }
}

/* tablet */
@media (max-width: 991px) {
    .btn-unit {
        margin: 5px 5px !important;
    }

    .input-field-madhu {
        margin-bottom: 15px;
    }

    .why-choose ul li {
        align-items: start;
    }

    .why-choose ul li span {
        margin-top: 10px;
    }

    .how h3 {
        font-size: 32px;
    }

    .why-choose h2 {
        font-size: 32px;
    }

    .how-card {
        width: 95%;
    }

    .importance-title {
        margin-top: 40px;
    }

    .how-card:last-child {
        margin-top: 20px;
    }

    .importance-title {
        text-align: center !important;
    }

    .unit-button {
        /* width: 128px !important; */
    }

    .why-choose p {
        text-align: center;
    }
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .dropdown-menu {
        left: -250px !important;
        top: 30px;
    }
}

/* length conversion */
.converter {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: auto;
}

.converter input[type="number"],
.converter input[type="text"] {
    padding: 10px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #bebebe;
    border-radius: 4px;
}

.unit-options {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.unit-options button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    background-color: #f0f0f0;
    border-radius: 4px;
    position: relative;
    border: 1px solid #bebebe;
}

.unit-options button.selected {
    background-color: #ff4c29;
    color: #fff;
}

.unit-options button:hover {
    background-color: #ccc;
}

.result-input {
    margin-top: 10px;
    padding: 10px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    /* background-color: #f0f0f0; */
    border: none;
    border-radius: 4px;
    text-align: start;
    margin-top: 40px;
    border: 1px solid #bebebe;
    border-radius: 4px;
}

.why-length {
    padding: 70px 0px;
}
.accordion-button {
    box-shadow: rgb(188 188 188 / 20%) 0px 2px 8px 0px;
    border: 1px solid #e8e8e8;
}
.accordion-body{
    box-shadow: rgb(188 188 188 / 20%) 0px 2px 8px 0px;
    border: 1px solid #e8e8e8;
    margin-top: 10px;
}