    a { color: #ffffff; text-decoration: none; }

  .footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1,1fr);
    align-items: flex-start;
    background: #000;
    }

    .left {
        padding: 180px 0 50px 280px;
        /* width: 100%; */
        color: white;

    }

    /* policy section fixed */
    .policye {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 10px;
        width: 580px;
        margin-top: 120px;
    }

    /* each item */
    .plcy {
        display: flex;
        align-items: center;
        font-size: 12px;
    }

    /* vertical line */
    .policye hr {
        width: 3px;
        height: 20px;
        background: rgb(255, 255, 255);
        border: none;
        margin-left: 8px;
    }

    #right_hr{
        width: 3px;
        height: 300px;
        background: rgb(122, 122, 122);
        border: none;
        margin-top: 3rem;
        
    }


    .right{
        display: flex;
        padding: 180px 280px 50px 0;
        gap: 6rem;
        /* width: 100%; */
        justify-content: space-between;
        background-image: url('../images/icons.webp');
        background-repeat: no-repeat;
        background-position: 212px;
        background-size: 66%;
        background-position-y: 0.5rem;
        color: white;
    }
    .right >div:first-child{
        width: 350px;
    }

    .email_heading, .callus_heading{
        color: #58CB7F;
        text-decoration: underline;
    }


    .nav_footer{
        display: grid;
        row-gap: 1.2rem;
    }

    .product-container {
    position: relative;
}
.our_pro_card_ftr {
    display: grid;
    grid-template-columns: auto;
    row-gap: 1.2rem;
    background-color: #505050;
    width: auto;
    border-radius: 0.8rem;
    position: absolute;
    top: 80%;
    left: 0;
    color: black !important;
    opacity: 0;
    transform: translateY(30px);
    padding: 20px;
    pointer-events: none;
    transition: opacity 0.6s ease, transform 0.6s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    z-index: 4;
}

.product-container:hover .our_pro_card_ftr {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.product-container:hover #down_arrow {
    transform: rotate(180deg);
}

#cpr2{
    display: none;
}

    .footer .logo img {
        height: 80px;
    }


    .ftr-nav{
    }
    .ftr_text{
        font-size: 150px;
    }

    .footer p {
        max-width: 380px;
        line-height: 1.5;
        margin-top: 20px;
    }

    .social-icons i {
        width: 58px;
        text-align: left;
        cursor: pointer;
        color: #58CB7F;
    }

    .payments img {
        width: 230px;
        margin-right: 10px;
    }

    .col-title {
        font-size: 20px;
        margin-bottom: 20px;
        color: #58CB7F;
        /* font-weight: bold; */
        text-decoration: underline;
    }

    .footer-col{
         font-size: 20px;
        margin-top: 20px;
        color: #58CB7F;
        /* font-weight: bold; */
        text-decoration: underline;
    }




    .faq-question {
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    height: 2.5vh;

    }


    .faq-item {
    position: relative;
    margin-bottom: 10px;
    margin-top: 1rem;
    
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    color: #cfcfcf;
    width: 280px;
    font-size: 13px;
    white-space: normal;    
    word-break: break-word;
    overflow-wrap: break-word;
}

.faq-item.active .faq-answer {
    max-height: 500px; /* adjust as needed for longest answer */
}



    .newsletter input {
        padding: 10px;
        width: 200px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        border: none;
        outline: none;
    }
    .newsletter button {
        padding: 10px 16px;
        border: none;
        background: #58CB7F;
        margin-left: -5px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        cursor: pointer;
        color: white;
    }

    .copyright {
        text-align: center;
        padding: 20px;
        margin-top: 20px;
        border-top: 1px solid #444;
        color: #ccc;
        font-size: 14px;
    }
    .em_data, .call_data{
        display: grid;
        grid-template-columns: auto;
        row-gap: 1rem;
    }

    .em_data > div:first-child, .call_data > div:first-child{
        position: relative;
        display: flex;
        gap: 0.8rem;
        /* font-weight: bold; */
        margin-left: -2rem;
    }
    .em_data > div:first-child i, .call_data >div:first-child i{
        right: -20;
    }


    @media (min-width: 320px) and (max-width: 480px){
    *{
        padding: 0;
        margin: 0;
    }
    .footer{
        /* flex-direction: column; */
        grid-template-columns: repeat(1, 1fr);
        row-gap: 1px;
    }
    .left{
        padding:35px;
        width: 80%;
    }
    .footer .logo img {
        height: 50px;
    }
    #ftr_text{
        width: 100%;
    }

    .social-icons{
        margin-top: 2rem;
    }

    .right{
        padding: 35px;
        width: 80%;
        flex-direction: column;
        background-size: 95%;
        background-position-x: 20px;
        background-position-y: 341px;
    }
    #right_hr{
        display: none;
    }
    .policye{
        margin-top: 2rem;
        width: 60%;
        padding-bottom: 50px;
        display: grid;
        grid-template-columns: 120px 120px;
        row-gap: 2rem;
    }
    .faq-item{
        width: 90%;
        /* height: 5vh; */
    }
    .faq-answer{
        margin-top: 0.8rem;
    }

    .plcy{
        width: 100%;
    }
    .plcy hr{
        display: none;
    }
    .col-title{
        /* background-color: rgb(110, 99, 99); */
        width:80%;
    }
    .right > div:first-child{
        width: 95%;
    }
        .email-box{
        width: 106%;
        margin-top: 0.8rem;
    }
}

