/* Color Variables  */

:root{
--dark:#242021;
--red:#EE262C;
--white:#ffffff;
--light-red:#FDE4E5;

}
/* Top Bar CSS Code */
.top-bar{
background:var(--dark);
padding: 3px 0;
font-size:14px;

}
.top-bar a,
.top-bar span{
color:#fff;
text-decoration:none;
}
.top-bar i{
color:var(--red);
margin-right:6px;
}
.social-links a{
width:30px;
height:30px;
display:flex;
align-items:center;
justify-content:center;
background:rgba(255,255,255,.12);
border-radius:50%;
transition:.3s;

}
.social-links a:hover{
background:var(--red);
transform:translateY(-3px);
}

/* Top Bar CSS Code End */

/* Header CSS Code  */

.site-header{
position:sticky;
top:15px;
z-index:999;
margin-top:15px;

}
.navbar{
background:rgba(255,255,255,.95);
border-radius:50px;
padding:10px 25px;
box-shadow:0 10px 35px rgb(0 0 0 / 28%);
}
/* Logo */
.logo{
height:45px;
width:auto;
}
/* Menu */
.navbar-nav{
gap:5px;
}
.nav-link{
color:var(--dark);
font-weight:600;
padding:12px 18px !important;
border-radius:30px;
transition:.3s;
}
.nav-link:hover,
.nav-link.active{
background:var(--light-red);
color:var(--red);
}
/* Button */.nav-link:hover,
.nav-link.active{
background:var(--light-red);
color:var(--red);
}


.theme-btn{
background:var(--red);
color:#fff;
text-decoration:none;
padding:14px 30px;
border-radius:50px;
font-weight:700;
display:inline-flex;
align-items:center;
gap:10px;
transition:.3s;
}
.theme-btn:hover{
background:var(--dark);
color:#fff;
transform:translateY(-3px);
}
/* Mobile Toggle */

.navbar-toggler span{
display:block;
width:25px;
height:2px;
background:var(--dark);
margin:5px;
}
/* Header CSS Code End */


/* Hero Section CSS  */

.bites-hero{
    background: linear-gradient(135deg,#fff8f4,#ffffff);
    padding:65px 0 50px;
    overflow:hidden;
    position:relative;

}

.bites-hero::before{
    content:"";
    position:absolute;
    width:400px;
    height:400px;
    background:#EE262C;
    opacity:.08;
    border-radius:50%;
    top:-150px;
    right:-150px;
}

/* CONTENT */

.bites-hero-content{
    position:relative;
    z-index:2;
}

.bites-hero-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:var(--light-red);
    color:#EE262C;
    padding:10px 20px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    margin-bottom:25px;
}
.bites-hero-badge i{
    color:#f6b500;
}

.bites-hero h1{
    font-size:48px;
    line-height:1.12;
    font-weight:800;
    color:#242021;
    margin-bottom:25px;
}

.bites-hero h1 span{
    color:#EE262C;
}

.bites-hero p{
    color:#666;
    font-size:18px;
    line-height:1.8;
    max-width:600px;
    margin-bottom:35px;
}

/* BUTTONS */

