/* Color Variables  */

:root{
--dark:#242021;
--red:#EE262C;
--white:#ffffff;
--light-red:#FDE4E5;
--cream:#FFF8F5;
--muted:#8a7f80;
--red-soft:#ff5a5f;
  --cream:#FFF8F5;
  --muted:#8a7f80;
  --red-soft:#ff5a5f;
  --rose:#C2185B;
  --gold:#F5A623;
  --verified:#1E9E5A;

}
/* 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  */

/*==================================================
    BNCX OUR STORY SECTION
==================================================*/

.bncx-ourstory-zone{
    position:relative;
    overflow:hidden;
    background:#fff;
}

.bncx-ourstory-zone::before{
    content:"";
    position:absolute;
    top:-180px;
    right:-180px;
    width:420px;
    height:420px;
    border-radius:50%;
    background:var(--light-red);
    opacity:.45;
    z-index:0;
}

.bncx-ourstory-zone::after{
    content:"";
    position:absolute;
    bottom:-150px;
    left:-150px;
    width:320px;
    height:320px;
    border-radius:50%;
    background:var(--light-red);
    opacity:.35;
    z-index:0;
}

.bncx-ourstory-zone .container{
    position:relative;
    z-index:2;
}

.bnc-inner-description{
    margin-top: 20px;
    line-height: 1.8;
}

.bnc-story-showcase p{
    line-height: 1.9;
    margin-bottom: 18px;
}

.bncx-story-image-wrap{
    position:relative;
    overflow:hidden;
    border-radius:28px;
    box-shadow:0 20px 55px rgba(0,0,0,.10);
}

.bncx-story-image-wrap img{
    width:100%;
    object-fit:cover;
    transition:.5s;
    display:block;
}

.bncx-story-image-wrap:hover img{
    transform:scale(1.05);
}


.bncx-story-content-area{
    padding-left:20px;
}

.bncx-story-mini-title{
    display:inline-block;
    padding:8px 20px;
    background:var(--light-red);
    color:var(--red);
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.bncx-story-main-title{
    margin:22px 0;
    font-size:48px;
    font-weight:800;
    line-height:1.2;
    color:var(--dark);
}

.bncx-story-main-title span{
    color:var(--red);
}

.bncx-story-content-area p{
    font-size:17px;
    line-height:1.9;
    color:#666;
    margin-bottom:22px;
}


/*= BNCX STORY EXTRA EFFECTS =*/

.bncx-story-image-wrap{
    background:#fff;
}

.bncx-story-image-wrap::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top,
    rgba(36,32,33,.35),
    rgba(36,32,33,.05),
    transparent);
    opacity:0;
    transition:.4s ease;
}

.bncx-story-image-wrap:hover::before{
    opacity:1;
}

.bncx-story-image-wrap::after{
    content:"";
    position:absolute;
    inset:14px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:20px;
    pointer-events:none;
}

.bncx-story-content-area strong{
    color:var(--red);
    font-weight:700;
}

.bncx-story-content-area p:last-child{
    margin-bottom:0;
}

.bncx-story-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:14px 30px;
    background:var(--red);
    color:#fff;
    border-radius:50px;
    font-weight:600;
    text-decoration:none;
    transition:.3s ease;
    box-shadow:0 12px 30px rgba(238,38,44,.18);
}

.bncx-story-btn:hover{
    background:var(--dark);
    color:#fff;
    transform:translateY(-3px);
}

.bncx-story-mini-title,
.bncx-story-badge{
    user-select:none;
}

.bncx-story-image-wrap img{
    will-change:transform;
}

/* 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 */




/* Eight Section CSS  */

/* 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);
}


/* 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;
}

.bncx-service-image{
    margin-bottom:30px;
}

.bncx-service-image img{
    width:100%;
    height:320px;
    object-fit:cover;
    border-radius:18px;
    display:block;
}

/* Gallery Section CSS  */


/* ==================================================
   GALLERY SECTION
================================================== */
.bnc-gallery-sec-2026{
  background:var(--white);
  padding:100px 0 96px;
}

.bnc-gallery-title-2026{
  font-family:var(--font-display);
  font-weight:700;
  font-size:clamp(30px, 4vw, 44px);
  color:var(--dark);
  margin:0 0 16px;
  line-height:1.25;
}

.bnc-gallery-desc-2026{
  font-family:var(--font-body);
  color:var(--muted);
  font-size:15.5px;
  line-height:1.8;
  margin:0;
}

