/* 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-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-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 */

/* 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;
}

.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;
}


.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;
}


.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;
}


.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;
}

.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  */


.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:47px;
    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;
}


.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;
}

.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);
}


.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;
}



.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;
}


.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;
}



.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;
}



.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;
}

.bnc-compare-row:not(.bnc-compare-header):hover{
    background:#faf8f6;
}

.bnc-compare-row:hover .bnc-compare-highlight{
    background:rgba(238,38,44,.10);
}


.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;
}


.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;
}



.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);
}




.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;
}

.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-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{
    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;
}


/* 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  */


.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); }


.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;
}

.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;
}

.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  */

.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;
}
 
.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  */

.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;
}


.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;
}

.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);

}

.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;
}



.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;
}


.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;
}


.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);

}


/* Booking Page CSS  */


.bnc-booking-2026 {
    position: relative;
    overflow: hidden;
    background: var(--cream);
    padding: 90px 0 100px;
}

.bnc-booking-2026-hero {
    position: relative;
    padding: 20px 0 85px;
}

.bnc-booking-2026-hero-content {
    max-width: 610px;
}

.bnc-booking-2026-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--red);
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.bnc-booking-2026-eyebrow::before {
    content: "";
    width: 32px;
    height: 1px;
    background: var(--red);
}

.bnc-booking-2026-title {
    margin: 0 0 24px;
    color: var(--dark);
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(46px, 6vw, 76px);
    font-weight: 600;
    line-height: 1.02;
    letter-spacing: -.035em;
}

.bnc-booking-2026-title span {
    display: block;
    color: var(--red);
    font-style: italic;
}

.bnc-booking-2026-intro {
    max-width: 560px;
    margin: 0 0 34px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.85;
}


/* HERO TRUST */

.bnc-booking-2026-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.bnc-booking-2026-trust-item {
    display: flex;
    align-items: center;
    gap: 11px;
}

.bnc-booking-2026-trust-icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--light-red);
    color: var(--red);
    font-size: 14px;
}

.bnc-booking-2026-trust-item strong {
    display: block;
    color: var(--dark);
    font-size: 12px;
    font-weight: 700;
}

.bnc-booking-2026-trust-item span {
    display: block;
    margin-top: 2px;
    color: var(--muted);
    font-size: 10px;
}


/* HERO IMAGE */

.bnc-booking-2026-hero-visual {
    position: relative;
    min-height: 500px;
    border-radius: 8px;
}

.bnc-booking-2026-hero-visual::before {
    content: "";
    position: absolute;
    inset: 18px -18px -18px 18px;
    border: 1px solid rgba(238, 38, 44, .45);
    border-radius: 8px;
    pointer-events: none;
}

.bnc-booking-2026-hero-visual img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}


/* FLOATING CARD */

.bnc-booking-2026-floating-card {
    position: absolute;
    z-index: 3;
    left: -25px;
    bottom: 30px;
    width: 230px;
    padding: 22px 24px;
    border-radius: 6px;
    background: var(--dark);
    box-shadow: 0 20px 45px rgba(36, 32, 33, .18);
}

.bnc-booking-2026-floating-card span {
    display: block;
    margin-bottom: 9px;
    color: var(--light-red);
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    letter-spacing: .12em;
}

.bnc-booking-2026-floating-card span i {
    margin-right: 5px;
    color: var(--red);
}

.bnc-booking-2026-floating-card strong {
    color: var(--white);
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}



.bnc-booking-2026-form-area {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: var(--white);
    box-shadow: 0 30px 80px rgba(36, 32, 33, .10);
}


.bnc-booking-2026-sidebar {
    height: 100%;
    padding: 52px 38px;
    color: var(--white);
    background: var(--dark);
    position: relative;
    overflow: hidden;
}

.bnc-booking-2026-sidebar::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    right: -150px;
    top: -120px;
    border-radius: 50%;
    border: 1px solid rgba(238, 38, 44, .25);
}

.bnc-booking-2026-sidebar::after {
    content: "";
    position: absolute;
    width: 190px;
    height: 190px;
    left: -110px;
    bottom: 130px;
    border-radius: 50%;
    background: rgba(238, 38, 44, .07);
}

.bnc-booking-2026-sidebar > * {
    position: relative;
    z-index: 2;
}

.bnc-booking-2026-sidebar-tag {
    display: inline-block;
    margin-bottom: 17px;
    color: var(--red);
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .15em;
}

.bnc-booking-2026-sidebar h2 {
    margin: 0 0 18px;
    color: var(--white);
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.08;
}

.bnc-booking-2026-sidebar h2 span {
    display: block;
    color: var(--red);
    font-style: italic;
}

.bnc-booking-2026-sidebar-top > p {
    margin: 0;
    color: rgba(255, 255, 255, .65);
    font-size: 13px;
    line-height: 1.8;
}