.bites-hero-buttons{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.bites-primary-btn{
    background:#EE262C;
    color:#fff;
    padding:15px 32px;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
    display:inline-flex;
    gap:10px;
    align-items:center;
    transition:.3s;
}

.bites-primary-btn:hover{
    background:#242021;
    color:#fff;
    transform:translateY(-3px);
}

.bites-secondary-btn{
    border:2px solid #242021;
    color:#242021;
    padding:13px 30px;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.bites-secondary-btn:hover{
    background:#242021;
    color:#fff;
}
/* STATS */

.bites-hero-stats{
    display:flex;
    gap:35px;
    margin-top:50px;

}

.hero-stat-item h3{
    color:#EE262C;
    font-size:32px;
    margin:0;
    font-weight:800;
}

.hero-stat-item span{
    color:#666;
    font-size:14px;
}

/* IMAGE */

.bites-hero-image-wrap{
    position:relative;
    text-align:center;
}

.hero-bg-circle{
    position:absolute;
    width:500px;
    height:500px;
    background:#EE262C;
    opacity:.10;
    border-radius:50%;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

.bites-hero-image{
    width:100%;
    max-width:560px;
    height:600px;
    object-fit:cover;
    border-radius:40px;
    position:relative;
    z-index:2;
    box-shadow:0 30px 60px rgba(0,0,0,.15);
}

/* FLOATING CARDS */
.hero-floating-card{
    position:absolute;
    z-index:3;
    background:#fff;
    padding:18px 22px;
    border-radius:20px;
    display:flex;
    gap:15px;
    align-items:center;
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.hero-floating-card i{
    width:45px;
    height:45px;
    background:var(--light-red);
    color:#EE262C;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
}

.hero-floating-card strong{
    display:block;
    color:#242021;
}
.hero-floating-card span{
    color:#777;
    font-size:13px;
}

.card-one{
    left:-20px;
    bottom:80px;
}

.card-two{
    right:-20px;
    top:80px;
}

/* Hero Section CSS END */

/* Second Section CSS Start  */

.bnc-features-section{
    position: relative;
    background: linear-gradient(180deg,#ffffff 0%,#fff8f7 100%);
    overflow: hidden;
}

.bnc-features-section::before{
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: rgba(238,38,44,.05);
    border-radius: 50%;
    top: -150px;
    left: -120px;
}

.bnc-features-section::after{
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    background: rgba(36,32,33,.03);
    border-radius: 50%;
    right: -120px;
    bottom: -120px;
}

.bnc-section-tag{
    display:inline-flex;
    align-items:center;
    padding:10px 22px;
    border-radius:50px;
    background:#fde4e5;
    color:#EE262C;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.bnc-section-title{
    font-size:48px;
    font-weight:800;
    color:#242021;
    line-height:1.2;
    margin-bottom:20px;
}


.bnc-section-description{
    margin:auto;
    font-size:18px;
    color:#666;
    line-height:1.8;
}

.bnc-feature-card{
    position: relative;
    background: #fff;
    border-radius: 28px;
    padding: 20px;
    text-align: center;
    transition: .45s ease;
    border: 1px solid #dfd7d7;
    overflow: hidden;
    box-shadow: 0 20px 50px rgb(0 0 0 / 11%);
}
.bnc-feature-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:#EE262C;
    transform:scaleX(0);
    transition:.4s;
}

.bnc-feature-card:hover::before{
    transform:scaleX(1);
}
.bnc-feature-card:hover{
    transform:translateY(-12px);
    box-shadow:0 30px 60px rgba(0,0,0,.12);
}

.bnc-feature-icon{
    width:80px;
    height:80px;
    margin:0 auto 30px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:linear-gradient(135deg,#EE262C,#ff6b6f);
    color:#fff;
    font-size:28px;
    transition:.45s;
    box-shadow:0 15px 35px rgba(238,38,44,.25);
}

.bnc-feature-card:hover .bnc-feature-icon{
    transform:rotateY(180deg) scale(1.08);
}

.bnc-feature-card h4{
    font-size:22px;
    font-weight:700;
    color:#242021;
    margin-bottom:15px;
}

.bnc-feature-card p{
    color:#666;
    line-height:1.8;
    margin:0;
}

/* Second Section CSS END  */

/* Third Section CSS Start  */
.bnc-content{
    padding-left:40px;
}
.counter{
    color:#EE262C;
    font-size:38px;
    font-weight:800;
}

.bnc-story-image{
    position:relative;
}

.bnc-story-image img{
    border-radius:35px !important;
    box-shadow:0 35px 60px rgba(0,0,0,.12);
    transition:.4s;
}

.bnc-story-image img:hover{
    transform:scale(1.02);
}

.bnc-small-title{
    background-color: var(--light-red);
    color:#EE262C;
    font-weight:700;
    text-transform:uppercase;
    padding: 10px 20px;
    border-radius: 40px;
    letter-spacing:1px;
    font-size:14px;
}
.h3-heading-de{
    font-size:42px;
    color:#242021;
    font-weight:800;
    line-height:1.25;
}

.bnc-paragraph{
    font-size:17px;
    color:#666;
    line-height:1.9;
}

.bnc-counter-box{
    background:#fff;
    border-radius:22px;
    padding:28px;
    text-align:center;
    margin-bottom:20px;
    border:1px solid #eee;
    transition:.35s;
    box-shadow:0 15px 35px rgba(0,0,0,.05);
}

.bnc-counter-box:hover{
    transform:translateY(-8px);
    border-color:#EE262C;
}

.bnc-counter-box h3{
    font-size:35px;
    color:#EE262C;
    font-weight:800;
    margin-bottom:5px;
}

.bnc-counter-box span{
    color:#666;
    font-weight:500;
}

.bnc-discover-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:16px 34px;
    border-radius:50px;
    background:#EE262C;
    color:#fff;
    text-decoration:none;
    font-weight:700;
    transition:.35s;
    box-shadow:0 18px 40px rgba(238,38,44,.28);
}

.bnc-discover-btn:hover{
    background:#242021;
    color:#fff;
    transform:translateY(-4px);
}

.bnc-discover-btn i{
    transition:.3s;
}

.bnc-discover-btn:hover i{
    transform:translateX(5px);

}

/* Third Section CSS END  */

/* Fourth Section CSS start  */

.bnc-services{
    padding:100px 0;
    background:#fff;
}

.bnc-service-tag{
    display:inline-block;
    padding:10px 22px;
    background:rgba(238,38,44,.08);
    color:#EE262C;
    font-size:14px;
    font-weight:700;
    border-radius:50px;
    letter-spacing:.8px;
    text-transform:uppercase;
}

.bnc-service-title{
    font-size:48px;
    font-weight:800;
    color:#242021;
    margin:18px 0;
    line-height:1.2;
}

.bnc-service-text{
    max-width:720px;
    margin:auto;
    color:#666;
    font-size:17px;
    line-height:1.9;
}

.bnc-service-card{
    background:#fff;
    border-radius:28px;
    overflow:hidden;
    border:1px solid #f1f1f1;
    transition:.35s;
    box-shadow:0 15px 45px rgba(0,0,0,.05);
    height:100%;
}

.bnc-service-card:hover{
    transform:translateY(-10px);
    box-shadow:0 30px 70px rgba(0,0,0,.12);
}

.bnc-service-image{
    position:relative;
    overflow:hidden;
}

.bnc-service-image img{
    width:100%;
    height:320px;
    object-fit:cover;
    transition:.6s;
}

.bnc-service-image::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top,rgba(36,32,33,.35),transparent);
    z-index:1;
}

.bnc-service-card:hover .bnc-service-image img{
    transform:scale(1.08);
}

.bnc-service-content{
    padding:35px;
}

.bnc-service-content span{
    display:inline-block;
    padding:8px 18px;
    background:#FFF3F3;
    color:#EE262C;
    border-radius:40px;
    font-size:13px;
    font-weight:700;
    margin-bottom:18px;
}

.bnc-service-content h3{
    font-size:28px;
    color:#242021;
    font-weight:800;
    line-height:1.35;
    margin-bottom:18px;
}

.bnc-service-content p{
    color:#666;
    line-height:1.9;
    margin-bottom:25px;
}

.bnc-read-more{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#EE262C;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.bnc-read-more i{
    transition:.3s;
}

.bnc-read-more:hover{
    color:#242021;
}

.bnc-read-more:hover i{
    transform:translateX(6px);
}

/* Fourth Section CSS END */

/* Fivth Section CSS Start */

.bnc-process{
    position:relative;
    padding:100px 0;
    background:linear-gradient(180deg,#ffffff 0%,#fff8f8 100%);
    overflow:hidden;
}

.bnc-process-tag{
    display:inline-block;
    padding:10px 22px;
    background:rgba(238,38,44,.08);
    color:#EE262C;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.8px;
    border-radius:50px;
    margin-bottom:18px;
}

.bnc-process-title{
    font-size:46px;
    font-weight:800;
    color:#242021;
    line-height:1.2;
    margin-bottom:18px;
}

.bnc-process-text{
    max-width:720px;
    margin:auto;
    color:#666;
    font-size:17px;
    line-height:1.9;
}

.bnc-process-card{
    position:relative;
    z-index:2;
    background:#fff;
    border:1px solid #f3f3f3;
    border-radius:30px;
    padding:25px;
    text-align:center;
    transition:.35s;
    box-shadow:0 15px 45px rgba(0, 0, 0, 0.144);
    height:100%;
    overflow:hidden;
}

.bnc-process-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:5px;
    background:#EE262C;
    transform:scaleX(0);
    transition:.35s;
}

.bnc-process-card:hover::before{
    transform:scaleX(1);
}

.bnc-process-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.bnc-process-icon{
    width:75px;
    height:75px;
    margin:auto;
    border-radius:50%;
    background:linear-gradient(135deg,#EE262C,#ff595e);
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:25px;
    box-shadow:0 15px 35px rgba(238,38,44,.30);
    transition:.35s;
}

.bnc-process-card:hover .bnc-process-icon{
    transform:rotateY(180deg) scale(1.08);
}

.bnc-process-number{
    width:42px;
    height:42px;
    margin:22px auto;
    border-radius:50%;
    background:#242021;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:14px;
    font-weight:700;
}

.bnc-process-card h4{
    font-size:23px;
    font-weight:700;
    color:#242021;
    margin-bottom:15px;
}

.bnc-process-card p{
    color:#666;
    line-height:1.8;
    margin-bottom:0;
    font-size:15px;
}

.bnc-process-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:16px 34px;
    border-radius:50px;
    background:#EE262C;
    color:#fff;
    text-decoration:none;
    font-weight:700;
    transition:.35s;
    box-shadow:0 15px 35px rgba(238,38,44,.25);
}

.bnc-process-btn:hover{
    background:#242021;
    color:#fff;
    transform:translateY(-4px);
}

.bnc-process-btn i{
    transition:.3s;
}

.bnc-process-btn:hover i{
    transform:translateX(5px);
}

/* Fivth Section CSS END */


/* Sixth Section CSS Start  */

.bnc-packages{
    background:linear-gradient(180deg,#ffffff 0%,#fff8f8 100%);
}

.bnc-package-tag{
    display:inline-block;
    padding:10px 22px;
    background:#FDECEC;
    color:#EE262C;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}

.bnc-package-title{
    font-size:46px;
    font-weight:800;
    color:#242021;
    margin:18px 0;
}

.bnc-package-text{
    max-width:760px;
    margin:auto;
    color:#666;
    line-height:1.9;
    font-size:17px;
}

.bnc-package-card{

    background:#fff;
    border:1px solid #d3cfcf;
    border-radius:28px;
    padding:35px 28px;
    box-shadow:0 18px 45px rgb(0 0 0 / 18%);

    display:flex;
    flex-direction:column;

    height:100%;

    transition:.35s;

}

.bnc-package-card:hover{

    transform:translateY(-10px);

    box-shadow:0 28px 55px rgba(0,0,0,.10);

}

.bnc-package-featured{

    position:relative;

    border:2px solid #EE262C;

    transform:scale(1.03);

}

.bnc-package-featured:hover{

    transform:translateY(-10px) scale(1.03);

}

.bnc-package-badge{

    position:absolute;

    top:18px;

    right:18px;

    background:#EE262C;

    color:#fff;

    padding:8px 16px;

    border-radius:50px;

    font-size:12px;

    font-weight:700;

}

.bnc-package-content{
   padding:30px;
}

.bnc-package-subtitle{
    display:inline-block;
    color:#EE262C;
    font-weight:700;
    font-size:14px;
    text-transform:uppercase;
    letter-spacing:.8px;
    margin-bottom:12px;
}

.bnc-package-content h3{
    font-size:32px;
    font-weight:800;
    color:#242021;
    margin-bottom:25px;
}


.bnc-package-price{

    background:#FFF7F7;

    border-radius:20px;

    padding:18px;

    margin-bottom:28px;

    text-align:center;

}

.bnc-package-price h2{

    font-size:48px;

    color:#EE262C;

    font-weight:800;

    margin-bottom:5px;

}

.bnc-package-price span{

    display:inline-block;

    background:#fff;

    border-radius:30px;

    padding:8px 18px;

    font-weight:600;

    color:#242021;

    font-size:14px;

}

.bnc-package-list{

    flex-grow:1;

    margin:0;

    padding:0;

}

.bnc-package-list li{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:15px;
    color:#555;
    line-height:1.6;
}

.bnc-package-list i{
    color:#EE262C;
    margin-top:3px;
    font-size:18px;
}

.bnc-package-btn{

    margin-top:30px;

    display:flex;

    justify-content:center;

    align-items:center;

    gap:10px;

    background:#EE262C;

    color:#fff;

    border-radius:50px;

    padding:16px;

    text-decoration:none;

    font-weight:700;

    transition:.35s;

}

.bnc-package-btn:hover{
    background:#242021;
    color:#fff;
}

.bnc-package-btn i{
    transition:.35s;
}

.bnc-package-btn:hover i{
    transform:translateX(5px);
}

.bnc-package-cta{
    background:#242021 !important;
    padding:60px;
    border-radius:30px;
}

.bnc-package-cta h3{
    color:#fff;
    font-size:40px;
    font-weight:800;
}

.bnc-package-cta p{
    color:#d7d7d7;
    max-width:700px;
    margin:20px auto 0;
    line-height:1.9;
}

.bnc-package-all-btn,
.bnc-package-outline-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:15px 34px;
    border-radius:50px;
    font-weight:700;
    text-decoration:none;
    transition:.35s;
}

.bnc-package-all-btn{
    background:#EE262C;
    color:#fff;
}

.bnc-package-all-btn:hover{
    background:#fff;
    color:#242021;
}

.bnc-package-outline-btn{
    border:2px solid rgba(255,255,255,.25);
    color:#fff;
}

.bnc-package-outline-btn:hover{
    background:#fff;
    color:#242021;
}

/*======================
Header
======================*/

.bnc-package-header{

    text-align:center;

    margin-bottom:25px;

}


.bnc-package-icon{

    width:75px;

    height:75px;

    border-radius:50%;

    background: var(--light-red);

    color:#EE262C;

    font-size:30px;

    display:flex;

    justify-content:center;

    align-items:center;

    /* margin:0 auto 20px; */

}


.bnc-package-header h3{

    font-size:28px;

    font-weight:800;

    color:#242021;

    margin-bottom:8px;

}


.bnc-package-header p{

    color:#777;

    margin:0;

    font-size:15px;

}

/* Sixth Section CSS END */

/* Seventh Section CSS  */

/*======================================
Gallery Section
======================================*/

.bnc-gallery{
    background:#fff;
}

.bnc-gallery-tag{
    display:inline-block;
    padding:10px 22px;
    background:#FDECEC;
    color:#EE262C;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.bnc-gallery-title{
    font-size:46px;
    font-weight:800;
    color:#242021;
    line-height:1.2;
    margin:18px 0;
}



.bnc-gallery-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:16px 34px;
    border-radius:50px;
    background:#EE262C;
    color:#fff;
    text-decoration:none;
    font-weight:700;
    transition:.35s;
    box-shadow:0 15px 35px rgba(238,38,44,.25);
}

.bnc-gallery-btn:hover{
    background:#242021;
    color:#fff;
    transform:translateY(-4px);
}
.bnc-gallery-item{
    position:relative;
    overflow:hidden;
    border-radius:28px;
    display:block;
    box-shadow:0 20px 45px rgba(0,0,0,.08);
}

.bnc-gallery-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.45s;
}


.bnc-gallery-large{
    height:640px;
}

.bnc-gallery-small{
    height:300px;
}

.bnc-gallery-wide{
    height:320px;
}

.bnc-gallery-medium{
    height:280px;
}

/* Seventh Section CSS END */





/* Eight Section CSS  */

/*=========================================
Testimonials Section
=========================================*/

.bnc-testimonials{
    position:relative;
    background:#fff;
    overflow:hidden;
}


.bnc-testimonials::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    top:-180px;
    right:-180px;
    background:rgba(238,38,44,.06);
    border-radius:50%;
}