.bnc-gallery-box-2026{
  position:relative;
  overflow:hidden;
  border-radius:16px;
  aspect-ratio:4/3;
  box-shadow:0 12px 30px rgba(36,32,33,0.08);
  isolation:isolate;
}

.bnc-gallery-img-2026{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .7s cubic-bezier(.25,.8,.25,1);
}

.bnc-gallery-box-2026::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(36,32,33,0) 45%, rgba(36,32,33,0.75) 100%);
  opacity:0;
  transition:opacity .4s ease;
}

.bnc-gallery-box-2026::before{
  content:"\f065";
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  position:absolute;
  z-index:2;
  right:18px;
  bottom:18px;
  width:42px;
  height:42px;
  border-radius:50%;
  background:var(--red);
  color:var(--white);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  opacity:0;
  transform:translateY(10px);
  transition:opacity .4s ease, transform .4s ease;
}

.bnc-gallery-box-2026:hover .bnc-gallery-img-2026{
  transform:scale(1.08);
}
.bnc-gallery-box-2026:hover::after{ opacity:1; }
.bnc-gallery-box-2026:hover::before{ opacity:1; transform:translateY(0); }

.bnc-gallery-btn-2026{
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:var(--red);
  color:var(--white);
  font-family:var(--font-body);
  font-weight:600;
  font-size:14.5px;
  letter-spacing:.3px;
  text-decoration:none;
  padding:15px 34px;
  border-radius:50px;
  transition:all .3s ease;
  box-shadow:0 10px 24px rgba(238,38,44,0.25);
}
.bnc-gallery-btn-2026 i{ transition:transform .3s ease; }
.bnc-gallery-btn-2026:hover{
  background:var(--dark);
  color:var(--white);
  box-shadow:0 10px 24px rgba(36,32,33,0.25);
}
.bnc-gallery-btn-2026:hover i{ transform:translateX(4px); }



/* ==================================================
   TESTIMONIALS SECTION
================================================== */
.bnc-testi-sec-2026{
  background:var(--cream);
  padding:100px 0;
  position:relative;
  overflow:hidden;
}
.bnc-testi-sec-2026::before{
  content:"";
  position:absolute;
  top:-140px;
  right:-140px;
  width:360px;
  height:360px;
  border-radius:50%;
  background:radial-gradient(circle, var(--light-red) 0%, rgba(253,228,229,0) 70%);
}

.bnc-testi-container-2026{
  width:100%;
  max-width:1200px;
  margin:0 auto;
  padding:0 20px;
  position:relative;
  z-index:1;
}

.bnc-testi-head-2026{
  max-width:620px;
  margin:0 auto 56px;
  text-align:center;
}

.bnc-testi-tag-2026{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--red);
  font-weight:600;
  font-size:13px;
  letter-spacing:2.5px;
  text-transform:uppercase;
  margin-bottom:14px;
}
.bnc-testi-tag-2026::before{
  content:"";
  display:inline-block;
  width:28px;
  height:2px;
  background:var(--red);
  border-radius:2px;
}

.bnc-testi-title-2026{
  font-family:var(--font-display);
  font-weight:700;
  font-size:clamp(28px, 3.6vw, 42px);
  color:var(--dark);
  margin:0 0 14px;
  line-height:1.25;
}
.bnc-testi-desc-2026{
  color:var(--muted);
  font-size:15.5px;
  line-height:1.8;
  margin:0;
}

/* ---- carousel viewport ---- */
.bnc-carousel-wrap-2026{ width:100%; position:relative; }

.bnc-carousel-track-2026{
  display:flex;
  gap:24px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  -webkit-overflow-scrolling:touch;
  padding-top: 10px;
  padding-bottom:2px;
}
.bnc-carousel-track-2026::-webkit-scrollbar{ display:none; }
.bnc-carousel-track-2026{ scrollbar-width:none; -ms-overflow-style:none; }

.bnc-carousel-slide-2026{
  flex:0 0 calc((100% - 48px)/3);
  max-width:calc((100% - 48px)/3);
  display:flex;
  scroll-snap-align:start;
}

/* ---- review card (matches reference layout) ---- */
.bnc-review-card-2026{
  background:var(--white);
  border:1px solid var(--red);
  border-radius:16px;
  padding:26px 26px 22px;
  width:100%;
  display:flex;
  flex-direction:column;
  transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.bnc-review-card-2026:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 36px rgba(36,32,33,0.09);
  border-color:var(--red);
}

