:root {
    --bg-light: #f8f7f4; /* Off-white/beige background from image */
    --fhl-black: #080808;
    --fhl-red: #d92d2d;
    --fhl-gray: #6c757d;
}

body.bg-light-theme {
    font-family: 'Poppins', sans-serif;
    background-color: var(--bg-light);
    color: #111;
    overflow-x: hidden;
}

/* Typography Utilities */
.tracking-wide { letter-spacing: 1.5px; }
.tracking-widest { letter-spacing: 3px; }
.small-text { font-size: 0.85rem; }
.text-light-gray { color: rgba(255, 255, 255, 0.7); }
.max-w-700 { max-width: 700px; margin-inline: auto; }

/* Buttons */
.btn-danger {
    background-color: var(--fhl-red);
    border-color: var(--fhl-red);
    transition: 0.3s;
}
.btn-danger:hover {
    background-color: #b82323;
    border-color: #b82323;
}

/* Hero Section */
/* Hero Section Layout */
.hero-section {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.hero-image-container {
    position: relative;
    height: 100vh; /* ইমেজের উচ্চতা */
    width: 100%;
}

.hero-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ইমেজের ওপর হালকা অন্ধকার ভাব আনার জন্য */
.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}


.hero-black-box {
    background-color: #000000;
    padding: 40px 20px;
    width: 90%;
    position: relative;
    top: -100px;
    z-index: 10;
    margin-bottom: -100px;
}

.tracking-extra-wide {
    letter-spacing: 2px;
    font-size: 0.85rem;
}

.brand-title {
    font-size: clamp(2.5rem, 7vw, 7rem);
    letter-spacing: 5px;
    margin-top: 10px;
}

.hero-description {
    max-width: 850px;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #cccccc;
    font-weight: 300;
}

/* বাটন ডিজাইন - হুবহু ইমেজের মতো */
.hero-buttons {
    margin-top: 20px;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: white;
    border: 1px solid #333333; /* চিকন ধূসর বর্ডার */
    transition: all 0.3s ease;
    background: transparent;
}

.hero-btn:hover {
    border-color: #ffffff;
    color: white;
}

.btn-icon {
    padding: 12px 18px;
    border-right: 1px solid #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.btn-text {
    padding: 12px 25px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1px;
}

/* রেসপন্সিভ সেটিংস */
@media (max-width: 768px) {
    .brand-title {
        font-size: 2.5rem;
    }
    .hero-btn {
        width: 100%;
        justify-content: flex-start;
    }
    .btn-icon {
        width: 50px;
    }
}
/* Stat Boxes (Light Theme) */
.stat-box {
    background: #fff;
    padding: 30px 20px;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s;
}
.stat-box:hover {
    transform: translateY(-5px);
}

/* Quote Card (Dark) */

/* Dark Sections (Sourcing & Production) */
.dark-section {
    background-image: url('../image/bg-2.jpg');
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;

}
/* ডার্ক কার্ড স্টাইল */
.quote-card-custom {
    background-color: #1a1a1a;
    border-radius: 25px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* রেডিশ গ্লো ইফেক্ট */
.glow-point {
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(220, 53, 69, 0.2) 0%, rgba(26, 26, 26, 0) 70%);
    z-index: 0;
}

.quote-text {
    font-size: 1.25rem;
    color: #ffffff;
    line-height: 1.6;
    font-weight: 300;
}

.team-label {
    color: #ffffff;
    letter-spacing: 1px;
}

/* ডান পাশের কন্টেন্ট */
.main-heading {
    color: #1a1a1a;
    line-height: 1.2;
}

.leading-relaxed {
    line-height: 1.8;
    font-size: 1.05rem;
}

/* কাস্টম বাটন */
.btn-red-custom {
    background-color: #dc3545;
    color: white;
    padding: 12px 35px;
    border-radius: 8px;
    font-weight: 600;
    border: none;
    transition: 0.3s;
}

.btn-red-custom:hover {
    background-color: #bd2130;
    color: white;
    transform: translateY(-2px);
}

.btn-outline-custom {
    border: 1px solid #333;
    color: #333;
    padding: 12px 35px;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.3s;
}

.btn-outline-custom:hover {
    background-color: #333;
    color: white;
}

/* রেসপন্সিভ */
@media (max-width: 991px) {
    .quote-card-custom {
        min-height: auto;
        margin-bottom: 2rem;
    }
}


/* Step Badges */
.dark-section {
    background-color: #050505;
    min-height: 100vh;
}


.glow-bg-rainbow {
    position: absolute;
    top: 5%;
    right: -10%;
    width: 900px;
    height: 1100px;
    background: radial-gradient(circle,
        rgba(255, 0, 0, 0.03) 0%,
        rgba(0, 255, 0, 0.02) 30%,
        rgba(0, 0, 255, 0.03) 60%,
        transparent 80%);
    filter: blur(180px);
    z-index: 0;
    transform: rotate(-15deg);
    pointer-events: none;
    opacity: 0.6;
}

