/*
Template Name: Shopingo - eCommerce HTML Template
Author: codervent
Email: codervent@gmail.com
File: style.css
*/

/* 

  - General
  - Header
  - Menu
  - Product Effect
  - Blog
  - owl carasoul
  - Responsive
  - Order Tracking
  - Page Wrapper
  - Back to Top Button
  - Breadcrumb
  - Extra CSS
  - Utilities
  - Chip
  - Invoice
  - Nav Tabs
  - Pagination
  - Background Colors
  - Authentication
  - Buttons
  - Dropdown
  - Theme Switcher
  - Responsive

*/

/* General */

body {
	color: #757575;
	font-size: 14px;
	letter-spacing: .5px;
	font-weight: 500;
	font-family: 'Albert Sans', sans-serif;
	background-color: #fff;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #212529;
}

input::placeholder {
	color: rgb(0, 0, 0)!important;
	opacity: .3!important
}
a {
	text-decoration: none
}
.wrapper {
	width: 100%;
	position: relative
}



/* Header */

.header-wrapper .top-menu {
	background-color: #212529;
}

.header-wrapper .shiping-title,
.header-wrapper .top-menu .nav-link {
    color: #dfdfdf;
}

.header-wrapper .top-menu .social-link .nav-link {
	font-size: 15px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(255 255 255 / 0%);
	border: 1px solid rgb(255 255 255 / 0%);
	text-align: center;
	border-radius: 50%;
	color: #ffffff;
	margin: 0 3px;
}
.header-wrapper .top-menu .social-link .nav-link:hover {
	background: rgb(255 255 255 / 15%);
	border: 1px solid rgb(255 255 255 / 15%);
}
.logo-icon {
	width: 110px
}
.top-cart-icons ul.navbar-nav .nav-item a.cart-link {
	font-size: 30px;
	color: #292929;
}
.blog-sharing a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: rgb(255 255 255 / 12%);
	border: 1px solid rgb(255 255 255 / 20%);
	color: #fff;
	font-size: 24px;
}
.blog-sharing a:hover {
	background-color: rgb(255 255 255 / 20%);
	color: #fff;
}



/* Navigation */

.primary-menu .navbar-nav a.nav-link {
    color: #212529;
	font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    height: auto;
    display: flex;
    align-items: center;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
  }
  
  
  .primary-menu .navbar-nav a.nav-link:hover,
  .primary-menu .navbar-nav a.nav-link:focus,
  .primary-menu .nav-link.active,
  .primary-menu .show>.nav-link {
	color: #ffc107;
    background-color: #ffffff;
    font-size: 16px;
    border-bottom: 3px solid #ffc107;
  }
  
  .primary-menu .dropdown-menu .dropdown-item.active,
  .primary-menu .dropdown-menu .dropdown-item:active {
    color: #343434;
    text-decoration: none;
    background-color: #f1f0f0
  }
  
  
  .secondary-menu.navbar-nav a.nav-link {
    color: #212529;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 0.6rem;
    padding-left: 0.6rem
  }
  
  
  .navbar .dropdown-menu {
    border: 0;
    border-radius: 0;
  }

  .primary-menu .navbar .dropdown-menu .dropdown-item {
	color: #212529;
    font-size: 14px;
    font-weight: 600;
	text-transform: uppercase;
  }
  
  .secondary-menu .cart-badge {
    position: absolute;
    top: 6px;
    right: 0px;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff2c2c;
  }
  
  
  @-webkit-keyframes animdropdown {
    from {
      -webkit-transform: translate3d(0, 6px, 0);
      transform: translate3d(0, 6px, 0);
      opacity: 0
    }
  
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1
    }
  }
  
  @keyframes animdropdown {
    from {
      -webkit-transform: translate3d(0, 6px, 0);
      transform: translate3d(0, 6px, 0);
      opacity: 0
    }
  
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1
    }
  }
  
  .primary-menu {
    background-color: #ffffff;
    padding: 0 15px;
    position: relative;
}

.primary-menu::-webkit-scrollbar {
    height: 6px;
}

.primary-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.primary-menu::-webkit-scrollbar-thumb {
    background: #ffc107;
    border-radius: 3px;
}

.primary-menu::-webkit-scrollbar-thumb:hover {
    background: #e0a800;
}