/* top: avatar + name/verified + stars */
.bnc-review-top-2026{
  display:flex;
  align-items:flex-start;
  gap:12px;
  margin-bottom:16px;
}

.bnc-review-avatar-2026{
  flex-shrink:0;
  width:44px;
  height:44px;
  border-radius:50%;
  color:var(--white);
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:var(--font-display);
  font-weight:700;
  font-size:14px;
}
.bnc-avatar-a-2026{ background:var(--dark); }
.bnc-avatar-b-2026{ background:var(--red); }
.bnc-avatar-c-2026{ background:linear-gradient(135deg, var(--rose), var(--red)); }

.bnc-review-headinfo-2026{ display:flex; flex-direction:column; gap:6px; }

.bnc-review-namewrap-2026{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
}
.bnc-review-name-2026{
  font-family:var(--font-display);
  font-weight:700;
  font-size:15.5px;
  color:var(--dark);
  margin:0;
  line-height:1.2;
}

.bnc-review-stars-2026 i{
  color:var(--gold);
  font-size:12px;
  margin-right:2px;
}

/* quote */
.bnc-review-text-2026{
  font-style:italic;
  font-size:14px;
  line-height:1.85;
  color:var(--dark);
  margin:0 0 20px;
  flex-grow:1;
}
.bnc-review-text-2026::before{ content:"\201C"; }
.bnc-review-text-2026::after{ content:"\201D"; }

.bnc-review-footer-2026{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    padding-top:16px;
    border-top:1px solid var(--light-red);
}
.bnc-review-footer-left-2026{
  display:flex;
  align-items:center;
  gap:8px;
}
.bnc-review-badge-2026{
  background:var(--light-red);
  color:var(--red);
  font-size:11px;
  font-weight:600;
  padding:4px 11px;
  border-radius:20px;
  white-space:nowrap;
}
.bnc-review-ref-2026{
  font-size:11.5px;
  color:var(--muted);
  white-space:nowrap;
}
.bnc-review-date-2026{
  font-size:11.5px;
  color:var(--muted);
  white-space:nowrap;
}

/* ---- controls row ---- */
.bnc-testi-controls-2026{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  margin-top:44px;
}
.bnc-carousel-btn-2026{
  width:46px;
  height:46px;
  border-radius:50%;
  background:var(--white);
  border:1.5px solid var(--light-red);
  color:var(--red);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  cursor:pointer;
  flex-shrink:0;
  transition:all .3s ease;
}
.bnc-carousel-btn-2026:hover{
  background:var(--red);
  border-color:var(--red);
  color:var(--white);
}
.bnc-carousel-dots-2026{ display:flex; align-items:center; gap:9px; }
.bnc-dot-2026{
  width:8px; height:8px; padding:0; border:none; border-radius:50%;
  background:var(--light-red); cursor:pointer; transition:all .3s ease;
}
.bnc-dot-2026.active{ width:24px; border-radius:6px; background:var(--red); }

/* Gallery Page CSS  */


/* ===== Hero ===== */
.kiln-hero{
  background:
    radial-gradient(circle at 5% 4%, rgba(238,38,44,0.09), transparent 22rem),
    var(--cream);
  padding:90px 0 70px;
}
 
.kiln-tag{
  display:inline-block;
  margin-bottom:18px;
  color:var(--red);
  font:500 11px 'DM Mono', monospace;
  letter-spacing:.14em;
  text-transform:uppercase;
}
 
.kiln-headline{
  font-family:'Playfair Display', Georgia, serif;
  font-weight:600;
  font-size:clamp(42px,6vw,61px);
  line-height:1.02;
  letter-spacing:-0.02em;
  margin-bottom:22px;
}
 
.kiln-headline em{
  font-style:normal;
  color:var(--red);
  display:block;
}
 
.kiln-subtext{
  color:var(--muted);
  font-size:15px;
  line-height:1.8;
  max-width:420px;
  margin-bottom:30px;
}
 
.kiln-btn-fill{
  background:var(--red);
  color:var(--white);
  border-radius:30px;
  padding:13px 26px;
  font-weight:700;
  font-size:12px;
  letter-spacing:.02em;
  border:none;
  transition:.25s ease;
}
.kiln-btn-fill:hover{
  background:var(--red-soft);
  color:var(--white);
  transform:translateY(-2px);
}
 
.kiln-btn-line{
  border-bottom:1px solid var(--red);
  color:var(--dark);
  font-weight:700;
  font-size:12px;
  text-decoration:none;
  padding-bottom:6px;
}
.kiln-btn-line:hover{ color:var(--red); }
 