.bnc-testimonials::after{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    bottom:-150px;
    left:-150px;
    background:rgba(36,32,33,.04);
    border-radius:50%;
}


/* Heading */

.bnc-testimonial-tag{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:#fdecec;
    color:#EE262C;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
}


.bnc-testimonial-title{
    margin-top:18px;
    font-size:44px;
    font-weight:800;
    color:#242021;
    line-height:1.25;
}


.bnc-testimonial-text{
    max-width:720px;
    margin:18px auto 0;
    color:#666;
    font-size:17px;
    line-height:1.8;
}


/* Review Card */

.bnc-review-card{

    position:relative;

    height:100%;

    padding:38px;

    background:#fff;

    border-radius:30px;

    border:1px solid #f1f1f1;

    box-shadow:0 20px 60px rgba(0,0,0,.08);

    transition:.4s;

    overflow:hidden;

}


.bnc-review-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:5px;

    background:linear-gradient(90deg,#EE262C,#ff7b7f);

}

.bnc-review-card:hover{

    transform:translateY(-10px);

    box-shadow:0 35px 80px rgba(238,38,44,.14);

}



/* Quote */

.bnc-review-quote{

    position:absolute;

    right:30px;

    top:25px;

    width:65px;

    height:65px;

    border-radius:50%;

    background:linear-gradient(135deg,#EE262C,#ff6468);

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:24px;

    box-shadow:0 15px 35px rgba(238,38,44,.25);

}



/* Stars */

.bnc-review-stars{

    color:#ffb400;

    font-size:15px;

    margin-bottom:25px;

}

.bnc-review-stars i{
    margin-right:3px;
}

.bnc-review-card p{
    color:#555;
    font-size:16px;
    line-height:1.9;
    margin-bottom:32px;
}

.bnc-review-client{
    display:flex;
    align-items:center;
    gap:16px;
}

.bnc-review-avatar{
    width:65px;
    height:65px;
    border-radius:50%;
    background:linear-gradient(135deg,#242021,#EE262C);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    font-weight:700;
    letter-spacing:1px;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.bnc-review-client h5{
    margin:0;
    color:#242021;
    font-size:18px;
    font-weight:700;
}

.bnc-review-client span{
    display:block;
    margin-top:5px;
    color:#777;
    font-size:14px;
}

.bnc-review-prev,
.bnc-review-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:55px;
    height:55px;
    border-radius:50%;
    background:#fff;
    opacity:1;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
    transition:.35s;
}

.bnc-review-prev{
    left:15px;
}

.bnc-review-next{
    right:15px;
}

.bnc-review-prev span,
.bnc-review-next span{
    color:#242021;
    font-size:18px;
}

.bnc-review-prev:hover,
.bnc-review-next:hover{
    background:#EE262C;
}

.bnc-review-prev:hover span,
.bnc-review-next:hover span{
    color:#fff;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
    display:none;
}

.carousel-item{
    transition:transform .8s ease-in-out;
}

.carousel-item .row{
    align-items:stretch;
}

.bnc-review-card{
    min-height:350px;
}

#bncTestimonialsCarousel{
    padding:20px 70px;
}
/* Eight Section CSS END */

/* FAQ Section */

.bnc-faq{
    position:relative;
    background:#fff;
    overflow:hidden;
}

.bnc-faq::before{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    background:rgba(238,38,44,.05);
    border-radius:50%;
    top:-200px;
    right:-180px;
}

.bnc-faq-tag{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:#fdecec;
    color:#EE262C;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
}

.bnc-faq-title{
    margin-top:18px;
    font-size:44px;
    font-weight:800;
    color:#242021;
    line-height:1.2;
}

.bnc-faq-text{
    margin-top:18px;
    color:#666;
    font-size:17px;
    line-height:1.8;
}

.bnc-faq-image{
    position:relative;
    border-radius:35px;
    overflow:hidden;
    box-shadow:0 25px 70px rgba(0,0,0,.12);
}

.bnc-faq-image img{
    width:100%;
    height:550px;
    object-fit:cover;
}

.bnc-faq-image::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, transparent 50%, rgba(0,0,0,.25));
}

.bnc-faq-badge{
    position:absolute;
    left:30px;
    bottom:30px;
    z-index:2;
    background:#fff;
    padding:22px 30px;
    border-radius:22px;
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.bnc-faq-badge h4{
    margin:0;
    color:#EE262C;
    font-size:34px;
    font-weight:800;
}

.bnc-faq-badge span{
    color:#555;
    font-size:14px;
}

.bnc-faq-accordion .accordion-item{
    border:none;
    margin-bottom:18px;
    border-radius:22px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 15px 45px rgba(0,0,0,.07);
}

.bnc-faq-accordion .accordion-button{
    background:#fff;
    color:#242021;
    font-size:17px;
    font-weight:700;
    padding:24px 30px;
    border:none;
    box-shadow:none;
}

.bnc-faq-accordion .accordion-button:not(.collapsed){
    color:#EE262C;
    background:#fff;
}

.bnc-faq-accordion .accordion-button::after{
    width:38px;
    height:38px;
    background-image:none;
    content:"+";
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#fdecec;
    color:#EE262C;
    font-size:25px;
    font-weight:500;
    transform:none;
}

.bnc-faq-accordion .accordion-button:not(.collapsed)::after{
    content:"−";
    background:#EE262C;
    color:#fff;
}

.bnc-faq-accordion .accordion-body{
    padding:0 30px 25px;
    color:#666;
    font-size:16px;
    line-height:1.8;
}

.bnc-faq-accordion .accordion-item:hover{
    transform:translateY(-3px);
    transition:.35s;
    box-shadow:0 25px 55px rgba(238,38,44,.10);
}

.bnc-faq-accordion .collapse{
    transition:.35s ease;
}

.bnc-cta{
    position:relative;
    overflow:hidden;
}

.bnc-cta-wrapper{
    position:relative;
    background:#242021;
    border-radius:40px;
    padding:70px 70px;
    overflow:hidden;
}

.bnc-cta-wrapper::before{
    content:"";
    position:absolute;
    width:400px;
    height:400px;
    background:rgba(238,38,44,.18);
    border-radius:50%;
    top:-180px;
    right:-150px;
    filter:blur(20px);
}

.bnc-cta-wrapper::after{
    content:"";
    position:absolute;
    width:250px;
    height:250px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
    bottom:-100px;
    left:-80px;
}

.bnc-cta-tag{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:rgba(238,38,44,.15);
    color:#ff777b;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
}

.bnc-cta-title{
    margin-top:20px;
    color:#fff;
    font-size:46px;
    font-weight:800;
    line-height:1.25;
}

.bnc-cta-text{
    margin-top:20px;
    max-width:650px;
    color:rgba(255,255,255,.75);
    font-size:17px;
    line-height:1.8;
}

.bnc-cta-buttons{
    display:flex;
    gap:18px;
    align-items:center;
    margin-top:35px;
}

.bnc-cta-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:16px 32px;
    background:#EE262C;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:700;
    transition:.35s;
    box-shadow:0 15px 40px rgba(238,38,44,.35);
}