.bnc-booking-2026-steps {
    margin-top: 38px;
}

.bnc-booking-2026-step {
    display: flex;
    gap: 15px;
    position: relative;
    padding-bottom: 25px;
}

.bnc-booking-2026-step:last-child {
    padding-bottom: 0;
}

.bnc-booking-2026-step:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 17px;
    top: 37px;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, .12);
}

.bnc-booking-2026-step-number {
    position: relative;
    z-index: 2;
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(238, 38, 44, .55);
    border-radius: 50%;
    color: var(--red);
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    background: var(--dark);
}

.bnc-booking-2026-step-content {
    padding-top: 1px;
}

.bnc-booking-2026-step-content strong {
    display: block;
    margin-bottom: 5px;
    color: var(--white);
    font-size: 12px;
}

.bnc-booking-2026-step-content p {
    max-width: 245px;
    margin: 0;
    color: rgba(255, 255, 255, .52);
    font-size: 11px;
    line-height: 1.65;
}



.bnc-booking-2026-highlights {
    margin-top: 35px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, .10);
}

.bnc-booking-2026-highlight {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 11px;
}

.bnc-booking-2026-highlight:last-child {
    margin-bottom: 0;
}

.bnc-booking-2026-highlight i {
    color: var(--red);
    font-size: 11px;
}

.bnc-booking-2026-highlight span {
    color: rgba(255, 255, 255, .66);
    font-size: 11px;
}




.bnc-booking-2026-sidebar-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 32px;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, .10);
    border-bottom: 1px solid rgba(255, 255, 255, .10);
}

.bnc-booking-2026-sidebar-stats > div {
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .10);
}

.bnc-booking-2026-sidebar-stats > div:last-child {
    border-right: none;
}

.bnc-booking-2026-sidebar-stats strong {
    display: block;
    color: var(--white);
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 21px;
    font-weight: 500;
}

.bnc-booking-2026-sidebar-stats span {
    display: block;
    margin-top: 3px;
    color: rgba(255, 255, 255, .45);
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: .06em;
}



.bnc-booking-2026-sidebar-note {
    display: flex;
    gap: 12px;
    margin-top: 28px;
    padding: 15px;
    border: 1px solid rgba(238, 38, 44, .20);
    border-radius: 5px;
    background: rgba(238, 38, 44, .07);
}

.bnc-booking-2026-sidebar-note-icon {
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(238, 38, 44, .15);
    color: var(--red);
    font-size: 11px;
}

.bnc-booking-2026-sidebar-note strong {
    display: block;
    margin-bottom: 4px;
    color: var(--white);
    font-size: 11px;
}

.bnc-booking-2026-sidebar-note span {
    display: block;
    color: rgba(255, 255, 255, .50);
    font-size: 9px;
    line-height: 1.6;
}



.bnc-booking-2026-form-card {
    padding: 55px 48px;
    background: var(--white);
}


/* FORM HEADING */

.bnc-booking-2026-form-heading {
    padding-bottom: 30px;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(36, 32, 33, .08);
}

.bnc-booking-2026-form-heading > span {
    display: block;
    margin-bottom: 10px;
    color: var(--red);
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .15em;
}

.bnc-booking-2026-form-heading h2 {
    margin: 0 0 9px;
    color: var(--dark);
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 34px;
    font-weight: 600;
}

.bnc-booking-2026-form-heading p {
    max-width: 650px;
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.7;
}



.bnc-booking-2026-section-title {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 38px 0 24px;
}

.bnc-booking-2026-section-title:first-of-type {
    margin-top: 0;
}

.bnc-booking-2026-section-title > span {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--light-red);
    color: var(--red);
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    font-weight: 600;
}

.bnc-booking-2026-section-title h3 {
    margin: 0 0 3px;
    color: var(--dark);
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 22px;
    font-weight: 600;
}

.bnc-booking-2026-section-title p {
    margin: 0;
    color: var(--muted);
    font-size: 10px;
}


.bnc-booking-2026-label {
    display: block;
    margin-bottom: 8px;
    color: var(--dark);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .02em;
}

.bnc-booking-2026-label sup {
    color: var(--red);
    font-size: 10px;
}


.bnc-booking-2026-input-wrap {
    position: relative;
}

.bnc-booking-2026-input-wrap > i {
    position: absolute;
    z-index: 3;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--red);
    font-size: 13px;
    pointer-events: none;
}

.bnc-booking-2026-input-wrap .form-control,
.bnc-booking-2026-input-wrap .form-select {
    width: 100%;
    min-height: 52px;
    padding: 13px 16px 13px 44px;
    border: 1px solid rgba(36, 32, 33, .11);
    border-radius: 5px;
    background: #fff;
    color: var(--dark);
    font-size: 12px;
    box-shadow: none;
    transition: .25s ease;
}

