.body{
    font-family: "Roboto Condensed", serif;
    font-size: 16px;
    font-weight: 500;
    color: #181717;
}

.logo-img{
  width:160px; height:60px; object-fit: contain;
}

.h1{
    font-size: 36px;
    font-weight: 700;
}
.filter-container-home{
  width: 80%;
  margin: 0 auto; /* Center the container */
}
.filter-btn{
    font-size: 18px;
    font-weight: bold; 
    background-color: transparent; /* Bootstrap Primary Blue */
    border: none;
    transition: 0.3s;
    height: 40px;
}
.filter-btn:focus, 
.filter-btn:hover, 
.filter-btn:active, 
.filter-btn:focus-visible {
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.h2{
    font-size: 24px;
    font-weight: 700;
}
.h3{
    font-size: 18px;
    font-weight: 700;
}

.h4{
  font-size: 15px;
  font-weight: 700;
}



  
  .top-navbar .nav-item a {
    color: #b6b6b6;
    font-size: 16px;
    font-weight: 400;
    
  }

  

  .navbar-nav .home-link .nav-link {
    font-weight: 800;  /* Make Home bold */
    color: #424242 !important;  /* Change text color */
    font-size: 16px;

  }


.navbar-nav .nav-link:hover {
    color: rgb(73, 73, 251) !important; /* Change color on hover */
}

.megamenu h6.title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;  /* Increase font size */
    font-weight: 500; /* Make it bold */
    color: #8b8b8b;       /* Darker text */
    text-transform: uppercase; /* Uppercase text */
    margin-bottom: 10px; /* Add spacing */
  }


.head-menu-item .nav-link {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    margin-top: 8px;
    font-weight: 700;
    color: #3f3f3f !important; /* Bootstrap primary color */
    text-transform: uppercase;
    padding: 10px 15px;
}


.account-menu-item li a{
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin-top: 8px;
  font-weight: 700;
  color: #6d6d6d !important; 
  
}
.head-menu-item li a{
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #585858 !important; /* Bootstrap primary color */
    text-transform: uppercase;
    padding: 10px 15px;
}



/* Change dropdown item text color */
.dropdown-menu .dropdown-item {
  color: #797979; /* White text */
}

/* Change dropdown item hover effect */
.dropdown-menu .dropdown-item:hover {
  background-color: #dfdfdf; /* Slightly lighter dark */
  color: #282828;
}
/* Position submenus */
.dropdown-menu {
    position: absolute;
}

.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
}

/* Align submenus to the right */
.dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -5px;
}

/* Mobile adjustments */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        position: static;
        width: 100%;
    }
}

/* Login Modal Style */


