: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: linear-gradient(90deg, #023374 0%, #035aa3 50%, #022a4f 100%);
  color: #fff;
  padding: 15px 0;
  font-size: 0.9rem;
  border-top: 1px solid rgb(205 205 205 / 24%);
}

.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;
  }
}
 @media (min-width: 992px) {
	img.bizzname-logo {
		height: 60px;
		margin-top: -8px;
		margin-bottom: -8px;
	}
 }
.search_suggestion {
    position: absolute;
    top: 56px;
    z-index: 99;
    background-color: white;
    padding: 10px;
    border-radius: 9px;
}
.tt-dataset.tt-dataset-search_suggestion{
	z-index: 99;
    background-color: white;
    padding: 0px 0px;
    border-radius: 9px;
	-webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,.11), 0 5px 15px 0 rgba(0,0,0,.08);
    box-shadow: 0 15px 30px 0 rgba(0,0,0,.11), 0 5px 15px 0 rgba(0,0,0,.08);
	max-height: calc(100vh - 100px);
    overflow: auto;
}

form .tt-menu {
    right: 0;
    top: 112% !important;
}
form .tt-menu .tt-suggestion.tt-selectable {
    padding: 10px;
    border-bottom: 1px solid #dce2e9;
	cursor:pointer;
}
form .tt-menu .tt-suggestion.tt-selectable:last-of-type {
   border-bottom: none !important;
   padding-bottom:10px;
   /*border-radius: 0px 0px 9px 9px; */
}

form .tt-menu .tt-suggestion.tt-selectable:first-of-type {
   /*border-radius: 9px 9px 0px 0px; */
}

form .tt-menu .tt-suggestion.tt-selectable .sug-hdr {
    font-weight: bold;
    /*font-size: 112%;*/
    color: #0056b3;
	letter-spacing: 0.25px;
}
form .tt-menu .tt-suggestion.tt-selectable .sug-cntnt {
    font-weight: normal;
    color: #989898;
    padding-top: 5px;
}
.tt-suggestion.tt-selectable:hover {
    background-color:#004aad;
}
form .tt-menu .tt-suggestion.tt-selectable.tt-cursor{
	background-color: #888888;
}
.tt-suggestion.tt-selectable:hover .sug-hdr,
form .tt-menu .tt-suggestion.tt-selectable.tt-cursor .sug-hdr{
	color:white !important;
}
.tt-suggestion.tt-selectable:hover .sug-cntnt,
form .tt-menu .tt-suggestion.tt-selectable.tt-cursor .sug-cntnt{
	color:#c2d9fb !important;
}
.sug-has-no-res {
    padding: 50px 35px;
    background-color: transparent;
}
.tt-hint {
    color: #ccc;
}

.tt-menu .tt-dataset.tt-dataset-search_suggestion.hclr .tt-suggestion.tt-selectable .sug-hdr {
    color: #ae7fda;
}
.tt-menu .tt-dataset.tt-dataset-search_suggestion.hclr .tt-suggestion.tt-selectable .sug-cntnt {
    color: #c59ecc;
}
.hclr .tt-suggestion.tt-selectable:hover {
    background-color: #bf76cc;
}
.tt-dataset.tt-dataset-dtsrc{
	z-index: 99;
    background-color: white;
    padding: 0px 0px;
    border-radius: 9px;
	-webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,.11), 0 5px 15px 0 rgba(0,0,0,.08);
    box-shadow: 0 15px 30px 0 rgba(0,0,0,.11), 0 5px 15px 0 rgba(0,0,0,.08);
	max-height: calc(100vh - 150px);
    overflow: auto;
}
span.twitter-typeahead {
    display: block !important;
}
body form .tt-menu {
    top: 47px !important;
}
input#tag_input {
    box-shadow: unset !important;
}
body form .tt-menu {
    top: 57px !important;
    border-radius: 0 !important;
}
.tt-dataset.tt-dataset-search_suggestion {
    border-radius: 0;
}
input.form-control.input-lg.location_to_autocomplete_input.has_auto_suggestion.noshof.tt-hint {
    /*padding: 0.5rem 1rem;
    font-size: 1.25rem;*/
}
input#tag_input{
	/*padding: 0.5rem 1rem;
    font-size: 1.25rem;*/
}
input#tag_input:focus{border-bottom: 1px solid #dce2e9;border-left: 1px solid #dce2e9;border-right: 1px solid #dce2e9;}
.tag-content ul li {
    color: #fff;
    margin: 4px 3px;
    list-style: none;
    border-radius: 5px;
    background: #4cd8a6;
    padding: 5px 8px 5px 10px;
    border: 1px solid #5ba78c;
}
span.twitter-typeahead {
    width: 100%;
}
input.form-control.border-primary.clients_autocomplete_input {
    font-weight: bold;
}
.s-by {
    float: left;
    display: block;
    height: 100%;
    background-color: white;
    overflow: hidden;
    height: 36px;
    width: 36px;
    clear: both;
    margin-right: 16px;
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: cover;
    margin-top: -6px;
    margin-left: -6px;
    border: 3px solid #e9ecef;
    border-radius: 50%;
}
.s-by-qc {
    background-image: url(../images/theme/trending.png);
}