.bg-dark-glass {
/
    transition: all 0.4s ease;
}

/* .bg-dark-glass:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.2);
} */

.service-row {
    border-top: 1px dashed rgba(255, 255, 255, 0.2);
    width: 70%;
    float: right;
}

.btn-red-custom {
    background-color: #e63946;
    color: white;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 12px 25px;
    border-radius: 4px;
    transition: 0.3s;
}

.btn-red-custom:hover {
    background-color: #d62828;
    color: white;
    transform: scale(1.05);
}

/* ব্যাজ ডিজাইন */
.badge-custom {
    padding: 10px 20px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50px;
    border: 1px solid transparent;
    transition: 0.3s;
    cursor: pointer;
}

.badge-custom:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}

/* ইমেজ এডজাস্টমেন্ট */
.img-card img {
    height: 250px;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.z-1 { z-index: 1; }

/* Products and Production Cards */
.product-card, .production-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.product-card:hover, .production-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08) !important;
}
.product-card img, .production-card img {
    object-fit: cover;
}

/* Adjust layout on smaller screens */
@media (max-width: 768px) {
    .dark-section {
        border-radius: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .hero-black-box h1 {
        font-size: 2.5rem;
    }
    .hero-contact {
        flex-direction: column;
        gap: 10px !important;
    }
}

/* হেডিং স্টাইল */
.heading-title {
    color: #1a1a1a;
    max-width: 500px;
    line-height: 1.2;
}

.tracking-wider {
    letter-spacing: 1px;
    line-height: 1.4;
}

/* স্ট্যাট বক্স ডিজাইন */
.stat-box {
    background-color: #f8faff; /* হালকা নীলাভ সাদা ব্যাকগ্রাউন্ড */
    padding: 40px 30px;
    border-radius: 12px;
    position: relative;
    height: 100%;
    transition: transform 0.3s ease;
}

.stat-box:hover {
    transform: translateY(-5px);
}

/* কোণার ইনডেক্স নম্বর [01] */
.stat-index {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 0.8rem;
    color: #6c757d;
    font-weight: 500;
}

/* বড় সংখ্যা */
.counter-number {
    font-size: 3.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 30px;
    margin-top: 10px;
}

/* লাল প্লাস সাইন */
.plus-sign {
    color: #ff3b30;
    margin-left: 5px;
}

/* নিচে লেখা লেবেল */
.stat-label {
    color: #495057;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0;
}

/* রেসপন্সিভ এডজাস্টমেন্ট */
@media (max-width: 576px) {
    .counter-number {
        font-size: 2.5rem;
    }
}
.counter-number-wrapper {
    color: #0B0B0B;
    font-family: "Inter", Sans-serif;
    font-size: 80px;
    font-weight: 600;
    line-height: 74px;
}

.client-feedback img {
    width: 42px;
    height: 42px;
    object-fit: cover;
    object-position: center center;
    border-radius: 7px 7px 7px 7px;
}

.bg-dark-glass img {
    width: 300px;
    height: 146px;
    object-fit: cover;
    object-position: center center;
    border-radius: 15px;
}
.pageHeader{
    position:relative;
    height:400px;
}

/* Background image */
.pageHeader_bg{
    background-size:cover;
    background-position:center;
    height:100%;
    position:relative;
}

/* dark overlay */
.pageHeader_bg::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.5);
}

/* center content */
.pageHeader_inner{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    z-index:2;
    text-align:center;
}

/* title */
.pageHeader_title{
    color:#fff;
    font-size:40px;
    font-weight:700;
    margin-bottom:10px;
}

/* breadcrumb */
.pankuzu_list{
    list-style:none;
    padding:0;
    margin:0;
    display:flex;
    gap:10px;
    justify-content:center;
}

.pankuzu_item{
    color:#fff;
    font-size:14px;
}

.pankuzu_item a{
    color:#fff;
    text-decoration:none;
}

.pankuzu_item a:hover{
    color:#ff3c3c;
}

.pankuzu_item:not(:last-child)::after{
    content:"/";
    margin-left:10px;
    color:#fff;
}

.about-small{
font-size:13px;
letter-spacing:1px;
color:#6b6b6b;
text-transform:uppercase;
font-weight:600;
margin-top:10px;
}

.about-title{
font-size:48px;
font-weight:700;
line-height:1.2;
color:#222;
}

.about-img{
border-radius:12px;
width:100%;
}

.counter-box-about{
background:#f3f3f5;
padding:35px;
border-radius:14px;
position:relative;
text-align:left;
}

.counter-numbering{
position:absolute;
top:20px;
right:20px;
font-size:14px;
color:#777;
}

.counter-box-about h2{
font-size:48px;
font-weight:700;
margin-bottom:5px;
}

.plus{
color:#e63946;
}

.counter-box-about p{
margin:0;
color:#555;
font-size:14px;
}
.counter-heading-title {
    font-family: "Inter", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.3px;
    color: #121212;
}

