/*======================================
Google Font
======================================*/
body {
    font-family: 'Poppins', sans-serif;
    color: #333;
    overflow-x: hidden;
    line-height: 1.7;
}

a{
    text-decoration:none;
    transition:.3s;
}

ul{
    margin:0;
    padding:0;
    list-style:none;
}

img{
    max-width:100%;
}

/*======================================
Top Header
======================================*/

.top-header{
    background:#D71920;
    color:#fff;
    font-size:14px;
    padding:10px 0;
}

.top-info{
    display:flex;
    align-items:center;
    gap:30px;
    flex-wrap:wrap;
}

.top-info li{
    display:flex;
    align-items:center;
    gap:8px;
}

.top-info i{
    color:#FFD700;
}

.top-info a{
    color:#fff;
}

.top-info a:hover{
    color:#FFD700;
}

.top-right{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:15px;
}

.offer-tag{
    background:#198754;
    color:#fff;
    padding:8px 18px;
    border-radius:50px;
    font-weight:600;
    font-size:13px;
}

.offer-tag i{
    margin-right:6px;
}

.call-btn{
    background:#fff;
    color:#D71920;
    padding:10px 22px;
    border-radius:50px;
    font-weight:600;
}

.call-btn:hover{
    background:#FFD700;
    color:#000;
}

/*======================================
Header
======================================*/

.main-header{
    background:#fff;
    position:sticky;
    top:0;
    z-index:999;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.navbar{
    padding:15px 0;
}

.logo{
    height:75px;
}

.navbar-nav{
    gap:10px;
}

.nav-link{
    color:#222;
    font-size:16px;
    font-weight:600;
    padding:10px 18px !important;
}

.nav-link:hover,
.nav-link.active{
    color:#D71920;
}

.header-btns{
    display:flex;
    gap:12px;
}

.btn-whatsapp{

    background:#25D366;
    color:#fff;
    padding:12px 22px;
    border-radius:50px;
    font-weight:600;

}

.btn-whatsapp:hover{
    background:#1ea851;
    color:#fff;
}

.btn-call{

    background:#D71920;
    color:#fff;
    padding:12px 22px;
    border-radius:50px;
    font-weight:600;

}

.btn-call:hover{
    background:#b50e16;
    color:#fff;
}

.navbar-toggler{
    border:none;
    font-size:30px;
    color:#D71920;
}

.navbar-toggler:focus{
    box-shadow:none;
}

/*======================================
Responsive
======================================*/

@media(max-width:991px){

.top-header{
    display:none;
}

.logo{
    height:60px;
}

.header-btns{
    display:none !important;
}

.navbar-nav{
    margin-top:20px;
    text-align:center;
}

.nav-link{
    padding:12px 0 !important;
}

}
/*======================================
Responsive
======================================*/

@media (max-width:991px){

    .top-header{
        display:block;
        padding:12px 0;
    }

    .top-info{
        flex-direction:column;
        justify-content:center;
        align-items:center;
        gap:8px;
        text-align:center;
    }

    .top-info li{
        justify-content:center;
        font-size:14px;
    }

    .top-right{
        justify-content:center;
        margin-top:12px;
    }

    .offer-tag{
        padding:8px 18px;
        font-size:13px;
    }

    .call-btn{
        padding:8px 20px;
        font-size:14px;
    }

    .logo{
        height:60px;
    }

    .header-btns{
        display:none !important;
    }

    .navbar-nav{
        margin-top:20px;
        text-align:center;
    }

    .nav-link{
        padding:12px 0 !important;
    }

}
/*======================================
Hero Banner
======================================*/

.hero-banner{

    padding:80px 0;
    background:#fff8f8;

}

.hero-tag{

    display:inline-block;
    background:#198754;
    color:#fff;
    padding:10px 25px;
    border-radius:50px;
    margin-bottom:20px;
    font-weight:600;

}

.hero-banner h1{

    font-size:52px;
    font-weight:800;
    color:#D71920;
    margin-bottom:15px;

}

.hero-banner h2{

    font-size:28px;
    font-weight:600;
    color:#222;
    margin-bottom:20px;

}

.hero-banner p{

    font-size:18px;
    color:#666;
    margin-bottom:30px;

}

.hero-features{

    display:flex;
    flex-wrap:wrap;
    gap:20px;
    margin-bottom:35px;

}

.hero-features span{

    font-weight:600;
    color:#444;

}

.hero-features i{

    color:#198754;
    margin-right:8px;

}

.hero-buttons{

    display:flex;
    gap:20px;
    flex-wrap:wrap;

}

.btn-call-now{

    background:#D71920;
    color:#fff;
    padding:16px 35px;
    border-radius:50px;
    font-weight:600;

}

.btn-call-now:hover{

    background:#b70f16;
    color:#fff;

}

.btn-explore{

    border:2px solid #D71920;
    color:#D71920;
    padding:16px 35px;
    border-radius:50px;
    font-weight:600;

}

.btn-explore:hover{

    background:#D71920;
    color:#fff;

}

.hero-image{

    text-align:center;

}

.hero-image img{

    width:100%;
    border-radius:20px;
    box-shadow:0 20px 40px rgba(0,0,0,.15);

}

/*======================================
Responsive
======================================*/

@media(max-width:991px){

.hero-banner{

    padding:60px 0;
    text-align:center;

}

.hero-banner h1{

    font-size:36px;

}

.hero-banner h2{

    font-size:22px;

}

.hero-banner p{

    font-size:16px;

}

.hero-features{

    justify-content:center;
    gap:15px;

}

.hero-buttons{

    justify-content:center;

}

.hero-image{

    margin-top:40px;

}

}

/*======================================
Why Choose Us
======================================*/

.why-us{

    padding:90px 0;
    background:#fff;

}

.section-title{

    max-width:750px;
    margin:auto;
    margin-bottom:60px;

}

.section-title span{

    display:inline-block;
    color:#D71920;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:15px;

}

.section-title h2{

    font-size:42px;
    font-weight:700;
    color:#222;
    margin-bottom:20px;

}

.section-title p{

    color:#666;
    font-size:17px;

}

.why-box{

    background:#fff;
    padding:40px 30px;
    border-radius:15px;
    text-align:center;
    border:1px solid #eee;
    transition:.4s;
    height:100%;

}

.why-box:hover{

    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.08);

}