.bnc-booking-2026-input-wrap .form-control::placeholder {
    color: #a6a1a1;
}

.bnc-booking-2026-input-wrap .form-control:focus,
.bnc-booking-2026-input-wrap .form-select:focus {
    border-color: rgba(238, 38, 44, .55);
    box-shadow: 0 0 0 4px rgba(238, 38, 44, .07);
}

.bnc-booking-2026-input-wrap .form-select {
    cursor: pointer;
}



.bnc-booking-2026-date-card {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 72px;
    gap: 14px;
    padding: 10px 14px;
    border: 1px solid rgba(238, 38, 44, .22);
    border-radius: 7px;
    background:
        linear-gradient(
            135deg,
            var(--light-red),
            #fff 75%
        );
    transition: .25s ease;
}

.bnc-booking-2026-date-card:hover {
    border-color: rgba(238, 38, 44, .50);
    transform: translateY(-1px);
    box-shadow: 0 10px 25px rgba(238, 38, 44, .08);
}

.bnc-booking-2026-date-card:focus-within {
    border-color: var(--red);
    box-shadow: 0 0 0 4px rgba(238, 38, 44, .07);
}

.bnc-booking-2026-date-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: grid;
    place-items: center;
    border-radius: 6px;
    background: var(--red);
    color: var(--white);
    font-size: 17px;
    box-shadow: 0 8px 18px rgba(238, 38, 44, .20);
}

.bnc-booking-2026-date-content {
    min-width: 0;
    flex: 1;
}

.bnc-booking-2026-date-content > span {
    display: block;
    margin-bottom: 1px;
    color: var(--red);
    font-family: 'DM Mono', monospace;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: .10em;
}

.bnc-booking-2026-date-content input {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--dark);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.bnc-booking-2026-date-content input::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    inset: 0;
    width: auto;
    height: auto;
    cursor: pointer;
}

.bnc-booking-2026-date-content small {
    display: block;
    margin-top: 2px;
    color: var(--muted);
    font-size: 8px;
}

.bnc-booking-2026-date-arrow {
    color: var(--red);
    font-size: 10px;
}



.bnc-booking-2026-service-option {
    position: relative;
    display: block;
    height: 100%;
    margin: 0;
    cursor: pointer;
}

.bnc-booking-2026-service-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.bnc-booking-2026-service-box {
    position: relative;
    height: 100%;
    min-height: 165px;
    padding: 22px 17px;
    border: 1px solid rgba(36, 32, 33, .10);
    border-radius: 7px;
    background: var(--white);
    transition: .25s ease;
}

.bnc-booking-2026-service-box:hover {
    border-color: rgba(238, 38, 44, .35);
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(36, 32, 33, .08);
}

.bnc-booking-2026-service-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    margin-bottom: 16px;
    border-radius: 6px;
    background: var(--light-red);
    color: var(--red);
    font-size: 16px;
}

.bnc-booking-2026-service-box strong {
    display: block;
    max-width: 145px;
    margin-bottom: 6px;
    color: var(--dark);
    font-size: 12px;
    line-height: 1.35;
}

.bnc-booking-2026-service-box > span {
    display: block;
    max-width: 150px;
    color: var(--muted);
    font-size: 9px;
    line-height: 1.5;
}

.bnc-booking-2026-service-check {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(36, 32, 33, .12);
    border-radius: 50%;
    color: transparent;
    font-size: 8px;
    transition: .25s ease;
}

.bnc-booking-2026-service-option input:checked + .bnc-booking-2026-service-box {
    border-color: var(--red);
    background: linear-gradient(
        145deg,
        var(--light-red),
        #fff
    );
    box-shadow: 0 12px 30px rgba(238, 38, 44, .10);
}

.bnc-booking-2026-service-option input:checked + .bnc-booking-2026-service-box .bnc-booking-2026-service-check {
    border-color: var(--red);
    background: var(--red);
    color: var(--white);
}



.bnc-booking-2026-addons {
    margin-top: 32px;
    padding: 25px;
    border: 1px solid rgba(36, 32, 33, .08);
    border-radius: 7px;
    background: #faf8f8;
}

.bnc-booking-2026-addons-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.bnc-booking-2026-addons-heading span {
    display: block;
    margin-bottom: 5px;
    color: var(--red);
    font-family: 'DM Mono', monospace;
    font-size: 8px;
    letter-spacing: .12em;
}

.bnc-booking-2026-addons-heading h4 {
    margin: 0 0 4px;
    color: var(--dark);
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 20px;
}

.bnc-booking-2026-addons-heading p {
    margin: 0;
    color: var(--muted);
    font-size: 9px;
}

.bnc-booking-2026-addons-heading > i {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--light-red);
    color: var(--red);
    font-size: 10px;
}


/* CHECKBOX */

