:root{
      --brand: #0056B3;
      --accent: #ff9f00;
      --bg: #f1f3f6;
      --star: #ffb400;  /* #edeef0 */
    }
    body { background: var(--bg); }
    .navbar { background: var(--brand);box-shadow: 0 0px 7px rgba(0,0,0,0.3) !important; }
    .navbar .form-control::placeholder { color: #878889; }
    .brand-logo { font-weight: 800; color: #fff; letter-spacing: .3px; }
    .search-wrap { max-width: 680px; width: 100%; max-height: 45px; }
    
    input#searchInput {
    border-radius: 1px;
    border: 1px solid #ff5757;
  } 

  /* Custom Toggler Button */
  .custom-toggler {
    border: none;
  }
  
  /* Search Input focus style */
  #searchInput:focus {
    box-shadow: 0 0 6px rgba(0,86,179,0.5);
    outline: none;
  }
    /* category strip */
    .category-strip {
    background: #fff;
    padding: 20px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  }

  .cat-item {
    width: 120px; 
  }

  .cat-item img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 10%;
    border: 4px solid #0159b0;
    padding: 4px;
    background: #f8f9fa;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 50%;
    border-left-color: #fc575a;
    border-right-color: red;
}

  .cat-item:hover img {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
  }

  .cat-item div {
    font-size: 14px;
    margin-top: 8px;
    font-weight: 500;
    text-align: center;
  }
  .category-strip img {
  max-width: 80px;
  height: auto;
}
.cat-item div {
  font-size: 14px;
  margin-top: 5px;
}

/* hero banner */
.hero .owl-item .banner-card { 
  /*height:320px;*/ 
  display:flex; 
  align-items:center; 
  justify-content:center; 
  color:#fff; 
  border: 1px solid #034aad; 
  border-radius:4px; 
  overflow:hidden; 
  position:relative; }


