body, a, button {
    cursor: none !important;
}

html {
  scroll-behavior: smooth;
}


.blog-single .entry-content {
	max-width: 100% !important;
	padding: 20px;
}


.blog-regular .entry-content, .blog-regular .hentry .entry-header {
	max-width: 100% !important;
}

#particles-js , #flame-particles , .overlay , .cursor {
	display: none !important;
}
a {
    color: #B4642A;
    text-decoration: none;
}

.button::after{
	background: #B4642A;
	background-color: #B4642A;
}

#custom-cursor {
    z-index: 9999999999;
    transform: translate(-50%, -50%);
}

/* bg-particles */
.bg-particles {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9;
    pointer-events: none;
}
.bg-particles #particles {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    filter: url('#goo');
}
.bg-particles .background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: transparent;
}
.bg-particles svg {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    transform: translateZ(0px);
}
.bg-particles .circle {
    opacity: 0.5;
}

/* Mobile styles */
@media screen and (max-width: 768px) {
    .bg-particles svg {
        width: 15px;
        height: 15px;
    }
    
    .bg-particles .circle {
        opacity: 0.4;
    }
}

/* Container for the scrolling gallery */
.iasg {
    position: relative;
    overflow: hidden;
    height: 400px; /* Adjust height */
}

/* Horizontal scrolling */
.iasg.is-horizontal .scroll-container {
    display: flex;
    animation: scroll-horizontal 15s linear infinite;
}

@keyframes scroll-horizontal {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

/* Vertical scrolling */
.iasg.is-vertical .scroll-container {
    display: block;
    animation: scroll-vertical 15s linear infinite;
}

@keyframes scroll-vertical {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-100%);
    }
}

/* Figure styling for the gallery */
.iasg figure {
    margin: 0;
    display: inline-block;
    flex-shrink: 0;
    width: 100vw; /* Full width for horizontal scrolling */
    height: auto; /* Maintain image aspect ratio */
}

.iasg figure img {
    width: 100%;
    height: auto;
}


.top-space-default{
	height:120px;
}

.header-wrap{
display:none !important;	
}
.footer-wrap{
display:none !important;	
}
.scrolled-down .header:hover{
	background-color:transparent
}

#masthead{
	display:none !important
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  color: #000;
  background-color: transparent;
  margin-top: 20px;
  padding: 20px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header .header-container {
  background: #fff;
  border-radius: 50px;
  padding: 10px 25px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
}

.scrolled .header .header-container {
  background: color-mix(in srgb, #fff, transparent 5%);
}

.navstyle {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.header .logo h1 {
  font-size: 24px;
  margin: 0;
  font-weight: 500;
  color: #b4642a;
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  color: #000;
  background: #b4642a;
  font-size: 14px;
  padding: 8px 20px;
  margin: 0 0 0 30px;
  border-radius: 50px;
  transition: 0.3s;
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, #b4642a, transparent 15%);
}

@media (max-width: 1200px) {
  .header {
    padding-top: 10px;
  }

  .header .header-container {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 5px 10px 15px;
  }

  .header .logo {
    order: 1;
  }

  .header .btn-getstarted {
    order: 2;
    margin: 0 10px 0 0;
    padding: 6px 15px;
  }

  .header .navmenu {
    order: 3;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .onlyMobile {
    display: none !important;
  }

  .navmenu {
    padding: 8px 5px;
  }

  .header .logo-container {
    position: relative;
    width: 120px;
  }

  .header .logo a {
    padding: 0;
  }

  .header .logo {
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    padding: 12px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
    top: -60%;
    left: -10px;
    transition: 0.3s ease-in;
  }

  .header .logo:hover {
    transform: scale(1.05);
  }

  .header .logo img {
    width: 120px !important;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
    margin-right: 5px;
  }

  .navmenu a,
  .navmenu a:focus {
    text-decoration: none;
    color: #000;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 18px;
    line-height: 0;
    margin-left: 0;
    transition: 0.3s;
  }

  .navmenu li:hover > a,
  .navmenu .active,
  .navmenu .active:focus {
    color: #fff;
    background-color: #b4642a;
    border-radius: 30px;
  }

  .navmenu .dropdown ul {
    margin-top: 5px;
    padding: 20px 10px;
    background: #fff;
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: #000;
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover > a {
    color: #fff;
  }

  .navmenu .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
	
	.cart-icon{
		padding:10px 12px !important;
	}
	
	.mobile-br{
		display:none;
	}
	
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
	.top-space-default{
	height:80px;
}
	.mobile-br{
		display:block;
	}
  .header {
    width: 90%;
    margin: auto;
    margin-top: 30px;
  }

  .header .logo-container {
    position: relative;
    width: 120px;
  }

  .header .logo a {
    padding: 0;
  }

  .header .logo {
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
    top: -150%;
    left: -20px;
    transition: 0.3s ease-in;
  }

  .header .logo:hover {
    transform: scale(1.05);
  }

  .header .logo img {
    width: 120px !important;
  }

  .desktop-menu {
    display: none !important;
  }

  .mobile-nav-toggle {
    color: #000;
    font-size: 30px;
    line-height: 0;
    margin-right: 20px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navstyle {
    flex-wrap: wrap;
  }

  .navmenu {
    padding: 10px 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 20px 20px;
    margin: 0;
    border-radius: 6px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: #000;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, #b4642a, transparent 90%);
  }

  .navmenu li:hover > a,
  .navmenu .active,
  .navmenu .active:focus {
    color: #fff;
    background-color: #b4642a;
    border-radius: 30px;
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: #b4642a;
    color: #fff;
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: #b4642a;
    color: #fff;
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown > .dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu > ul {
    display: block;
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  z-index:1;
  color: #000;
  background-color: #fff;
  font-size: 16px;
  position: relative;
  border-top: 2px solid #dddddd;
  
}

.footer .footer-top {
  padding-left:20px;
  padding-top: 50px;
}

.footer .footer-about .logo {
	
  line-height: 1;
  margin-bottom: 10px;
}

.footer .footer-about .logo img {
  max-height: 200px;
}

.footer .footer-about .logo span {
  color: #b4642a;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer .footer-about p {
 
  font-size: 15px;
  font-weight: 500;
}

.footer .social-links a {
  
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, #000, transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, #000, transparent 20%);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: #fff;
  background-color: #b4642a;
  border-color: #b4642a;
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 20px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: #000;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  transition: 0.3s;
}

.footer .footer-links ul a:hover {
  
  text-decoration: underline;
  color: #b4642a;
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .copyright {
  background-color: #f6f6f6;
  padding: 20px 10px;
  border-top: 1px solid
    color-mix(in srgb, #000, transparent 90%);
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 8px;
  font-size: 14px;
}
.footer .credits a{
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  color: #0c065d;
  transition: 0.3s;
}

.footer .credits a:hover{
  color: #b4642a;
}

/* music player */
/* Hide the audio controls completely */
audio {
    display: none;
}

/* Style the mute button */
#mute-button {
	position:fixed;
	bottom:20px;
	left:20px;
	z-index:999;
    background-color: #b4642a;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mute-button:hover {
    background-color: #0056b3;
}

#mute-button i {
    pointer-events: none; /* Prevent icon from blocking button clicks */
}

