:root{

--primary:#FF7A00;

--dark:#111111;

}
html,
body{

    overflow-x:hidden;

}

body{

font-family:'Poppins',sans-serif;
padding-top:128px;

}


/*==============================
STICKY HEADER
==============================*/

.header-wrapper{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:9999;
}

.topbar{
    background:#111;
    color:#fff;
    padding:10px 0;
}

.top-contact{
    display:flex;
    align-items:center;
    gap:25px;
    list-style:none;
    margin:0;
    padding:0;
}

.top-contact li{
    display:flex;
    align-items:center;
    white-space:nowrap;
}

.top-contact i{
    color:#FF7A00;
    margin-right:8px;
}

.top-social{
    display:flex;
    justify-content:flex-end;
    gap:10px;
}

.top-social a{
    width:35px;
    height:35px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

@media (max-width:991px){

    .topbar{
        padding:8px 0;
    }

    .top-contact{
        justify-content:center;
        flex-wrap:wrap;
        gap:8px 18px;
        font-size:13px;
    }

    .top-social{
        justify-content:center;
        margin-top:8px;
    }

}



.top-social a:hover{

background:#FF7A00;

transform:translateY(-3px);

}


#header{
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(18px);
    transition:all .35s ease;
    box-shadow:0 5px 25px rgba(0,0,0,.06);
}

#header .navbar{
    padding:18px 0;
    transition:.35s;
}

#header .navbar-brand img{
    height:70px;
    transition:.35s;
}

/* Scroll Effect */

.header-wrapper.scrolled #header{
    background:#fff;
    box-shadow:0 10px 35px rgba(0,0,0,.12);
}

.header-wrapper.scrolled #header .navbar{
    padding:10px 0;
}

.header-wrapper.scrolled #header .navbar-brand img{
    height:55px;
}


.navbar-brand img{

height:70px;

}

.navbar-nav .nav-link{

font-weight:600;

margin:0 14px;

color:#111;

position:relative;

}

.navbar-nav .nav-link:hover,

.navbar-nav .nav-link.active{

color:#FF7A00;

}

.navbar-nav .nav-link::after{

content:"";

position:absolute;

left:0;

bottom:-8px;

width:0;

height:2px;

background:#FF7A00;

transition:.3s;

}

.navbar-nav .nav-link:hover::after,

.navbar-nav .nav-link.active::after{

width:100%;

}

.btn-quote{

background:#FF7A00;

padding:14px 28px;

border-radius:50px;

color:#fff;

font-weight:600;

transition:.3s;

text-decoration:none;

}

.btn-quote:hover{

background:#111;

color:#fff;

transform:translateY(-3px);

}

.navbar-toggler{

border:none;

font-size:32px;

color:#111;

}

.navbar-toggler:focus{

box-shadow:none;

}



/*================ HERO =================*/

.hero-section{

    position:relative;

}

.hero-slide{

    position:relative;

    min-height:100vh;

}

.hero-slide img{

    position:absolute;

    width:100%;

    height:100%;

    object-fit:cover;

}

.hero-overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(90deg,
        rgba(17,17,17,.85),
        rgba(17,17,17,.55),
        rgba(255,122,0,.25));
}

.hero-tag{

    display:inline-block;

    background:#FF7A00;

    color:#fff;

    padding:10px 22px;

    border-radius:50px;

    font-weight:600;

    margin-bottom:25px;

}

.hero-section h1{

    color:#fff;

    font-size:54px;

    font-weight:500;

    line-height:1.15;

    margin-bottom:25px;

}

.hero-section p{

    color:#ddd;

    font-size:18px;

    line-height:32px;

    margin-bottom:40px;

    max-width:650px;

}

.btn-main{

    background:#FF7A00;

    color:#fff;

    padding:16px 34px;

    border-radius:50px;

    text-decoration:none;

    font-weight:600;

    transition:.35s;

}

.btn-main:hover{

    background:#fff;

    color:#111;

}

.btn-outline-light{

    padding:16px 34px;

    border-radius:50px;

    text-decoration:none;

}