.bnc-booking-2026-check-option {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 65px;
    margin: 0;
    padding: 12px 14px;
    border: 1px solid rgba(36, 32, 33, .08);
    border-radius: 5px;
    background: var(--white);
    cursor: pointer;
    transition: .25s ease;
}

.bnc-booking-2026-check-option:hover {
    border-color: rgba(238, 38, 44, .25);
}

.bnc-booking-2026-check-option input {
    position: absolute;
    opacity: 0;
}

.bnc-booking-2026-check-box {
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    display: grid;
    place-items: center;
    border: 1px solid #d8d2d2;
    border-radius: 4px;
    color: transparent;
    font-size: 8px;
    transition: .2s ease;
}

.bnc-booking-2026-check-content {
    min-width: 0;
}

.bnc-booking-2026-check-content strong {
    display: block;
    margin-bottom: 2px;
    color: var(--dark);
    font-size: 10px;
}

.bnc-booking-2026-check-content small {
    display: block;
    color: var(--muted);
    font-size: 8px;
}

.bnc-booking-2026-check-option input:checked + .bnc-booking-2026-check-box {
    border-color: var(--red);
    background: var(--red);
    color: var(--white);
}

.bnc-booking-2026-check-option:has(input:checked) {
    border-color: rgba(238, 38, 44, .30);
    background: var(--light-red);
}


.bnc-booking-2026-textarea-wrap .form-control {
    min-height: 145px;
    padding: 15px;
    border: 1px solid rgba(36, 32, 33, .11);
    border-radius: 5px;
    resize: vertical;
    color: var(--dark);
    font-size: 12px;
    box-shadow: none;
}

.bnc-booking-2026-textarea-wrap .form-control::placeholder {
    color: #aaa5a5;
}

.bnc-booking-2026-textarea-wrap .form-control:focus {
    border-color: rgba(238, 38, 44, .55);
    box-shadow: 0 0 0 4px rgba(238, 38, 44, .07);
}



.bnc-booking-2026-submit-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(36, 32, 33, .08);
}

.bnc-booking-2026-submit-note {
    display: flex;
    align-items: center;
    gap: 11px;
}

.bnc-booking-2026-submit-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--light-red);
    color: var(--red);
    font-size: 13px;
}

.bnc-booking-2026-submit-note strong {
    display: block;
    margin-bottom: 2px;
    color: var(--dark);
    font-size: 10px;
}

.bnc-booking-2026-submit-note span {
    display: block;
    color: var(--muted);
    font-size: 8px;
}

.bnc-booking-2026-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    min-height: 54px;
    padding: 0 25px;
    border: 0;
    border-radius: 4px;
    background: var(--red);
    color: var(--white);
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    transition: .25s ease;
}

.bnc-booking-2026-submit-btn i {
    transition: transform .25s ease;
}

.bnc-booking-2026-submit-btn:hover {
    background: var(--dark);
    color: var(--white);
    transform: translateY(-2px);
}

.bnc-booking-2026-submit-btn:hover i {
    transform: translateX(4px);
}



.bnc-booking-side-2026 {
    height: 100%;
    padding: 48px 38px;
    background: var(--dark);
    color: var(--white);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}


/* Decorative Background */

.bnc-booking-side-2026::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(238, 38, 44, 0.10);
    top: -100px;
    right: -100px;
    pointer-events: none;
}

.bnc-booking-side-2026::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 50%;
    bottom: -90px;
    left: -70px;
    pointer-events: none;
}


.bnc-booking-side-tag-2026 {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--red);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 16px;
}


.bnc-booking-side-tag-2026::before {
    content: "";
    width: 25px;
    height: 1px;
    background: var(--red);
}


.bnc-booking-side-2026 h2 {
    position: relative;
    z-index: 2;
    margin: 0 0 16px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(30px, 2.6vw, 42px);
    line-height: 1.08;
    font-weight: 600;
    color: var(--white);
}

.bnc-booking-side-2026 h2 span {
    display: block;
    color: var(--red);
}


.bnc-booking-side-intro-2026 {
    position: relative;
    z-index: 2;
    margin: 0 0 28px;
    color: rgba(255,255,255,0.68);
    font-size: 14px;
    line-height: 1.75;
}


.bnc-booking-side-list-2026 {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 28px;
}


.bnc-booking-side-item-2026 {
    display: flex;
    gap: 15px;
    position: relative;
    padding-bottom: 40px;
}

.bnc-booking-side-item-2026:last-child {
    padding-bottom: 0;
}


/* Connecting Line */

.bnc-booking-side-item-2026:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 16px;
    top: 35px;
    width: 1px;
    height: calc(100% - 22px);
    background: rgba(255,255,255,0.12);
}