.kiln-spotlight{
  position:relative;
  height:100%;
  min-height:380px;
  border-radius:4px;
  overflow:hidden;
}
.kiln-spotlight::before{
  content:"";
  position:absolute;
  z-index:2;
  inset:16px -16px -16px 16px;
  border:1px solid rgba(238,38,44,.5);
  pointer-events:none;
}
.kiln-spotlight img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .75s ease;
}
.kiln-spotlight:hover img{ transform:scale(1.03); }
 
.kiln-stamp{
  position:absolute;
  z-index:3;
  right:24px;
  bottom:24px;
  width:100px;
  height:100px;
  display:grid;
  place-content:center;
  border-radius:50%;
  background:var(--red);
  color:var(--cream);
  font-family:'Playfair Display',serif;
  font-size:14px;
  line-height:1;
  text-align:center;
  transform:rotate(8deg);
}
.kiln-stamp i{
  display:block;
  margin-top:6px;
  color:var(--light-red);
  font-size:11px;
}
 
/* ===== Gallery — contained, 3 per row, uniform size, no on-image content ===== */
.kiln-showcase{
  background:var(--light-red);
  padding:80px 0;
}
 
.kiln-showcase-head{
  text-align:center;
  max-width:620px;
  margin:0 auto 50px;
}
 
.kiln-showcase-head .kiln-tag{
  display:block;
}
 
.kiln-showcase-title{
  font-family:'Playfair Display', Georgia, serif;
  font-weight:600;
  font-size:clamp(32px,4vw,46px);
  line-height:1.1;
  margin:10px 0 14px;
}
 
.kiln-showcase-title em{
  font-style:normal;
  color:var(--red);
}
 
.kiln-showcase-sub{
  color:var(--muted);
  font-size:15px;
  line-height:1.7;
}
 
.kiln-frame{
  position:relative;
  display:block;
  overflow:hidden;
  border-radius:6px;
  background:var(--dark);
  aspect-ratio:4 / 3;
  width:100%;
}
 
.kiln-frame::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg, rgba(238,38,44,.12), transparent 45%);
  opacity:.7;
  transition:opacity .4s ease;
}
 
.kiln-frame img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .7s cubic-bezier(.2,.7,.2,1), filter .7s ease;
}
 
.kiln-frame:hover img{
  transform:scale(1.06);
  filter:saturate(1.1);
}
.kiln-frame:hover::after{ opacity:.15; }
 

/* Contact US PAGE Css  */

/* ============================================= */
/* Contact Hero Section                          */
/* ============================================= */

.bnc-contact-hero{
    position: relative;
    overflow: hidden;
    padding: 110px 0 90px;
    background: linear-gradient(135deg, var(--white) 0%, var(--light-red) 100%);
}

.bnc-contact-hero::before{
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    background: rgba(238,38,44,.08);
    border-radius: 50%;
    top: -180px;
    right: -120px;
    filter: blur(20px);
}

.bnc-contact-hero::after{
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    background: rgba(238,38,44,.06);
    border-radius: 50%;
    bottom: -120px;
    left: -80px;
}

.bnc-contact-tag{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--red);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 18px;
}

.bnc-contact-tag::before{
    content: "";
    width: 35px;
    height: 2px;
    background: var(--red);
}

.bnc-contact-title{
    font-size: clamp(40px,5vw,62px);
    font-weight: 700;
    color: var(--dark);
    line-height: 1.1;
    margin-bottom: 25px;
}

.bnc-contact-title span{
    display: block;
    color: var(--red);
}

.bnc-contact-text{
    font-size: 17px;
    line-height: 1.9;
    color: #666;
    max-width: 560px;
    margin-bottom: 40px;
}

.bnc-contact-buttons{
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.bnc-contact-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 34px;
    background: var(--red);
    color: var(--white);
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: .35s;
    box-shadow: 0 12px 30px rgba(238,38,44,.25);
}

.bnc-contact-btn:hover{
    background: var(--dark);
    color: var(--white);
    transform: translateY(-4px);
}

.bnc-contact-outline-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 34px;
    border: 2px solid var(--red);
    color: var(--red);
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: .35s;
}

.bnc-contact-outline-btn:hover{
    background: var(--red);
    color: var(--white);
}


.bnc-contact-hero-image{
    position: relative;
}

