/* Tabs strip */
.spec-tabs {
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
}

.spec-tabs .nav-link {
    border: none;
    border-radius: 0;
    padding: 12px 22px;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    position: relative;
    background: transparent;
}

.spec-tabs .nav-link i {
    font-size: 15px;
    color: #f36f21; /* icon color */
}

/* Inactive tab underline (transparent) */
.spec-tabs .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background: transparent;
    transition: background 0.25s ease;
}

/* Active tab */
.spec-tabs .nav-link.active {
    color: #f36f21;
}

.spec-tabs .nav-link.active::after {
    background: #f36f21; /* orange bar */
}

/* Tab content spacing */
.spec-tab-content {
    border: 1px solid #eee;
    border-top: none;
    padding: 0;
}

/* Table style */
.spec-table {
    margin-bottom: 0;
    border-color: #eee;
}

.spec-table tr th,
.spec-table tr td {
    padding: 12px 20px;
    font-size: 14px;
    vertical-align: middle;
    border-color: #eee;
}

.spec-table tr th {
    width: 30%;
    font-weight: 600;
    color: #333;
    background: #fafafa;
}

.spec-table tr td {
    color: #555;
}

/* Small screen tweak */
@media (max-width: 576px) {
    .spec-tabs .nav-link {
        padding: 10px 12px;
        font-size: 14px;
    }
    .spec-table tr th,
    .spec-table tr td {
        padding: 10px 12px;
    }
}


/* Section */

.types-title {
    font-size: 40px;
    font-weight: 700;
}

.types-card {
    position: relative;
    min-height: 260px;
    border-radius: 10px;
    overflow: hidden;
}

.types-card-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: .5s ease;
}

.types-card:hover .types-card-bg {
    transform: scale(1.08);
}

.types-card-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 25px;
    color: #fff;
}

.types-card-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.types-discover-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.types-discover-btn .plus {
    color: #ff5b2a;
    font-size: 20px;
}

.types-control-circle {
    width: 55px;
    height: 55px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 25px rgba(0,0,0,.25);
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 1 !important;
}

.carousel-control-prev {
    left: -20px;
}

.carousel-control-next {
    right: -20px;
}

.types-control-circle {
    width: 55px;
    height: 55px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 25px rgba(0,0,0,.25);
    color: #222;          /* icon color */
}

.types-control-circle i {
    font-size: 16px;
    color: inherit;       /* use the color above */
}

/* Marquee */
.marquee-section {
    background: #78463c;
    overflow: hidden;
}

.marquee-container {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.marquee-track {
    display: inline-flex;
    animation: marquee-scroll 30s linear infinite; /* SLOW SPEED */
}

.marquee-item {
    font-size: 70px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1.5px #fff;
    display: inline-flex;
    align-items: center;
}

.marquee-icon {
    width: 22px;
    height: 22px;
    margin-left: 30px;
    margin-right: 30px;
}

/* Animation */
@keyframes marquee-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}



/* Our Products */
a {
    text-decoration: none;
}

/* Wrapper */
.carousel-wrapper {
    overflow: hidden;
    position: relative;
}

/* Track */
.carousel-track {
    display: flex;
    gap: 20px;
    transition: transform 0.4s ease;
}

/* Make cards fixed width */
.other-card {
    min-width: 250px;
    max-width: 250px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: .3s;
    padding-bottom: 15px;
}

.other-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 34px rgba(0,0,0,0.15);
}

.other-card-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* Arrows */
.carousel-arrows {
    display: flex;
    gap: 10px;
}

.arrow-btn {
    background: #3b2017;
    color: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 20px;
    transition: .3s;
}

.arrow-btn:hover {
    background: #000;
}

.carousel-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
}

/* Optional: hide scrollbar visually if you don’t want to see it */
.carousel-wrapper::-webkit-scrollbar {
    display: none;
}
.carousel-wrapper {
    -ms-overflow-style: none;  /* IE/Edge */
    scrollbar-width: none;     /* Firefox */
}
.other-card h5 {
    margin-top: 10px;
    color: #000;
}

/* New css on 12.01.26 */

.description {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    text-align: justify;
}


/* Types and components */

/* Common Card Style */
.info-card {
  background: #ffffff;
  padding: 35px 30px;
  border-radius: 18px;
  position: relative;
  font-size: 15px;
  line-height: 1.8;
  color: #222;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

/* Purple Accent */
.info-card::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background: #000;
  z-index: -1;
}

/* Image Styling */
.center-image {
  max-width: 300px;
}

/* Gallery section */

.bento-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bento-item {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bento-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}


/* Related products section */

.other-card a {
text-decoration: none;
}

/* Wrapper */
.carousel-wrapper {
overflow: hidden;
position: relative;
}

/* Track */
.carousel-track {
display: flex;
gap: 20px;
transition: transform 0.4s ease;
}

