
@import url('styles/boots-bones.css');
/*
Theme Name: CrysatalSourcing Wordpress
Theme URI: https://www.crystalSourcing.in
Author: Hivedevelopers.in
Author URI: http://hivedevelopers.in
Description: Crystal Soucing Wordpress Theme.
Version: 1.0
License: GNU General Public License

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */
 
 html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.banner-h-hgt{
		height:600px;
	}
  .page-title img {
    display: block !important;
    width: 100%;
    height: auto !important;
    max-height: none !important;
    object-fit: cover;
}

.page-title {
    position: relative;
    overflow: hidden;
}

  .category-sidebar {
  padding: 20px;
}

.portfolio-filters {
  list-style: none;
  padding: 0;
}

.portfolio-filters li {
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 5px;
  margin-bottom: 8px;
}

.portfolio-filters .filter-active {
  background: #1e3a8a;
  color: #fff;
}

.portfolio-item img {
  width: 100%;
  border-radius: 8px;
  transition: 0.3s;
}

.portfolio-item img:hover {
  transform: scale(1.05);
}

.category-sidebar {
    position: sticky;
    top: 100px; /* adjust according to your header height */
}

.portfolio-filters li {
  cursor: pointer;
  padding: 8px 15px;
  margin-bottom: 5px;
  background: #f4f4f4;
  border-radius: 4px;
}

.portfolio-filters li.filter-active {
  background: #6e500e;
  color: #fff;
}

.gallery-item {
    margin-bottom: 30px;
}

.gallery-details {
    padding: 10px 0;
}


/* ================= HEADER ================= */

.header {
 
    z-index: 999;
    width: 100%;
}

/* Topbar */
.topbar {
    background: #f8f9fa;
    font-size: 14px;
    padding: 8px 0;
}

.topbar a {
    text-decoration: none;
    color: #333;
}

.social-links a {
    margin-left: 15px;
    color: #333;
    transition: 0.3s;
}

.social-links a:hover {
    color: #0d6efd;
}

/* Branding */
.branding {
    padding: 15px 0;
}

/* Navigation Desktop */
.navmenu ul {
   
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px;
}

.navmenu ul li a {
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    transition: 0.3s;
}

.navmenu ul li a:hover {
    color: #e2b157;
}

/* ================= MOBILE ================= */

.navmenu {
    position: relative;   /* IMPORTANT */
}

.mobile-nav-toggle {
    font-size: 28px;
    cursor: pointer;
    display: none;
}

/* Mobile View */
@media (max-width: 1199px) {
	.banner-h-hgt{
		height:300px;
	}
    .mobile-nav-toggle {
        display: block;
        color: #fff;
    }

    #navmenu .nav-list {
        position: absolute;
        top: 60px;          /* Adjust if header height different */
        right: 20px;
        background: #fff;
        flex-direction: column;
        width: 200px;
        padding: 20px;
        display: none;
        box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        border-radius: 8px;
        z-index: 1000;
    }

    #navmenu .nav-list.active {
        display: table;
    }

    #navmenu .nav-list li a {
        color: #333;
        padding: 10px 0;
        display: block;
    }
}

#navmenu ul {
    margin: 0 !important;
	text-decoration:none;
	list-style:none
}



.footer-menu li {
    margin-bottom: 10px;
}

.footer-menu li a {
    color: #ffffff;
    text-decoration: none;
}

.footer-menu li a:hover {
    color: #0d6efd;
}

.xyzcolore{
    background-color: #6e500e !important;
    color:#fff;
}