.bnc-booking-side-number-2026 {
    position: relative;
    z-index: 2;
    flex: 0 0 33px;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(238,38,44,0.12);
    border: 1px solid rgba(238,38,44,0.45);
    color: var(--red);
    font-size: 10px;
    font-weight: 700;
}


.bnc-booking-side-item-2026 strong {
    display: block;
    margin: 2px 0 5px;
    color: var(--white);
    font-size: 13px;
    font-weight: 700;
}


.bnc-booking-side-item-2026 p {
    margin: 0;
    color: rgba(255,255,255,0.52);
    font-size: 12px;
    line-height: 1.65;
}


.bnc-booking-benefits-2026 {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr;
    gap: 35px;
    margin-bottom: 22px;
}


.bnc-booking-benefit-2026 {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.035);
    border-radius: 8px;
    transition: 0.25s ease;
}


.bnc-booking-benefit-2026:hover {
    border-color: rgba(238,38,44,0.35);
    background: rgba(238,38,44,0.06);
    transform: translateX(3px);
}


.bnc-booking-benefit-icon-2026 {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(238,38,44,0.12);
    color: var(--red);
    font-size: 13px;
}


.bnc-booking-benefit-2026 strong {
    display: block;
    color: var(--white);
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 2px;
}


.bnc-booking-benefit-2026 span {
    display: block;
    color: rgba(255,255,255,0.45);
    font-size: 10px;
    line-height: 1.4;
}


.bnc-booking-side-note-2026 {
    margin-top: 20px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 15px;
    border-radius: 9px;
    background: var(--red);
    color: var(--white);
}


.bnc-booking-side-note-icon-2026 {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255,255,255,0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}


.bnc-booking-side-note-2026 strong {
    display: block;
    font-size: 11px;
    margin-bottom: 3px;
}


.bnc-booking-side-note-2026 span {
    display: block;
    color: rgba(255,255,255,0.78);
    font-size: 10px;
    line-height: 1.5;
}



.bnc-booking-date-field-2026 {
    position: relative;
    width: 100%;
    min-height: 68px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 10px 15px 10px 11px;
    border: 1px solid rgba(36,32,33,0.12);
    border-radius: 12px;
    background: var(--white);
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}


.bnc-booking-date-field-2026:hover {
    border-color: rgba(238,38,44,0.35);
}


.bnc-booking-date-field-2026:focus-within {
    border-color: var(--red);
    box-shadow: 0 0 0 4px rgba(238,38,44,0.08);
    transform: translateY(-1px);
}


.bnc-booking-field-icon-2026 {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--light-red);
    color: var(--red);
    font-size: 16px;
}


.bnc-booking-date-content-2026 {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
}


.bnc-booking-date-content-2026 > span {
    color: var(--muted);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}


.bnc-booking-date-content-2026 input {
    width: 100%;
    min-width: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--dark);
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    cursor: pointer;
}


/* Remove old browser box styling */

.bnc-booking-date-content-2026 input::-webkit-datetime-edit {
    padding: 0;
}

.bnc-booking-date-content-2026 input::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}

.bnc-booking-date-content-2026 input::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}


.bnc-booking-field-arrow-2026 {
    flex: 0 0 auto;
    color: var(--muted);
    font-size: 10px;
    pointer-events: none;
    transition: 0.25s ease;
}


.bnc-booking-date-field-2026:focus-within
.bnc-booking-field-arrow-2026 {
    color: var(--red);
    transform: rotate(180deg);
}


.bnc-booking-date-field-2026
+ .bnc-booking-help-2026 {
    margin-top: 6px;
}


.bnc-booking-side-2026 {
    justify-content: flex-start;
    gap: 0;
}

/* STATS */
.bnc-booking-side-stats-2026 {
    position: relative; z-index: 2;
    display: grid; grid-template-columns: repeat(3, 1fr);
    padding: 18px 0; margin-bottom: 24px;
    border-top: 1px solid rgba(255,255,255,.10);
    border-bottom: 1px solid rgba(255,255,255,.10);
}
.bnc-booking-side-stat-2026 { text-align: center; border-right: 1px solid rgba(255,255,255,.10); }
.bnc-booking-side-stat-2026:last-child { border-right: none; }
.bnc-booking-side-stat-2026 strong {
    display: block; color: var(--white);
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 20px; font-weight: 600;
}
.bnc-booking-side-stat-2026 strong i { margin-left: 3px; color: var(--red); font-size: 13px; }
.bnc-booking-side-stat-2026 span {
    display: block; margin-top: 4px; color: rgba(255,255,255,.45);
    font-size: 9px; text-transform: uppercase; letter-spacing: .05em;
}