/* Banner image */
.hero .banner-card img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.banner-card .overlay { position:absolute; inset:0; opacity:.35; }
.banner-card .content { position:relative; z-index:2; text-align:center; max-width:900px; padding:0 18px; }
.banner-h1 { font-weight:800; font-size:2rem; margin-bottom:.25rem; }
.banner-sub { font-size:1.05rem; opacity:.95; }
    
    
/* section */
.section-head { display:flex; align-items:center; gap:12px; margin-top:20px; margin-bottom:10px; }
.section-title { font-size:1.125rem; font-weight:700; color:#111; }
.view-all { margin-left:auto; color:var(--brand); font-weight:600; text-decoration:none; }
.product-card { background:#fff; border-radius:10px; padding:10px; box-shadow:0 6px 20px rgba(16,24,40,.06); position:relative; overflow:hidden; display:flex; flex-direction:column; height:100%; }
.product-card img { height:150px; object-fit:cover; border-radius:6px; background:#f8fafc; margin-bottom:8px; }
.product-title { font-size:14px; min-height:40px; color:#111; font-weight:600; margin-bottom:6px; }
.product-desc { font-size:13px; color:#5b6770; margin-bottom:6px; min-height:34px; }
.product-price { font-weight:800; color:#111; margin-bottom:6px; }
.product-meta { font-size:13px; color:#6b7280; margin-bottom:8px; }

/* Base Styles */
.product-card {
  padding: 12px;
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fff;
  text-align: center;
  transition: all 0.3s ease;
}

.product-card img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 10px;
}

.product-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.product-desc {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 8px;
}

.product-price {
  font-size: 1rem;
  font-weight: 600;
}

.product-price small {
  text-decoration: line-through;
  font-size: 0.85rem;
}

/* Rating */
.rating {
  font-size: 0.85rem;
  color: #f6b400;
  margin-bottom: 8px;
}

.card-actions .btn {
  font-size: 0.85rem;
  padding: 6px 10px;
  border-radius: 8px;
  border: 1px solid #004aad;
}

/* Section Head */
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 10px;
  flex-wrap: wrap;
}

.section-title {
  font-size: 1.2rem;
  font-weight: 700;
}

.view-all {
  font-size: 0.9rem;
  color: #2563eb;
  text-decoration: none;
}

/* Large Desktops */
@media (min-width: 1200px) {
  .section-head .custom-owl-prev,
  .section-head .custom-owl-next {
    background: #f5f5f5;
    border: none;
    padding: 4px 6px;
    border-radius: 6px;
    font-size: 0.8rem;
  }
}

/* Tablets  */
@media (max-width: 991px) {
  .section-title { font-size: 1.1rem; }
  .product-title { font-size: 1rem; }
  .product-desc { font-size: 0.9rem; }
  .product-price { font-size: 1rem; }
  .card-actions .btn { font-size: 0.8rem; }
  .section-head .custom-owl-prev,
  .section-head .custom-owl-next {
    background: #f5f5f5;
    border: none;
    padding: 4px 6px;
    border-radius: 6px;
    font-size: 0.8rem;
  }
}

/* Mobile) */
@media (max-width: 575px) {
  .owl-carousel.product-owl {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
  }

  .owl-carousel.product-owl .owl-stage-outer,
  .owl-carousel.product-owl .owl-stage,
  .owl-carousel.product-owl .owl-item {
    display: contents !important;
  }

  .product-card {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    padding: 5px;
    text-align: center;
  }

  .product-card img {
    width: 100%;
    max-height: 110px;  
    object-fit: contain; 
    margin-bottom: 3px;
  }

  .product-card .product-title {
    font-size: 11px;  
    margin-bottom: 2px;
    min-height: 24px;  
  }

  .product-card .rating {
    font-size: 10px;       
    font-weight: 500;
    margin-bottom: 2px;
    display: inline-block;
    padding: 1px 4px;
    border-radius: 3px;
  }

  .product-card .product-desc {
    font-size: 10px; 
    color: #555;
    margin-bottom: 2px;
    line-height: 1.2;
  }

  .product-card .product-price {
    font-size: 12px; 
    font-weight: 600;
    color: #0056B3;
    margin-bottom: 3px;
  }

  .product-card button {
    font-size: 10px;   
    padding: 2px 5px;
  }

  .custom-owl-prev,
  .custom-owl-next {
    display: none !important;
  }
}


/***************************************************************/


.product-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

/* Image */
.product-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}


/* Card body */
.card-body {
  padding: 15px;
  text-align: center;
  flex-grow: 1;
}

/* Always visible button */
.card-body .btn-like {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 12px;
  background: #ff4757;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
  position: sticky;
  bottom: 10px; 
}

.card-body .btn-like:hover {
  background: #e84118;
}

.card-actions { margin-top:auto; display:flex; gap:8px; }
.btn-cart { flex:1; border-radius:8px; border:1px solid #e6eefc; background:#eef6ff; color:var(--brand); font-weight:700; }
.btn-buy { background:var(--accent); color:#111; border-radius:8px; font-weight:700; }
/* rating */
.rating i { color:var(--star); margin-right:2px; }
/* carousel item spacing */
.owl-stage .item { padding:6px; }
    
/***********************************( Login Section )**********************************************/
.signup-card {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  }
.signup-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  }
.signup-card .logo {
  text-align: center;
  }

.signup-card .logo img {
  max-height: 30px;
  width: auto;
}

.form-label {
  font-weight: 600;
  color: #333;
  display: block;  
  text-align: left;     
  margin-bottom: 4px;   
}

.form-control {
  border-radius: 10px;
  padding: 12px 15px;
  border: 1px solid #ccc;
  transition: 0.3s;
  }
.form-control:focus {
  border-color: #004aad;
  box-shadow: 0 0 5px rgba(0, 74, 173, 0.4);
  }
.btn-login, .btn-register {
  background-color: #004aad;
  color: #fff;
  border-radius: 10px;
  padding: 12px;
  font-weight: 600;
  transition: 0.3s;
  }
.btn-login:hover {
  background-color: #003a85;
  transform: scale(1.02);
  }  
.signup-card .logo img {
  max-height: 45px;
  }
.links a {
  color: #004aad;
  text-decoration: none;
  font-weight: 500;
  }
.links a:hover {
  text-decoration: underline;
  }
	
.footer {
  background: #111;     
  color: #fff;
  padding: 40px 0;
  font-size: 0.95rem;
}

.footer h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer ul li {
  margin-bottom: 8px;
}

.footer ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 0.9rem;
}

.footer ul li a:hover {
  color: #fff;
}

.footer .row {
  display: flex;
  flex-wrap: wrap;
}

.footer-bottom {
  background: #1d3557; 
  color: #fff;
  padding: 15px 0;
  font-size: 0.9rem;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-bottom p {
  margin: 0;
  color: #fff;
  font-size: 0.9rem;
}

.footer-bottom .footer-links {
  text-align: center;
}

.footer-bottom .footer-links a {
  color: #d1d5db;
  text-decoration: none;
  margin: 0 5px;
  transition: color 0.3s ease;
}

.footer-bottom .footer-links a:hover {
  color: #fff;
}

.footer-bottom .footer-links a + a::before {
  content: "|";
  color: #fff;    
  margin: 0 6px;
}

/*===================================== [Responsive Section] ==========================================*/
/* Mobile (<576px) */
@media (max-width: 575px) {
  .category-strip {
    background: linear-gradient(to bottom, rgba(0, 86, 179, 0.6), rgba(212, 212, 212, 0.4));
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 10px;
    padding: 0.8rem 0;
  }

  .category-wrapper {
    display: flex;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    justify-content: flex-start !important;
    gap: 0.8rem;
    padding: 0.5rem 0;
  }
  .category-wrapper::-webkit-scrollbar {
    display: none;
  }

  .cat-item {
    flex: 0 0 auto;
    text-align: center;
    width: 90px;
    color: #000;
    transition: all 0.3s ease-in-out; 
  }

  .category-strip img {
    width: 100%;
    height: 60px;
    object-fit: contain;
    border: 1px solid #0056B3;
    border-radius: 6px;
    display: block;
    background: #fff;
    padding: 4px;
    transition: all 0.3s ease-in-out;
  }

  .cat-item div {
    font-size: 12px;
    margin-top: 0.3rem;
    white-space: nowrap;
    color: #000;
    font-weight: 600;
    transition: color 0.3s ease-in-out;
  }

  .cat-item:hover {
    transform: scale(1.1);
  }

  .cat-item:hover img {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); 
    border-radius: 10px;
  }

  .cat-item:hover div {
    color: #0056B3; 
  }
}


/* Tablet (≥576px and <992px) */
@media (min-width: 576px) and (max-width: 991px) {
  .category-strip {
    background: linear-gradient(to bottom, rgba(0, 86, 179, 0.6), rgba(212, 212, 212, 0.4));
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 12px;
    padding: 1rem 0;
  }

  .category-wrapper {
    flex-wrap: wrap; 
    justify-content: center;
    gap: 1rem;
  }

  .cat-item {
    flex: 0 0 calc(16.66% - 1rem); 
    text-align: center;
    transition: all 0.3s ease-in-out;
  }

  .category-strip img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    border: 1px solid #0056B3;
    border-radius: 8px;
    background: #fff;
    padding: 6px;
    transition: all 0.3s ease-in-out;
  }

  .cat-item div {
    font-size: 14px;
    margin-top: 0.4rem;
    color: #000;
    font-weight: 600;
    transition: color 0.3s ease-in-out;
  }

  .cat-item:hover {
    transform: scale(1.08);
  }

  .cat-item:hover img {
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
  }

  .cat-item:hover div {
    color: #0056B3;
  }
}
/************************************[Hero Section]***********************************/

/* Tablet */
@media (max-width: 991px) {
  .hero .banner-card {
    height: auto;            
    max-height: 300px;        
    overflow: hidden;
    border: 1px solid black;  
    border-radius: 13px;     
  }
  .hero .banner-card img {
    width: 100%;
    height: auto;
    object-fit: contain;     
    border-radius: 13px;     
  }

  .owl-theme .owl-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 8px;
    position: relative;
    bottom: 5px;
  }
  .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #d6d6d6;
    margin: 0 5px;
    border-radius: 50%;
    transition: all 0.3s;
  }
  .owl-theme .owl-dots .owl-dot.active span {
    background: #000;
    width: 24px;
    border-radius: 5px;
  }
}


/* Mobile */
@media (max-width: 576px) {
  .hero .banner-card {
    height: auto;          
    max-height: 900px;     
    overflow: hidden;
  }
  .hero .banner-card img {
    width: 100%;           
    height: auto;         
    border-radius: 13px;
    object-fit: contain;   
  }

  .owl-theme .owl-nav {
    display: none !important;  
  }
  .owl-theme .owl-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 6px;
    position: relative;
    bottom: 5px;
  }

  .owl-theme .owl-nav {
    display: none !important; 
  }
  .owl-theme .owl-dots .owl-dot span {
    width: 40px;
    height: 4px;
    background:#d5d5d5;
    margin: 0 4px;
    border-radius: 20px;
    transition: all 0.3s;
  }
  .owl-theme .owl-dots .owl-dot.active span {
    background: #000;
    width: 20px;
    border-radius: 5px;
  }

  /* Active dot with animation */
.owl-theme .owl-dots .owl-dot.active span {
  background: #0056B3; 
  transform: scale(1.4);
  animation: pulseDot 0.4s ease-in-out;
}

/* Animation keyframes */
@keyframes pulseDot {
  0% {
    transform: scale(0.8);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.5);
    opacity: 1;
  }
  100% {
    transform: scale(1.4);
    opacity: 1;
  }
}
}


