/* Your custom CSS here */

/*##Global##*/

/*Header*/

.navbar.navbar-site {
   background: linear-gradient(90.25deg, hsla(0, 0%, 98.8%, .35) 5.68%, hsla(0, 0%, 98.8%, .3) 143.91%) !important;
        -webkit-backdrop-filter: blur(30px) !important;
        backdrop-filter: blur(50px) !important;
    border: 0;
    border-bottom: 1px solid #e7e7e7;
}







/*Body*/




/*NEW AI DESIZGN*/

/* === Minimal, Trendy & Animated Card === */
.item-list {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: all 0.4s ease;
  padding: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.item-list:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

/* === Image Section === */
.add-image img {
  border-radius: 12px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  border: 2px solid #f0f0f0;
}
.add-image img:hover {
  transform: scale(1.08) rotate(1deg);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* === Title / Name === */
.add-title a {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
}
.add-title a:hover {
  color: #0d6efd;
  transform: translateX(3px);
}

/* === Badges === */
.badge-custom {
  background: linear-gradient(135deg, #f0f5ff, #ffffff);
  border-radius: 25px;
  padding: 6px 14px;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0d6efd;
  font-weight: 500;
  box-shadow: 0 2px 6px rgba(13,110,253,0.2);
  transition: all 0.3s ease, transform 0.3s ease;
  position: relative;
  overflow: hidden;
}

.badge-custom::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; left: -100%;
  background: linear-gradient(90deg, rgba(255,255,255,0.3), rgba(255,255,255,0));
  transform: skewX(-25deg);
  transition: all 0.5s ease;
}

.badge-custom:hover::after {
  left: 100%;
}

.badge-custom:hover {
  background: linear-gradient(135deg, #d0e7ff, #ffffff);
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 4px 12px rgba(13,110,253,0.3);
}

/* Badge Icon */
.badge-custom i {
  color: #0d6efd;
  font-size: 0.9rem;
  transition: transform 0.3s ease;
}
.badge-custom:hover i {
  transform: rotate(20deg) scale(1.1);
}

/* === Save Button === */
.make-favorite {
  background: red !important;
  border: none;
  border-radius: 20px;
  color: #fff !important;
  padding: 6px 16px;
  font-weight: 500;
  transition: all 0.3s ease, transform 0.3s ease;
  box-shadow: 0 2px 8px rgba(13,110,253,0.3);
  position: relative;
  overflow: hidden;
}

.make-favorite::after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.15);
  transition: width 0.4s ease;
}

.make-favorite:hover::after {
  width: 100%;
}

.make-favorite:hover {
  background: #0b5ed7;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(13,110,253,0.35);
}

/* === Photo Counter === */
.photo-count {
  background: rgba(0,0,0,0.05);
  color: #111;
  font-weight: 500;
  border-radius: 15px;
  padding: 4px 10px;
  font-size: 0.85rem;
  position: absolute;
  top: 10px;
  left: 10px;
  transition: all 0.3s ease;
}
.photo-count:hover {
  background: rgba(13,110,253,0.1);
  color: #0d6efd;
  transform: scale(1.05);
}

/* === Items Details Text === */
.items-details {
  color: #333;
  font-size: 0.95rem;
  line-height: 1.4;
}

/* === Subtle Animation on Info Row === */
.info-row span {
  transition: transform 0.3s ease;
}
.info-row span:hover {
  transform: translateY(-2px);
}








.skin .btn-listing {
   
    color: #fff;
    border-color: #ff0000;
    background-image: linear-gradient(to bottom, #ff0000 0, #cc0000 100%);

}

.skin .btn-primary.btn-gradient {
    color: rgb(255, 255, 255);
    background: linear-gradient(158deg, rgb(0, 0, 0) 44%, rgb(0, 0, 0) 85%);
    border-color: rgb(0, 0, 0);
    transition: none !important;
}

.user-panel-sidebar ul li a.active, .user-panel-sidebar ul li a:active, .user-panel-sidebar ul li a:hover, .user-panel-sidebar ul li.active a {
    background-color: black;
    color: #fff;
}

.skin .form-control, .skin .select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single, .select2-dropdown {
    /*border: none !important;*/
    
}


form#search, .col-12.px-1.py-sm-1.bg-primary.rounded {
    padding: 35px !important;
    background: #f0f2f7 !important;
    border-radius: 15px !important;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);

}