/* FEATURES */
.bnc-booking-side-features-2026 {
    position: relative; z-index: 2;
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 10px; margin-bottom: 10px;
}
.bnc-booking-side-feature-2026 {
    display: flex; align-items: center; gap: 9px;
    padding: 12px 10px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.03);
    border-radius: 7px;
}
.bnc-booking-side-feature-2026 i { flex: 0 0 auto; color: var(--red); font-size: 13px; }
.bnc-booking-side-feature-2026 span { color: rgba(255,255,255,.65); font-size: 10px; line-height: 1.4; }

/* FLEXIBLE FILLER — this is what solves the empty-gap issue */
.bnc-booking-side-fill-2026 {
    position: relative; z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    min-height: 70px;
    margin-top: 15px;
    padding: 25px 10px;
}
.bnc-booking-side-fill-icon-2026 {
    width: 52px; height: 52px;
    display: grid; place-items: center;
    border-radius: 50%;
    border: 1px solid rgba(238,38,44,.35);
    background: rgba(238,38,44,.08);
    color: var(--red);
    font-size: 19px;
}
.bnc-booking-side-fill-2026 strong {
    color: var(--white);
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 16px;
    font-weight: 500;
    max-width: 220px;
}
.bnc-booking-side-fill-2026 span {
    color: rgba(255,255,255,.45);
    font-size: 10px;
    line-height: 1.6;
    max-width: 220px;
}

/* QUOTE */
.bnc-booking-side-quote-2026 {
    position: relative; z-index: 2;
    padding: 18px 20px; margin-bottom: 35px;
    border-left: 2px solid var(--red);
    background: rgba(255,255,255,.035);
    border-radius: 0 8px 8px 0;
}
.bnc-booking-side-quote-2026 i { display: block; margin-bottom: 8px; color: var(--red); font-size: 14px; opacity: .7; }
.bnc-booking-side-quote-2026 p { margin: 0 0 8px; color: rgba(255,255,255,.70); font-size: 12px; line-height: 1.6; font-style: italic; }
.bnc-booking-side-quote-2026 span { display: block; color: rgba(255,255,255,.40); font-size: 10px; }



.bnc-policy-page-2026 {
    background: var(--cream);
    padding: 90px 0 110px;
    color: var(--dark);
}


.bnc-policy-hero-2026 {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, .55fr);
    gap: 50px;
    align-items: center;
    margin-bottom: 70px;
}

.bnc-policy-hero-content-2026 {
    max-width: 760px;
}

.bnc-policy-eyebrow-2026 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2.5px;
    margin-bottom: 18px;
}

.bnc-policy-eyebrow-2026::before {
    content: "";
    width: 34px;
    height: 2px;
    background: var(--red);
}

.bnc-policy-title-2026 {
    margin: 0 0 22px;
    font-size: clamp(48px, 6vw, 82px);
    line-height: .98;
    font-weight: 800;
    letter-spacing: -3px;
}

.bnc-policy-title-2026 span {
    color: var(--red);
}

.bnc-policy-intro-2026 {
    max-width: 720px;
    margin: 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.85;
}

.bnc-policy-meta-2026 {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 35px;
}

.bnc-policy-meta-item-2026 {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 17px;
    background: var(--white);
    border: 1px solid rgba(36, 32, 33, .08);
    border-radius: 14px;
}

.bnc-policy-meta-icon-2026 {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    flex: 0 0 42px;
    background: var(--light-red);
    color: var(--red);
    border-radius: 11px;
}

.bnc-policy-meta-item-2026 strong,
.bnc-policy-meta-item-2026 span {
    display: block;
}

.bnc-policy-meta-item-2026 strong {
    font-size: 13px;
    font-weight: 800;
}

.bnc-policy-meta-item-2026 span {
    margin-top: 3px;
    color: var(--muted);
    font-size: 11px;
}


.bnc-policy-hero-card-2026 {
    position: relative;
    overflow: hidden;
    min-height: 360px;
    padding: 42px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: var(--dark);
    border-radius: 28px;
    box-shadow: 0 25px 70px rgba(36, 32, 33, .16);
}

.bnc-policy-hero-card-2026::before {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    top: -100px;
    right: -80px;
    border: 55px solid rgba(238, 38, 44, .12);
    border-radius: 50%;
}

.bnc-policy-hero-card-2026::after {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    top: 35px;
    right: 45px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
}

.bnc-policy-hero-card-icon-2026 {
    position: relative;
    z-index: 2;
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    margin-bottom: auto;
    background: var(--red);
    color: var(--white);
    border-radius: 18px;
    font-size: 23px;
    box-shadow: 0 15px 35px rgba(238, 38, 44, .25);
}