.bnc-cta-btn:hover{
    background:#fff;
    color:#242021;
    transform:translateY(-4px);
}

.bnc-cta-outline-btn{
    padding:16px 32px;
    border:1px solid rgba(255,255,255,.4);
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:700;
    transition:.35s;
}

.bnc-cta-outline-btn:hover{
    background:#fff;
    color:#242021;
}

.bnc-cta-image{
    position:relative;
    z-index:2;
}

.bnc-cta-image img{
    width:100%;
    height:430px;
    object-fit:cover;
    border-radius:30px;
    box-shadow:0 25px 70px rgba(0,0,0,.35);
}

.bnc-cta-image::before{
    content:"";
    position:absolute;
    inset:-15px;
    border:1px solid rgba(255,255,255,.15);
    border-radius:40px;
}


/* Our Story page css */

.bnc-inner-banner{
    position:relative;
    padding:120px 0 170px;
    overflow:hidden;
    background:
    linear-gradient(rgba(20,20,20,.72),rgba(20,20,20,.72)),
    url("../images/our-story-images/our-story-hero-img.png");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.bnc-inner-banner .container{
    position:relative;
    z-index:5;
}



/* Decorative Pattern */

.bnc-inner-pattern{
    position:absolute;
    inset:0;
    background-image:
    radial-gradient(rgba(255,255,255,.08) 1px,transparent 1px);
    background-size:28px 28px;
    opacity:.35;
}



/* Red Glow */

.bnc-inner-banner::before{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    border-radius:50%;

    background:rgba(238,38,44,.22);

    top:-180px;

    right:-120px;

    filter:blur(45px);

}



.bnc-inner-banner::after{

    content:"";

    position:absolute;

    width:320px;

    height:320px;

    border-radius:50%;

    background:rgba(255,255,255,.05);

    left:-120px;

    bottom:-120px;

}






/* Tag */

.bnc-inner-tag{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:12px 26px;

    border-radius:50px;

    background:rgba(255,255,255,.12);

    border:1px solid rgba(255,255,255,.18);

    backdrop-filter:blur(12px);

    color:#fff;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

}



/* Heading */

.bnc-inner-title{

    margin-top:28px;

    color:#fff;

    font-size:60px;

    font-weight:800;

    line-height:1.18;

}



/* Description */

.bnc-inner-description{

    max-width:760px;

    margin:24px auto 0;

    color:rgba(255,255,255,.85);

    font-size:18px;

    line-height:1.9;

}
/*=========================================
Inner Banner Bottom Wave
=========================================*/

.bnc-inner-wave{

    position:absolute;

    left:0;

    bottom:-2px;

    width:100%;

    line-height:0;

    z-index:3;

}


.bnc-inner-wave svg{

    display:block;

    width:100%;

    height:120px;

}



/*=========================================
Small Decorations
=========================================*/

.bnc-inner-tag,
.bnc-inner-title,
.bnc-inner-description{

    position:relative;

    z-index:5;

}


.bnc-inner-title span{

    color:#EE262C;

}


.bnc-inner-banner *{

    transition:.35s;

}


/*=========================================
Our Story Showcase
=========================================*/

.bnc-story-showcase{
    background:#fff;
}

.bnc-story-photo{
    position:relative;
}

.bnc-story-photo img{
    width:100%;
    height:640px;
    object-fit:cover;
    border-radius:40px 120px 40px 40px;
    box-shadow:0 30px 70px rgba(0,0,0,.12);
}

.bnc-story-badge{
    position:absolute;
    right:-20px;
    bottom:40px;
    background:#242021;
    color:#fff;
    padding:22px 28px;
    border-left:5px solid #EE262C;
    border-radius:18px;
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.bnc-story-badge h3{
    margin:0;
    color:#EE262C;
    font-size:40px;
    font-weight:800;
}

.bnc-story-badge p{
    margin:6px 0 0;
    font-size:14px;
    color:#d7d7d7;
}

.bnc-story-subtitle{
    display:inline-block;
    padding:10px 22px;
    background:#fdecec;
    color:#EE262C;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
}

.bnc-story-section-title{
    margin:20px 0;
    font-size:48px;
    font-weight:800;
    line-height:1.2;
    color:#242021;
}

.bnc-story-section-text{
    margin-bottom:30px;
    color:#666;
    font-size:17px;
    line-height:1.9;
}

/*=========================================
Story Features
=========================================*/

.bnc-story-feature{
    display:flex;
    align-items:center;
    gap:14px;
    padding:18px 22px;
    background:#fff;
    border:1px solid #ececec;
    border-radius:16px;
    transition:.35s;
}

.bnc-story-feature:hover{
    transform:translateY(-6px);
    border-color:#EE262C;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.bnc-story-feature i{
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#EE262C;
    color:#fff;
    border-radius:50%;
    font-size:16px;
    flex-shrink:0;
}

.bnc-story-feature span{
    color:#242021;
    font-size:16px;
    font-weight:600;
    line-height:1.5;
}


/*=========================================
Founder
=========================================*/

.bnc-story-founder{
    display:flex;
    align-items:center;
    gap:18px;
    margin-top:40px;
}

.bnc-story-founder-line{
    width:70px;
    height:3px;
    background:#EE262C;
    border-radius:50px;
}

.bnc-story-founder h5{
    margin:0;
    color:#242021;
    font-size:20px;
    font-weight:700;
}

.bnc-story-founder span{
    display:block;
    margin-top:5px;
    color:#777;
    font-size:15px;
}

/*=========================================
Journey
=========================================*/

.bnc-journey{
    background:#faf8f6;
}

.bnc-journey-heading{
    max-width:760px;
    margin:0 auto 70px;
}

.bnc-journey-subtitle{
    display:inline-block;
    padding:10px 22px;
    background:#fdecec;
    color:#EE262C;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
}

.bnc-journey-title{
    margin:20px 0;
    color:#242021;
    font-size:46px;
    font-weight:800;
    line-height:1.2;
}

.bnc-journey-text{
    color:#666;
    font-size:17px;
    line-height:1.9;
}

.bnc-journey-wrapper{
    position:relative;
    max-width:900px;
    margin:auto;
}

.bnc-journey-line{
    position:absolute;
    left:45px;
    top:0;
    bottom:0;
    width:3px;
    background:#EE262C;
    border-radius:20px;
}

.bnc-journey-item{
    display:flex;
    gap:35px;
    position:relative;
    margin-bottom:45px;
}

.bnc-journey-item:last-child{
    margin-bottom:0;
}

.bnc-journey-year{
    width:90px;
    height:90px;
    flex-shrink:0;
    border-radius:50%;
    background:#EE262C;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    font-weight:700;
    position:relative;
    z-index:2;
}

.bnc-journey-card{
    flex:1;
    background:#fff;
    padding:30px;
    border-radius:22px;
    box-shadow:0 18px 40px rgba(0,0,0,.08);
    transition:.35s;
}

.bnc-journey-card:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 55px rgba(0,0,0,.12);
}

.bnc-journey-card h3{
    margin-bottom:15px;
    font-size:28px;
    font-weight:700;
    color:#242021;
}

.bnc-journey-card p{
    margin:0;
    color:#666;
    font-size:16px;
    line-height:1.9;
}

/*=========================================
Core Values
=========================================*/

.bnc-values{
    background:#fff;
}

.bnc-values-heading{
    max-width:760px;
    margin:0 auto 60px;
}

.bnc-values-subtitle{
    display:inline-block;
    padding:10px 22px;
    background:#fdecec;
    color:#EE262C;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
}

.bnc-values-title{
    margin:20px 0;
    color:#242021;
    font-size:46px;
    font-weight:800;
    line-height:1.2;
}

.bnc-values-text{
    color:#666;
    font-size:17px;
    line-height:1.9;
}

.bnc-value-card{
    height:100%;
    padding:35px 28px;
    background:#fff;
    border:1px solid #ececec;
    border-radius:24px;
    text-align:center;
    transition:.35s;
    position:relative;
    overflow:hidden;
}

.bnc-value-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:#EE262C;
    transform:scaleX(0);
    transition:.35s;
}

.bnc-value-card:hover{
    transform:translateY(-8px);
    border-color:#EE262C;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
}

.bnc-value-card:hover::before{
    transform:scaleX(1);
}