/************************************[Footer Section]***********************************/
/* Tablet */
    @media (max-width: 992px){
      .search-wrap { max-width:400px; }
    }
    @media (max-width: 576px){
      .banner-card { height:220px; }
      .banner-h1 { font-size:1.25rem; }
    }

    /* Tablets */
@media (max-width: 991px) {
  .footer {
    padding: 30px 0;
  }

  .footer h5 {
    font-size: 1rem;
  }

  .footer ul li a {
    font-size: 0.85rem;
  }
}

/* Mobile: */
@media (max-width: 576px) {
  .footer .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px; 
  }

  .footer .row > div {
    margin-bottom: 0; 
  }
}

/* Tablet & Mobile */
@media (max-width: 768px) {
  .footer-bottom .container {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }

  .footer-bottom .footer-links {
    margin-top: 5px;
  }
}

/****************************(Mobile Navbar Section)*************************************/

 /* Navbar */
    .fk-navbar {
      background: #fff;
      border-bottom: 1px solid #ddd;
      padding: 6px 12px;
    }
    .fk-logo img {
      height: 28px;
    }
    .fk-icons a {
      color: #333;
      font-size: 14px;
      font-weight: 500;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 4px;
    }
    .fk-icons i {
      font-size: 18px;
    }

    /* Search Bar */
    .fk-search {
      background: #fff;
      padding: 8px 12px;
      border-bottom: 1px solid #ddd;
      
    }
    .fk-search input {
      border: 1px solid #ccc;
      border-radius: 8px;
      padding-left: 35px;
    }
    .fk-search .fa-magnifying-glass {
      position: absolute;
      left: 22px;
      top: 50%;
      transform: translateY(-50%);
      color: #555;
    }

    /* Sidebar */
    .sidebar {
      height: 100%;
      width: 260px;
      position: fixed;
      top: 0;
      left: -260px;
      background: #fff;
      box-shadow: 2px 0 8px rgba(0,0,0,0.3);
      transition: all 0.3s ease;
      z-index: 1050;
      padding: 20px;
    }
    .sidebar.active { left: 0; }
    .sidebar .close-btn {
      border: none;
      background: none;
      font-size: 26px;
      position: absolute;
      top: 10px;
      right: 15px;
      cursor: pointer;
      color: #333;
    }
    .sidebar a {
      display: block;
      padding: 12px 0;
      color: #333;
      font-weight: 500;
      text-decoration: none;
    }
    .sidebar a:hover { color: #0056B3; }

    /* Overlay */
    #overlay {
      position: fixed;
      top:0;left:0;width:100%;height:100%;
      background: rgba(0,0,0,0.5);
      opacity:0;visibility:hidden;
      transition: all 0.3s ease;
      z-index:1040;
    }
    #overlay.active { opacity:1;visibility:visible; }

    /* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  left: -260px; /* hidden initially */
  width: 260px;
  height: 100%;
  background: #fff;
  box-shadow: 2px 0 8px rgba(0,0,0,0.2);
  transition: left 0.3s ease;
  z-index: 1050;
}
.sidebar.active {
  left: 0;
}

/* Dark overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  display: none;
  z-index: 1040;
}
.overlay.active {
  display: block;
}

  /* Default: desktop visible, mobile hidden */
.mobile-navbar {
  display: none;
}
.desktop-navbar {
  display: flex;
}


@media (min-width: 992px) {
  .mobile-navbar {
    display: none !important;
  }
}

    @media (max-width: 991px) {
  .desktop-navbar {
    display: none !important;
  }
  .d-flex.align-items-center.justify-content-between.w-100 {
    padding: 0 11px;
}
  .mobile-navbar {
    display: flex !important;
    flex-direction: column;
  }
  
}
   @media (max-width: 576px) {
  .desktop-navbar {
    display: none !important;
  }
  .d-flex.align-items-center.justify-content-between.w-100 {
    padding: 0 11px;
}
  .mobile-navbar {
    display: flex !important;
    flex-direction: column;
  }
}