.why-box .icon{

    width:80px;
    height:80px;
    margin:auto;
    margin-bottom:25px;
    border-radius:50%;
    background:#D71920;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;

}

.why-box h4{

    font-size:24px;
    font-weight:700;
    margin-bottom:15px;

}

.why-box p{

    color:#666;
    margin:0;

}

/*======================================
Responsive
======================================*/

@media(max-width:991px){

.section-title h2{

    font-size:32px;

}

.why-us{

    padding:70px 0;

}

.why-box{

    padding:35px 25px;

}

}
/*======================================
Categories
======================================*/

.categories{

    padding:90px 0;
    background:#f8f9fa;

}

.category-box{

    position:relative;
    overflow:hidden;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
    cursor:pointer;

}

.category-box img{

    width:100%;
    height:320px;
    object-fit:cover;
    transition:.5s;

}

.category-box::before{

    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(to top, rgba(0,0,0,.8), rgba(0,0,0,.1));
    z-index:1;

}

.category-content{

    position:absolute;
    bottom:25px;
    left:25px;
    z-index:2;

}

.category-content h4{

    color:#fff;
    font-size:24px;
    font-weight:700;
    margin-bottom:10px;

}

.category-content a{

    color:#FFD700;
    font-weight:600;

}

.category-content a i{

    margin-left:6px;

}

.category-box:hover{

    transform:translateY(-8px);

}

.category-box:hover img{

    transform:scale(1.08);

}

/*======================================
Responsive
======================================*/

@media(max-width:991px){

.categories{

    padding:70px 0;

}

.category-box img{

    height:260px;

}

.category-content h4{

    font-size:22px;

}

}
/*======================================
Offer Banner
======================================*/