.bnc-contact-hero-image img{
    width: 100%;
    border-radius: 24px;
    object-fit: cover;
    box-shadow: 0 25px 60px rgba(0,0,0,.12);
}

.bnc-contact-floating-card{
    position: absolute;
    left: -30px;
    bottom: 35px;
    background: var(--white);
    border-radius: 18px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 310px;
    box-shadow: 0 20px 50px rgba(0,0,0,.12);
}

.bnc-contact-floating-icon{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--red);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

.bnc-contact-floating-card h5{
    margin-bottom: 5px;
    color: var(--dark);
    font-size: 18px;
    font-weight: 700;
}

.bnc-contact-floating-card p{
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

/* ============================================= */
/* Responsive                                    */
/* ============================================= */

@media (max-width:991px){

    .bnc-contact-hero{
        padding: 90px 0 70px;
    }

    .bnc-contact-title{
        font-size: 42px;
    }

    .bnc-contact-hero-image{
        margin-top: 50px;
    }

    .bnc-contact-floating-card{
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: -40px;
        margin-left: 20px;
    }

}

@media (max-width:767px){

    .bnc-contact-title{
        font-size: 34px;
    }

    .bnc-contact-text{
        font-size: 16px;
    }

    .bnc-contact-buttons{
        flex-direction: column;
    }

    .bnc-contact-btn,
    .bnc-contact-outline-btn{
        width: 100%;
    }

    .bnc-contact-floating-card{
        margin: 20px 0 0;
        max-width: 100%;
    }

}

/*=========================================
Contact Info
=========================================*/

.bnc-contact-info{
    background:var(--white);
}

.bnc-contact-content{
    padding-right:40px;
}

.bnc-contact-tag{
    display:inline-block;
    color:var(--red);
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.bnc-contact-title{
    font-size:48px;
    font-weight:700;
    color:var(--dark);
    margin-bottom:20px;
    line-height:1.2;
}

.bnc-contact-text{
    color:#666;
    line-height:1.9;
    margin-bottom:30px;
}

.bnc-contact-note{
    display:flex;
    align-items:flex-start;
    gap:12px;
    background:var(--light-red);
    padding:20px;
    border-radius:16px;
    border-left:4px solid var(--red);
}

.bnc-contact-note i{
    color:var(--red);
    font-size:20px;
    margin-top:3px;
}

.bnc-contact-note span{
    color:var(--dark);
    line-height:1.7;
}

/* Cards */

.bnc-contact-card{

    height:100%;
    background:var(--white);
    border:1px solid #eee;
    border-radius:20px;
    padding:35px 30px;
    transition:.35s;
    position:relative;
    overflow:hidden;
}

.bnc-contact-card::before{

    content:"";
    position:absolute;
    left:0;
    top:0;
    width:4px;
    height:0;
    background:var(--red);
    transition:.35s;
}

.bnc-contact-card:hover{

    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.08);
}

.bnc-contact-card:hover::before{

    height:100%;
}

.bnc-contact-icon{

    width:65px;
    height:65px;
    border-radius:18px;
    background:var(--light-red);
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--red);
    font-size:24px;
    margin-bottom:22px;
}

.bnc-contact-label{

    display:block;
    font-size:12px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:var(--red);
    font-weight:700;
    margin-bottom:10px;
}

.bnc-contact-card h4{

    font-size:22px;
    color:var(--dark);
    margin-bottom:15px;
    font-weight:700;
}

.bnc-contact-card p{

    color:#666;
    margin:0;
    line-height:1.8;
}

/* Responsive */

@media(max-width:991px){

    .bnc-contact-content{

        padding-right:0;
        margin-bottom:40px;
    }

}

@media(max-width:767px){

    .bnc-contact-title{

        font-size:34px;
    }

    .bnc-contact-card{

        padding:28px;
    }

}

/*=========================================
Contact Form
=========================================*/

.bnc-contact-form-sec{

    background:var(--cream);

}

.bnc-contact-form-box{

    background:var(--white);
    border-radius:24px;
    padding:45px;
    box-shadow:0 15px 50px rgba(0,0,0,.06);

}

.bnc-form-tag{

    display:inline-block;
    color:var(--red);
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:15px;

}

.bnc-form-title{

    font-size:42px;
    color:var(--dark);
    margin-bottom:18px;

}

.bnc-form-text{

    color:#666;
    margin-bottom:35px;
    line-height:1.8;

}

.bnc-contact-form-box label{

    display:block;
    margin-bottom:10px;
    color:var(--dark);
    font-weight:600;

}

