body {
  width: 100%;
  height: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content */
#content, #column-left, #column-right {
  padding-bottom: 730px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 400px;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}
#logo img {
  max-width: 200px;
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 4px;
  padding: 0 1rem;
  margin-bottom: 20px;
}
#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer {
  border: 1px solid #000000;
  position: absolute;
  bottom: -1px;
  width: 100%;
  padding-top: 30px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 29px;
  height: 29px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb {
  border: 1px solid #ddd;
  position: relative;
  height: 100%;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
  margin-bottom: 45px;
}
.product-thumb .description h4 {
  font-weight: bold;
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

/* =========================================================
   UNNATI INFOTECH: MASTER MEGAJAIPUR GLOBAL THEME OVERRIDE
   ========================================================= */

/* 1. Global Typography & Links */
body {
    font-family: 'Open Sans', sans-serif; /* Clean B2B Font */
    color: #333333;
    background-color: #fcfcfc;
}
a { color: #5c248b; font-weight: 500; }
a:hover { color: #ff6600; text-decoration: none; }
h1, h2, h3, h4, h5, h6 { color: #1a2b4c; font-weight: 700; }

/* 2. Master Button Overrides (Kill the OpenCart Blue) */
.btn-primary {
    background-color: #5c248b;
    border-color: #5c248b;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 10px 20px;
    transition: all 0.3s ease;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #4a1d70 !important;
    border-color: #4a1d70 !important;
    box-shadow: 0 4px 8px rgba(92, 36, 139, 0.2);
}
.btn-default {
    background-color: #f4f3f8;
    color: #5c248b;
    border-color: #e2e2e2;
    font-weight: 600;
}
.btn-default:hover {
    background-color: #e2e2e2;
    color: #4a1d70;
}

/* 3. Product Grid Cards (Clean & Professional) */
.product-thumb {
    border: 1px solid #eaeaea;
    border-radius: 6px;
    background: #fff;
    padding: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}
.product-thumb:hover {
    box-shadow: 0 8px 15px rgba(0,0,0,0.08);
    border-color: #d1d1d1;
    transform: translateY(-2px);
}
.product-thumb .caption h4 a {
    color: #1a2b4c;
    font-weight: 700;
    font-size: 15px;
}
.product-thumb .caption h4 a:hover {
    color: #5c248b;
}
.product-thumb .price {
    color: #ff6600; /* Megajaipur Orange for Pricing */
    font-size: 18px;
    font-weight: 800;
    margin-top: 10px;
}
.product-thumb .price-tax {
    color: #777;
    font-size: 12px;
    font-weight: 400;
}

/* 4. Left Column Modules (Categories List) */
.list-group a {
    color: #333;
    border: 1px solid #eaeaea;
    padding: 12px 15px;
    font-weight: 500;
}
.list-group a:hover, .list-group a.active {
    background-color: #f4f3f8;
    color: #5c248b;
    border-color: #eaeaea;
    border-left: 4px solid #5c248b; /* Purple accent bar */
}

/* 5. Breadcrumb Navigation */
.breadcrumb {
    background: transparent;
    padding: 15px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}
.breadcrumb li a { color: #777; }
.breadcrumb li a:hover { color: #5c248b; }

/* 6. Checkout & Cart Tables */
.table-bordered { border-color: #eaeaea; }
.table-bordered > thead > tr > td {
    background-color: #f4f3f8;
    color: #1a2b4c;
    font-weight: 700;
    border-bottom: 2px solid #5c248b;
}
/* Custom Mega Header Style */
header {
    background-color: #004d99 !important; /* Mega jaisa purple color */
    padding: 15px 0px;
    border-bottom: none;
}

header a, header .btn-link {
    color: #ffffff !important; /* Text aur icons ko white karne ke liye */
}

/* Search bar aur cart ko thoda align karna */
#search .form-control {
    border-radius: 4px 0 0 4px;
}

#search .btn {
    border-radius: 0 4px 4px 0;
}
/* Top Bar aur Cart ko Mega jaisa banana */
#top {
    background-color: #4a1996; /* Upar wali patti thodi dark purple */
    border-bottom: none;
}
#top .list-inline a, #top .list-inline span, #top .fa {
    color: #ffffff !important;
}

/* Black Cart Button ko theek karna */
#cart > .btn {
    background-color: transparent !important;
    border: none !important;
    color: #ffffff !important;
    box-shadow: none !important;
}
#cart .fa-shopping-cart {
    font-size: 24px;
}
/* Purple patti ko patla (slim) karna */
header {
    padding: 8px 0px !important;
    min-height: auto !important;
}

/* Logo ko bada aur clear karne ka Final Code */
#logo {
  margin: 0 !important;
  padding: 4px 0 !important;
}