.tt-suggestion.tt-selectable:hover .s-by-qc {
	background-image: url(../images/theme/bizzname-trending-icon-white.png);
    background-color: #ff5757;
}
.flex-grow-1.d-flex.justify-content-center.my-2.my-lg-0 {
    /*margin-top: -2px !important;*/
}
ul.navbar-nav.ms-auto.align-items-lg-center.gap-3 {
    margin-top: -1px;
}
.navbar .form-control {
    border-radius: 10px;
    padding: 8px 12px;
    border: 1px solid #ccc;
    transition: 0.3s;
	font-weight: bold;
	
}

section.category-strip.py-4 {
    background-color: #eef5ff;
}
footer#footer {
    background-color: #023374;
    padding: 2rem;
    background: linear-gradient(90deg, #023374 0%, #014a87 50%, #022a4f 100%);
    color: #ffffff;
	border-bottom: 2px solid #000000;
}
#footer a.nav-link.p-0.text-muted {
    color: #f1f3f6 !important;
}

#footer .nav-link {
  position: relative;
  display: inline-block;
  color: #6c757d; /* text-muted */
  text-decoration: none;
  padding-bottom: 2px;
  transition: color 0.3s ease;
}

#footer .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #ffffff; /* footer light color */
  transition: width 0.4s ease;
}

#footer .nav-link:hover {
  color: #ffffff; /* text becomes white on hover */
}

#footer .nav-link:hover::after {
  width: 100%; /* animate underline left → right */
}
.footer-bottom a {
    color: #f1f3f6;
    text-decoration: none;
}
/* Reusable left-to-right hover animation */
.link-animate {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #bfc9d6; /* light-muted for dark footer */
    transition: color 0.3s ease;
}

.link-animate::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background: #ffffff;  /* underline color */
    transition: width 0.4s ease;
}

.link-animate:hover {
    color: #ffffff;
}

.link-animate:hover::after {
    width: 100%; /* animate left → right */
}

.mega-menu-wrapper:hover .nav-link i {
    transform: rotate(180deg);
}


.mega-menu {
    position: absolute;
    top: 108%;
    width: 100vw;
    max-width: 1200px;
    background: #fff !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 20px 20px;
    padding: 40px 15px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform: translateX(-74.5%) translateY(-20px);
    z-index: 1000;
    margin-top: 15px;
}
.mega-menu-wrapper:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-74.5%) translateY(0);
}
.mega-menu-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: #ff5757;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.mega-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-menu-list li {
    margin-bottom: 0px;
}

.mega-menu-list a {
    color: #004aad;
    text-decoration: none;
    font-size: 0.95rem;
    display: block;
    padding: 5px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    font-weight: bold;
    /* border-bottom: 1px solid #4d90fe; */
}

.mega-menu-list a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 0;
    background: red;
    transition: height 0.3s ease;
}

.mega-menu-list a:hover {
    background: #004aad;
    color: white;
    padding-left: 20px;
}
.mega-menu-list a:hover::before {
    height: 100%;
}
.navbar-nav .nav-link i {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}
.mega-menu-wrapper {
    position: relative;
}
.essintial-package {
    background-color: #ffe5e5;
    padding: 10px;
    border: 1px solid #ffc8cd;
    border-radius: 5px 5px 5px 5px;
    margin: 5px;
}