.primary-menu .navbar-nav {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.primary-menu .navbar-nav::-webkit-scrollbar {
    display: none;
}

.primary-menu.offcanvas-body {
    padding: 0rem 0rem;
    white-space: normal;
    overflow-x: visible;
}
  
  .offcanvas-header {
    height: 65px;
    border-bottom: 1px solid #e1e1e1;
  }
  
  .offcanvas-start {
    width: 280px;
  }
  
  .start-20 {
	left: 20% !important;
  }

  .slider-content {
	left: 20%
  }


  .primary-menu .dropdown-large-menu {
    width: auto;
    padding: 0.5rem;
  }
  
  .primary-menu .dropdown-large-menu .large-menu-title {
    font-size: 15px;
    font-weight: 600;
    padding: 0.25rem 1rem;
	text-transform: uppercase;
  }
  
  .primary-menu .dropdown-large-menu ul li a {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 600;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    border: 0;
	border-radius: 0.25rem;
	text-transform: uppercase;
  }

  .primary-menu .dropdown-large-menu ul li a:hover {
    background-color: #ebebeb;
  }
  
  
  @media all and (min-width: 1200px) {
  
  
    .primary-menu .dropdown-large-menu {
      width: 630px;
      padding: 0.5rem;
    }
  
    .primary-menu .navbar-nav a.nav-link {
      padding-right: 0.6rem;
      padding-left: 0.6rem;
      height: 65px;
      border-bottom: 0px solid #e1e1e1;
    }
  
    .primary-menu .navbar-nav a.nav-link:hover,
    .primary-menu .navbar-nav a.nav-link:focus,
    .primary-menu .nav-link.active,
    .primary-menu .show>.nav-link {
      background-color: #f4f4f4;
    }
  
    .primary-menu {
      background-color: rgba(33, 37, 41, 0);
    }
  
    .primary-menu .navbar-nav .nav-item .dropdown-menu {
      display: none;
      position: absolute;
      top: 100%;
      box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
      -webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
      animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown
    }

    .primary-menu .navbar-nav .nav-item:hover>.dropdown-menu {
		display: block;
	  }


	.primary-menu .navbar-nav .nav-item .dropdown-menu .submenu {
		display: none;
		position: absolute;
		top: 0%;
		left: 100%;
		box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
		-webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
		animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown
	}


	.primary-menu .navbar-nav .nav-item:hover>.submenu {
		display: block;
	}

  
  }
  
  
  .dropdown-toggle-nocaret:after {
    display: none
  }
  
  .mobile-menu-btn,
  .mobile-menu-btn:hover {
    color: #464444;
    font-size: 1.5rem;
  }
  



/* Product Effect */

.product-grid .card {
	border: 0;
	border-radius: 0;
	overflow: hidden;
	background-color: #ffffff;
	box-shadow: none;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
  }
/* 

  .product-grid .card:hover {
	box-shadow: 0 2px 6px 0 rgb(218 218 253 / 55%), 0 2px 6px 0 rgb(206 206 238 / 44%);
  } */

  .product-grid .card img {
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
	border-radius: 0;
  }


.add-cart a{
	color: rgb(25, 22, 22);
	font-size: 20px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #d7d7d7;
}

.add-cart {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 300ms, opacity 300ms;
	z-index: 5;
}


.quick-view {
	padding: 10px;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 300ms, opacity 300ms;
	z-index: 5;
	background-color: #212529;
  }

  .product-grid .card:hover .add-cart ,
  .product-grid .card:hover .quick-view {
	visibility: visible;
	opacity: 1;
	transition: visibility 0s linear 0s, opacity 300ms;
  }


  .quick-view a {
    font-size: 14px;
	text-transform: uppercase;
    border-radius: 0%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
  }
  
  .icon-wishlist a{
	color: #212529;
	font-size: 20px;
  }

  .color-indigator-item {
	width: 1.5rem;
	height: 1.5rem;
	background-color: #e6e0e0;
	border-radius: 50%;
	cursor: pointer
}

.product-price {
	color: #212529;
}

.page-link {
	color: #212529;
}

.page-link:hover {
	color: #212529;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.page-link:focus {
	z-index: 3;
	color: #212529;
	background-color: #fff;
	border-color: #212529;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(33, 37, 41, 0.385)
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}


.height-1 {
    position: relative;
    scrollbar-width: thin;
    height: 260px;
    overflow-y: scroll;
    scrollbar-width: thin;
}

.product-sharing .btn-social {
	width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: 0px solid #dee2e6;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 600;
    background-color: #ffffff;
    cursor: pointer;
}

.product-more-info .nav-link {
	color: #212529;
	font-weight: 600;
}

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

.nav-link,
.nav-link:hover {
	color:#212529
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #212529;
}




/* width */
.filter-sidebar ::-webkit-scrollbar {
	width: 7px;
  }
  
  /* Track */
  .filter-sidebar ::-webkit-scrollbar-track {
	background: #e9e9e9;
  }
  
  /* Handle */
  .filter-sidebar ::-webkit-scrollbar-thumb {
	background: #c1c1c1;
  }
  
  /* Handle on hover */
  .filter-sidebar ::-webkit-scrollbar-thumb:hover {
	background: #555;
  }
  
  
  .filter-column .offcanvas-start {
	width: 320px;
  }
  
  
  .filter-column .offcanvas {
	z-index: 21;
  }

  

@media (min-width: 1200px) {

	.filter-column .offcanvas {
	  z-index: 19;
	}
  
  }
  
  .filter-column .offcanvas-backdrop {
	z-index: 20;
  }
  
  .btn-filter-mobile {
	position: fixed;
	top: 30%;
	left: 0;
	background-color: #212529;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	z-index: 2;
  }


.product-wishlist {
	width: 2.2rem;
	height: 2.2rem;
	font-size: 20px;
	background-color: #e9ecef;
    color: #212529;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%
}

.product-compare, .product-catergory {
	color: #212529;
}

/* 
.product-grid .card.product-card {
	background-color: #ffffff;
	box-shadow: none;
	border-radius: 0%;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}
.product-grid .product-card .product-action, .product-grid .product-card .product-compare {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}
.product-grid .product-card:hover .product-action, .product-card:hover .product-compare {
	visibility: visible;
	opacity: 1;
}

@media (min-width: 992px) {
	.product-grid .card.product-card {
		margin-bottom: 0;
	}
	.product-grid .card.product-card:hover {
		background-color: #fff;
		-webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
		box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	}
}

.product-categories ul a {
	color: #212529;
}

.product-grid .card .card-footer a {
	color: #212529;
}

.product-compare:hover, .product-wishlist:hover, .product-catergory:hover {
	color: #212529;
}
.product-sharing .list-inline-item a {
	width: 36px;
	height: 36px;
	color: #fff;
	background-color: rgb(255 255 255 / 12%);
	border: 2px solid rgb(255 255 255 / 15%);
	font-size: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all .2s;
}
.product-sharing .list-inline-item a:hover {
	background-color: rgb(255 255 255 / 1);
	color: rgb(0, 0, 0);
} */


/* Blog */

.news-date {
	position: absolute;
	top: 1rem;
	left: 1rem;
	width: 3.0rem;
	padding: .6rem .6rem;
	color: #fff;
	background: #212529;
	text-align: center;
	text-transform: uppercase;
}
.date-number {
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}
.date-month {
	display: block;
	font-size: 12px;
	line-height: 1;
	opacity: .7;
}
.tags-box .tag-link {
	padding: .3rem;
	background-color: #212529;
    border: 1px solid rgb(33 37 41);
    color: rgb(255 255 255);
	font-size: 13px;
	margin: 4px;
	display: inline-block;
}
.tags-box .tag-link:hover {
	color: #ffffff;
	border: 1px solid rgb(33 37 41);
}
.payment-icon img {
	width: auto;
	height: 38px;
	padding: 8px;
	border-radius: 4px;
	border: 1px solid #dadcde;
	background-color: #f1f1f1;
}

.list-group-item.active {
	background-color: #212529;
    border-color: #212529;
}

/* Extra Css */

.product-discount {
    color: #ffffff;
    background-color: #ff4254;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.discount-alert {
	background-color: #fff;
}

.header-wrapper {
	background-color: #fff;
}

.footer-section2 ul li a {
	color: #616569;
    font-size: 15px;
}

/* owl carasoul */

.owl-thumbs .owl-thumb-item {
	width: 80px;
	height: 80px;
	margin: 0 4px;
	padding: 2px;
	background-color: transparent;
	border: 1px solid rgb(0 0 0 / 12%);
	border-radius: 0%;
}
.owl-thumbs .owl-thumb-item:focus {
	border-radius: 0%;
}
.owl-thumbs .owl-thumb-item img {
	width: 100%;
}





.owl-carousel .owl-nav {
    font-size: 40px;
    line-height: 0;
    background-color: none;
	color: #000;
}

.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 25%;
	left: -40px;
	opacity: 0;
	visibility: hidden;
}

.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 25%;
	right: -40px;
	opacity: 0;
	visibility: hidden;
}

.owl-carousel:hover button.owl-prev,
.owl-carousel:hover button.owl-next {
	opacity: 1;
	visibility: visible;
}



.owl-carousel:hover button.owl-prev.disabled,
.owl-carousel:hover button.owl-next.disabled {
	opacity: 0.4;
}





.banner-slider.owl-carousel .owl-nav {
    font-size: 40px;
    line-height: 0;
	opacity: 0.6;
	color: #000;
}

.banner-slider.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 50%;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	width: 60px;
    height: 50px;
    background-color: #fff;
}

.banner-slider.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	right: 0px;
	opacity: 0;
	visibility: hidden;
	width: 60px;
    height: 50px;
    background-color: #fff;
}


.banner-slider.owl-carousel:hover button.owl-prev,
.banner-slider.owl-carousel:hover button.owl-next {
	opacity: 1;
	visibility: visible;
}



.banner-slider.owl-carousel:hover button.owl-prev.disabled,
.banner-slider.owl-carousel:hover button.owl-next.disabled {
	opacity: 0.4;
}






ul.categories-list li {
	font-size: 14px;
	margin-bottom: 8px;
}
.color-indigator {
	width: 25px;
	height: 25px;
	background-color: rgb(255 255 255 / 12%);
}
.page-link>i {
	vertical-align: middle;
	font-size: 1.3rem;
	margin-top: -1em;
	margin-bottom: -1em;
	margin-right: 5px;
}
.btn-mobile-filter {
	width: 45px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #262323;
	background-color: #ffffff;
	cursor: pointer;
	position: fixed;
	left: 0;
	top: 55%;
	z-index: 5;
}
/* Responsive */



/* Order Tracking */