.offer-banner{

    background:linear-gradient(135deg,#d71920,#b51218);
    padding:70px 0;
    color:#fff;

}

.offer-subtitle{

    display:inline-block;
    background:#fff;
    color:#d71920;
    padding:8px 20px;
    border-radius:50px;
    font-weight:600;
    margin-bottom:20px;

}

.offer-banner h2{

    font-size:48px;
    font-weight:800;
    line-height:1.3;
    margin-bottom:20px;

}

.offer-banner h2 span{

    color:#FFD700;

}

.offer-banner p{

    font-size:20px;
    opacity:.95;
    margin-bottom:0;

}

.offer-buttons{

    display:flex;
    justify-content:flex-end;
    gap:15px;
    flex-wrap:wrap;

}

.offer-call{

    background:#fff;
    color:#d71920;
    padding:16px 35px;
    border-radius:50px;
    font-weight:700;

}

.offer-call:hover{

    background:#FFD700;
    color:#000;

}

.offer-whatsapp{

    background:#25D366;
    color:#fff;
    padding:16px 35px;
    border-radius:50px;
    font-weight:700;

}

.offer-whatsapp:hover{

    background:#1EBE5D;
    color:#fff;

}

@media(max-width:991px){

.offer-banner{

    text-align:center;
    padding:50px 0;

}

.offer-banner h2{

    font-size:32px;

}

.offer-banner p{

    font-size:17px;

}

.offer-buttons{

    justify-content:center;
    margin-top:30px;

}

}

/*======================================
Featured Products
======================================*/

.featured-products{

    padding:90px 0;
    background:#ffffff;

}

.product-card{

    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;

}

.product-card:hover{

    transform:translateY(-10px);

}

.product-image{

    position:relative;
    overflow:hidden;

}

.product-image img{

    width:100%;
    height:280px;
    object-fit:cover;
    transition:.5s;

}

.product-card:hover img{

    transform:scale(1.08);

}

.product-badge{

    position:absolute;
    top:15px;
    left:15px;
    background:#D71920;
    color:#fff;
    padding:8px 16px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;

}

.product-content{

    padding:25px;

}

.product-content h4{

    font-size:22px;
    font-weight:700;
    margin-bottom:10px;

}

.product-content p{

    color:#777;
    margin-bottom:20px;

}

.product-btn{

    display:inline-block;
    background:#D71920;
    color:#fff;
    padding:12px 25px;
    border-radius:50px;
    font-weight:600;

}

.product-btn:hover{

    background:#198754;
    color:#fff;

}

@media(max-width:991px){

.featured-products{

    padding:70px 0;

}

.product-image img{

    height:240px;

}

.product-content{

    text-align:center;

}

}
/*======================================
Counter Section
======================================*/

.counter-section{

    padding:90px 0;
    background:#D71920;

}

.counter-box{

    color:#fff;

}

.counter-box i{

    font-size:50px;
    margin-bottom:20px;
    color:#FFD700;

}

.counter-box h2{

    font-size:52px;
    font-weight:800;
    margin-bottom:10px;

}

.counter-box h5{

    font-size:20px;
    font-weight:500;
    margin:0;

}

@media(max-width:991px){

.counter-section{

    padding:70px 0;

}

.counter-box{

    margin-bottom:40px;

}

.counter-box:last-child{

    margin-bottom:0;

}

.counter-box h2{

    font-size:40px;

}

.counter-box h5{

    font-size:18px;

}

}
/*======================================
About Section
======================================*/

.about-section{

    padding:100px 0;
    background:#ffffff;

}

.about-image img{

    width:100%;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,.12);

}

.section-tag{

    display:inline-block;
    background:#D71920;
    color:#fff;
    padding:8px 22px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;

}

.about-section h2{

    font-size:42px;
    font-weight:700;
    margin-bottom:25px;
    color:#222;

}

.about-section p{

    color:#666;
    margin-bottom:20px;
    font-size:17px;

}

.about-list{

    margin:30px 0;

}

.about-list li{

    margin-bottom:15px;
    font-size:17px;
    font-weight:500;

}

.about-list i{

    color:#198754;
    margin-right:10px;

}

.about-buttons{

    display:flex;
    gap:15px;
    flex-wrap:wrap;

}

.btn-about{

    background:#D71920;
    color:#fff;
    padding:15px 35px;
    border-radius:50px;
    font-weight:600;

}

.btn-about:hover{

    background:#b31318;
    color:#fff;

}

.btn-outline-about{

    border:2px solid #D71920;
    color:#D71920;
    padding:15px 35px;
    border-radius:50px;
    font-weight:600;

}