.bnc-value-icon{
    width:80px;
    height:80px;
    margin:0 auto 25px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#EE262C;
    color:#fff;
    font-size:30px;
    transition:.35s;
}

.bnc-value-card:hover .bnc-value-icon{
    transform:rotateY(180deg);
}

.bnc-value-card h3{
    margin-bottom:15px;
    color:#242021;
    font-size:24px;
    font-weight:700;
}

.bnc-value-card p{
    margin:0;
    color:#666;
    font-size:15px;
    line-height:1.8;
}

/*=========================================
Story CTA
=========================================*/

.bnc-story-cta{
    background:#faf8f6;
}

.bnc-story-cta-box{
    padding:70px;
    background:#242021;
    border-radius:32px;
    overflow:hidden;
    position:relative;
}

.bnc-story-cta-box::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    right:-180px;
    top:-180px;
    background:rgba(238,38,44,.15);
    border-radius:50%;
}

.bnc-story-cta-tag{
    display:inline-block;
    padding:10px 22px;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.15);
    border-radius:50px;
    color:#fff;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
}

.bnc-story-cta-title{
    margin:22px 0 18px;
    color:#fff;
    font-size:48px;
    font-weight:800;
    line-height:1.2;
}

.bnc-story-cta-text{
    max-width:620px;
    color:rgba(255,255,255,.82);
    font-size:17px;
    line-height:1.9;
}

.bnc-story-cta-buttons{
    display:flex;
    gap:18px;
    margin-top:35px;
    flex-wrap:wrap;
}

.bnc-story-cta-btn,
.bnc-story-cta-outline{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:180px;
    padding:16px 34px;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
    transition:.35s;
}

.bnc-story-cta-btn{
    background:#EE262C;
    color:#fff;
}

.bnc-story-cta-btn:hover{
    background:#fff;
    color:#242021;
}

.bnc-story-cta-outline{
    border:2px solid rgba(255,255,255,.25);
    color:#fff;
}

.bnc-story-cta-outline:hover{
    background:#fff;
    border-color:#fff;
    color:#242021;
}

.bnc-story-cta-image{
    position:relative;
}

.bnc-story-cta-image img{
    width:100%;
    height:430px;
    object-fit:cover;
    border-radius:26px;
    box-shadow:0 25px 60px rgba(0,0,0,.25);
}

/* packages page  */
/*=========================================
Packages Hero
=========================================*/

.bnc-packages-hero{
    position:relative;
    padding:140px 0 90px;
    background:linear-gradient(180deg,#fff 0%,#faf8f6 100%);
    overflow:hidden;
}

.bnc-packages-tag{
    display:inline-block;
    padding:10px 22px;
    background:#fdecec;
    color:#EE262C;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
}

.bnc-packages-title{
    margin:22px 0;
    color:#242021;
    font-size:58px;
    font-weight:800;
    line-height:1.15;
}

.bnc-packages-text{
    max-width:580px;
    color:#666;
    font-size:17px;
    line-height:1.9;
}

.bnc-packages-actions{
    display:flex;
    align-items:center;
    gap:18px;
    margin-top:35px;
    flex-wrap:wrap;
}

.bnc-packages-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:16px 34px;
    border:2px solid #242021;
    border-radius:50px;
    color:#242021;
    text-decoration:none;
    font-weight:700;
    transition:.35s;
}

.bnc-packages-btn:hover{
    background:#242021;
    color:#fff;
}

.bnc-packages-image-wrap{
    position:relative;
}

.bnc-packages-image-wrap img{
    width:100%;
    height:620px;
    object-fit:cover;
    border-radius:40px;
    box-shadow:0 30px 70px rgba(0,0,0,.15);
}

.bnc-packages-floating-card{
    position:absolute;
    left:-30px;
    bottom:40px;
    padding:24px 28px;
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(12px);
    border-radius:22px;
    box-shadow:0 20px 60px rgba(0,0,0,.15);
}

.bnc-packages-floating-card h4{
    margin:0;
    color:#242021;
    font-size:24px;
    font-weight:800;
}

.bnc-packages-floating-card p{
    margin:8px 0 0;
    color:#666;
    font-size:15px;
}
/*=========================================
Packages Hero Bottom
=========================================*/

.bnc-packages-highlights{
    margin-top:80px;
}

.bnc-packages-highlight{
    display:flex;
    align-items:center;
    gap:18px;
    padding:26px;
    background:#fff;
    border:1px solid #ececec;
    border-radius:22px;
    box-shadow:0 12px 35px rgba(0,0,0,.05);
    transition:.35s;
    height:100%;
}

.bnc-packages-highlight:hover{
    transform:translateY(-8px);
    border-color:#EE262C;
    box-shadow:0 20px 50px rgba(0,0,0,.10);
}

.bnc-packages-highlight-icon{
    width:68px;
    height:68px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#EE262C;
    color:#fff;
    border-radius:18px;
    font-size:24px;
    flex-shrink:0;
}

.bnc-packages-highlight h3{
    margin:0;
    color:#242021;
    font-size:34px;
    font-weight:800;
}

.bnc-packages-highlight span{
    display:block;
    margin-top:6px;
    color:#666;
    font-size:15px;
    line-height:1.6;
}

/*=========================================
Decorative Shapes
=========================================*/

.bnc-packages-shape{
    position:absolute;
    border-radius:50%;
    pointer-events:none;
}

.bnc-packages-shape-one{
    width:320px;
    height:320px;
    top:-120px;
    right:-120px;
    background:rgba(238,38,44,.05);
}

.bnc-packages-shape-two{
    width:220px;
    height:220px;
    bottom:80px;
    left:-100px;
    background:rgba(36,32,33,.04);
}
/*=========================================
Choose Package
=========================================*/

.bnc-package-steps{
    background:#fff;
}

.bnc-package-steps-head{
    max-width:760px;
    margin:0 auto 60px;
}

.bnc-package-steps-tag{
    display:inline-block;
    padding:10px 22px;
    background:#fdecec;
    color:#EE262C;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
}

.bnc-package-steps-title{
    margin:20px 0;
    color:#242021;
    font-size:46px;
    font-weight:800;
    line-height:1.2;
}

.bnc-package-steps-text{
    color:#666;
    font-size:17px;
    line-height:1.9;
}

.bnc-package-step-card{
    position:relative;
    height:100%;
    padding:45px 30px 35px;
    background:#fff;
    border:1px solid #ececec;
    border-radius:26px;
    text-align:center;
    overflow:hidden;
    transition:.35s;
}

.bnc-package-step-card:hover{
    transform:translateY(-10px);
    border-color:#EE262C;
    box-shadow:0 22px 55px rgba(0,0,0,.08);
}

.bnc-package-step-number{
    position:absolute;
    top:22px;
    right:25px;
    font-size:52px;
    font-weight:800;
    color:rgba(238,38,44,.08);
    line-height:1;
}

.bnc-package-step-icon{
    width:90px;
    height:90px;
    margin:0 auto 25px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#EE262C;
    color:#fff;
    font-size:34px;
    transition:.35s;
}

.bnc-package-step-card:hover .bnc-package-step-icon{
    transform:rotateY(180deg) scale(1.08);
}

.bnc-package-step-card h3{
    margin-bottom:15px;
    color:#242021;
    font-size:24px;
    font-weight:700;
}

.bnc-package-step-card p{
    margin:0;
    color:#666;
    font-size:15px;
    line-height:1.8;
}

/*=========================================
Packages Grid
=========================================*/

.bnc-packages-grid{
    background:#faf8f6;
}

.bnc-packages-grid-head{
    max-width:760px;
    margin:0 auto 65px;
}

.bnc-packages-grid-tag{
    display:inline-block;
    padding:10px 22px;
    background:#fdecec;
    color:#EE262C;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
}

.bnc-packages-grid-title{
    margin:20px 0;
    font-size:46px;
    font-weight:800;
    color:#242021;
    line-height:1.2;
}

.bnc-packages-grid-text{
    color:#666;
    font-size:17px;
    line-height:1.9;
}

/* Featured Package */

.bnc-featured-package{
    position:relative;
    margin-bottom:45px;
    padding:55px;
    background:#fff;
    border:2px solid #EE262C;
    border-radius:32px;
    box-shadow:0 25px 70px rgba(0,0,0,.08);
    overflow:hidden;
}

.bnc-featured-package::before{
    content:"";
    position:absolute;
    width:320px;
    height:320px;
    top:-160px;
    right:-160px;
    background:rgba(238,38,44,.05);
    border-radius:50%;
}

.bnc-featured-badge{
    position:absolute;
    top:25px;
    right:25px;
    padding:10px 18px;
    background:#EE262C;
    color:#fff;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    letter-spacing:.5px;
}

.bnc-package-label{
    display:inline-block;
    margin-bottom:15px;
    color:#EE262C;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
}

.bnc-featured-package h3{
    font-size:40px;
    font-weight:800;
    color:#242021;
    margin-bottom:15px;
}