.modal{

    background-color: transparent;

}
.modal-body {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    height: 100%; /* Full height */
    text-align: center;
}
::selection{
  background: #4c4c4c;
  color: #fff;
}
.wrapper{
  overflow: hidden;
  max-width: 390px;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0px 15px 20px rgba(0,0,0,0.1);
}
.wrapper .title-text{
  display: flex;
  width: 200%;
}
.wrapper .title{
  width: 50%;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
.wrapper .slide-controls{
  position: relative;
  display: flex;
  height: 50px;
  width: 100%;
  overflow: hidden;
  margin: 30px 0 10px 0;
  justify-content: space-between;
  border: 1px solid lightgrey;
  border-radius: 15px;
}
.slide-controls .slide{
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.6s ease;
}
.slide-controls label.signup{
  color: #000;
}
.slide-controls .slider-tab{
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  z-index: 0;
  border-radius: 15px;
  background: -webkit-linear-gradient(left,#003366,#004080,#0059b3
, #0073e6);
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
input[type="radio"]{
  display: none;
}

#signup:checked ~ label.signup{
  color: #fff;
  cursor: default;
  user-select: none;
}
#signup:checked ~ label.login{
  color: #000;
}
#login:checked ~ label.signup{
  color: #000;
}
#login:checked ~ label.login{
  cursor: default;
  user-select: none;
}
.wrapper .form-container{
  width: 100%;
  overflow: hidden;
}
.form-container .form-inner{
  display: flex;
  width: 200%;
}
.form-container .form-inner form{
  width: 50%;
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
.form-inner form .field{
  height: 50px;
  width: 100%;
  margin-top: 20px;
}
.form-inner form .field input{
  height: 100%;
  width: 100%;
  outline: none;
  padding-left: 15px;
  border-radius: 15px;
  border: 1px solid lightgrey;
  border-bottom-width: 2px;
  font-size: 17px;
  transition: all 0.3s ease;
}
.form-inner form .field input:focus{
  border-color: #747474;
  /* box-shadow: inset 0 0 3px #fb6aae; */
}
.form-inner form .field input::placeholder{
  color: #999;
  transition: all 0.3s ease;
}
form .field input:focus::placeholder{
  color: #303030;
}
.form-inner form .pass-link{
  margin-top: 5px;
}
.form-inner form .signup-link{
  text-align: center;
  margin-top: 30px;
}
.form-inner form .pass-link a,
.form-inner form .signup-link a{
  color: #1a75ff;
  text-decoration: none;
}
.form-inner form .pass-link a:hover,
.form-inner form .signup-link a:hover{
  text-decoration: underline;
}
form .btn{
  height: 50px;
  width: 100%;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
form .btn .btn-layer{
  height: 110%;
  width: 300%;
  position: absolute;
  left: -100%;
  background: -webkit-linear-gradient(right,#003366,#004080,#0059b3
, #0073e6);
  border-radius: 15px;
  margin-top: -10px;
  transition: all 0.4s ease;;
}
form .btn:hover .btn-layer{
  left: -10;
}
form .btn input[type="submit"]{
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  padding-left: 0;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}
 /* Message Popup */

.custom-popup {
  position: fixed;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff; /* ✅ Green background for success */
  color: rgb(0, 0, 0); /* ✅ White text */
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  z-index: 1050;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.5s ease-in-out;
}

/* Fade-in animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateX(-50%) translateY(-10px); }
  to { opacity: 1; transform: translateX(-50%) translateY(0); }
}

/* Search Button  */



/* ✅ Change background on hover */
.search-button:hover {
  background-color: #0056b3; /* Darker blue on hover */
}

/* ✅ Add a subtle shadow */
.search-button:focus, 
.search-button:active {
  outline: none;
  
}


.search-button{
  padding: 8px 16px;
  border: none;
  border-radius: 5px; /* ✅ Rounded corners */
  font-size: 16px;
  width: 30px;   /* Custom width */
  height: 30px;   /* Custom height */
  padding: 4px 8px; /* Adjust padding */
}

.search-button:focus, 
.search-button:active {
outline: 0.0px solid #6c757d !important; /* Keeps border (adjust color as needed) */
box-shadow: none !important; /* Removes Bootstrap's default focus shadow */
}

.search-box {
  width: 200px;   /* Custom width */
  height: 30px;   /* Custom height */
  font-size: 14px; /* Adjust text size */
  padding: 4px 8px; /* Adjust padding */
  box-shadow: none !important;
}

.search-box:focus, 
.search-box:active {
outline: 0.0px solid #6c757d !important; /* Keeps border (adjust color as needed) */
box-shadow: none !important; /* Removes Bootstrap's default focus shadow */
}

/* Carousel Option */

.carousel {
  max-width: 80%;  /* Adjust width as needed */
  max-height: 800px; /* Reduce height */
  margin: auto; /* Center the carousel */
}

.carousel img {
  max-height: 500px; /* Set a fixed height for images */
  object-fit: contain; /* Crop images to fit */
}


/* Sidebar Styling */
/* Sidebar Styling */
.sidebar {
  position: fixed;
  top: 0;
  left: -250px; /* Hidden by default */
  width: 50px;
  height: 100%;
  background: #343a40;
  color: white;
  padding: 15px;
  transition: 0.3s;
  z-index: 1000;
}

/* Sidebar Open */
.sidebar.open {
  left: 0;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  color: white;
  cursor: pointer;
}

/* Main Content */
.content {
  margin-left: 20px;
  padding: 20px;
}

/* Mobile View */
@media (max-width: 768px) {
  .content {
      margin-left: 0;
  }
}


.clickable-card {
  width: 100px;
  height: 100px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.clickable-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.icon {
  font-size: 24px;
  color: #007bff;
}

.custom-footer {
  background-color: #e9e9e9b8;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;  
  padding: 20px 20px;
  
  width: 100%; /* Ensures full width */
}
.footer-links a {
  text-decoration: none;
  color: #333;
  display: block;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}
.footer-links a:hover {
  color: #007bff;
}
.social-icons a {
  margin: 0 8px;
  font-size: 24px;
  color: #333;
  transition: color 0.3s ease;
}
.social-icons a:hover {
  color: #007bff;
}

.breadcrumb-item{
  font-size: 16px;
}

.breadcrumb-item a {
  
  text-decoration: none;
  color: #007bff;
  
}
.breadcrumb-item a:hover {
  text-decoration: underline;
}

/* Full left fixed container */
.filter-container {
  position: relative;
  left: 0;
  top: 0;
  margin: 0px;
  width: 300px; /* Adjust as needed */
  height: 110dvh;
  background: #fff;
  border-right: 0.3px solid #ddd;
  border: 0.3px solid rgb(200, 200, 200);
  border-radius: 6px;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
  padding: 10px;
  overflow-y: auto;
  transition: box-shadow 0.3s ease-in-out;
}

/* Shadow on hover */


/* Filter Form */
.filter-form {
  background: #fff;
}

/* Filter Title */
.filter-title {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.clear-all {
  font-size: 12px;
  color: blue;
  text-decoration: none;
}

/* Accordion */
.accordion-item {

  border-bottom: 1px solid #e0e0e0;
  background: transparent;
}

.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #ffffff !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
  border-bottom: 0.1px !important;
  
}
.accordion-button {
  height: 16px;
  background: transparent;
  background: #fff;
  color: #000;
  font-weight: bold;
  font-size: 14px;
}

.accordion-button:focus {
  box-shadow: none !important;

}

/* Price Filter */
.price-range {
  display: flex;
  align-items: center;
  gap: 10px;
}

.price-input {
  width: 80px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
}

/* Custom Range Slider */
.custom-range {
  
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #007bff, #0056b3);
  border-radius: 5px;
}

.custom-range::-webkit-slider-thumb {

  width: 15px;
  height: 15px;
  background: #007bff;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #fff;
}

/* Button Styling */
.filter-buttons .btn {
  font-size: 14px;
  padding: 3px 16px;
  height: 40px;
}

/* Responsive */
@media (max-width: 768px) {
  .filter-container {
      width: 100%;
      height: auto;
      position: relative;
      border-right: none;
      border-bottom: 1px solid #ddd;
  }
}

