.footer{
    /* margin-top: 100px; */
    background-color: #fff;
    padding: 50px 0;
    border-top: 2px solid #00000030;
}
.footer .row{
    margin: 0 auto;
}
.footer .col-lg-6 .footer-left{
    color: #000;
}
.footer .col-lg-6 .footer-left h6{
    font-size: 20px;
    /* font-family: "Roboto Slab", serif; */
    color: #E6212A;
}
.footer .col-lg-6 .footer-left ul{
   padding-left: 0;
}
.footer .col-lg-6 .footer-left ul li{
    font-size: 16px;
}
.footer .col-lg-6 .footer-left ul li a{
    color: #333;
    font-size: 16px; 
}
.footer .col-lg-6 .footer-left:nth-child(1) ul li {
    margin-bottom: 10px;
}
.footer .col-lg-6 .footer-left:nth-child(1) ul li a{
    border-bottom: 1px solid #ccc;
    transition: 0.4s;
}
.footer .col-lg-6 .footer-left:nth-child(1) ul li:hover a{
    color: #cc1f27;
}
.footer .col-lg-6 .footer-left:nth-child(2) ul li {
    color: #333;
    margin-bottom: 10px;
}

.footer .col-lg-6 .footer-left .foUl{
    display: flex;
}







.footer .col-lg-6 .footer-Right-Head{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .col-lg-6 .footer-Right-Head img{
    width: 30%;
}
.footer .col-lg-6 .footer-Right-Head  ul{
    padding: 0;
    display: flex;
    justify-content: right;
}
.footer .col-lg-6 .footer-Right-Head  ul li{
    margin-left: 20px;
}
.footer .col-lg-6 .footer-Right-Head  ul li a span{
    color: #E6212A;
    font-size: 20px;
    border: 1px solid #ccc;
    padding: 10px;
    transition: 0.4s;
}
.footer .col-lg-6 .footer-Right-Head  ul li:hover a span{
    color: #ffffff;
    background-color: #ff0000;
    border: 1px solid #fff;

}
.footer .col-lg-6 .footer-Right-h4{
    color: rgb(0, 0, 0);
    /* font-family: "Roboto Slab", serif; */
    margin: 30px 0 20px 0;
    font-size: 20px;
}
.footer .col-lg-6 .footer-Right-Form{
   width: 100%;
   display: flex;
   justify-content: space-between;
}
.footer .col-lg-6 .footer-Right-Form input{
    width: 55%;
    padding: 20px 30px;
    border: 1px solid #ccc;
    outline: none;
    color: #444; 
}
.footer .col-lg-6 .footer-Right-Form button{
    width: 40%;
    font-weight: bold; 
    color: white;
    position: relative;
    background-color: #E6212A;
    border: 1px solid #ccc;
}
.footer .col-lg-6 .footer-Right-Form button::before{
    position: absolute;
    content: '';
    width: 90%;
    height: 80%; 
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 2;
    background-color: #cc1f27;
    transition: 0.4s;
     
}
.footer .col-lg-6 .footer-Right-Form button:hover::before{
    transform: translate(-50%, -50%) scale(1);
}
.footer .col-lg-6 .footer-Right-Form button span{
    position: relative;
    z-index: 3;
}
.footer .col-lg-6 .footer-Right-span{
    color: #555;
    margin-top: 10px;
    display: block;
}
@media screen and (max-width:768px) {
    .footer .col-lg-6 .footer-Right-Form input{
        padding: 15px 20px;
        width: 65%;
    }
    .footer .col-lg-6 .footer-Right-Form button{
        width: 34%;
    }
}

@media screen and (max-width:576px) {
    .footer .col-lg-6 .footer-Right-Head{
        margin-top: 10px;
    }
    .footer .col-lg-6 .footer-Right-Form{
        display: block;
    }
    .footer .col-lg-6 .footer-Right-Form input{
        display: block;
        width: 100%;
        padding: 10px;
    }
    .footer .col-lg-6 .footer-Right-Form button{
        margin-top: 10px;
        padding: 10px 0;
    }
}

 



.iPhoneZz{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    backdrop-filter: blur(10px);
    z-index: 998;
    top: 0;
    left: -100%;
    transition: 0.4s;
}
.iPhoneZz.active{
    left: 0;
}
.iPhone{
    width: 400px;
    height: 100%;
    background-color: white;
    position: fixed;
    left: -150%;
    top: 0;
    z-index: 999;
    padding: 20px;
    transition: 0.6s;
}
.iPhone.active{
    left: 0;
}
@media screen and (max-width:576px) {
    .iPhone{
        width: 90%;
    }
}
.iPhone a{
    color: black;
}
.iPhone .iPhone-Header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.iPhone .iPhone-Header img{
    width: 40%;
}
.iPhone .iPhone-Header span{
    font-size: 33px;
    border: 1px solid #ccc;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
}
 .iPhone-Content{
    margin-top: 40px;
 }
.iPhone .iPhone-Content h2:not(:nth-child(2)) {
    font-size: 16px;
    padding: 16px 20px;
}

  
.iPhone .iPhone-Content h2 button {
    font-size: 16px;
    padding:0;
}

.iPhone .iPhone-Content .accordion-button:not(.collapsed) { 
    background-color: transparent;
    box-shadow: none;
}
.iPhone .iPhone-Content ul{
    padding: 0;
    margin: 0;
}
.iPhone .iPhone-Content #collapseTwo .accordion-body {
    padding-top: 0;
}
.iPhone .iPhone-Content #collapseTwo .accordion-body a{
    color: #333;
    font-size: 14px;
    padding: 10px 16px;
    display: block;
    border-top: 1px solid #dee2e6;
}
.iPhone  .accordion-item #collapseTwo .accordion-item,
.iPhone  .accordion-item #collapseThere .accordion-item{
    border: none;
    border-top: 1px solid #dee2e6;
    border-radius: 0;
}



.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    background: #E6212A;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 99;
}
.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background: #ff0000;
}
