.newsletter-strip{
    background:linear-gradient(135deg,#183f68,#295b91);
    padding:55px 0;
    color:#fff;
}

.newsletter-tag{
    display:inline-block;
    background:#ffffff20;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    margin-bottom:18px;
    font-weight:600;
}

.newsletter-content h2{
    font-size:34px;
    font-weight:700;
    margin-bottom:15px;
}

.newsletter-content p{
    color:#e7edf5;
    margin:0;
    line-height:28px;
}

.newsletter-form{
    display:flex;
    background:#fff;
    border-radius:60px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.newsletter-form input{
    flex:1;
    border:none;
    padding:18px 25px;
    font-size:15px;
}

.newsletter-form input:focus{
    outline:none;
}

.newsletter-form button{
    border:none;
    background:#ff9800;
    color:#fff;
    padding:0 30px;
    font-weight:600;
    transition:.3s;
}

.newsletter-form button:hover{
    background:#ff7b00;
}

.footer-contact-box{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.contact-item{
    display:flex;
    align-items:center;
}

.contact-item i{
    width:48px;
    height:48px;
    border-radius:50%;
    background:#ffffff20;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:15px;
    font-size:18px;
}

.contact-item small{
    display:block;
    color:#d9e4ef;
}

.contact-item strong{
    color:#fff;
    font-size:15px;
}

@media(max-width:991px){
    .newsletter-content{
        text-align:center;
        margin-bottom:30px;
    }

    .footer-contact-box{
        margin-top:30px;
    }
}

@media(max-width:576px){
    .newsletter-form{
        flex-direction:column;
        border-radius:18px;
    }

    .newsletter-form button{
        padding:15px;
    }
}

.footer-modern{
    background:#10273f;
    color:#fff;
    padding:80px 0 50px;
}

.footer-logo{
    max-height:70px;
    margin-bottom:25px;
}

.footer-description{
    color:#b7c7d7;
    line-height:28px;
    margin-bottom:30px;
}

.footer-modern h5{
    color:#fff;
    font-size:18px;
    font-weight:700;
    margin-bottom:25px;
    position:relative;
}

.footer-modern h5:after{
    content:"";
    width:45px;
    height:3px;
    background:#ff9800;
    position:absolute;
    left:0;
    bottom:-10px;
    border-radius:5px;
}

.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:12px;
}

.footer-links a{
    color:#b7c7d7;
    transition:.3s;
}

.footer-links a:hover{
    color:#fff;
    padding-left:8px;
    text-decoration:none;
}

.footer-social{
    display:flex;
    gap:12px;
}

.footer-social a{
    width:44px;
    height:44px;
    background:#173554;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    transition:.3s;
}

.footer-social a:hover{
    background:#ff9800;
    transform:translateY(-5px);
}

.footer-contact .contact-row{
    display:flex;
    align-items:flex-start;
    margin-bottom:18px;
    color:#b7c7d7;
}

.footer-contact i{
    width:36px;
    color:#ff9800;
    font-size:18px;
    margin-top:3px;
}

.footer-contact span{
    line-height:26px;
}

.footer-bottom{
    background:#0b1d30;
    color:#b8c7d7;
    padding:18px 0;
    font-size:14px;
}

.footer-bottom a{
    color:#fff;
    transition:.3s;
}

.footer-bottom a:hover{
    color:#ff9800;
    text-decoration:none;
}

.payment-icons{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:18px;
    flex-wrap:wrap;
}

.payment-icons .visa{
    background:#eef3ff;
    border-radius: 4px;
    height: 33.5px;
    width: 40px;
    margin-left: 24px;
}

.payment-icons .mastercard{
    background:#fff2f2;
    border-radius: 4px;
    height: 33.5px;
    width: 43px;
    margin-left: 20px;
}

.payment-icons .amex{
    background:#eef8ff;
    border-radius: 4px;
    height: 33.5px;
    width: 43px;
    margin-left: 20px;
}

.payment-icons .paypal{
    background:#eef6ff;
    border-radius: 4px;
    height: 33.5px;
    width: 43px;
    margin-left: 20px;
}

.payment-icons .cod{
    background:#eefcf0;
    border-radius: 4px;
    height: 33.5px;
    width: 45px;
    margin-left: 20px;
}

.payment-icons span:hover{
    transform:translateY(-6px);
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.payment-icons i{
    font-size:34px;
}

.payment-icons .visa i{
    color:#1A1F71;
}

.payment-icons .mastercard i{
    color:#EB001B;
}

.payment-icons .amex i{
    color:#2E77BC;
}

.payment-icons .paypal i{
    color:#003087;
}

.payment-icons .cod i{
    color:#28a745;
}

.back-to-top{
    position:fixed;
    right:30px;
    bottom:30px;
    width:55px;
    height:55px;
    background:#183f68;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    z-index:999;
    box-shadow:0 12px 25px rgba(0,0,0,.2);
    transition:.35s;
}

.back-to-top:hover{
    background:#ff9800;
    color:#fff;
    transform:translateY(-6px);
}

@media(max-width:991px){
    .footer-bottom{
        text-align:center;
    }

    .payment-icons{
        margin:18px 0;
    }

    .footer-modern{
        padding:60px 0 35px;
    }

    .footer-logo{
        max-height:55px;
    }

}

@media(max-width:576px){
    .back-to-top{
        width:48px;
        height:48px;
        right:15px;
        bottom:15px;
        font-size:16px;
    }

    .payment-icons img{
        height:24px;
    }
}