button.btn.btn-block.btn-primary {
    border-radius: 15px;
    margin-left: 5px;
}

#homepage .search-row .search-col:first-child .search-col-inner {
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
}

#homepage .search-row .search-col .search-btn-border {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

.search-row .search-col .search-btn-border, .search-row .search-col .search-col-inner, .search-row .search-col:first-child .search-col-inner {
    border: 0px solid #333;
}

.modal-content {
    border-radius: 15px;
    overflow: hidden;
    border: none;
}

.content-box {
    background: #fff;
    border-radius: 15px !important;
    box-shadow: 0 0 20px rgba(110,162,173,.1);
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.inner-box {
    background: #fff;
    border-radius: 15px !important;
    box-shadow: 0 0 20px rgba(110,162,173,.1);
    margin-bottom: 30px;
    padding: 20px 15px;
}

.card {
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(110,162,173,.1);
}

.card .card-header {
    border-radius: 15px 15px 0 0;
}

.block-cell.user {
    border-radius: 15px 15px 0px 0px;
}

.sidebar-modern-inner {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(110,162,173,.1);
}


.skin .btn-warning {
    color: white; /* White text */
    background-color: black; /* Red background */
    border-color: black; /* Darker red border */
}

.skin .btn-warning:focus {
    color: white; /* White text */
    background-color: black; /* Red background */
    border-color: black; /* Darker red border */
}

.skin .btn-warning:hover {
    color: white; /* White text */
    background-color: black; /* Red background */
    border-color: black; /* Darker red border */
}

.skin .btn-default:hover {
    color: #fff;
    background-color: red;
    border-color: red;
}

.skin .btn-default {
    color: #ff0000;
    background-color: transparent;
    border-color: #ff0000;
}

.skin .btn-white {
    background-color: transparent;
    border-color: rgba(0,0,0,.1);
}

html:not([theme=dark]) .f-category {
    border: none;
}

.f-category {
    padding: 20px 10px !important;
}






/*Footer*/

html:not([theme=dark]) .page-info-lite {
    background-color: #fafafa;
    padding: 5px;
    border-radius: 15px !important;
}

.payment-method-logo img {
    display: inline-block;
    height: auto;
    margin: 0 5px;
}








/*##Mobile##*/

@media screen and (max-width: 720px) {

/*Header*/
.navbar-site.navbar .navbar-identity {
    padding: 0px 5px !important;
}


/*Body*/

.slider-three {
  background-color: var(--light-2);
  margin-top: -15px !important;
  padding-top: 0px !important;
  padding-bottom: 25px !important;
}

#homepage.main-container, .main-container {
    padding-top: 0;
    padding: 5px;
}

form#search, .col-12.px-1.py-sm-1.bg-primary.rounded {
    padding: 20px !important;
    background: #f0f2f7 !important;
    border-radius: 15px !important;
}

button.btn.btn-block.btn-primary {
    border-radius: 15px;
    margin-top: 5px;
}

#homepage .search-row .search-col:first-child .search-col-inner {
    border-radius: 15px !important;
}

#homepage .search-row .search-col .search-btn-border {
       border-radius: 15px !important;

}

#homepage .search-row .search-col:first-child .form-control, #homepage .search-row .search-col:first-child .search-col-inner, #homepage .search-row .search-col .form-control, #homepage .search-row .search-col .search-col-inner, #homepage .search-row .search-col .btn, #homepage .search-row .search-col .search-btn-border {
    border-radius: 15px !important;
}

.search-btn-border.bg-primary {
    margin-top: 10px;
}

/*Footer*/

.footer-content {
    padding: 25px 12px 19px 12px !important;
}


.payment-method-logo img {
    display: inline-block;
    height: auto;
    margin: 0 10px;
    max-width: 15% !important;
}

}