#logo img {
  max-height: 60px !important; /* 45px ko double kar diya */
  max-width: 350px !important; 
  width: auto !important;
}

/* Search bar aur Cart ki alignment theek karna */
#search {
    margin-top: 2px !important;
    margin-bottom: 0 !important;
}

#cart {
    margin-top: 3px !important;
}
/* Category Menu Bar ko White aur Text ko Black karna */
#menu {
    background-color: #ffffff !important;
    background-image: none !important; /* Nila gradient hatane ke liye */
    border: 1px solid #e5e5e5 !important; /* Ek patla sa border taaki background mein mix na ho */
    border-radius: 4px;
}

#menu .nav > li > a {
    color: #000000 !important; /* Text ko kaala (black) karna */
    text-shadow: none !important; /* Default shadow hatana */
    font-weight: 500;
    font-size: 14px;
}

/* Jab mouse text par jaye toh thoda purple effect (Mega style) */
#menu .nav > li > a:hover {
    color: #004d99 !important;
    background-color: transparent !important;
}
/* Banners ke beech ka Gap aur Corners ko Mega jaisa banana */
#column-left .swiper-viewport {
    border-radius: 8px !important; /* Chote banner ke gol kone */
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

#content .swiper-viewport {
    border-radius: 8px !important; /* Bade banner ke gol kone */
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Dono ke beech mein thodi jagah (Gap) banana */
@media (min-width: 768px) {
    #column-left {
        padding-right: 15px !important;
    }
    #content {
        padding-left: 15px !important;
    }
}
/* Homepage ke Left aur Right Banners ka Custom Size */
@media (min-width: 768px) {
    #common-home #column-left {
        width: 35% !important; /* Left wale ko 35% jagah milegi */
        flex: 0 0 35% !important;
        max-width: 35% !important;
    }
    #common-home #content {
        width: 65% !important; /* Right wale ko bachi hui 65% jagah milegi */
        flex: 0 0 65% !important;
        max-width: 65% !important;
    }
}
/* Homepage ke Banners aur Categories ke beech ka Faltu Gap Hatana */
#common-home #content, 
#common-home #column-left {
    min-height: auto !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

#common-home .row {
    margin-bottom: 0px !important;
}

.top-categories-section {
    margin-top: 5px !important; /* Upar se bilkul chipka dega */
}

/* Homepage ke Module Titles ko Purple Banner banana */
#content h3 {
    background: #4a148c !important; /* Mega Jaipur jaisa Dark Purple */
    color: #ffffff !important;
    padding: 12px 20px !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    border-radius: 4px !important;
}
/* Products ke beech aur side mein sahi gap ke liye */
#content .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

/* Har product card ka size adjust karna */
.product-layout {
    margin-bottom: 20px !important;
}

/* Purple Banner ki width full rakhne ke liye */
#content h3 {
    width: 100% !important;
    display: block !important;
    clear: both !important;
}
/* ==========================================
   1. My Account / Top Bar Dropdown (Dark Blue)
   ========================================== */
#top .dropdown-menu {
    background-color: #1a2b4c !important; /* Navy Blue */
    border: 1px solid #0f1a30 !important;
    border-radius: 4px !important;
}

#top .dropdown-menu li a,
#top .dropdown-menu p,
#top .dropdown-menu span,
#top .dropdown-menu .text-center {
    color: #ffffff !important; /* Safed Text */
}

#top .dropdown-menu li a:hover {
    background-color: #273f6b !important; 
    color: #ffffff !important;
}

/* ==========================================
   2. Shopping Cart Dropdown (White)
   ========================================== */
#cart .dropdown-menu {
    background-color: #ffffff !important; 
    border: 1px solid #cccccc !important;
    border-radius: 4px !important;
}