.btn-outline-about:hover{

    background:#D71920;
    color:#fff;

}

@media(max-width:991px){

.about-section{

    padding:70px 0;

}

.about-image{

    margin-bottom:40px;

}

.about-section h2{

    font-size:32px;

}

.about-buttons{

    justify-content:center;

}

}

/*======================================
Reviews
======================================*/

.reviews-section{

    padding:100px 0;
    background:#f8f9fa;

}

.review-box{

    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;

}

.review-box:hover{

    transform:translateY(-10px);

}

.review-stars{

    color:#FFC107;
    font-size:28px;
    margin-bottom:20px;

}

.review-box p{

    color:#666;
    line-height:1.8;
    margin-bottom:25px;

}

.review-user{

    display:flex;
    align-items:center;
    gap:15px;

}

.review-user img{

    width:65px;
    height:65px;
    border-radius:50%;
    object-fit:cover;

}

.review-user h5{

    margin:0;
    font-size:18px;
    font-weight:700;

}

.review-user span{

    color:#888;
    font-size:14px;

}

.review-btn{

    display:inline-block;
    background:#D71920;
    color:#fff;
    padding:15px 40px;
    border-radius:50px;
    font-weight:600;

}

.review-btn:hover{

    background:#198754;
    color:#fff;

}

@media(max-width:991px){

.reviews-section{

    padding:70px 0;

}

.review-box{

    padding:30px;

}

.review-user{

    justify-content:center;
    text-align:left;

}

}

/*======================================
Store Gallery
======================================*/

.gallery-section{

    padding:100px 0;
    background:#ffffff;

}