.bnc-policy-hero-card-2026 > span {
    position: relative;
    z-index: 2;
    color: rgba(255, 255, 255, .55);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.bnc-policy-hero-card-2026 > strong {
    position: relative;
    z-index: 2;
    color: var(--white);
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
}

.bnc-policy-hero-card-2026 > p {
    position: relative;
    z-index: 2;
    margin: 17px 0 0;
    color: rgba(255, 255, 255, .62);
    font-size: 13px;
    line-height: 1.7;
}



.bnc-policy-layout-2026 {
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 35px;
    align-items: start;
}


.bnc-policy-sidebar-2026 {
    position: sticky;
    top: 110px;
}

.bnc-policy-sidebar-card-2026 {
    padding: 25px 20px;
    background: var(--white);
    border: 1px solid rgba(36, 32, 33, .08);
    border-radius: 20px;
    box-shadow: 0 15px 45px rgba(36, 32, 33, .06);
}

.bnc-policy-sidebar-label-2026 {
    display: block;
    padding: 0 10px 14px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.8px;
}

.bnc-policy-navigation-2026 {
    display: flex;
    flex-direction: column;
}

.bnc-policy-navigation-2026 a {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 12px 10px;
    color: var(--dark);
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: .25s ease;
}

.bnc-policy-navigation-2026 a span {
    min-width: 25px;
    color: var(--red);
    font-size: 10px;
    font-weight: 800;
}

.bnc-policy-navigation-2026 a:hover {
    background: var(--light-red);
    color: var(--red);
    transform: translateX(3px);
}

.bnc-policy-sidebar-note-2026 {
    display: flex;
    gap: 12px;
    margin-top: 15px;
    padding: 18px;
    background: var(--light-red);
    border-radius: 17px;
}

.bnc-policy-sidebar-note-icon-2026 {
    color: var(--red);
    font-size: 16px;
}

.bnc-policy-sidebar-note-2026 strong {
    display: block;
    font-size: 12px;
    font-weight: 800;
}

.bnc-policy-sidebar-note-2026 p {
    margin: 5px 0 0;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.65;
}


.bnc-policy-content-2026 {
    min-width: 0;
}

.bnc-policy-content-card-2026 {
    scroll-margin-top: 35px;
    /* display: grid; */
    /* grid-template-columns: 54px minmax(0, 1fr); */
    gap: 24px;
    padding: 38px;
    margin-bottom: 20px;
    background: var(--white);
    border: 1px solid rgba(36, 32, 33, .07);
    border-radius: 22px;
    box-shadow: 0 12px 40px rgba(36, 32, 33, .045);
    align-items: start;
}

.bnc-policy-introduction-2026 {
    background: var(--dark);
    color: var(--white);
}

.bnc-policy-introduction-2026 p {
    color: rgba(255, 255, 255, .68) !important;
}

.bnc-policy-section-number-2026 {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    background: var(--red);
    color: var(--white);
    border-radius: 15px;
    font-size: 18px;
}

.bnc-policy-number-2026 {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    background: var(--light-red);
    color: var(--red);
    border-radius: 13px;
    font-size: 11px;
    font-weight: 900;
}

.bnc-policy-section-content-2026 {
    min-width: 0;
}

.bnc-policy-section-label-2026 {
    display: block;
    color: var(--red);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.bnc-policy-content-card-2026 h2 {
    color: inherit;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
}

.bnc-policy-content-card-2026 p {
    margin: 15px 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.85;
}

.bnc-policy-content-card-2026 p:last-child {
    margin-bottom: 0;
}


.bnc-policy-info-grid-2026 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
    margin-top: 25px;
}

.bnc-policy-info-box-2026 {
    padding: 20px;
    background: var(--cream);
    border: 1px solid rgba(36, 32, 33, .06);
    border-radius: 15px;
    transition: .25s ease;
}

.bnc-policy-info-box-2026:hover {
    transform: translateY(-3px);
    border-color: rgba(238, 38, 44, .2);
}

.bnc-policy-info-box-2026 > i {
    color: var(--red);
    font-size: 17px;
}

.bnc-policy-info-box-2026 h3 {
    margin: 12px 0 7px;
    font-size: 14px;
    font-weight: 800;
}

.bnc-policy-info-box-2026 p {
    margin: 0;
    font-size: 12px;
    line-height: 1.65;
}

.bnc-policy-check-list-2026 {
    display: grid;
    gap: 13px;
    padding: 0;
    margin: 23px 0 0;
    list-style: none;
}

.bnc-policy-check-list-2026 li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.6;
}

.bnc-policy-check-list-2026 li i {
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    flex: 0 0 22px;
    margin-top: 1px;
    background: var(--light-red);
    color: var(--red);
    border-radius: 50%;
    font-size: 9px;
}



.bnc-policy-highlight-2026 {
    display: flex;
    gap: 15px;
    margin: 25px 0;
    padding: 20px;
    background: var(--light-red);
    border-left: 3px solid var(--red);
    border-radius: 0 15px 15px 0;
}

.bnc-policy-highlight-icon-2026 {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    flex: 0 0 42px;
    background: var(--white);
    color: var(--red);
    border-radius: 11px;
}