.bnc-package-desc{
    color:#666;
    font-size:16px;
    line-height:1.8;
}

.bnc-package-price{
    margin:30px 0;
}

.bnc-package-price h2{
    margin:0;
    font-size:52px;
    font-weight:800;
    color:#EE262C;
}

.bnc-package-price span{
    display:block;
    margin-top:8px;
    color:#666;
    font-weight:600;
}

.bnc-package-list{
    margin:0;
    padding:0;
    list-style:none;
}

.bnc-package-list li{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:16px;
    color:#555;
    line-height:1.7;
}

.bnc-package-list i{
    margin-top:5px;
    color:#EE262C;
    font-size:14px;
}
/*=========================================
Package Cards
=========================================*/

.bnc-package-card{
    height:100%;
    padding:35px 30px;
    background:#fff;
    border:1px solid #ececec;
    border-radius:26px;
    transition:.35s;
    display:flex;
    flex-direction:column;
    box-shadow:0 10px 35px rgba(0,0,0,.04);
}

.bnc-package-card:hover{
    transform:translateY(-10px);
    border-color:#EE262C;
    box-shadow:0 22px 60px rgba(0,0,0,.10);
}

.bnc-package-card-tag{
    display:inline-block;
    align-self:flex-start;
    padding:8px 18px;
    margin-bottom:18px;
    background:#fdecec;
    color:#EE262C;
    border-radius:50px;
    font-size:12px;
    font-weight:700;
    letter-spacing:.8px;
    text-transform:uppercase;
}

.bnc-package-card h3{
    margin-bottom:10px;
    color:#242021;
    font-size:28px;
    font-weight:800;
    line-height:1.2;
}

.bnc-package-card-desc{
    min-height:48px;
    margin-bottom:20px;
    color:#666;
    font-size:15px;
    line-height:1.8;
}

.bnc-package-card-price{
    margin-bottom:25px;
}

.bnc-package-card-price h2{
    margin:0;
    color:#EE262C;
    font-size:42px;
    font-weight:800;
}

.bnc-package-card-price span{
    display:block;
    margin-top:6px;
    color:#777;
    font-size:14px;
    font-weight:600;
}

.bnc-package-card-list{
    flex:1;
    margin:0 0 30px;
    padding:0;
    list-style:none;
}

.bnc-package-card-list li{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:14px;
    color:#555;
    font-size:15px;
    line-height:1.7;
}

.bnc-package-card-list li:last-child{
    margin-bottom:0;
}

.bnc-package-card-list i{
    margin-top:5px;
    color:#EE262C;
    font-size:13px;
    flex-shrink:0;
}

.bnc-package-card .theme-btn{
    width:100%;
    justify-content:center;
    margin-top:auto;
}
/*=========================================
Package Comparison
=========================================*/

.bnc-package-compare{
    background:#fff;
}

.bnc-compare-head{
    max-width:760px;
    margin:0 auto 60px;
}

.bnc-compare-tag{
    display:inline-block;
    padding:10px 22px;
    background:#fdecec;
    color:#EE262C;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
}

.bnc-compare-title{
    margin:20px 0;
    color:#242021;
    font-size:46px;
    font-weight:800;
    line-height:1.2;
}

.bnc-compare-text{
    color:#666;
    font-size:17px;
    line-height:1.8;
}

.bnc-compare-box{
    background:#fff;
    border-radius:30px;
    padding:20px;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
    border:1px solid #ededed;
    overflow:hidden;
}

.bnc-compare-table{
    min-width:900px;
}

.bnc-compare-row{
    display:grid;
    grid-template-columns:1.5fr repeat(4,1fr);
    align-items:center;
    border-bottom:1px solid #eeeeee;
    text-align:center;
}

.bnc-compare-row:last-child{
    border-bottom:0;
}

.bnc-compare-row>div{
    padding:22px 15px;
    color:#555;
    font-size:15px;
}

.bnc-compare-header>div{
    padding:25px 15px;
    background:#242021;
    color:#fff !important;
    font-weight:700;
}

.bnc-compare-header .bnc-compare-feature{
    text-align:left;
    border-radius:18px 0 0 18px;
}

.bnc-compare-header div:last-child{
    border-radius:0 18px 18px 0;
}

.bnc-compare-feature{
    text-align:left !important;
    color:#242021 !important;
    font-weight:700;
}

.bnc-compare-highlight.high{
    background:rgba(238,38,44,.06);
    color:#EE262C !important;
    font-weight:700;
}
/*=========================================
Comparison Icons
=========================================*/

.bnc-compare-row i{
    width:28px;
    height:28px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#fdecec;
    color:#EE262C;
    border-radius:50%;
    font-size:13px;
}

.bnc-compare-row .bnc-cross{
    background:#f3f3f3;
    color:#999;
}

/*=========================================
Hover Effect
=========================================*/

.bnc-compare-row:not(.bnc-compare-header):hover{
    background:#faf8f6;
}

.bnc-compare-row:hover .bnc-compare-highlight{
    background:rgba(238,38,44,.10);
}

/*=========================================
Package FAQ
=========================================*/

.bnc-package-faq{
    background:#faf8f6;
}

.bnc-faq-content{
    position:relative;
}

.bnc-faq-tag{
    display:inline-block;
    padding:10px 22px;
    background:#fdecec;
    color:#EE262C;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
}

.bnc-faq-title{
    margin:22px 0;
    color:#242021;
    font-size:44px;
    font-weight:800;
    line-height:1.2;
}

.bnc-faq-text{
    color:#666;
    font-size:16px;
    line-height:1.9;
}

.bnc-faq-contact{
    display:flex;
    align-items:center;
    gap:18px;
    margin-top:35px;
    padding:22px;
    background:#fff;
    border-radius:22px;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
}

.bnc-faq-contact-icon{
    width:60px;
    height:60px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#EE262C;
    color:#fff;
    border-radius:50%;
    font-size:22px;
    flex-shrink:0;
}

.bnc-faq-contact h4{
    margin:0 0 6px;
    color:#242021;
    font-size:20px;
    font-weight:700;
}

.bnc-faq-contact p{
    margin:0;
    color:#666;
    font-size:14px;
    line-height:1.6;
}


/* Accordion */

.bnc-faq-accordion .accordion-item{
    margin-bottom:18px;
    border:0;
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.05);
}

.bnc-faq-accordion .accordion-button{
    padding:24px 28px;
    background:#fff;
    color:#242021;
    font-size:17px;
    font-weight:700;
    box-shadow:none;
}

.bnc-faq-accordion .accordion-button:not(.collapsed){
    background:#242021;
    color:#fff;
}

.bnc-faq-accordion .accordion-button::after{
    background-size:18px;
}

.bnc-faq-accordion .accordion-body{
    padding:22px 28px;
    color:#666;
    font-size:15px;
    line-height:1.8;
}
/*=========================================
Package FAQ Section
=========================================*/

.bnc-package-faq{
    background:#faf8f6;
}

.bnc-package-faq-tag{
    display:inline-block;
    padding:10px 22px;
    background:#fdecec;
    color:#EE262C;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
}

.bnc-package-faq-title{
    margin:20px 0;
    color:#242021;
    font-size:46px;
    font-weight:800;
    line-height:1.2;
}

.bnc-package-faq-text{
    max-width:700px;
    margin:auto;
    color:#666;
    font-size:17px;
    line-height:1.8;
}


/* Left Content */

.bnc-package-faq-box{
    padding:35px;
    background:#fff;
    border-radius:28px;
    box-shadow:0 20px 50px rgba(0,0,0,.06);
}

.bnc-package-faq-icon{
    width:70px;
    height:70px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
    background:#EE262C;
    color:#fff;
    border-radius:50%;
    font-size:28px;
}

.bnc-package-faq-box h3{
    margin-bottom:15px;
    color:#242021;
    font-size:28px;
    font-weight:800;
}

.bnc-package-faq-box p{
    margin:0;
    color:#666;
    font-size:15px;
    line-height:1.8;
}


/* Stats */

.bnc-package-faq-stats{
    display:flex;
    gap:20px;
    margin-top:25px;
}

.bnc-package-faq-stats div{
    flex:1;
    padding:25px 15px;
    background:#fff;
    border-radius:20px;
    text-align:center;
    box-shadow:0 12px 35px rgba(0,0,0,.05);
}

.bnc-package-faq-stats h4{
    margin:0;
    color:#EE262C;
    font-size:32px;
    font-weight:800;
}

.bnc-package-faq-stats span{
    color:#666;
    font-size:14px;
}


/* Accordion */

.bnc-package-faq-accordion .accordion-item{
    margin-bottom:18px;
    border:0;
    border-radius:20px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 12px 35px rgba(0,0,0,.05);
}

.bnc-package-faq-accordion .accordion-button{
    padding:23px 28px;
    color:#242021;
    background:#fff;
    font-size:17px;
    font-weight:700;
    box-shadow:none;
}