#cart .dropdown-menu p,
#cart .dropdown-menu span,
#cart .dropdown-menu table *,
#cart .dropdown-menu .text-center {
    color: #000000 !important; /* Kaala Text */
}

#cart .dropdown-menu a {
    color: #5c248b !important; /* Purple Links */
    font-weight: bold;
}

#cart .dropdown-menu a:hover {
    color: #ff6600 !important; /* Hover par Orange */
}

/* ==========================================
   3. Shop by Category Dropdown (White)
   ========================================== */
#search .dropdown-menu {
    background-color: #ffffff !important; /* Safed Background */
    border: 1px solid #cccccc !important;
    border-radius: 4px !important;
}

#search .dropdown-menu li a {
    color: #333333 !important; /* Dark Grey Text padhne me aasan */
    padding: 8px 15px !important;
    font-weight: 500 !important;
}

#search .dropdown-menu li a:hover {
    background-color: #f4f3f8 !important; /* Hover par halka grey/purple */
    color: #5c248b !important; /* Hover par dark purple text */
}
/* ==========================================
   1. UNNATI INFOTECH: MODULE HEADINGS (New Arrivals)
   ========================================== */
#content h3 {
    background: linear-gradient(to right, #004d99, #0066cc) !important; /* Premium Tech Blue Gradient */
    color: #ffffff !important; 
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    text-align: center !important;
    padding: 12px 15px !important;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
    border-radius: 4px !important;
    display: block !important;
    width: 100% !important;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1) !important; /* Halka sa 3D effect */
}

/* ==========================================
   2. UNNATI INFOTECH: PRODUCT CARDS
   ========================================== */
.product-thumb {
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    transition: all 0.3s ease-in-out !important;
    background: #fff !important;
}

/* Hover karne par card par shadow aur Blue border aayega, card halka sa upar uthega */
.product-thumb:hover {
    box-shadow: 0px 8px 20px rgba(0, 77, 153, 0.15) !important;
    border-color: #0066cc !important; 
    transform: translateY(-3px) !important; 
}

/* ==========================================
   3. UNNATI INFOTECH: BUTTONS (Add To Cart)
   ========================================== */
.product-thumb .button {
    display: flex !important;
    justify-content: space-between !important;
    background: #fcfcfc !important;
    border-top: 1px solid #f0f0f0 !important;
    padding: 12px 10px !important;
    border-radius: 0 0 8px 8px !important;
}

/* Main 'Add to Cart' Button */
.product-thumb .button button:nth-child(1) {
    width: 70% !important;
    background-color: #0066cc !important; /* Tech Blue */
    color: #ffffff !important;
    border-radius: 4px !important;
    border: none !important;
    margin-right: 5px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    font-size: 12px !important;
    transition: 0.3s !important;
}

/* Add to Cart Hover effect (Smart Orange) */
.product-thumb .button button:nth-child(1):hover {
    background-color: #ff6600 !important;
    box-shadow: 0 3px 8px rgba(255, 102, 0, 0.3) !important;
}

/* Wishlist aur Compare Buttons (Chhote Icons) */
.product-thumb .button button:nth-child(2),
.product-thumb .button button:nth-child(3) {
    width: 15% !important;
    background-color: #ffffff !important;
    color: #0066cc !important;
    border-radius: 4px !important;
    border: 1px solid #dcdcdc !important;
    padding: 8px 0 !important;
    transition: 0.3s !important;
}

/* Icons par hover effect */
.product-thumb .button button:nth-child(2):hover,
.product-thumb .button button:nth-child(3):hover {
    background-color: #e6f2ff !important;
    border-color: #0066cc !important;
}
/* ==========================================
   4. UNNATI INFOTECH: HOMEPAGE TABS DESIGN
   ========================================== */
.unnati-tabs {
    display: flex;
    border-bottom: none !important;
    margin-top: 30px;
    margin-bottom: 20px;
    border-radius: 4px;
    padding-left: 0;
    list-style: none;
}

.unnati-tabs .nav-item {
    flex: 1; /* Dono tabs ko barabar (50-50) jagah milegi */
}

