﻿.alignSubPages {
    background-image: url('../Images/bgSubpages.webp');
    margin-top: 10rem;
    font-size: 33px;
}

.accordion-button {
    font-weight: 700
}

.warning_det {
    padding: 30px;
    border: 1px solid #D2242A;
    border-radius: 10px;
}

.fw-700 {
    font-weight: 700
}

.packing_amentice {
    margin: 0 0 40px;
}

    .packing_amentice div {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 18%;
        text-align: left;
        margin: 20px 13px 0 0;
        display: flex;
        border: 1px solid #bbb;
        align-items: center;
        justify-content: space-between;
        padding: 30px 15px;
    }

.tips_list {
    margin-top: 30px;
}

    .tips_list h3 {
        font-size: 1em !important;
        color: #4b5353;
        margin-top: 20px;
    }

.packing_amentice div h3 {
    font-size: 22px;
    color: #4b5353;
    margin: 0;
    width: 72%;
}

.tips_list span {
    font-size: 25px;
    color: #D2242A;
}

.contact-box {
    background-color: #D2242A;
    color: #fff;
    padding: 2rem;
}

    .contact-box p {
        margin-bottom: 0.5rem;
    }

    .contact-box a {
        color: #fff;
        text-decoration: none;
    }

        .contact-box a:hover {
            text-decoration: underline;
        }

.contact-frm {
    background-color: #f4f4f4;
    padding: 2rem;
    border-radius: 0.5rem;
}

.input-control {
    background: #fff;
    border: none;
    border-radius: 0.375rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    padding: 0.75rem 1rem;
    width: 100%;
    font-size: 0.95rem;
}

.form-row {
    position: relative;
    margin-bottom: 1.5rem;
}

.input-control-placeholder {
    position: absolute;
    top: -0.75rem;
    left: 1rem;
    background: #f4f4f4;
    padding: 0 0.25rem;
    font-size: 0.8rem;
    color: #666;
}

.send-btn {
    background-color: #d71920;
    color: white;
    padding: 0.5rem 2rem;
    border: none;
    border-radius: 0.375rem;
}

    .send-btn:hover {
        background-color: #bb171d;
        color: white;
    }

@media only screen and (max-width: 1660px) {
    .packing_amentice div h3 {
        font-size: 1.34em;
    }

    .tips_list span {
        margin: 0;
    }
}

@media only screen and (max-width: 1480px) {
    .packing_amentice div h3 {
        font-size: 1.25em;
        width: 65%;
    }

    .tips_list span {
        font-size: 36px;
    }
}

@media only screen and (max-width: 1180px) {
    .packing_amentice div {
        flex-basis: 27%;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 992.98px) {
    .alignSubPages {
        margin-top: 9rem !important;
    }

    .tips_list h3 {
        font-size: 26px;
    }
}