.bnc-policy-highlight-2026 strong {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 800;
}

.bnc-policy-highlight-2026 p {
    margin: 0;
    font-size: 12px;
}




.bnc-policy-security-grid-2026 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 25px 0;
}

.bnc-policy-security-grid-2026 > div {
    padding: 18px;
    background: var(--light-red);
    border-radius: 14px;
}

.bnc-policy-security-grid-2026 i {
    display: block;
    margin-bottom: 12px;
    color: var(--red);
    font-size: 17px;
}

.bnc-policy-security-grid-2026 strong,
.bnc-policy-security-grid-2026 span {
    display: block;
}

.bnc-policy-security-grid-2026 strong {
    font-size: 12px;
    font-weight: 800;
}

.bnc-policy-security-grid-2026 span {
    margin-top: 5px;
    color: var(--muted);
    font-size: 10px;
    line-height: 1.5;
}



.bnc-policy-choice-list-2026 {
    display: grid;
    gap: 12px;
    margin-top: 25px;
}

.bnc-policy-choice-list-2026 > div {
    display: flex;
    gap: 14px;
    padding: 10px 0;
    background: var(--cream);
    border-radius: 14px;
}

.bnc-policy-choice-list-2026 > div > span {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    flex: 0 0 40px;
    background: var(--light-red);
    color: var(--red);
    border-radius: 10px;
}

.bnc-policy-choice-list-2026 strong {
    display: block;
    font-size: 13px;
    font-weight: 800;
}

.bnc-policy-choice-list-2026 p {
    margin: 4px 0 0;
    font-size: 11px;
    line-height: 1.6;
}


.bnc-policy-contact-box-2026 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 25px;
}

.bnc-policy-contact-item-2026 {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 18px;
    background: var(--cream);
    border-radius: 14px;
}

.bnc-policy-contact-icon-2026 {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    flex: 0 0 42px;
    background: var(--light-red);
    color: var(--red);
    border-radius: 11px;
}

.bnc-policy-contact-item-2026 span,
.bnc-policy-contact-item-2026 strong {
    display: block;
}

.bnc-policy-contact-item-2026 span {
    color: var(--muted);
    font-size: 10px;
}

.bnc-policy-contact-item-2026 strong {
    margin-top: 3px;
    font-size: 12px;
}



.bnc-policy-final-2026 {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 27px 30px;
    margin-top: 25px;
    background: var(--red);
    border-radius: 20px;
    color: var(--white);
}

.bnc-policy-final-icon-2026 {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    flex: 0 0 50px;
    background: rgba(255, 255, 255, .14);
    border-radius: 14px;
}

.bnc-policy-final-2026 strong {
    display: block;
    font-size: 15px;
    font-weight: 800;
}

.bnc-policy-final-2026 p {
    margin: 5px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: 12px;
    line-height: 1.65;
}


.bnc-policy-navigation-2026 a {
    position: relative;
    overflow: hidden;
    transition: all .25s ease;
}

.bnc-policy-navigation-2026 a:hover,
.bnc-policy-navigation-2026 a.active {
    background: var(--light-red);
    color: var(--red);
    transform: translateX(3px);
}

.bnc-policy-navigation-2026 a.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 22px;
    background: var(--red);
    border-radius: 0 4px 4px 0;
    transform: translateY(-50%);
}

.bnc-policy-navigation-2026 a.active span {
    color: var(--red);
}

/* Thankyou Page CSS  */


.bnc-thank-you-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 50px 0;
    background: linear-gradient(180deg, var(--cream), var(--light-red));
}

.bnc-thank-you-card {
    background: var(--white);
    border-radius: 30px;
    padding: 70px 50px;
    text-align: center;
    border: 1px solid var(--light-red);
    box-shadow: 0 20px 50px rgba(36, 32, 33, .08);
}

.bnc-thank-you-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
    border-radius: 50%;
    background: var(--light-red);
    display: flex;
    align-items: center;
    justify-content: center;
}

.bnc-thank-you-icon i {
    font-size: 55px;
    color: var(--verified);
}

.bnc-thank-you-badge {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 50px;
    background: var(--red);
    color: var(--white);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.bnc-thank-you-card h1 {
    color: var(--dark);
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 15px;
}

.bnc-thank-you-card h5 {
    color: var(--rose);
    margin-bottom: 25px;
}

.bnc-thank-you-card p {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.9;
    max-width: 650px;
    margin: auto;
}

.bnc-thank-you-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.bnc-thank-you-buttons a {
    min-width: 220px;
    padding: 16px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: .3s ease;
}

.bnc-home-btn {
    background: var(--dark);
    color: var(--white);
}

.bnc-action-btn {
    background: var(--red);
    color: var(--white);
}

.bnc-thank-you-buttons a:hover {
    transform: translateY(-4px);
}