.hero-floating-card{

    position:absolute;

    right:40px;

    top:180px;

    width:220px;

    padding:30px;

    border-radius:20px;

    background:rgba(255,255,255,.15);

    backdrop-filter:blur(15px);

    color:#fff;

    text-align:center;

}

.hero-floating-card.second{

    top:430px;

    right:120px;

}

.hero-floating-card h3{

    font-size:42px;

    color:#FF7A00;

    font-weight:700;

}

.swiper-pagination-bullet{

    background:#fff;

    opacity:.5;

}

.swiper-pagination-bullet-active{

    background:#FF7A00;

    opacity:1;

}

@media(max-width:991px){

.hero-section h1{

font-size:42px;

}

.hero-section p{

font-size:16px;

line-height:28px;

}

}

/*==============================
about-section
==============================*/
.about-section{
    padding:110px 0;
    background:#fff;
}

.about-image{
    position:relative;
}

.about-image img{
    border-radius:25px;
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.experience-box{
    position:absolute;
    right:-20px;
    bottom:40px;
    width:180px;
    background:#FF7A00;
    color:#fff;
    padding:25px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 20px 40px rgba(255,122,0,.35);
}

.experience-box h2{
    font-size:48px;
    font-weight:700;
    margin:0;
}

.section-tag{
    color:#FF7A00;
    font-weight:700;
    letter-spacing:2px;
}

.section-title{
    font-size:46px;
    font-weight:500;
    color:#111;
    margin:15px 0 25px;
    line-height:1.2;
}

.section-text{
    color:#666;
    line-height:32px;
    font-size:17px;
}

.feature-box{
    padding:16px 20px;
    background:#F8F9FA;
    border-radius:15px;
    font-weight:600;
    transition:.3s;
}

.feature-box:hover{
    background:#111;
    color:#fff;
    transform:translateY(-5px);
}

.feature-box i{
    color:#FF7A00;
    margin-right:10px;
}




.py-120{
    padding:120px 0;
}

/*==============================
section-heading
==============================*/

.section-heading span{

    color:#FF7A00;

    font-weight:700;

    letter-spacing:3px;

}

.section-heading h2{

    font-size:48px;

    font-weight:800;

    color:#111;

    margin:15px 0;

}

.section-heading p{

    max-width:650px;

    margin:auto;

    color:#666;

}

/*==============================
CATEGORY
==============================*/

.category-card{

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    transition:.4s;

    box-shadow:0 15px 45px rgba(0,0,0,.08);

}

.category-image{

    height:280px;

    overflow:hidden;

}

.category-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.6s;

}

.category-content{

    padding:28px;

}

.category-content h4{

    font-size:24px;

    font-weight:700;

    margin-bottom:15px;

}

.category-content a{

    color:#FF7A00;

    text-decoration:none;

    font-weight:600;

}

.category-card:hover{

    transform:translateY(-12px);

}

.category-card:hover img{

    transform:scale(1.12);

}



/*==============================
CLIENTS
==============================*/

.clients-section{
    background:#f8f9fa;
}

.client-box{
    background:#fff;
    border:1px solid #eee;
    border-radius:18px;
    height:130px;
    display:flex;
    justify-content:center;
    align-items:center;
    transition:.35s;
    padding:25px;
}

.client-box img{
    max-width:170px;
    max-height:65px;
    width:auto;
    height:auto;
    object-fit:contain;
    filter:grayscale(100%);
    opacity:.75;
    transition:.35s;
}

.client-box:hover{
    transform:translateY(-8px);
    border-color:#FF7A00;
    box-shadow:0 20px 45px rgba(255,122,0,.18);
}

.client-box:hover img{
    filter:grayscale(0);
    opacity:1;
    transform:scale(1.08);
}


/*==============================
WHY SECTION
==============================*/

.why-section{

    background:#f8f9fa;

}

.why-card{

    background:#fff;

    border-radius:20px;

    padding:35px;

    transition:.35s;

    height:100%;

    border:1px solid #eee;

    box-shadow:0 15px 40px rgba(0,0,0,.05);

}