.bnc-contact-form-box .form-control,
.bnc-contact-form-box .form-select{

    height:58px;
    border-radius:14px;
    border:1px solid #ddd;
    box-shadow:none;

}

.bnc-contact-form-box textarea.form-control{

    height:auto;
    resize:none;
    padding-top:15px;

}

.bnc-contact-form-box .form-control:focus,
.bnc-contact-form-box .form-select:focus{

    border-color:var(--red);

}

.bnc-service-options{

    display:flex;
    flex-wrap:wrap;
    gap:15px;

}

.bnc-service-options label{

    background:#fff;
    border:1px solid #ddd;
    border-radius:30px;
    padding:10px 18px;
    cursor:pointer;
    margin:0;

}

.bnc-service-options input{

    margin-right:8px;

}

.bnc-contact-submit{

    background:var(--red);
    color:#fff;
    border:none;
    padding:16px 35px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;

}

.bnc-contact-submit:hover{

    background:var(--dark);

}

/* Side */

.bnc-contact-side{

    display:flex;
    flex-direction:column;
    gap:25px;

}

.bnc-side-card{

    background:#fff;
    border-radius:20px;
    padding:30px;
    box-shadow:0 12px 35px rgba(0,0,0,.05);

}

.bnc-side-card i{

    width:65px;
    height:65px;
    border-radius:50%;
    background:var(--light-red);
    color:var(--red);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    margin-bottom:20px;

}

.bnc-side-card h4{

    margin-bottom:12px;
    color:var(--dark);

}

.bnc-side-card p{

    color:#666;
    margin:0;
    line-height:1.8;

}

.bnc-side-highlight{

    background:var(--red);
    color:#fff;
    padding:40px;
    border-radius:22px;

}

.bnc-side-highlight h3{

    color:#fff;
    margin-bottom:15px;

}

.bnc-side-highlight p{

    opacity:.95;
    line-height:1.8;
    margin-bottom:25px;

}

.bnc-side-highlight a{

    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#fff;
    color:var(--red);
    text-decoration:none;
    padding:14px 28px;
    border-radius:50px;
    font-weight:600;

}

@media(max-width:767px){

.bnc-contact-form-box{

padding:30px;

}

.bnc-form-title{

font-size:32px;

}

}


/*=========================================
Map
=========================================*/

.bnc-map-box{

    overflow:hidden;
    border-radius:24px;
    height:450px;
    box-shadow:0 20px 60px rgba(0,0,0,.08);

}

.bnc-map-box iframe{

    width:100%;
    height:100%;
    border:0;

}

/*=========================================
FAQ
=========================================*/

.bnc-contact-faq .accordion-item{

    border:none;
    margin-bottom:18px;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.05);

}

.bnc-contact-faq .accordion-button{

    background:#fff;
    padding:22px 24px;
    font-weight:600;
    color:var(--dark);
    box-shadow:none;

}

.bnc-contact-faq .accordion-button:not(.collapsed){

    background:var(--light-red);
    color:var(--red);

}

.bnc-contact-faq .accordion-body{

    line-height:1.9;
    color:#666;

}

/*=========================================
CTA
=========================================*/

.bnc-contact-final{

    background:var(--dark);
    color:#fff;
    padding:45px;
    border-radius:24px;
    height:100%;

}

.bnc-contact-final span{

    color:var(--light-red);
    font-size:13px;
    letter-spacing:2px;
    font-weight:700;
    display:block;
    margin-bottom:18px;

}

.bnc-contact-final h3{

    color:#fff;
    font-size:36px;
    margin-bottom:20px;

}

.bnc-contact-final p{

    color:rgba(255,255,255,.8);
    line-height:1.9;
    margin-bottom:35px;

}

.bnc-final-btn{

    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    background:var(--red);
    color:#fff;
    padding:16px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;

}

.bnc-final-btn:hover{

    background:#fff;
    color:var(--red);

}

.bnc-final-btn-outline{

    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    border:2px solid rgba(255,255,255,.2);
    color:#fff;
    padding:16px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;

}

.bnc-final-btn-outline:hover{

    background:#fff;
    color:var(--dark);

}

@media(max-width:991px){

    .bnc-contact-final{

        margin-top:15px;

    }

}

@media(max-width:767px){

    .bnc-map-box{

        height:320px;

    }

    .bnc-contact-final{

        padding:30px;

    }

    .bnc-contact-final h3{

        font-size:30px;

    }

}