.gallery-item{

    overflow:hidden;
    border-radius:18px;
    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.gallery-item img{

    width:100%;
    height:320px;
    object-fit:cover;
    transition:.5s;

}

.gallery-item:hover img{

    transform:scale(1.08);

}

.gallery-item{

    cursor:pointer;

}

@media(max-width:991px){

.gallery-section{

    padding:70px 0;

}

.gallery-item img{

    height:240px;

}

}
/*======================================
Areas We Serve
======================================*/

.service-area{

    padding:100px 0;
    background:#f8f9fa;

}

.area-box{

    background:#fff;
    border-radius:15px;
    padding:35px 20px;
    text-align:center;
    transition:.4s;
    border:1px solid #eee;
    height:100%;

}

.area-box:hover{

    background:#D71920;
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.area-box i{

    font-size:40px;
    color:#D71920;
    margin-bottom:15px;
    display:block;

}

.area-box h5{

    margin:0;
    font-size:20px;
    font-weight:600;
    color:#222;

}

.area-box:hover i,
.area-box:hover h5{

    color:#fff;

}

@media(max-width:991px){

.service-area{

    padding:70px 0;

}

.area-box{

    padding:25px 15px;

}

.area-box i{

    font-size:32px;

}

.area-box h5{

    font-size:18px;

}

}
/*======================================
FAQ Section
======================================*/

.faq-section{

    padding:100px 0;
    background:#ffffff;

}

.faq-section .accordion{

    max-width:900px;
    margin:auto;

}

.accordion-item{

    border:none;
    border-radius:15px !important;
    overflow:hidden;
    margin-bottom:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);

}

.accordion-button{

    font-size:18px;
    font-weight:600;
    padding:22px 25px;
    background:#fff;
    color:#222;

}

.accordion-button:not(.collapsed){

    background:#D71920;
    color:#fff;

}

.accordion-button:focus{

    box-shadow:none;

}

.accordion-button::after{

    filter:brightness(0);

}

.accordion-button:not(.collapsed)::after{

    filter:brightness(100);

}

.accordion-body{

    padding:25px;
    font-size:16px;
    line-height:1.8;
    color:#666;

}

@media(max-width:991px){

.faq-section{

    padding:70px 0;

}

.accordion-button{

    font-size:16px;

}

}
/*======================================
Contact Section
======================================*/

.contact-section{

    padding:100px 0;
    background:#f8f9fa;

}

.contact-box{

    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.contact-item{

    display:flex;
    gap:20px;
    margin-bottom:35px;

}

.contact-icon{

    width:65px;
    height:65px;
    background:#D71920;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    flex-shrink:0;

}

.contact-item h5{

    font-weight:700;
    margin-bottom:10px;

}

.contact-item p,
.contact-item a{

    color:#666;
    margin:0;
    line-height:1.8;
    text-decoration:none;

}

.contact-buttons{

    display:flex;
    gap:15px;
    flex-wrap:wrap;

}

.btn-contact-call{

    background:#D71920;
    color:#fff;
    padding:15px 30px;
    border-radius:50px;
    font-weight:600;

}

.btn-contact-call:hover{

    background:#b50f15;
    color:#fff;

}

.btn-contact-whatsapp{

    background:#25D366;
    color:#fff;
    padding:15px 30px;
    border-radius:50px;
    font-weight:600;

}

.btn-contact-whatsapp:hover{

    background:#1DA851;
    color:#fff;

}

.map-box{

    border-radius:20px;
    overflow:hidden;
    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.map-box iframe{

    width:100%;
    height:550px;
    border:0;

}

@media(max-width:991px){

.contact-section{

    padding:70px 0;

}

.contact-box{

    padding:30px;

}

.contact-item{

    gap:15px;

}

.contact-icon{

    width:55px;
    height:55px;
    font-size:20px;

}

.contact-buttons{

    justify-content:center;

}

.map-box iframe{

    height:350px;

}

}
/*======================================
CTA Section
======================================*/

.cta-section{

    padding:100px 0;
    background:linear-gradient(135deg,#D71920,#B31318);
    color:#fff;
    text-align:center;

}

.cta-tag{

    display:inline-block;
    background:#fff;
    color:#D71920;
    padding:10px 25px;
    border-radius:50px;
    font-weight:600;
    margin-bottom:25px;

}

.cta-section h2{

    font-size:52px;
    font-weight:800;
    margin-bottom:20px;

}

.cta-section p{

    font-size:20px;
    max-width:750px;
    margin:auto;
    margin-bottom:40px;
    opacity:.95;

}

.cta-buttons{

    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;

}

.btn-cta-call,
.btn-cta-whatsapp,
.btn-cta-map{

    padding:16px 35px;
    border-radius:50px;
    font-weight:600;
    display:inline-block;

}

.btn-cta-call{

    background:#fff;
    color:#D71920;

}

.btn-cta-call:hover{

    background:#FFD700;
    color:#000;

}

.btn-cta-whatsapp{

    background:#25D366;
    color:#fff;

}

.btn-cta-whatsapp:hover{

    background:#1FAE58;
    color:#fff;

}

.btn-cta-map{

    background:#fff;
    color:#D71920;

}

.btn-cta-map:hover{

    background:#FFD700;
    color:#000;

}

@media(max-width:991px){

.cta-section{

    padding:70px 0;

}

.cta-section h2{

    font-size:34px;

}

.cta-section p{

    font-size:17px;

}

}
/*======================================
Premium Footer
======================================*/

.footer{

    position:relative;
    overflow:hidden;
    padding:90px 0 0;
    background:linear-gradient(135deg,#0f0f0f,#1b1b1b,#111);
    color:#ddd;

}

.footer::before{

    content:'';
    position:absolute;
    width:500px;
    height:500px;
    background:rgba(215,25,32,.08);
    border-radius:50%;
    top:-220px;
    left:-180px;
    filter:blur(80px);

}

.footer::after{

    content:'';
    position:absolute;
    width:450px;
    height:450px;
    background:rgba(255,193,7,.05);
    border-radius:50%;
    right:-180px;
    bottom:-220px;
    filter:blur(80px);

}

.footer .container{

    position:relative;
    z-index:2;

}

/*======================================
Top Footer
======================================*/

.footer-top{

    margin-bottom:50px;

}

.footer-logo{

    width:180px;
    margin-bottom:20px;

}

.footer-top h2{

    color:#fff;
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;

}

.footer-top p{

    color:#bbb;
    font-size:18px;
    max-width:900px;
    margin:auto;

}

.footer-rating{

    margin-top:25px;
    font-size:22px;
    color:#FFC107;

}

.footer-rating span{

    display:block;
    color:#fff;
    font-size:16px;
    margin-top:10px;

}

/*======================================
Heading
======================================*/

.footer h3{

    color:#fff;
    font-size:24px;
    margin-bottom:25px;
    position:relative;

}

.footer h3::after{

    content:'';
    width:70px;
    height:3px;
    background:#D71920;
    position:absolute;
    left:0;
    bottom:-10px;

}

/*======================================
About
======================================*/

.footer p{

    color:#bdbdbd;
    line-height:1.9;

}

/*======================================
Links
======================================*/

.footer-links{

    display:flex;
    flex-wrap:wrap;
    gap:12px;

}

.footer-links a{

    color:#ddd;
    background:#222;
    padding:10px 16px;
    border-radius:30px;
    font-size:14px;
    transition:.3s;

}

.footer-links a:hover{

    background:#D71920;
    color:#fff;
    transform:translateY(-3px);

}

/*======================================
Contact
======================================*/

.footer-contact{

    list-style:none;
    padding:0;

}

.footer-contact li{

    display:flex;
    gap:15px;
    margin-bottom:25px;
    color:#ddd;

}

.footer-contact i{

    color:#FFC107;
    font-size:22px;
    margin-top:3px;

}

.footer-contact a{

    color:#ddd;

}

.footer-contact a:hover{

    color:#D71920;

}

/*======================================
SEO Keywords
======================================*/

.footer-seo{

    margin-top:70px;

}

.footer-seo h3{

    margin-bottom:30px;

}

.seo-keywords{

    display:flex;
    flex-wrap:wrap;
    gap:15px;

}

.seo-keywords a{

    color:#bbb;
    border:1px solid rgba(255,255,255,.1);
    padding:10px 18px;
    border-radius:50px;
    transition:.3s;

}

.seo-keywords a:hover{

    background:#D71920;
    border-color:#D71920;
    color:#fff;

}

/*======================================
Areas
======================================*/

.footer-area{

    margin-top:70px;
    text-align:center;

}

.footer-area h3{

    display:inline-block;

}

.footer-area h3::after{

    left:50%;
    transform:translateX(-50%);

}

.footer-area p{

    margin-top:25px;
    color:#ddd;
    font-size:18px;

}

/*======================================
Bottom
======================================*/

.footer-bottom{

    margin-top:60px;
    border-top:1px solid rgba(255,255,255,.08);
    padding:25px 0;
    color:#aaa;

}

.footer-bottom strong{

    color:#fff;

}

.footer-bottom a{

    color:#FFC107;
    font-weight:700;

}

.footer-bottom a:hover{

    color:#D71920;

}

/*======================================
Divider
======================================*/

.footer hr{

    border-color:rgba(255,255,255,.08);
    margin:50px 0;

}

/*======================================
Responsive
======================================*/

@media(max-width:991px){

.footer{

    text-align:center;
    padding-top:70px;

}

.footer h3::after{

    left:50%;
    transform:translateX(-50%);

}

.footer-contact li{

    justify-content:center;
    text-align:left;

}

.footer-links{

    justify-content:center;

}

.seo-keywords{

    justify-content:center;

}

.footer-top h2{

    font-size:30px;

}

.footer-top p{

    font-size:16px;

}

.footer-area p{

    font-size:16px;

}

.footer-bottom{

    text-align:center;

}

}
/*======================================
Trust Bar
======================================*/

.trust-bar{

    background:#fff;
    padding:18px 0;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;

}

.trust-item{

    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    background:#fff;

    border:1px solid #ececec;

    border-radius:50px;

    padding:14px 20px;

    box-shadow:0 8px 20px rgba(0,0,0,.05);

    transition:.35s;

    height:100%;

}

.trust-item:hover{

    transform:translateY(-5px);

    border-color:#D71920;

    box-shadow:0 15px 35px rgba(215,25,32,.15);

}

.trust-item i{

    width:42px;
    height:42px;

    border-radius:50%;

    background:#D71920;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:18px;

    flex-shrink:0;

}

.trust-item span{

    color:#222;

    font-size:15px;

    font-weight:600;

    line-height:1.3;

}

.trust-item strong{

    color:#D71920;

}

@media(max-width:991px){

.trust-bar{

    padding:15px 0;

}

.trust-item{

    padding:12px 16px;

}

.trust-item span{

    font-size:14px;

}

.trust-item i{

    width:38px;
    height:38px;
    font-size:16px;

}

}