.steps {
	display: flex;
	width: 100%;
}
.steps-light .step-item {
	color: #888a8c
}
.step-item {
	flex-basis: 0;
	flex-grow: 1;
	transition: color 0.25s ease-in-out;
	text-align: center;
	text-decoration: none !important;
}
.steps-light .step-item.active .step-count, .steps-light .step-item.active .step-progress {
	color: #ffffff;
    background-color: #30384a;
}
.step-item:first-child .step-progress {
	border-radius: .125rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.steps-light .step-count, .steps-light .step-progress {
	color: #2e323e;
    background-color: #eaf0f5;
}
.step-progress {
	position: relative;
	width: 100%;
	height: .25rem;
}
.step-count {
	position: absolute;
	top: -.75rem;
	left: 50%;
	width: 1.625rem;
	height: 1.625rem;
	margin-left: -.8125rem;
	border-radius: 50%;
	font-size: .875rem;
	line-height: 1.625rem;
}
.step-label {
	padding-top: 1.5625rem;
}
.step-label>i {
	margin-top: -.25rem;
	margin-right: .425rem;
	font-size: 1.5em;
	vertical-align: middle;
}
.steps-light .step-item.active.current {
	color: #30384a;
}
/* Page Wrapper */

.page-wrapper {
	height: 100%;
	margin-bottom: 0px;
	margin-left: 0px
}
.page-content {
	padding: 0
}
.page-footer {
	background: rgb(0 0 0 / 20%);
	position: absolute;
	left: 0px;
	right: 0;
	text-align: center;
	padding: 7px;
	color: #fff;
	font-size: 14px;
	border-top: 1px solid rgb(255 255 255 / 15%);
	z-index: 3
}
/* Back to Top Button */

.back-to-top {
	display: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 26px;
	color: #fff;
	position: fixed;
	border-radius: 10px;
	bottom: 20px;
	right: 12px;
	background-color: #212529;
	z-index: 5
}
.back-to-top:hover {
	color: #fff;
	background-color: #000;
	transition: all .5s
}

/* Breadcrumb */

.breadcrumb-title {
	font-size: 24px;
	border-right: 1.5px solid rgb(255 255 255 / 34%);
	color: #282424;
	margin-bottom: 0;
}
.page-breadcrumb .breadcrumb li.breadcrumb-item {
	font-size: 16px
}
.page-breadcrumb .breadcrumb li.breadcrumb-item a{
	color: #282424;
}
.page-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #282424;
	font-family: LineIcons;
	content: "\ea5c"
}
/* Extra CSS */

.icon-badge {
	width: 45px;
	height: 45px;
	background: #f2f2f2;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%
}
.widgets-icons {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: rgb(255 255 255 / 15%);
	font-size: 26px;
	border-radius: 10px
}

/* Components */

.form-control {
	border-radius: 0px
}

.btn {
	border-radius: 0px
}

/* Utilities */

.text-content {
	color: #212529;
}

.pro-price {
	color: #212529;
}

.separator {
    display: flex;
    align-items: center;
}

.separator .line {
    height: 1px;
    flex: 1;
    background-color: #dee2e6;
}

.separator .separator-title {
    padding: 0 1rem;
	text-transform: uppercase;
}

.right-15 {
	right: 15px!important
}
.font-12 {
	font-size: 12px
}
.font-13 {
	font-size: 13px
}
.font-14 {
	font-size: 14px
}
.font-18 {
	font-size: 18px
}
.font-20 {
	font-size: 20px
}
.font-22 {
	font-size: 22px
}
.font-24 {
	font-size: 24px
}
.font-30 {
	font-size: 30px
}
.font-35 {
	font-size: 35px
}
.font-50 {
	font-size: 50px
}
.font-60 {
	font-size: 60px
}
.fw-500 {
	font-weight: 500
}
.radius-30 {
	border-radius: 30px
}
.radius-10 {
	border-radius: 10px
}
.radius-15 {
	border-radius: 15px
}
.row.row-group>div {
	border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.row.row-group>div:last-child {
	border-right: none;
}
.cursor-pointer {
	cursor: pointer
}
/* Chip */

.chip {
	display: inline-block;
	height: 32px;
	padding: 0 12px;
	margin-right: 1rem;
	margin-bottom: 1rem;
	font-size: 14px;
	font-weight: 500;
	line-height: 32px;
	color: rgba(0, 0, 0, .7);
	cursor: pointer;
	background-color: #f1f1f1;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 16px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	box-shadow: none
}
.chip img {
	float: left;
	width: 32px;
	height: 32px;
	margin: 0 8px 0 -12px;
	border-radius: 50%
}
.chip .closebtn {
	padding-left: 10px;
	font-weight: 700;
	float: right;
	font-size: 16px;
	cursor: pointer
}
.chip.chip-md {
	height: 42px;
	line-height: 42px;
	border-radius: 21px
}
.chip.chip-md img {
	height: 42px;
	width: 42px
}
/* Invoice */

#invoice {
	padding: 0
}
.invoice {
	position: relative;
	background-color: rgb(255 255 255 / 12%);
	min-height: 680px;
	padding: 15px
}
.invoice header {
	padding: 10px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid rgb(255 255 255 / 12%);
}
.invoice .company-details {
	text-align: right
}
.invoice .company-details .name {
	margin-top: 0;
	margin-bottom: 0
}
.invoice .contacts {
	margin-bottom: 20px
}
.invoice .invoice-to {
	text-align: left
}
.invoice .invoice-to .to {
	margin-top: 0;
	margin-bottom: 0
}
.invoice .invoice-details {
	text-align: right
}
.invoice .invoice-details .invoice-id {
	margin-top: 0;
	color: #ffffff
}
.invoice main {
	padding-bottom: 50px
}
.invoice main .thanks {
	margin-top: -100px;
	font-size: 2em;
	margin-bottom: 50px
}
.invoice main .notices {
	padding-left: 6px;
	border-left: 6px solid #ffffff;
	background: rgb(255 255 255 / 15%);
	padding: 10px;
	color: #fff;
}
.invoice main .notices .notice {
	font-size: 1.2em
}
.invoice table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px
}
.invoice table td, .invoice table th {
	padding: 15px;
	background: rgb(0 0 0 / 15%);
	border-bottom: 1px solid rgb(255 255 255 / 15%);
}
.invoice table th {
	white-space: nowrap;
	font-weight: 400;
	font-size: 16px
}
.invoice table td h3 {
	margin: 0;
	font-weight: 400;
	color: #ffffff;
	font-size: 1.2em
}
.invoice table .qty, .invoice table .total, .invoice table .unit {
	text-align: right;
	font-size: 1.2em
}
.invoice table .no {
	color: #fff;
	font-size: 1.6em;
	background: rgb(255 255 255 / 15%);
}
.invoice table .unit {
	background: rgb(255 255 255 / 15%);
}
.invoice table .total {
	background: rgb(255 255 255 / 15%);
	color: #fff
}
.invoice table tbody tr:last-child td {
	border: none
}
.invoice table tfoot td {
	background: 0 0;
	border-bottom: none;
	white-space: nowrap;
	text-align: right;
	padding: 10px 20px;
	font-size: 1.2em;
	border-top: 1px solid #aaa
}
.invoice table tfoot tr:first-child td {
	border-top: none
}
.invoice table tfoot tr:last-child td {
	color: #ffffff;
	font-size: 1.4em;
	border-top: 1px solid rgb(255 255 255 / 15%);
}
.invoice table tfoot tr td:first-child {
	border: none
}
.invoice footer {
	width: 100%;
	text-align: center;
	color: #fff;
	border-top: 1px solid rgb(255 255 255 / 15%);
	padding: 8px 0
}
@media print {
	.invoice {
		font-size: 11px!important;
		overflow: hidden!important
	}
	.invoice footer {
		position: absolute;
		bottom: 10px;
		page-break-after: always
	}
	.invoice>div:last-child {
		page-break-before: always
	}
}
.main-row {
	height: 100vh
}
.main-col {
	max-width: 500px;
	min-height: 300px
}
.todo-done {
	text-decoration: line-through
}
/* Nav Tabs */

.nav-primary.nav-tabs .nav-link.active {
	color: #0d6efd;
	border-color: #0d6efd #0d6efd #fff
}
.nav-danger.nav-tabs .nav-link.active {
	color: #f41127;
	border-color: #f41127 #f41127 #fff
}
.nav-success.nav-tabs .nav-link.active {
	color: #17a00e;
	border-color: #17a00e #17a00e #fff
}
.nav-warning.nav-tabs .nav-link.active {
	color: #ffc107;
	border-color: #ffc107 #ffc107 #fff
}
.nav-pills-danger.nav-pills .nav-link.active {
	color: #fff;
	background-color: #f41127
}
.nav-pills-success.nav-pills .nav-link.active {
	color: #fff;
	background-color: #17a00e
}
.nav-pills-warning.nav-pills .nav-link.active {
	color: #000;
	background-color: #ffc107
}
.nav-search input.form-control {
	background-color: rgb(255 255 255 / 20%);
	border: 1px solid rgb(255 255 255 / 45%);
	color: #fff
}
.nav-search button[type=submit] {
	background-color: rgb(255 255 255 / 20%);
	border: 1px solid rgb(255 255 255 / 32%);
	color: #fff
}
.nav-search input.form-control::placeholder {
	opacity: .5!important;
	color: #fff!important
}
.nav-search input.form-control::-ms-input-placeholder {
	color: #fff!important
}
/* Pagination */