.why-card:hover{

    transform:translateY(-10px);

    border-color:#FF7A00;

    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.why-icon{

    width:75px;

    height:75px;

    background:#FFF3EA;

    border-radius:18px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:25px;

}

.why-icon i{

    color:#FF7A00;

    font-size:32px;

}

.why-card h4{

    font-size:24px;

    font-weight:700;

    margin-bottom:15px;

}

.why-card p{

    color:#666;

    line-height:28px;

    margin:0;

}

/*==============================
COUNTER SECTION
==============================*/

.counter-section{

    padding:100px 0;

    background:linear-gradient(135deg,#111,#1b1b1b);

}

.counter-box{

    background:rgba(255,255,255,.05);

    backdrop-filter:blur(8px);

    border:1px solid rgba(255,255,255,.08);

    border-radius:20px;

    padding:40px 25px;

    transition:.35s;

    height:100%;

}

.counter-box:hover{

    transform:translateY(-10px);

    background:#FF7A00;

}

.counter-icon{

    width:85px;

    height:85px;

    margin:auto;

    border-radius:50%;

    background:#fff;

    color:#FF7A00;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:36px;

    margin-bottom:25px;

    transition:.3s;

}

.counter-box:hover .counter-icon{

    background:#111;

    color:#fff;

}

.counter-box h2{

    color:#fff;

    font-size:52px;

    font-weight:800;

    margin-bottom:12px;

}

.counter-box p{

    color:#ddd;

    font-size:18px;

    margin:0;

}

.counter-box:hover p{

    color:#fff;

}


/*==============================
PROCESS SECTION
==============================*/

.process-section{
    background:#fff;
}

.process-card{

    position:relative;

    background:#fff;

    padding:45px 25px;

    border-radius:22px;

    text-align:center;

    border:1px solid #eee;

    transition:.35s;

    overflow:hidden;

    height:100%;

}

.process-card:hover{

    transform:translateY(-10px);

    border-color:#FF7A00;

    box-shadow:0 25px 60px rgba(0,0,0,.10);

}

.process-number{

    position:absolute;

    top:18px;

    right:20px;

    font-size:42px;

    font-weight:800;

    color:#f3f3f3;

}

.process-icon{

    width:90px;

    height:90px;

    margin:auto;

    border-radius:50%;

    background:#FFF3EA;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:25px;

}

.process-icon i{

    font-size:38px;

    color:#FF7A00;

}

.process-card h4{

    font-size:24px;

    font-weight:700;

    margin-bottom:15px;

}

.process-card p{

    color:#666;

    line-height:28px;

}




/*================================
PROJECTS
================================*/

.projects-section{

    background:#f8f9fa;

}

.project-card{

    position:relative;

    overflow:hidden;

    border-radius:22px;

    height:420px;

    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.project-card img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.6s;

}

.project-overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(to top,
        rgba(17,17,17,.95),
        rgba(17,17,17,.15));

    display:flex;

    flex-direction:column;

    justify-content:flex-end;

    padding:35px;

    opacity:0;

    transition:.4s;

}

.project-card:hover img{

    transform:scale(1.12);

}

.project-card:hover .project-overlay{

    opacity:1;

}

.project-overlay span{

    color:#FF7A00;

    font-weight:600;

    margin-bottom:10px;

}

.project-overlay h4{

    color:#fff;

    font-size:28px;

    font-weight:700;

}

.project-overlay a{

    width:60px;

    height:60px;

    background:#FF7A00;

    color:#fff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-top:25px;

    text-decoration:none;

    transition:.3s;

}

.project-overlay a:hover{

    background:#fff;

    color:#111;

}


/*====================================
TESTIMONIAL
====================================*/
/*==============================
TESTIMONIALS
==============================*/

.testimonial-section{
    background:#f8f9fa;
}

.testimonial-card{
    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.testimonial-card:hover{
    transform:translateY(-10px);
}

.rating{
    color:#FF7A00;
    margin-bottom:20px;
}

.rating i{
    margin-right:4px;
}

.testimonial-text{
    color:#666;
    line-height:30px;
    min-height:150px;
}

.testimonial-user{
    display:flex;
    align-items:center;
    margin-top:25px;
}

.testimonial-user img{
    width:70px;
    height:70px;
    border-radius:50%;
    object-fit:cover;
    margin-right:15px;
    border:4px solid #FF7A00;
}

.testimonial-user h5{
    margin:0;
    font-weight:700;
}

.testimonial-user span{
    color:#777;
    font-size:14px;
}


/*====================================
CTA
====================================*/

.cta-section{

padding:120px 0;

background:#fff;

}

.cta-box{

background:linear-gradient(135deg,#FF7A00,#ff9b28);

border-radius:30px;

padding:70px;

color:#fff;

position:relative;

overflow:hidden;

box-shadow:0 30px 70px rgba(255,122,0,.25);

}

.cta-tag{

letter-spacing:2px;

font-weight:700;

font-size:14px;

}

.cta-box h2{

font-size:48px;

font-weight:800;

margin:20px 0;

}

.cta-buttons{

    display:flex;

    flex-direction:column;

    align-items:flex-end;

    gap:18px;

}

.btn-white{

background:#fff;

color:#111;

padding:18px 35px;

border-radius:50px;

font-weight:600;

text-decoration:none;

display:inline-block;

transition:.35s;

}

.btn-white:hover{

transform:translateY(-5px);

}

.btn-dark-custom{

background:#111;

color:#fff;

padding:18px 35px;

border-radius:50px;

text-decoration:none;

display:inline-block;

}


/*==============================
TEAM
==============================*/

.team-section{
    background:#fff;
}

.team-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    transition:.35s;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    height:100%;
}

.team-card:hover{
    transform:translateY(-10px);
}

.team-image{
    position:relative;
    overflow:hidden;
}

.team-image img{
    width:100%;
    height:320px;
    object-fit:cover;
    transition:.5s;
}

.team-card:hover img{
    transform:scale(1.08);
}

.team-social{
    position:absolute;
    left:0;
    right:0;
    bottom:-60px;
    display:flex;
    justify-content:center;
    gap:12px;
    transition:.35s;
}

.team-card:hover .team-social{
    bottom:20px;
}

.team-social a{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#FF7A00;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
}

.team-content{
    padding:25px;
    text-align:center;
}

.team-content h4{
    font-weight:700;
    margin-bottom:8px;
}

.team-content span{
    color:#FF7A00;
    font-weight:600;
}

.team-content p{
    margin-top:15px;
    color:#666;
    line-height:28px;
}



/*====================================
FOOTER
====================================*/

.footer{

background:#111;

padding:100px 0 30px;

color:#bbb;

}

.footer-logo{

height:65px;

margin-bottom:25px;

}

.footer h5{

color:#fff;

margin-bottom:25px;

font-weight:700;

}

.footer ul{

padding:0;

list-style:none;

}

.footer li{

margin-bottom:12px;

}

.footer a{

color:#bbb;

text-decoration:none;

transition:.3s;

}

.footer a:hover{

color:#FF7A00;

padding-left:6px;

}

.footer-social{

margin-top:25px;

}

.footer-social a{

width:45px;

height:45px;

display:inline-flex;

justify-content:center;

align-items:center;

background:#222;

border-radius:50%;

margin-right:10px;

}

.footer-social a:hover{

background:#FF7A00;

color:#fff;

}

.footer-bottom{

padding-top:25px;

}

.footer-bottom a{

color:#FF7A00;

font-weight:600;

}



/*==============================
FAQ
==============================*/

.faq-section{
    background:#fff;
}

.faq-section .accordion-item{

    border:none;

    border-radius:15px;

    overflow:hidden;

    margin-bottom:20px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.faq-section .accordion-button{

    background:#fff;

    font-size:18px;

    font-weight:600;

    padding:22px 25px;

    box-shadow:none;

    color:#111;

}

.faq-section .accordion-button:not(.collapsed){

    background:#FF7A00;

    color:#fff;

}

.faq-section .accordion-button:focus{

    box-shadow:none;

}

.faq-section .accordion-body{

    padding:25px;

    color:#666;

    line-height:30px;

    font-size:16px;

}

.faq-section .accordion-button::after{

    filter:brightness(0);

}

.faq-section .accordion-button:not(.collapsed)::after{

    filter:brightness(0) invert(1);

}




/*==================================
FEATURED PRODUCTS
===================================*/

.products-section{

    background:#f8f9fa;

}

.product-card{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 20px 60px rgba(0,0,0,.08);

    transition:.35s;

    height:100%;

}

.product-card:hover{

    transform:translateY(-10px);

}

.product-image{

    height:260px;

    overflow:hidden;

}

.product-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.4s;

}

.product-card:hover img{

    transform:scale(1.08);

}

.product-content{

    padding:25px;

}

.product-category{

    display:inline-block;

    background:#FF7A00;

    color:#fff;

    padding:6px 14px;

    border-radius:50px;

    font-size:13px;

    margin-bottom:15px;

}

.product-content h4{

    font-size:24px;

    font-weight:700;

    color:#111;

    margin-bottom:15px;

}

.product-content p{

    color:#666;

    line-height:28px;

    margin-bottom:20px;

}

.product-btn{

    display:inline-flex;

    align-items:center;

    gap:8px;

    color:#FF7A00;

    font-weight:600;

    text-decoration:none;

}

.product-btn:hover{

    color:#111;

}

.productSwiper{

    padding-bottom:40px;

}


.page-banner{

padding:90px 0;

background:#111;

color:#fff;

text-align:center;

}

.page-banner h1{

font-size:48px;

font-weight:700;

margin-top:10px;

}

.page-banner nav{

margin-top:15px;

}

.page-banner nav a{

color:#FF7A00;

text-decoration:none;

}

.sub-title{

color:#FF7A00;

font-weight:600;

letter-spacing:2px;

}



/*service-description */

.service-description{

line-height:1.9;

font-size:16px;

}

.service-icon-large{

width:90px;

height:90px;

margin:auto;

background:#fff4ea;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:40px;

color:#FF7A00;

margin-bottom:20px;

}

.why-box{

background:#fff;

padding:30px;

border-radius:15px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.3s;

height:100%;

}

.why-box:hover{

transform:translateY(-8px);

}

.why-box i{

font-size:40px;

color:#FF7A00;

margin-bottom:20px;

display:block;

}




/*servicess*/
.services-section{

padding:100px 0;

background:#f8f9fa;

}

.services-section .section-title h2{

font-size:42px;

font-weight:500;

margin:15px 0;

}

.service-card{

background:#fff;

border-radius:20px;

overflow:hidden;

box-shadow:0 15px 40px rgba(0,0,0,.08);

transition:.4s;

height:100%;

}

.service-card:hover{

transform:translateY(-10px);

}

.service-image img{

width:100%;

height:240px;

object-fit:cover;

}

.service-content{

padding:30px;

text-align:center;

}

.service-icon{

width:80px;

height:80px;

background:#FFF4EA;

border-radius:50%;

margin:-70px auto 20px;

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

color:#FF7A00;

box-shadow:0 10px 20px rgba(0,0,0,.08);

position:relative;

}

.service-content h4{

font-size:24px;

font-weight:700;

margin-bottom:15px;

}

.service-content p{

color:#666;

line-height:1.8;

margin-bottom:25px;

}

.theme-btn{

background:#FF7A00;

color:#fff;

padding:12px 30px;

border-radius:50px;

text-decoration:none;

transition:.35s;

}

.theme-btn:hover{

background:#111;

color:#fff;

}


/*Product page styling*/

.products-page{

    background:#f8f9fa;

}



.gallery-album{

position:relative;

overflow:hidden;

border-radius:20px;

box-shadow:0 20px 60px rgba(0,0,0,.1);

}

.gallery-album img{

width:100%;

height:320px;

object-fit:cover;

transition:.4s;

}

.gallery-overlay{

position:absolute;

inset:0;

background:rgba(0,0,0,.65);

display:flex;

flex-direction:column;

justify-content:center;

align-items:center;

color:#fff;

opacity:0;

transition:.4s;

}

.gallery-album:hover img{

transform:scale(1.08);

}

.gallery-album:hover .gallery-overlay{

opacity:1;

}


/*=========================
CONTACT PAGE
=========================*/

.contact-section{
    padding:120px 0;
    background:#f8f9fa;
}

.contact-info-card{
    background:#fff;
    border-radius:24px;
    padding:35px;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
}

.contact-info-card:hover{
    transform:translateY(-8px);
}

.contact-item{
    display:flex;
    align-items:flex-start;
    margin-bottom:30px;
}

.contact-icon{

    width:70px;

    height:70px;

    border-radius:18px;

    background:#FFF3EA;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-right:20px;

    flex-shrink:0;

}

.contact-icon i{

    font-size:28px;

    color:#FF7A00;

}

.contact-item h5{

    font-weight:700;

    margin-bottom:8px;

}

.contact-item p,

.contact-item a{

    color:#666;

    text-decoration:none;

}

.contact-form-card{

    background:#fff;

    border-radius:24px;

    padding:45px;

    box-shadow:0 25px 70px rgba(0,0,0,.08);

}

.contact-form-card h3{

    font-weight:700;

    margin-bottom:30px;

}

.contact-form-card .form-control{

    height:58px;

    border-radius:12px;

    border:1px solid #e5e5e5;

    box-shadow:none;

}

.contact-form-card textarea{

    height:180px !important;

    resize:none;

}

.contact-form-card .form-control:focus{

    border-color:#FF7A00;

    box-shadow:0 0 0 .2rem rgba(255,122,0,.15);

}

.contact-btn{

    background:#FF7A00;

    color:#fff;

    border:none;

    border-radius:50px;

    padding:15px 40px;

    font-weight:600;

    transition:.35s;

}

.contact-btn:hover{

    background:#111;

    color:#fff;

}

.contact-map{

    overflow:hidden;

    border-radius:25px;

    box-shadow:0 25px 70px rgba(0,0,0,.08);

}

.contact-map iframe{

    display:block;

}

.contact-feature{

    background:#fff;

    border-radius:18px;

    padding:20px;

    margin-top:25px;

    box-shadow:0 15px 40px rgba(0,0,0,.06);

}

.contact-feature ul{

    margin:0;

    padding:0;

    list-style:none;

}

.contact-feature li{

    margin:15px 0;

    font-weight:500;

}

.contact-feature i{

    color:#FF7A00;

    margin-right:10px;

}

@media(max-width:991px){

.contact-form-card{

padding:25px;

margin-top:30px;

}

}


/*==============================
NEWSLETTER
==============================*/

.newsletter-section{

    padding:80px 0;

    background:#fff;

}

.newsletter-box{

    background:linear-gradient(135deg,#FF7A00,#ff9b28);

    padding:60px;

    border-radius:30px;

    color:#fff;

    box-shadow:0 30px 80px rgba(255,122,0,.25);

}

.newsletter-box h2{

    font-size:42px;

    font-weight:700;

    margin:15px 0;

}

.newsletter-box p{

    color:#fff;

    opacity:.95;

    margin:0;

}



.newsletter-form{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    margin-top:30px;
}

.newsletter-form input{
    flex:1;
    height:60px;
    border:none;
    border-radius:50px;
    padding:0 25px;
    font-size:16px;
}

.newsletter-form button{
    height:60px;
    padding:0 35px;
    border:none;
    border-radius:50px;
    background:#111;
    color:#fff;
    font-weight:600;
    white-space:nowrap;
    transition:.35s;
}

.newsletter-form button:hover{
    background:#fff;
    color:#111;
}

@media(max-width:991px){

    .newsletter-form{
        flex-direction:column;
        align-items:stretch;
    }

    .newsletter-form input,
    .newsletter-form button{
        width:100%;
    }

}