.unnati-tabs .nav-link {
    width: 100%;
    text-align: center;
    border: none !important;
    border-radius: 0 !important;
    padding: 15px !important;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #e6f2ff !important; /* Halka Blue (Inactive) */
    color: #004d99 !important; /* Dark Blue Text */
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Jab Tab Active ho (Click kiya hua ho) */
.unnati-tabs .nav-link.active {
    background-color: #004d99 !important; /* Dark Blue */
    color: #ffffff !important; /* Safed Text */
}

/* Active tab ke neeche wo Mega Jaipur jaisa Teer (Arrow) */
.unnati-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #004d99 transparent transparent transparent;
    z-index: 10;
}

.unnati-tab-content {
    margin-top: 20px;
}
/* ==========================================
   7. UNNATI INFOTECH: 'SHOP BY CATEGORY' COLOR FIX
   ========================================== */
/* Button, uske andar ka text (span), aur icon (i) sabko ek sath blue karna */
#search button.dropdown-toggle,
#search button.dropdown-toggle:hover,
#search button.dropdown-toggle span,
#search button.dropdown-toggle i,
#search .input-group-prepend .btn {
    color: #004d99 !important; /* Tech Blue Text */
    font-weight: 700 !important;
}

/* Dropdown list par hover karne par bhi blue aana chahiye, purple nahi */
#search .dropdown-menu li a:hover {
    color: #ffffff !important;
    background-color: #004d99 !important;
}
/* ==========================================
   8. UNNATI INFOTECH: CUSTOM LIGHT FOOTER
   ========================================== */
footer {
    background-color: #f4f5f7 !important; /* Light Grey/White Background */
    border-top: 3px solid #004d99 !important; /* Top Tech Blue Line */
    padding-top: 40px !important;
    color: #333333 !important;
}

/* Footer Headings (Blue) */
footer h5 {
    color: #004d99 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    margin-bottom: 20px !important;
    font-size: 15px !important;
}

/* Footer Links & Text */
footer ul li {
    margin-bottom: 10px !important;
    font-size: 14px !important;
    color: #444444 !important;
}

footer a {
    color: #444444 !important;
    text-decoration: none !important;
    transition: 0.3s ease !important;
}

/* Hover par Orange aur halka sa aage khisakna */
footer a:hover {
    color: #ff6600 !important;
    padding-left: 5px !important;
}

/* Teer (Arrow) Icon ka color */
footer .fa-angle-right {
    font-size: 11px !important;
    color: #ff6600 !important;
    margin-right: 6px !important;
}

/* Divider Line */
footer hr {
    border-top: 1px solid #cccccc !important;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
}
/* ==========================================
   9. UNNATI INFOTECH: FOOTER OVERLAP FIX
   ========================================== */
footer {
    position: relative !important;
    bottom: auto !important;
    z-index: 10 !important;
}

#container {
    position: relative !important;
    margin-bottom: 0 !important;
}

#content, #column-left, #column-right {
    padding-bottom: 40px !important; /* Faltu ka lamba gap hatane ke liye */
}
/* ==========================================
   10. UNNATI INFOTECH: FINAL PURPLE KILLER (BLUE THEME)
   ========================================== */

/* 1. Website ke saare bache hue Links ko Blue karna */
a {
    color: #0066cc !important;
}
a:hover {
    color: #ff6600 !important; /* Hover par Orange */
}

/* 2. Checkout ke CHOOSE button, Compare Button aur sabhi main buttons ko Blue karna */
.btn-primary {
    background-color: #0066cc !important;
    border-color: #0066cc !important;
    color: #ffffff !important;
}

/* Button par hover karne par Orange */
.btn-primary:hover, 
.btn-primary:active, 
.btn-primary:focus {
    background-color: #ff6600 !important;
    border-color: #ff6600 !important;
    box-shadow: 0 4px 8px rgba(255, 102, 0, 0.3) !important;
}

/* 3. Category Page par Left Sidebar ko Blue aur clean karna */
.list-group a.active, 
.list-group a:hover {
    background-color: #e6f2ff !important; /* Halka Blue Background */
    color: #004d99 !important; /* Dark Tech Blue Text */
    border-left: 4px solid #004d99 !important; /* Left mein Blue Line */
}

/* 4. Agar koi aur chhota mota text purple bacha ho toh usko bhi blue karna */
.text-primary {
    color: #0066cc !important;
}