.bnc-package-faq-accordion .accordion-button:not(.collapsed){
    background:#242021;
    color:#fff;
}

.bnc-package-faq-accordion .accordion-body{
    padding:22px 28px;
    color:#666;
    font-size:15px;
    line-height:1.8;
}
/*=========================================
Package FAQ Effects
=========================================*/

.bnc-package-faq-accordion .accordion-item{
    transition:.3s;
}

.bnc-package-faq-accordion .accordion-item:hover{
    transform:translateY(-4px);
}

.bnc-package-faq-accordion .accordion-button.collapsed:hover{
    color:#EE262C;
}

.bnc-package-faq-accordion .accordion-button:not(.collapsed)::after{
    filter:brightness(0) invert(1);
}

/*=========================================
Centered Package CTA
=========================================*/

.bnc-package-cta{
    padding:80px 0;
    background:#fff;
}

.bnc-package-cta-content{
    position:relative;
    margin:auto;
    padding:70px 60px;
    overflow:hidden;
    border-radius:35px;
    background:linear-gradient(135deg,#242021,#111);
    color:#fff;
    box-shadow:0 25px 70px rgba(0,0,0,.12);
}


.bnc-package-cta-content::before{
    content:"";
    position:absolute;
    width:300px;
    height:300px;
    top:-150px;
    right:-100px;
    background:rgba(238,38,44,.18);
    border-radius:50%;
}


.bnc-package-cta-content::after{
    content:"";
    position:absolute;
    width:220px;
    height:220px;
    bottom:-100px;
    left:-80px;
    background:rgba(238,38,44,.12);
    border-radius:50%;
}


.bnc-package-cta-content > *{
    position:relative;
    z-index:2;
}


.bnc-package-cta-tag{
    display:inline-block;
    padding:9px 22px;
    background:rgba(238,38,44,.18);
    color:#fff;
    border-radius:50px;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
}


.bnc-package-cta-content h2{
    margin:25px auto 18px;
    max-width:700px;
    font-size:44px;
    font-weight:800;
    line-height:1.2;
}


.bnc-package-cta-content p{
    max-width:650px;
    margin:auto;
    color:rgba(255,255,255,.75);
    font-size:16px;
    line-height:1.8;
}


.bnc-package-cta-buttons{
    display:flex;
    justify-content:center;
    gap:15px;
    margin-top:35px;
}
/*=========================================
Centered CTA Buttons
=========================================*/

.bnc-cta-primary,
.bnc-cta-secondary{
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:14px 32px;
    border-radius:50px;
    font-size:15px;
    font-weight:700;
    transition:.35s;
    text-decoration: none;
}


/* Primary Button */

.bnc-cta-primary{
    background:#EE262C;
    color:#fff;
    box-shadow:0 12px 30px rgba(238,38,44,.35);
}


.bnc-cta-primary:hover{
    background:#fff;
    color:#242021;
    transform:translateY(-4px);
}


/* Secondary Button */

.bnc-cta-secondary{
    border:1px solid rgba(255,255,255,.35);
    color:#fff;
    background:transparent;
}


.bnc-cta-secondary:hover{
    background:#fff;
    color:#242021;
    transform:translateY(-4px);
}


/* Button Icon */

.bnc-cta-primary i,
.bnc-cta-secondary i{
    font-size:14px;
    transition:.3s;
}


.bnc-cta-primary:hover i,
.bnc-cta-secondary:hover i{
    transform:translateX(4px);
}

/* Gallery page  */
/*=========================================
Gallery Hero
=========================================*/

.bnc-gallery-hero{
    position:relative;
    padding:70px 0 70px;
    overflow:hidden;
    background:linear-gradient(135deg,#faf8f6 0%,#ffffff 55%,#fff5f5 100%);
}

.bnc-gallery-hero-shape{
    position:absolute;
    border-radius:50%;
}

.bnc-gallery-shape-one{
    width:420px;
    height:420px;
    top:-220px;
    left:-140px;
    background:rgba(238,38,44,.08);
}

.bnc-gallery-shape-two{
    width:300px;
    height:300px;
    right:-120px;
    bottom:-120px;
    background:rgba(238,38,44,.06);
}

.bnc-gallery-hero-tag{
    display:inline-block;
    padding:10px 22px;
    background:#fdecec;
    color:#EE262C;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
}

.bnc-gallery-hero-title{
    margin:25px auto 20px;
    color:#242021;
    font-size:58px;
    font-weight:800;
    line-height:1.15;
}

.bnc-gallery-hero-text{
    margin:auto;
    color:#666;
    font-size:17px;
    line-height:1.9;
}

/*=========================================
Gallery Hero Info
=========================================*/

.bnc-gallery-hero-info{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:30px;
    margin-top:50px;
    padding:18px 35px;
    background:#fff;
    border:1px solid #ececec;
    border-radius:80px;
    box-shadow:0 20px 50px rgba(0,0,0,.06);
}

.bnc-gallery-info-item{
    text-align:center;
    min-width:120px;
}

.bnc-gallery-info-item h3{
    margin:0 0 6px;
    color:#EE262C;
    font-size:34px;
    font-weight:800;
    line-height:1;
}

.bnc-gallery-info-item span{
    color:#666;
    font-size:14px;
    font-weight:600;
    letter-spacing:.3px;
}

.bnc-gallery-info-divider{
    width:1px;
    height:45px;
    background:#e7e7e7;
}


/*=========================================
Hover Effects
=========================================*/

.bnc-gallery-hero-info{
    transition:.35s;
}

.bnc-gallery-hero-info:hover{
    transform:translateY(-6px);
    box-shadow:0 28px 60px rgba(0,0,0,.08);
}


/*=========================================
Gallery Showcase
=========================================*/

.bnc-gallery-showcase{
    background:#fff;
}

.bnc-gallery-tag{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:#fdecec;
    color:#EE262C;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
}

.bnc-gallery-title{
    max-width:820px;
    margin:22px auto 18px;
    color:#242021;
    font-size:33px;
    font-weight:800;
    line-height:1.2;
}

.bnc-gallery-description{
    max-width:760px;
    margin:auto;
    color:#666;
    font-size:17px;
    line-height:1.8;
}


/*=========================================
Gallery Filter
=========================================*/

.bnc-gallery-filter{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:14px;
}

.bnc-gallery-filter-btn{
    padding:13px 26px;
    border:none;
    outline:none;
    border-radius:50px;
    background:#f6f6f6;
    color:#555;
    font-size:15px;
    font-weight:600;
    transition:.35s;
    cursor:pointer;
}

.bnc-gallery-filter-btn:hover{
    background:#EE262C;
    color:#fff;
}

.bnc-gallery-filter-btn.active{
    background:#EE262C;
    color:#fff;
    box-shadow:0 15px 35px rgba(238,38,44,.25);
}


/*=========================================
Gallery Grid
=========================================*/

.bnc-gallery-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px;
}

.bnc-gallery-item{
    position:relative;
    overflow:hidden;
    border-radius:22px;
    aspect-ratio:1/1;
    background:#f5f5f5;
}

.bnc-gallery-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.bnc-gallery-item:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.bnc-gallery-item:hover img{
    transform:scale(1.08);
}


/*=========================================
Grid Sizes
=========================================*/

.bnc-gallery-large{
    grid-column:span 2;
    grid-row:span 2;
}

.bnc-gallery-wide{
    grid-column:span 2;
}

.bnc-gallery-tall{
    grid-row:span 2;
}


/*=========================================
Overlay
=========================================*/

.bnc-gallery-overlay{
    position:absolute;
    inset:0;
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    padding:24px;
    background:linear-gradient(to top,rgba(0,0,0,.75),rgba(0,0,0,.05));
    opacity:0;
    transition:.35s;
}

.bnc-gallery-item:hover .bnc-gallery-overlay{
    opacity:1;
}

.bnc-gallery-overlay span{
    display:inline-block;
    padding:8px 18px;
    border-radius:50px;
    background:#EE262C;
    color:#fff;
    font-size:13px;
    font-weight:600;
}


/*=========================================
View Button
=========================================*/

.bnc-gallery-icon{
    width:50px;
    height:50px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#fff;
    color:#242021;
    font-size:18px;
    transition:.35s;
    transform:translateY(15px);
}

.bnc-gallery-item:hover .bnc-gallery-icon{
    transform:translateY(0);
}

.bnc-gallery-icon:hover{
    background:#EE262C;
    color:#fff;
    transform:rotate(90deg);
}


/*=========================================
Gallery Filter Animation
=========================================*/

.bnc-gallery-item{
    display:block;
    opacity:1;
    transform:scale(1);
    transition:opacity .35s ease,transform .35s ease;
}

.bnc-gallery-item.hide{
    display:none;
}

.bnc-gallery-item.show{
    animation:bncGalleryFade .45s ease;
}

@keyframes bncGalleryFade{

    from{
        opacity:0;
        transform:scale(.96);
    }

    to{
        opacity:1;
        transform:scale(1);
    }

}



/* Footer CSS Code  */
.site-footer{
    background:#242021;
    color:#fff;
    padding-top:80px;
}
/* Logo */

.footer-logo img{
    width:180px;
    margin-bottom:20px;

}
.footer-about p{
    color:rgba(255,255,255,.7);
    line-height:1.8;
    font-size:15px;
}
/* Social */
.footer-social a{
    width:42px;
    height:42px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.08);
    color:#fff;
    text-decoration:none;
    transition:.3s;
}
.footer-social a:hover{
    background:#EE262C;
    transform:translateY(-5px);
}
/* Heading */
.site-footer h5{
    font-size:20px;
    font-weight:700;
    margin-bottom:25px;
    position:relative;
}
.site-footer h5::after{
    content:"";
    width:45px;
    height:3px;
    background:#EE262C;
    position:absolute;
    left:0;
    bottom:-10px;
    border-radius:10px;
}
/* Links */
.footer-links ul li{
    margin-bottom:12px;
}
.footer-links a{
    color:rgba(255,255,255,.7);
    text-decoration:none;
    transition:.3s;
}
.footer-links a:hover{
    color:#EE262C;
    padding-left:5px;
}
/* Contact */
.footer-contact li{
    display:flex;
    gap:12px;
    margin-bottom:18px;
    color:rgba(255,255,255,.75);

}
.footer-contact i{
    color:#EE262C;
    margin-top:5px;
}
.footer-contact a{
    color:rgba(255,255,255,.75);
    text-decoration:none;

}
.footer-contact a:hover{
    color:#EE262C;
}
/* WhatsApp */
.footer-whatsapp{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-top:15px;
    padding:13px 25px;
    background:#EE262C;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}
.footer-whatsapp:hover{
    background:#fff;
    color:#242021;
}
/* Bottom */
.footer-bottom{
    margin-top:70px;
    padding:20px 0;
    border-top:1px solid rgba(255,255,255,.1);
}
.footer-bottom p{
    margin:0;
    color:rgba(255,255,255,.6);
    font-size:14px;
}

/* Footer CSS Code End */
/*==================================================
    BNCX SERVICES SECTION
==================================================*/

.bncx-service-block{
    margin-bottom:60px;
}

.bncx-service-card{
    position:relative;
    background:#fff;
    border:1px solid rgba(0,0,0,.08);
    border-radius:24px;
    padding:45px;
    overflow:hidden;
    transition:.35s ease;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
}

.bncx-service-card:hover{
    transform:translateY(-8px);
    box-shadow:0 22px 60px rgba(0,0,0,.10);
}

.bncx-service-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:var(--red);
}