.counter-title {
    width: var( --container-widget-width, 100% );
    max-width: 100%;
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    --container-widget-width: 100%;
    --container-widget-flex-grow: 0;
    text-align: start;
    font-family: "Inter", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.2px;
    color: #252525;
}

.contact-title{
    font-size:42px;
    font-weight:700;
    line-height:1.3;
}

.contact-text{
    color:#555;
    margin:20px 0;
    max-width:600px;
}

.contact-btn{
    background:#e51c23;
    color:#fff;
    padding:12px 25px;
    font-weight:600;
    border-radius:4px;
}

.contact-btn:hover{
    background:#c9171d;
    color:#fff;
}

.testimonial-img{
    width:60px;
    height:60px;
    object-fit:cover;
}

.testimonial-text{
    font-size:14px;
    color:#444;
}

/* Testimonial Carousel Styling */
#testimonialCarousel {
    position: relative;
}

#testimonialCarousel .carousel-item {
    padding: 40px 0;
    transition: opacity 0.6s ease-in-out;
}

#testimonialCarousel .carousel-control-prev,
#testimonialCarousel .carousel-control-next {
    width: auto;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.7;
    transition: opacity 0.3s ease, background-color 0.3s ease;
}

#testimonialCarousel .carousel-control-prev:hover,
#testimonialCarousel .carousel-control-next:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.15);
}

#testimonialCarousel .carousel-control-prev-icon,
#testimonialCarousel .carousel-control-next-icon {
    filter: invert(1);
}

#testimonialCarousel .carousel-indicators {
    bottom: -50px;
}

#testimonialCarousel .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    border: none;
    margin: 0 5px;
    transition: background-color 0.3s ease;
}

#testimonialCarousel .carousel-indicators button.active {
    background-color: #d92d2d;
}

@media (max-width: 768px) {
    #testimonialCarousel .carousel-item {
        padding: 20px 0;
    }

    #testimonialCarousel .carousel-control-prev,
    #testimonialCarousel .carousel-control-next {
        width: auto;
        opacity: 0.5;
    }
}

.contact-box{
    background:#f2f4f8;
    padding:30px;
    border-radius:12px;
    height:100%;
    border: 1px solid #e0e0e0;
}

.contact-box h5{
    font-weight:600;
}

.contact-box p{
    font-size:14px;
    color:#555;
}

.map-section iframe{
    border-radius:8px;
}
.services-section{
background:#f7f7f7;
}

.service-small{
font-size:13px;
letter-spacing:1px;
color:#777;
}

.service-title{
font-size:44px;
font-weight:700;
line-height:1.3;
margin:20px 0;
}

.service-desc{
max-width:650px;
margin:auto;
color:#555;
}

.contact-link{
display:inline-block;
margin-top:20px;
color:#e51c23;
font-weight:600;
text-decoration:none;
border-bottom:2px solid #e51c23;
padding-bottom:3px;
}

.service-img{
border-radius:10px;
}

.services-row{
padding:30px 0;
}

.service-head{
font-weight:700;
margin-bottom:10px;
}

.service-list{
padding-left:20px;
}

.service-list li{
margin-bottom:8px;
color:#444;
}
.service-top{
align-items:center;
}

.service-img{
border-radius:12px;
}

.service-title{
font-size:42px;
font-weight:700;
line-height:1.3;
}

.contact-link{
color:#e51c23;
border-bottom:2px solid #e51c23;
text-decoration:none;
font-weight:600;
}


.journey-section{
background:#000;
color:#fff;
border-radius:25px;
padding:80px 60px 130px;
position:relative;
}

.journey-title{
font-size:44px;
font-weight:700;
line-height:1.3;
}

.story-btn{
border:1px solid #fff;
padding:10px 25px;
border-radius:25px;
color:#fff;
text-decoration:none;
font-size:14px;
}

.story-btn:hover{
background:#fff;
color:#000;
}

.year{
color:#aaa;
display:block;
margin-bottom:10px;
}

.journey-text{
color:#ddd;
font-size:15px;
line-height:1.8;
}

/* counter */

.counter-box{
background: linear-gradient(90deg,#ff0066,#ff8c42);
border-radius:12px;
padding:35px 20px;
position:absolute;
left:50%;
transform:translateX(-50%);
bottom:-50px;
width:70%;
}

.counter-box h3{
font-size:42px;
font-weight:700;
margin-bottom:5px;
}

.counter-box p{
margin:0;
font-size:14px;
}

.product-tabs{
    background:#f4f4f4;
}

.product-nav .nav-link{
    border:1px solid #ddd;
    background:#fff;
    color:#333;
    font-size:14px;
    padding:12px 25px;
    margin:5px;
    border-radius:6px;
    font-weight:600;
    transition:0.3s;
}

.product-nav .nav-link:hover{
    background:#e60023;
    color:#fff;
}

.product-nav .nav-link.active{
    background:#e60023;
    color:#fff;
    border-color:#e60023;
}

.footer-content{
    font-size:14px;
    color:#555;
    margin-bottom:10px;
}