@media(max-width: 736px) { 
    #cpr2{
        display: block;
    }
    #cpr1{
        display: none;
    }
}

@media (min-width: 481px) and (max-width: 736px) { 

    .footer{
        /* flex-direction: column; */
        grid-template-columns: repeat(1, 1fr);
        row-gap: 1px;
    }

    .left{
        padding:35px;
        width: 80%;
    }
    .footer .logo img {
        height: 50px;
    }
    #ftr_text{
        width: 100%;
    }

    .social-icons{
        margin-top: 2rem;
    }

    .right{
        padding: 35px;
        width: 80%;
        flex-direction: column;
        background-size: 87%;
        background-position-y: 243px;
        background-position-x: 78px;
    }
    #right_hr{
        display: none;
    }
    .policye{
        margin-top: 2rem;
        width: 60%;
        padding-bottom: 50px;
        display: grid;
        grid-template-columns: 120px 120px 120px;
        row-gap: 2rem;
    }
    .plcy{
        width: 100%;
    }
    .plcy hr{
        display: none;
    }
     .email-box{
        width: 100%;
    }
}

@media (min-width: 737px) and (max-width: 1305px) {
    .footer{
        /* flex-direction: column; */
        grid-template-columns: repeat(1, 1fr);
        row-gap: 1px;
    }
    .left{
        padding: 25px;
        width: 70%;
    }
    .footer .logo img {
        height: 50px;
    }
    #ftr_text{
        width: 100%;
    }

    .social-icons{
        margin-top: 2rem;
    }

    .right{
        padding: 35px;
        width: 90%;
        gap: 2rem;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        background-size: 49%;
        background-position-x: center;
    }
    #right_hr{
        /* display: none; */
    }
    .email-box{
        width: 270px;
    }
    .policye{
        /* margin-top: 2rem;
        width: 60%;
        padding-bottom: 50px;
        display: grid;
        grid-template-columns: 120px 120px 120px;
        row-gap: 2rem; */
    }
    .plcy{
        width: 100%;
    }
    .plcy hr{
        /* display: none; */
    }
}

@media (min-width: 1306px) and (max-width: 1500px) {
    .footer{
        grid-template-columns: repeat(1, 1fr);
        row-gap: 1px;
    }
    .left{
        padding: 50px 0 0 80px;
        width: 93%;
    }
    .footer .logo img {
        height: 50px;
    }
    #ftr_text{
        width: 100%;
    }

    .social-icons{
        margin-top: 2rem;
    }

    .right{
        width: 90%;
        flex-direction: row;
        padding: 50px 0 30px 68px;
        margin-bottom: 30px;
        background-position-x:505px;
        background-size: 636px;
    }
    #right_hr{
    }
    .email-box{
        width: 280px;
    }
    .plcy{
        width: 100%;
    }
}

@media (min-width:1501px) and (max-width:2500px){
    .footer{
        grid-template-columns: repeat(2, 1fr);
        row-gap: 1px;
    }
    .left{
        padding: 25px;
        width: 90%;
        /* margin-left: -5rem; */
    }
    .footer .logo img {
        height: 50px;
    }
    #ftr_text{
        width: 100%;
    }

    .social-icons{
        margin-top: 2rem;
    }

    .right{
        padding: 25px;
        width: 90%;
        flex-direction: row;
        background-position-x: 210px;
        background-size: 597px;
        /* margin-left: -5rem; */
        /* margin-top: 3rem; */
    }
    #right_hr{
        
    }
    .email-box{
        width: 280px;
    }
    .policye{
        /* margin-top: 2rem;
        width: 60%;
        padding-bottom: 50px;
        display: grid;
        grid-template-columns: 120px 120px 120px;
        row-gap: 2rem; */
    }
    .plcy{
        width: 100%;
    }
    .plcy hr{
        /* display: none; */
    }
}

    
