﻿
.a2zz-ftrr {
    background: linear-gradient(45deg, #f2f2f2, #c9c9c9);
    min-height: 300px;
    padding-top: 3rem;
    /* margin-top: 4rem;*/
}

.footer_logo {
    height: 300px;
    display: flex;
    align-items: start;
    justify-content: flex-start;
}

    .footer_logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.footer_logo2 {
    width: 100%;
    height: 50px;
    margin-bottom: .5rem;
}

    .footer_logo2 img {
        height: 100%;
        object-fit: contain;
    }

.custom-color {
    color: #403f3f;
}

.ftr_section_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.icon_ul {
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
}

    .icon_ul li a {
        border: 1px solid #565555;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: .6rem;
        transition: all .3s ease;
    }

    .icon_ul li i {
        color: #565555;
    }

    .icon_ul li a:hover {
        border: 1px solid #000;
        transform: translateY(-8px);
    }

    .icon_ul li:hover i {
        color: #000;
    }

.ftr_section_list li {
    color: #434242;
}

.email_span a {
    text-decoration: none;
    color: #000;
    /*    float: left;*/
    color: #ef6d29 !important;
}

.icon_ul a {
    text-decoration: none;
    color: #000;
}

.ftr_section_list a {
    text-decoration: none;
    color: #000;
    font-size: .8rem;
}

.icon_ul a i {
    font-size: 1.5rem;
}

.leftee_and_rightee {
    text-align: right;
}

.ftr_s_row {
    min-height: 50px;
    margin-top: 1rem;
    border-top: 1px solid antiquewhite;
    padding-top: 15px;
    padding-bottom: 1rem;
}

    .ftr_s_row span {
        color: #000;
        font-weight: 600;
    }

    .ftr_s_row p {
        margin-bottom: 0;
        font-size: .8rem;
    }

.ft_h6 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #e64b3b;
}

.ftr_section_list li {
    display: flex;
    align-items: center;
    justify-content: start;
}

    .ftr_section_list li .arw_icn i {
        font-size: .7rem;
        color: #434242;
    }

/* Accordion container */
.accordion_ftrr {
    max-width: 600px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

/* Accordion item */
.accordion-item_ftrr {
    margin-bottom: 10px;
}

/* Accordion header */
.accordion-header_ftrr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: .3rem;
    transition: background 0.3s ease;
}

    .accordion-header_ftrr h2 {
        margin: 0;
        font-size: .8rem;
        font-weight: 400;
    }

/* Accordion body */
.accordion-body_ftrr {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    padding-left: 10px;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

    .accordion-body_ftrr.active_ftrr {
        max-height: 200px;
        margin-bottom: 6px;
        /*box-shadow: 0 0 5px #a4a4a4a6;*/
    }

    .accordion-body_ftrr ul li a {
        margin: 0;
        font-size: .7rem;
        color: #333;
        display: block;
        text-decoration: none;
    }

        .accordion-body_ftrr ul li a:hover {
            color: #e64b3b !important;
        }
        .accordion-body_ftrr ul li:hover {
            color: #e64b3b !important;
        }



ul {
    margin-top: 0;
    margin-bottom: 0;
}
/* Responsive adjustments */
@media (max-width: 768px) {
    .accordion_ftrr {
        max-width: 90%;
    }

    .accordion-header_ftrr h2 {
        font-size: 16px;
    }

    .accordion-body_ftrr p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .accordion-header_ftrr {
        padding: 10px;
    }

        .accordion-header_ftrr h2 {
            font-size: 14px;
        }

    .accordion-body_ftrr.active_ftrr {
        padding: 10px;
    }

    .accordion-body_ftrr p {
        font-size: 12px;
    }
}