/* Make cards fixed width */
.other-card {
    min-width: 300px;
    max-width: 300px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    text-align: center;
    transition: .3s;
    padding-bottom: 15px;
    border: 1px solid #463F3A;
    max-height: 300px;
    min-height: 300px;
}



.other-card-img {
width: 100%;
height: 250px;
object-fit: contain;
}

/* Arrows */
.carousel-arrows {
display: flex;
gap: 10px;
}

.arrow-btn {
background: #463F3A;
color: #fff;
border: none;
padding: 8px 12px;
border-radius: 6px;
cursor: pointer;
font-size: 20px;
transition: .3s;
}

.arrow-btn:hover {
background: #000;
}

.carousel-wrapper {
overflow-x: auto;
overflow-y: hidden;
scroll-behavior: smooth;
}

/* Optional: hide scrollbar visually if you don’t want to see it */
.carousel-wrapper::-webkit-scrollbar {
display: none;
}
.carousel-wrapper {
-ms-overflow-style: none;  /* IE/Edge */
scrollbar-width: none;     /* Firefox */
}
.other-card h5 {
    margin-top: 10px;
    color: #000;
    font-size: 18px;
     font-weight: 500;
}

/* New css on 14.01.26 */

.info-list {
  padding-left: 18px;
}

.info-list li {
  margin-bottom: 8px;
  line-height: 1.6;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  list-style: none;
}

.bold {
    font-weight: 600;
}


/* Product descriptions section  */

.product-strip-viewport {
  overflow: hidden;
}

.product-strip-track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Firefox */
}

.product-strip-track::-webkit-scrollbar {
  display: none; /* Chrome */
}


/*.product-strip-card {
  flex: 0 0 auto;      
  width: 390px;        
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  padding: 16px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: transform 0.4s ease;
}*/
.product-strip-card {
    border-radius: 10px;
    border: 1px solid black;
    padding: 16px;
}


.product-cta {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 0px; /* smaller, spacing is automatic */
}


/*.product-strip-card:hover {
  transform: scale(1.05);
}*/

.product-strip-card img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  border-radius: 10px;
}

.product-strip-card h6 {
  font-size: 24px;
  font-weight: 700;
  margin: 15px 0 10px;
}

.product-strip-card p {
  font-size: 18px;
  line-height: 1.7;
  color: #000;
  font-weight: 500;
  text-align: justify;
}


.product-cta .btn {
    padding: 10px 18px;
    font-size: 18px;
    border-radius: 30px;
}

.product-strip-section {
  position: relative;
}

/* Arrow wrapper */
.product-strip-arrows {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  pointer-events: none;
  z-index: 10;
}

.strip-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background: #000;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
  pointer-events: all;
  transition: transform 0.3s ease, background 0.3s ease;
}


/* Blogs details page  */

/* Container */
.vn-blog-container {
    background: #ffffff;
    border-radius: 20px;
    padding: 32px;
}

/* Main Content */
.vn-blog-heading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}

.vn-blog-image {
    width: 100%;
    border-radius: 16px;
    margin-bottom: 14px;
    height: 500px;
}

.vn-blog-date {
    font-size: 18px;
    color: #000;
    margin-bottom: 12px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}

.vn-author-badge {
    display: inline-block;
    background: #896b4c;
    color: #ffffff;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 18px;
    margin-bottom: 18px;
    font-weight: 500;
}

.vn-blog-text p {
    font-size: 18px;
    line-height: 1.8;
    color: #000;
    margin-bottom: 14px;
    text-align: justify;
}

/* Sidebar */
.vn-sidebar-heading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 22px;
}

.vn-related-item {
    background: #ffffff;
    border-radius: 14px;
    padding: 10px;
    margin-bottom: 18px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.08);
    width: 80%;
    height: auto;
}

.vn-related-image {
    position: relative;
}

.vn-related-image img {
    width: 100%;
    border-radius: 12px;
}

.vn-date-badge {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: #5c4133;
    color: #fff;
    font-size: 17px;
    padding: 7px 10px;
    border-radius: 50%;
    font-weight: 600;
    text-align: center;
    width: 60px;
    height: 60px;
}

.vn-related-author {
    background: #9c6a3a;
    color: #ffffff;
    font-size: 18px;
    padding: 4px 12px;
    border-radius: 20px;
    display: inline-block;
    margin: 10px 0 6px;
    font-weight: 500;
}

.vn-related-title {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

/* New css on 28.01.26 */

.tagline {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.products-carousel .owl-nav {
  position: absolute;
  top: -60px;
  right: 0;
}

.products-carousel .owl-nav button {
  background: #000 !important;
  color: #fff !important;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-left: 8px;
}

.owl-prev-arrow,
.owl-next-arrow {
  font-size: 22px;
  line-height: 42px;
}