.bncx-service-header{
    display:flex;
    align-items:center;
    gap:22px;
    margin-bottom:30px;
}

.bncx-service-header .bnc-package-icon{
    width:78px;
    height:78px;
    min-width:78px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    font-size:30px;
    color:#fff;
    background:var(--red);
    box-shadow:0 15px 35px rgba(238,38,44,.22);
}

.bncx-service-header h3{
    font-size:34px;
    font-weight:700;
    color:var(--dark);
    margin-bottom:8px;
    line-height:1.3;
}

.bncx-service-label{
    display:inline-block;
    padding:8px 18px;
    border-radius:50px;
    background:var(--light-red);
    color:var(--red);
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.bncx-service-content{
    margin-top:20px;
}

.bncx-service-content p{
    font-size:17px;
    line-height:1.9;
    color:#666;
    margin-bottom:22px;
}

.bncx-service-content p:last-child{
    margin-bottom:0;
}
/*==================================================
    BNCX PRICING SECTION
==================================================*/

.bncx-pricing-section{
    margin:70px 0;
}

.bncx-price-heading{
    display:inline-block;
    padding:10px 20px;
    border-radius:50px;
    background:var(--light-red);
    color:var(--red);
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.bncx-price-card{
    position:relative;
    height:100%;
    background:#ffffff;
    border:1px solid rgba(0,0,0,.08);
    border-radius:22px;
    padding:35px;
    overflow:hidden;
    transition:all .35s ease;
    box-shadow:0 12px 35px rgba(0,0,0,.06);
}

.bncx-price-card:hover{
    transform:translateY(-8px);
    box-shadow:0 22px 55px rgba(0,0,0,.12);
}

.bncx-price-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:var(--red);
}

.bncx-price-tag{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:8px 18px;
    border-radius:50px;
    background:var(--light-red);
    color:var(--red);
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.bncx-price-card h4{
    margin-top:18px;
    margin-bottom:18px;
    font-size:24px;
    font-weight:700;
    color:var(--dark);
    line-height:1.4;
}

.bncx-main-price{
    margin:0;
    font-size:42px;
    font-weight:800;
    color:var(--red);
    line-height:1.2;
}

.bncx-price-card p{
    margin-top:12px;
    margin-bottom:0;
    font-size:16px;
    line-height:1.8;
    color:#666;
}

.bncx-price-list{
    margin:25px 0 0;
    padding:0;
}

.bncx-price-list li{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:16px;
    font-size:16px;
    color:#555;
    line-height:1.7;
}

.bncx-price-list li:last-child{
    margin-bottom:0;
}

.bncx-price-list i{
    color:#28a745;
    font-size:18px;
    margin-top:3px;
}

.bncx-price-list strong{
    color:var(--dark);
    font-weight:700;
}

.bncx-offer-card{
    background:linear-gradient(135deg, #ee262c, #ff676d);
    color:#fff;
    border:none;
}

.bncx-offer-card::before{
    background:rgba(255,255,255,.35);
}

.bncx-offer-card .bncx-price-tag{
    background:rgba(255,255,255,.15);
    color:#fff;
    border:1px solid rgba(255,255,255,.25);
}

.bncx-offer-card h4,
.bncx-offer-card p,
.bncx-offer-card .bncx-main-price,
.bncx-offer-card .bncx-price-list li,
.bncx-offer-card .bncx-price-list strong,
.bncx-offer-card .bncx-price-list i{
    color:#fff;
}
/*==================================================
    BNCX FINISHING & RESPONSIVE
==================================================*/

/* Decorative Elements */

.bncx-service-card,
.bncx-price-card{
    isolation:isolate;
}

.bncx-service-card::after,
.bncx-price-card::after{
    content:"";
    position:absolute;
    top:-90px;
    right:-90px;
    width:180px;
    height:180px;
    border-radius:50%;
    background:rgba(255,179,71,.08);
    z-index:-1;
}

/* Text Selection */

.bncx-service-content p::selection,
.bncx-price-card p::selection,
.bncx-price-list li::selection{
    background:#ff7b00;
    color:#fff;
}

/* Links */

.bncx-service-content a{
    color:var(--red);
    text-decoration:none;
    font-weight:600;
}

.bncx-service-content a:hover{
    text-decoration:underline;
}

/* Images */

.bncx-service-content img{
    max-width:100%;
    height:auto;
    border-radius:14px;
}

/* Tablet */

@media (max-width:991.98px){

    .bncx-service-card{
        padding:35px;
    }

    .bncx-price-card{
        padding:30px;
    }

    .bncx-service-header{
        gap:18px;
    }

    .bncx-service-header h3{
        font-size:28px;
    }

    .bncx-main-price{
        font-size:36px;
    }

}

/* Mobile */

@media (max-width:767.98px){

    .bncx-service-block{
        margin-bottom:40px;
    }

    .bncx-service-card{
        padding:28px 22px;
        border-radius:18px;
    }

    .bncx-price-card{
        padding:26px 22px;
        border-radius:18px;
    }

    .bncx-service-header{
        flex-direction:column;
        align-items:flex-start;
        text-align:left;
    }

    .bncx-service-header .bnc-package-icon{
        width:65px;
        height:65px;
        min-width:65px;
        font-size:24px;
    }

    .bncx-service-header h3{
        font-size:24px;
        line-height:1.4;
    }

    .bncx-service-content p{
        font-size:15px;
        line-height:1.8;
    }

    .bncx-price-card h4{
        font-size:20px;
    }

    .bncx-main-price{
        font-size:30px;
    }

    .bncx-price-list li{
        font-size:15px;
    }

}

/* Small Mobile */

@media (max-width:575.98px){

    .bncx-service-card{
        padding:22px 18px;
    }

    .bncx-price-card{
        padding:22px 18px;
    }

    .bncx-service-label,
    .bncx-price-tag,
    .bncx-price-heading{
        font-size:11px;
        padding:7px 14px;
        letter-spacing:.8px;
    }

    .bncx-service-header h3{
        font-size:21px;
    }

    .bncx-main-price{
        font-size:27px;
    }

}
.bncx-service-image{
    margin-bottom:30px;
}

.bncx-service-image img{
    width:100%;
    height:320px;
    object-fit:cover;
    border-radius:18px;
    display:block;
}