.round-pagination.pagination .page-item:first-child .page-link {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px
}
.round-pagination.pagination .page-item:last-child .page-link {
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px
}
/* Background Colors */

.bg-light-primary {
	background-color: rgb(13 110 253 / .11)!important
}
.bg-light-success {
	background-color: rgb(23 160 14 / .11)!important
}
.bg-light-danger {
	background-color: rgb(244 17 39 / .11)!important
}
.bg-light-warning {
	background-color: rgb(255 193 7 / .11)!important
}
.bg-light-info {
	background-color: rgb(13 202 240 / 18%)!important
}
.bg-light-white-2 {
	background-color: rgba(255, 255, 255, 0.70)!important
}
.bg-light-white-3 {
	background-color: rgba(255, 255, 255, 0.55)!important
}
.bg-light-white-4 {
	background-color: rgba(255, 255, 255, 0.25)!important
}
.bg-black {
	background-color: #000!important;
}
.bg-dark-1 {
	background-color: rgb(0 0 0 / 15%)!important;
}
.bg-dark-2 {
	background-color: rgb(0 0 0 / 35%)!important;
}
.bg-dark-3 {
	background-color: rgb(0 0 0 / 65%)!important;
}
.bg-dark-4 {
	background-color: rgb(0 0 0 / 85%)!important;
}
.bg-dark-gery {
	background-color: #e7e7e7!important;
}
.bg-gradient-cosmic {
	background: linear-gradient(to right, #8e2de2, #4a00e0)!important
}
.bg-gradient-burning {
	background: linear-gradient(to right, #ff416c, #ff4b2b)!important
}
.bg-gradient-lush {
	background: linear-gradient(to right, #56ab2f, #a8e063)!important
}
.bg-gradient-kyoto {
	background: linear-gradient(to right, #f7971e, #ffd200)!important
}
.bg-gradient-blues {
	background: linear-gradient(to right, #56ccf2, #2f80ed)!important
}
.bg-gradient-moonlit {
	background: linear-gradient(to right, #0f2027, #203a43, #2c5364)!important
}
.split-bg-primary {
	background-color: #0c62e0;
	border-color: #0c62e0
}
.split-bg-secondary {
	background-color: #515a62;
	border-color: #515a62
}
.split-bg-success {
	background-color: #128e0a;
	border-color: #128e0a
}
.split-bg-info {
	background-color: #0bb2d3;
	border-color: #0bb2d3
}
.split-bg-warning {
	background-color: #e4ad07;
	border-color: #e4ad07
}
.split-bg-danger {
	background-color: #e20e22;
	border-color: #e20e22
}
.bg-facebook {
	background-color: #3b5998!important
}
.bg-twitter {
	background-color: #55acee!important
}
.bg-google {
	background-color: #e52d27!important
}
.bg-linkedin {
	background-color: #0976b4!important
}
.bg-youtube {
    background-color: #e2251f !important;
}
.bg-pinterest {
    background-color: #c8232c !important;
}
/* Authentication */


.error-social a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	margin: 5px;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}
.bg-login {
	background-image: url(../images/login-images/bg-login-img.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed
}
.bg-forgot {
	background-image: url(../images/login-images/bg-forgot-password.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed
}
.bg-lock-screen {
	background-image: url(../images/login-images/bg-lock-screen.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed
}
.login-separater span {
	position: relative;
	top: 26px;
	margin-top: -10px;
	background: rgb(255 255 255);
	padding: 5px;
	font-size: 12px;
	color: #adb5bd;
	z-index: 1;
	border-radius: 4px;
}

.blog-right-sidebar .list-inline a {
	color: #868686;
}

.recent-post-title {
	color: #1a1f2c;
	font-weight: 500;
}



/* Buttons */

.btn i {
	vertical-align: middle;
	font-size: 1.3rem;
	margin-top: -1em;
	margin-bottom: -1em;
	margin-right: 5px
}
.btn-ecomm {
	font-size: 14px;
	font-weight: 500;
	border-radius: 0;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.btn-facebook {
	box-shadow: 0 2px 2px 0 rgba(59, 89, 152, .14), 0 3px 1px -2px rgba(59, 89, 152, .2), 0 1px 5px 0 rgba(59, 89, 152, .12);
	background-color: #3b5998;
	border-color: #3b5998;
	color: #fff
}
.btn-facebook:hover {
	color: #fff
}
.btn-white {
	background-color: #fff;
	border-color: #e7eaf3
}
/* Card */

.card {
	border: 0px solid rgb(0 0 0 / 0%);
    box-shadow: 0 0.3rem 0.8rem rgb(0 0 0 / 12%);
}

.card-group {
	margin-bottom: 1.5rem
}
/* Dropdown */

.dropdown-toggle-nocaret:after {
	display: none
}
.alert-count {
	position: absolute;
	top: 10px;
	left: 26px;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 13px;
	font-weight: 400;
	color: #ffffff;
	background: #282424;
}
.dropdown-large {
	position: relative
}
.dropdown-large .dropdown-menu {
	width: 340px;
	border: 0;
	padding: 0 0;
	margin: 0 0 0;
	border-radius: 0px;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}
.header-content .top-cart-icons .dropdown-large .dropdown-menu::after {
	content: '';
	width: 13px;
	height: 13px;
	background: #1e1e1e;
	position: absolute;
	top: -6px;
	right: 16px;
	transform: rotate(45deg);
	border-top: 1px solid #767676;
	border-left: 1px solid #767676
}
.topbar .navbar .dropdown-menu::after {
	content: '';
	width: 13px;
	height: 13px;
	background: #1e1e1e;
	position: absolute;
	top: -6px;
	right: 16px;
	transform: rotate(45deg);
	border-top: 1px solid #767676;
	border-left: 1px solid #767676
}
.dropdown-large .cart-header {
	padding: 1rem 1rem;
	border-bottom: 1px solid rgb(237 237 237 / 20%);
	background-clip: border-box;
	background: #1e1e1e;
	text-align: left;
	display: flex;
	align-items: center;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.dropdown-large .cart-header {
	font-size: 14px;
	color: rgb(255 255 255 / 85%);
	margin-bottom: 0;
	font-weight: 500;
}
.dropdown-large .cart-footer {
	padding: 1rem 1rem;
	color: rgb(0 0 0 / 85%);
    border-top: 1px solid rgb(0 0 0 / 10%);
	background-clip: border-box;
	background: 0 0;
	font-size: 14px;
	font-weight: 500;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
.dropdown-large .user-online {
	position: relative
}
.dropdown-large .cart-product-title {
	font-size: 16px;
    margin-bottom: 8px;
}
.dropdown-large .cart-product-price {
	font-size: 14px;
	margin-bottom: 0;
}
.dropdown-large .cart-product {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	border-radius: 0px;
	border: 1px solid rgb(231 231 231);
    padding: 4px;
    background-color: rgb(255 255 255);
}
.dropdown-large .cart-product img {
	width: 100%;
}
.dropdown-large .cart-product-cancel {
	right: -7px;
	top: -5px;
	font-size: 16px;
	background-color: #fff;
	border: 1px solid #eee;
    width: 1.4rem;
    height: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.dropdown-large .cart-time {
	font-size: 12px;
	margin-bottom: 0;
	color: rgb(255 255 255 / 50%);
}
.dropdown-large .user-online:after {
	content: '';
	position: absolute;
	bottom: 1px;
	right: 17px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #fff;
	background: #16e15e
}
.dropdown-large .dropdown-menu .dropdown-item {
	color: #212529;
	padding: .5rem 1.3rem;
	border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.dropdown-large .dropdown-menu .dropdown-item:focus,
.dropdown-large .dropdown-menu .dropdown-item:hover {
	background-color: #fff;
}

.cart-list {
	position: relative;
	height: 310px
}
.header-notifications-list {
	position: relative;
	height: 360px
}
.dropdown-large .notify {
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 22px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	background-color: rgb(255 255 255 / 15%);
	margin-right: 15px
}
.app-box {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	font-size: 26px;
	justify-content: center;
	cursor: pointer;
	border-radius: 10px;
	color: #fff;
	background-color: rgb(255 255 255 / 15%)
}
.app-title {
	font-size: 14px
}
.user-box .dropdown-menu i {
	vertical-align: middle;
	margin-right: 10px
}
.dropdown-menu {
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	border: 0 solid #e9ecef;
	font-size: 14px;
}
.header-content .top-cart-icons .dropdown-menu {
	-webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
	animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown
}
@-webkit-keyframes animdropdown {
	from {
		-webkit-transform: translate3d(0, 6px, 0);
		transform: translate3d(0, 6px, 0);
		opacity: 0
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}
@keyframes animdropdown {
	from {
		-webkit-transform: translate3d(0, 6px, 0);
		transform: translate3d(0, 6px, 0);
		opacity: 0
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}
.mobile-toggle-menu {
	font-size: 26px;
	color: #282424;
	cursor: pointer
}

/* Theme Switcher */

.switcher-wrapper {
	width: 280px;
	height: 100%;
	position: fixed;
	right: -280px;
	top: 0;
	bottom: 0;
	z-index: 1030;
	background: #111314;
	border-left: 0 solid #d2d2d2;
	box-shadow: 0 .3rem .6rem rgba(0, 0, 0, .13);
	transition: all .2s ease-out
}
.switcher-btn {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	background: rgb(255 255 255 / 15%);
	box-shadow: 0 .3rem .6rem rgba(0, 0, 0, .13);
	color: #fff;
	text-align: center;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	position: absolute;
	top: 40%;
	right: 100%;
	cursor: pointer
}
.switcher-wrapper.switcher-toggled {
	right: 0
}
.switcher-body {
	padding: 1.25rem
}
.switcher {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin-left: 20px;
}
.switcher li {
	float: left;
	width: 55px;
	height: 55px;
	margin: 0 15px 15px 0px;
	border-radius: 10px;
	border: 0px solid black;
}
.bg-theme {
	background-size: 100% 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	transition: background .2s;
}
#theme1 {
	background-image: url(../images/bg-themes/1.png);
	background-size: 100% 100%;
	background-position: center;
	transition: background .3s;
}
#theme2 {
	background-image: url(../images/bg-themes/2.png);
	background-size: 100% 100%;
	background-position: center;
	transition: background .3s;
}
#theme3 {
	background-image: url(../images/bg-themes/3.png);
	background-size: 100% 100%;
	background-position: center;
	transition: background .3s;
}
#theme4 {
	background-image: url(../images/bg-themes/4.png);
	background-size: 100% 100%;
	background-position: center;
	transition: background .3s;
}
#theme5 {
	background-image: url(../images/bg-themes/5.png);
	background-size: 100% 100%;
	background-position: center;
	transition: background .3s;
}
#theme6 {
	background-image: url(../images/bg-themes/6.png);
	background-size: 100% 100%;
	background-position: center;
	transition: background .3s;
}
#theme7 {
	background-image: linear-gradient(45deg, #0c675e, #069e90);
	background-size: 100% 100%;
	background-position: center;
	transition: background .3s;
}
#theme8 {
	background-image: linear-gradient( 567deg, rgba(165, 42, 4, 0.89), rgba(113, 102, 8, 0.89), rgba(13, 95, 16, 0.93), rgba(4, 79, 88, 0.94), rgba(19, 56, 86, 0.9), rgba(24, 32, 78, 0.94), rgba(100, 8, 115, 0.95));
	background-size: 100% 100%;
	background-position: center;
	transition: background .3s;
}
#theme9 {
	background-image: linear-gradient(45deg, #29323c, #485563);
	background-size: 100% 100%;
	background-position: center;
	transition: background .3s;
}
#theme10 {
	background-image: linear-gradient(45deg, #795548, #945c48);
	background-size: 100% 100%;
	background-position: center;
	transition: background .3s;
}
#theme11 {
	background-image: linear-gradient(45deg, #1565C0, #1E88E5);
	background-size: 100% 100%;
	background-position: center;
	transition: background .3s;
}
#theme12 {
	background-image: linear-gradient(45deg, #65379b, #886aea);
	background-size: 100% 100%;
	background-position: center;
	transition: background .3s;
}
#theme13 {
	background-image: linear-gradient(180deg, #ff5447, #f1076f);
	background-size: 100% 100%;
	background-position: center;
	transition: background .3s;
}
#theme14 {
	background-image: linear-gradient(180deg, #08a50e, #69bb03);
	background-size: 100% 100%;
	background-position: center;
	transition: background .3s;
}
#theme15 {
	background-image: linear-gradient(45deg, #6a11cb, #2575fc);
	background-size: 100% 100%;
	background-position: center;
	transition: background .3s;
}
body.bg-theme1 {
	background-image: url(../images/bg-themes/1.png);
}
body.bg-theme2 {
	background-image: url(../images/bg-themes/2.png);
}
body.bg-theme3 {
	background-image: url(../images/bg-themes/3.png);
}
body.bg-theme4 {
	background-image: url(../images/bg-themes/4.png);
}
body.bg-theme5 {
	background-image: url(../images/bg-themes/5.png);
}
body.bg-theme6 {
	background-image: url(../images/bg-themes/6.png);
}
body.bg-theme7 {
	background-image: linear-gradient(45deg, #0c675e, #069e90);
}
body.bg-theme8 {
	background-image: linear-gradient( 567deg, rgba(165, 42, 4, 0.89), rgba(113, 102, 8, 0.89), rgba(13, 95, 16, 0.93), rgba(4, 79, 88, 0.94), rgba(19, 56, 86, 0.9), rgba(24, 32, 78, 0.94), rgba(100, 8, 115, 0.95));
}
body.bg-theme9 {
	background-image: linear-gradient(45deg, #29323c, #485563);
}
body.bg-theme10 {
	background-image: linear-gradient(45deg, #795548, #945c48);
}
body.bg-theme11 {
	background-image: linear-gradient(45deg, #1565C0, #1E88E5);
}
body.bg-theme12 {
	background-image: linear-gradient(45deg, #65379b, #886aea);
}
body.bg-theme13 {
	background-image: linear-gradient(180deg, #ff5447, #f1076f);
}
body.bg-theme14 {
	background-image: linear-gradient(180deg, #08a50e, #69bb03);
}
body.bg-theme15 {
	background-image: linear-gradient(45deg, #6a11cb, #2575fc);
}
/* Responsive */

@media screen and (max-width: 1280px) {
	.page-wrapper {
		margin-top: 60px;
	}
}
@media only screen and (max-width: 1199px) {
	.row.row-group>div {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}
	.row.row-group>div:last-child {
		border-right: none;
		border-bottom: 0;
	}
}
@media screen and (max-width: 1024px) {
	.top-cart-icons ul.navbar-nav .nav-item a.cart-link {
		font-size: 26px;
	}
	.page-wrapper {
		margin-left: 0
	}
	.page-footer {
		left: 0
	}
	.search-bar {
		display: none
	}
	.error-404 {
		height: auto;
		padding: 6rem 1rem
	}
}


@media screen and (max-width: 767px) {
	.slider-content {
		left: 30%
	  }
}

/* Fixed Header Styles */
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

/* Add padding to body to prevent content from going under fixed header */
@media (min-width: 1200px) {
    body {
        padding-top: 150px;
    }
}

/* Mega Menu Styles */
.mega-menu {
    position: static !important;
}

.mega-menu-content {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    top: 100% !important;
    position: absolute !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15) !important;
    padding: 40px 30px !important;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%) !important;
    margin-top: 0 !important;
    overflow-y: hidden !important;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 101 !important;
}

/* Modal Centering Fix */
.modal {
    --bs-modal-zindex: 99998;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    z-index: var(--bs-modal-zindex) !important;
}

.modal-dialog {
    margin: 1.75rem auto;
    position: relative;
    z-index: 1;
}

.modal-backdrop {
    --bs-backdrop-zindex: 99997;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: var(--bs-backdrop-zindex);
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    position: relative;
    z-index: 2;
    pointer-events: auto;
    border: none;
    border-radius: 20px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.modal-header {
    background: linear-gradient(135deg, #ffc107 0%, #ff8f00 100%);
    padding: 2rem;
    position: relative;
}

.modal-header .btn-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

.modal-header .btn-close:hover {
    opacity: 1;
}

.modal-body {
    padding: 2rem;
    background: linear-gradient(180deg, #fdfbfb 0%, #ebedee 100%);
}

.auth-modal .nav-pills .nav-link {
    background-color: transparent;
    color: #495057;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
}

.auth-modal .nav-pills .nav-link.active {
    background: linear-gradient(135deg, #ffc107 0%, #ff8f00 100%);
    color: #212529;
}

.auth-modal .form-control {
    border: 2px solid #e1e1e1;
    border-radius: 12px;
    padding: 0.875rem 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.auth-modal .form-control:focus {
    border-color: #ffc107;
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25);
}

.auth-modal .btn-dark {
    background: linear-gradient(135deg, #212529 0%, #424242 100%);
    border: none;
    border-radius: 12px;
    padding: 0.875rem;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.auth-modal .btn-dark:hover {
    background: linear-gradient(135deg, #ffc107 0%, #ff8f00 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(255, 193, 7, 0.3);
    color: #212529;
}

.auth-modal .auth-switch-tab {
    color: #ff8f00;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.auth-modal .auth-switch-tab:hover {
    color: #ffc107;
    text-decoration: underline;
}

.mega-menu-title {
    font-size: 14px;
    font-weight: 700;
    color: #212529;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #ffc107;
    letter-spacing: 0.5px;
}

.mega-menu-link {
    display: block;
    padding: 6px 0;
    color: #495057;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.mega-menu-link:hover {
    color: #ffc107;
    padding-left: 8px;
}

/* Responsive adjustments */
@media (max-width: 1199px) {
    body {
        padding-top: 0;
    }
    
    .fixed-header {
        position: relative;
    }

    .page-wrapper {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .primary-menu .navbar-nav .nav-item.dropdown .dropdown-menu {
        display: none;
    }

    .primary-menu .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}

/* Product Card Improvements */
.product-card-modern {
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    transition: all .3s ease;
}

.product-card-modern:hover {
    border-color: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,.1);
    transform: translateY(-4px);
}

.product-card-modern .product-image-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #f8f9fa;
}

.product-card-modern .product-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.product-card-modern .product-image-wrap .discount-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #dc3545;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 4px;
    z-index: 4;
    letter-spacing: .3px;
}

.product-card-modern:hover .product-image-wrap img {
    transform: scale(1.08);
}

.product-card-modern .product-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.15);
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 2;
}

.product-card-modern:hover .product-overlay {
    opacity: 1;
}

.product-card-modern .product-actions {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 3;
    opacity: 1;
    transition: all .3s ease;
}

.product-card-modern .product-actions .action-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: #212529;
    font-size: 20px;
    border: none;
    box-shadow: 0 3px 10px rgba(0,0,0,.15);
    transition: all .2s;
    text-decoration: none;
}

.product-card-modern .product-actions .action-btn:hover {
    background: #212529;
    color: #fff;
    transform: scale(1.1);
}

.product-card-modern .product-actions .action-btn.active,
.product-card-modern .product-actions .action-btn.add-to-wishlist.active,
.product-card-modern .product-actions .action-btn.remove-from-cart {
    color: #dc3545;
}

.product-card-modern .product-actions .action-btn.add-to-wishlist.active:hover,
.product-card-modern .product-actions .action-btn.remove-from-cart:hover {
    color: #fff;
    background: #dc3545;
}

.product-card-modern .quick-view-overlay {
    display: none;
}

.product-card-modern .product-body {
    padding: 16px;
}

.product-card-modern .product-category {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 4px;
    text-decoration: none;
    display: block;
}

.product-card-modern .product-category:hover {
    color: #212529;
}

.product-card-modern .product-title {
    font-size: 15px;
    font-weight: 600;
    color: #212529;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
    line-height: 1.4;
}

.product-card-modern .product-title:hover {
    color: #000;
}

.product-card-modern .product-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px;
}

.product-card-modern .product-rating i {
    font-size: 14px;
}

.product-card-modern .product-rating .rating-count {
    font-size: 12px;
    color: #999;
    margin-left: 4px;
}

.product-card-modern .product-pricing {
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-card-modern .product-pricing .current-price {
    font-size: 18px;
    font-weight: 700;
    color: #212529;
}

.product-card-modern .product-pricing .old-price {
    font-size: 14px;
    color: #adb5bd;
    text-decoration: line-through;
}

.product-card-modern .product-pricing .discount-badge {
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    background: #dc3545;
    padding: 2px 8px;
    border-radius: 4px;
}

.product-card-modern .add-to-cart-btn,
.product-card-modern .remove-from-cart {
    display: block;
    width: 100%;
    margin-top: 12px;
    padding: 10px;
    border-radius: 8px;
    background: #212529;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all .2s;
    text-align: center;
    text-decoration: none;
}

.product-card-modern .add-to-cart-btn:hover {
    background: #000;
}

.product-card-modern .remove-from-cart {
    background: #dc3545;
}

.product-card-modern .remove-from-cart:hover {
    background: #bb2d3b;
}

.product-card-modern .add-to-cart-btn i,
.product-card-modern .remove-from-cart i {
    margin-right: 6px;
    font-size: 16px;
    vertical-align: middle;
}

/* Wishlist button styles for product show page */
.btn-outline-dark.add-to-wishlist {
    transition: all .2s;
}

.btn-outline-dark.add-to-wishlist.active {
    border-color: #dc3545;
    color: #dc3545;
}

.btn-outline-dark.add-to-wishlist.active:hover {
    background: #dc3545;
    color: #fff;
}

/* Brand carousel logo styles */
.brands-shops .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.brands-shops .item {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.brand-logo {
    max-height: 80px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.brand-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* ============================
   MOBILE RESPONSIVE FIXES
   ============================ */

/* Extra small devices (phones, <576px) */
@media (max-width: 575.98px) {
    .header-wrapper .header-content .container .row {
        row-gap: 8px;
    }
    .header-wrapper .header-content .logo-icon {
        width: 80px;
    }
    .header-wrapper .header-content .top-cart-icons ul.navbar-nav .nav-item a.cart-link {
        font-size: 22px;
    }
    .header-wrapper .header-content .top-cart-icons .alert-count {
        font-size: 9px;
        min-width: 16px;
        height: 16px;
        line-height: 16px;
    }
    .header-wrapper .header-content #headerSearchInput {
        font-size: 13px;
        padding: 6px 10px;
    }
    .header-wrapper .header-content .btn-ecomm {
        font-size: 13px;
        padding: 6px 12px;
    }
    .page-wrapper {
        margin-top: 0 !important;
    }
    .product-card-modern .product-body {
        padding: 10px;
    }
    .product-card-modern .product-title {
        font-size: 13px;
    }
    .product-card-modern .product-pricing .current-price {
        font-size: 15px;
    }
    .product-card-modern .product-pricing .old-price {
        font-size: 12px;
    }
    .product-card-modern .product-actions .action-btn {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }
    .product-card-modern .product-image-wrap .discount-badge {
        font-size: 9px;
        padding: 2px 7px;
        top: 6px;
        left: 6px;
    }
    .slider-section {
        margin-bottom: 0 !important;
    }
    .banner-slider .item img {
        height: 400px;
        object-fit: cover;
    }
    .info-box-content h6 {
        font-size: 12px;
    }
    .info-box-content p {
        font-size: 11px;
    }
    .separator-title {
        font-size: 14px;
    }
    .card-body h5 {
        font-size: 14px;
    }
    .card-body p {
        font-size: 12px;
    }
    .card-body .btn {
        font-size: 12px;
        padding: 4px 12px;
    }
    .footer-section1 h5,
    .footer-section2 h5,
    .footer-section3 h5,
    .footer-section4 h5 {
        font-size: 14px;
    }
    .top-menu .navbar {
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 4px;
    }
    .top-menu .navbar .nav-link {
        font-size: 11px;
        padding: 4px 6px;
        white-space: nowrap;
    }
    .primary-menu .offcanvas-body {
        padding: 0;
    }
    .primary-menu .offcanvas-body .navbar-nav .nav-link {
        padding: 10px 16px;
        border-bottom: 1px solid #f0f0f0;
        font-size: 14px;
    }
    .search-results-dropdown {
        max-height: 300px;
    }
    .search-result-item {
        padding: 6px 10px;
    }
    .search-result-item img {
        width: 32px;
        height: 32px;
    }
    .search-result-item .result-info .result-name {
        font-size: 12px;
    }
    .search-result-item .result-price {
        font-size: 12px;
    }
    .auth-modal .modal-dialog {
        margin: 0.5rem;
    }
    .auth-modal .modal-body {
        padding: 1rem !important;
    }
    .tags-box .btn {
        font-size: 11px;
        padding: 3px 10px;
    }
    .footer-strip {
        font-size: 12px;
    }
    .payment-icon img {
        width: 40px;
    }
    .download-app img {
        width: 110px !important;
    }
    .back-to-top {
        width: 36px;
        height: 36px;
        font-size: 16px;
        bottom: 16px;
        right: 16px;
    }
}

/* Small devices (landscape phones, 576px - 767px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .header-wrapper .header-content .logo-icon {
        width: 90px;
    }
    .product-card-modern .product-title {
        font-size: 14px;
    }
    .banner-slider .item img {
        height: 400px;
        object-fit: cover;
    }
}

/* Medium devices (tablets, 768px - 991px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .product-card-modern .product-title {
        font-size: 14px;
    }
    .banner-slider .item img {
        height: 400px;
        object-fit: cover;
    }
}

/* Fix: Ensure offcanvas menu works properly on mobile */
@media (max-width: 1199.98px) {
    body {
        padding-top: 0 !important;
    }
    .header-wrapper.fixed-header {
        position: relative;
    }
    .page-wrapper {
        margin-top: 0 !important;
    }
    .offcanvas.offcanvas-start {
        width: 300px !important;
    }
    .offcanvas-body .navbar-nav .nav-item .dropdown-menu {
        position: static !important;
        float: none;
        border: none;
        box-shadow: none;
        padding-left: 16px;
        background: transparent;
    }
    .offcanvas-body .navbar-nav .nav-item .dropdown-menu .mega-menu-content {
        position: static !important;
        box-shadow: none !important;
        padding: 10px 16px !important;
        width: 100% !important;
        background: #f8f9fa !important;
        border-radius: 0 !important;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .offcanvas-body .navbar-nav .nav-item .dropdown-menu .mega-menu-content .container {
        padding: 0;
    }
    .offcanvas-body .navbar-nav .nav-item .dropdown-menu .mega-menu-content .row {
        flex-direction: column;
    }
    .offcanvas-body .navbar-nav .nav-item .dropdown-menu .mega-menu-content .col-md-3 {
        width: 100%;
        flex: 0 0 100%;
    }
    .offcanvas-body .mega-menu-title {
        font-size: 13px;
        margin-bottom: 8px !important;
    }
    .offcanvas-body .mega-menu-title a {
        font-size: 13px;
    }
    .offcanvas-body .mega-menu-link {
        font-size: 12px;
    }
    .offcanvas-header .offcanvas-logo img {
        width: 80px;
    }
    /* Show mega menu dropdowns in offcanvas */
    .primary-menu .navbar-nav .nav-item.dropdown .dropdown-menu {
        display: none;
    }
    .primary-menu .navbar-nav .nav-item.dropdown.show .dropdown-menu {
        display: block;
    }
    .offcanvas-body .navbar-nav .nav-item .dropdown-toggle::after {
        float: right;
        margin-top: 6px;
    }
}

/* Fix slider content positioning */
.slider-content {
    z-index: 2;
}

/* Fix product card hover on touch devices */
@media (hover: none) {
    .product-card-modern:hover {
        transform: none;
        box-shadow: none;
    }
    .product-card-modern .product-overlay {
        display: none;
    }
    .product-card-modern .product-actions {
        opacity: 1;
    }
    .product-card-modern:hover .product-image-wrap img {
        transform: none;
    }
}

/* Ensure images don't overflow */
.product-card-modern .product-image-wrap img {
    max-width: 100%;
}

/* Fix search form on mobile */
@media (max-width: 575.98px) {
    .header-content .input-group {
        flex-wrap: nowrap;
    }
    .header-content .input-group .form-control {
        font-size: 13px;
        border-width: 2px !important;
    }
    .header-content .input-group .btn {
        font-size: 12px;
        padding: 6px 10px;
        white-space: nowrap;
        border-width: 2px !important;
    }
}

/* Fix promo banners on mobile */
@media (max-width: 575.98px) {
    .add-banner .carousel-item img {
        min-height: 120px;
        object-fit: cover;
    }
    .add-banner .promo-discount {
        font-size: 12px;
        padding: 3px 8px;
    }
}

/* Ensure footer columns don't overflow */
.footer-section1,
.footer-section2,
.footer-section3,
.footer-section4 {
    word-break: break-word;
}

/* Fix auth modal on small screens */
@media (max-width: 575.98px) {
    .auth-modal .modal-header h4 {
        font-size: 16px;
    }
    .auth-modal .nav-pills .nav-link {
        font-size: 13px;
        padding: 6px 12px;
    }
    .auth-modal .modal-body label {
        font-size: 13px;
    }
    .auth-modal .modal-body input {
        font-size: 13px;
        padding: 6px 10px;
    }
}

/* Fix navigation spacing */
.primary-menu .navbar-nav {
    gap: 0 !important;
}

@media (min-width: 1200px) {
    .primary-menu .navbar-nav {
        gap: 4px !important;
    }
}

/* ========== RESPONSIVE OVERRIDES ========== */

/* Large devices (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .banner-slider .item img {
        height: 400px;
    }
}

/* Hero / Banner slider mobile fixes */
@media (max-width: 767.98px) {
    .banner-slider .owl-item .item img,
    .hero-slider img,
    .main-slider img {
        height: 400px;
        object-fit: cover;
        width: 100%;
    }
    .banner-slider .owl-nav,
    .hero-slider .owl-nav,
    .main-slider .owl-nav {
        display: none !important;
    }
    .banner-slider .owl-dots,
    .hero-slider .owl-dots,
    .main-slider .owl-dots {
        bottom: 10px;
    }
    .banner-slider .owl-dots .owl-dot span,
    .hero-slider .owl-dots .owl-dot span,
    .main-slider .owl-dots .owl-dot span {
        width: 6px;
        height: 6px;
    }
    .banner-slider .owl-dots .owl-dot.active span,
    .banner-slider .owl-dots .owl-dot:hover span {
        width: 18px;
    }
}

/* Product grid: 2 cols on mobile, 3 on tablet */
@media (max-width: 575.98px) {
    .product-grid .owl-item .item .card,
    .product-grid .col-6.col-md-4.col-lg-3 {
        /* product cards inside grid */
    }
    .product-grid .row > [class*="col-"] {
        padding-left: 6px;
        padding-right: 6px;
    }
    .product-grid .row {
        margin-left: -6px;
        margin-right: -6px;
    }
}

/* Category / Browse owl-carousel mobile */
@media (max-width: 575.98px) {
    .browse-category .owl-nav,
    .brands-shops .owl-nav,
    .latest-news .owl-nav {
        display: none !important;
    }
    .browse-category .item .card-footer h6 {
        font-size: 12px;
    }
    .browse-category .item .card-footer p {
        font-size: 10px;
    }
}

/* New arrivals owl nav mobile */
@media (max-width: 575.98px) {
    .new-arrivals .owl-nav {
        display: none !important;
    }
}

/* Footer mobile spacing */
@media (max-width: 767.98px) {
    footer .row > .col {
        margin-bottom: 24px;
    }
    footer .row > .col:last-child {
        margin-bottom: 0;
    }
    .footer-strip .d-flex {
        flex-direction: column !important;
        gap: 8px !important;
    }
    .footer-section4 .subscribe input {
        font-size: 13px;
    }
}

/* General button/icon polish */
.btn-ecomm {
    font-size: 13px;
    padding: 8px 18px;
    letter-spacing: 0.3px;
    border-radius: 6px;
    transition: all 0.2s ease;
}
.btn-ecomm:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}
.btn-ecomm.btn-sm {
    font-size: 12px;
    padding: 5px 14px;
}

/* Product card image consistency */
.product-card .product-img-wrapper .product-img,
.product-card .product-img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
    display: block;
}

/* Card-specific fix for shop */
.product-card {
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.product-card .product-img-wrapper {
    background: #f8f9fa;
}
.product-card .product-img-wrapper .product-img {
    transition: transform 0.3s ease;
}
.product-card:hover .product-img-wrapper .product-img {
    transform: scale(1.05);
}
.product-card:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
    transform: translateY(-4px);
}
.product-card .product-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    min-height: 2.6em;
}
.product-card .current-price {
    color: #dc3545;
}
.product-card .product-category {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
@media (max-width: 575.98px) {
    .product-card .card-body {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .product-card .product-title {
        font-size: 13px;
    }
    .product-card .current-price {
        font-size: 14px !important;
    }
    .product-card .old-price {
        font-size: 12px;
    }
}

/* Section separators responsive */
.separator {
    display: flex;
    align-items: center;
    gap: 16px;
}
.separator .line {
    flex: 1;
    height: 1px;
    background: #dee2e6;
}
.separator-title {
    white-space: nowrap;
    font-size: 16px;
}
@media (max-width: 575.98px) {
    .separator-title {
        font-size: 14px;
    }
}

/* Fix sticky header padding on mobile */
@media (max-width: 1199.98px) {
    body {
        padding-top: 0 !important;
    }
}

/* Rating stars alignment */
.rating i {
    font-size: 13px;
    margin-right: 1px;
}

/* Cart page quantity + trash always inline on mobile */
@media (max-width: 575.98px) {
    .cart-item-card .row.g-3.align-items-center > [class*="col-"]:nth-child(4),
    .cart-item-card .row.g-3.align-items-center > [class*="col-"]:nth-child(5) {
        margin-top: 0;
    }
}

/* Back to top button mobile */
@media (max-width: 575.98px) {
    .back-to-top {
        width: 36px;
        height: 36px;
        font-size: 16px;
        right: 12px;
        bottom: 12px;
    }
}

/* Owl carousel nav arrows style */
.owl-nav button {
    width: 36px;
    height: 36px;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    font-size: 18px !important;
    color: #333 !important;
    transition: all 0.2s;
}
.owl-nav button:hover {
    background: #333 !important;
    color: #fff !important;
}
.owl-nav button span {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* ========== GLOBAL PRODUCT IMAGE CONTAINERS ========== */

/* Product gallery on detail page */
.product-gallery .item {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    min-height: 300px;
}
.product-gallery .item img {
    max-height: 400px;
    width: auto;
    object-fit: contain;
    padding: 20px;
}
@media (max-width: 575.98px) {
    .product-gallery .item {
        min-height: 200px;
    }
    .product-gallery .item img {
        max-height: 280px;
        padding: 12px;
    }
}

/* Cart item images */
.cart-item-img {
    background: #f8f9fa;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    max-width: 200px;
    overflow: hidden;
}
.cart-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Product detail thumbnails */
.product-thumb-item {
    width: 64px;
    height: 64px;
    padding: 4px;
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

/* Checkout small product thumbs */
.checkout-product-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
    background: #f8f9fa;
}

/* Order page product images */
.order-product-img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 8px;
    background: #f8f9fa;
}

/* Ensure all product-card-modern images stay centered */
.product-card-modern .product-image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Shop product-card image centering */
.product-card .product-img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
}

/* Banner slider enhancements */
.slider-section {
    position: relative;
    overflow: hidden;
}

.banner-slider .item {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 400px;
    background: #f0f0f0;
}

.banner-slider .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 6s ease;
}

.banner-slider .owl-item.active .item img {
    transform: scale(1.08);
}

.banner-slider .item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.5) 0%, transparent 50%, rgba(0,0,0,0.1) 100%);
    pointer-events: none;
    z-index: 1;
}

.banner-slider .banner-content {
    position: absolute;
    bottom: 60px;
    left: 6%;
    z-index: 2;
    max-width: 550px;
    animation: fadeInUp 0.8s ease;
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.banner-slider .banner-title {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    text-shadow: 0 4px 20px rgba(0,0,0,0.4);
    margin-bottom: 12px;
    line-height: 1.15;
    letter-spacing: -0.5px;
    display: inline-block;
    background: linear-gradient(135deg, #fff 60%, #ffc107);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.banner-slider .banner-desc {
    color: rgba(255,255,255,0.95);
    font-size: 18px;
    font-weight: 400;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
    margin-bottom: 0;
    line-height: 1.6;
    max-width: 450px;
}

.banner-slider.owl-carousel .owl-nav button.owl-prev,
.banner-slider.owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    background: rgba(255,255,255,0.2) !important;
    backdrop-filter: blur(8px);
    color: #fff !important;
    font-size: 24px !important;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    border: 1px solid rgba(255,255,255,0.3) !important;
}

.banner-slider.owl-carousel:hover .owl-nav button.owl-prev,
.banner-slider.owl-carousel:hover .owl-nav button.owl-next {
    opacity: 1;
}

.banner-slider.owl-carousel .owl-nav button.owl-prev {
    left: 24px;
}

.banner-slider.owl-carousel .owl-nav button.owl-next {
    right: 24px;
}

.banner-slider.owl-carousel .owl-nav button.owl-prev:hover,
.banner-slider.owl-carousel .owl-nav button.owl-next:hover {
    background: rgba(255,255,255,0.35) !important;
    color: #fff !important;
    transform: translateY(-50%) scale(1.12);
    border-color: rgba(255,255,255,0.5) !important;
}

.banner-slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 8px;
}

.banner-slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,0.4);
    border-radius: 50%;
    transition: all 0.4s ease;
    display: block;
    border: 1px solid rgba(255,255,255,0.2);
}

.banner-slider .owl-dots .owl-dot.active span,
.banner-slider .owl-dots .owl-dot:hover span {
    background: #fff;
    width: 30px;
    border-radius: 5px;
    border-color: #fff;
}

/* Info section - keep in one line on web view */
.info-section {
    margin-top: -60px;
    position: relative;
    z-index: 2;
}

.info-section .row {
    flex-wrap: nowrap;
}

@media (max-width: 767.98px) {
    .info-section {
        margin-top: -40px;
    }
    .info-section .row {
        flex-wrap: wrap;
    }
}

.info-section .border {
    border-radius: 8px;
    transition: all 0.3s ease;
    background: #fff;
}

.info-section .border:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    border-color: #212529 !important;
}

/* Search bar full width on web view */
@media (min-width: 1200px) {
    .header-content .row {
        flex-wrap: nowrap;
    }
    .header-content .col-xl {
        flex: 1 1 0%;
        min-width: 0;
    }
    .header-content .input-group {
        width: 100%;
        max-width: 100%;
    }
    .header-content .input-group .form-control {
        font-size: 14px;
        padding: 8px 14px;
    }
    .header-content .input-group .btn {
        padding: 8px 20px;
        font-size: 14px;
    }
}

