/* Hamburger Menu Toggle Button */
.navbar-toggle {
  display: none;
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  gap: 5px;
  padding: 8px;
}

.navbar-toggle span {
  width: 25px;
  height: 2.5px;
  background: #ede7d9;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.navbar-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translateY(16px);
}

.navbar-toggle.active span:nth-child(2) {
  opacity: 0;
}

.navbar-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-14px);
}

/* Tablet (768px and below) */
@media (max-width: 768px) {

    .section-subtitle span{
        background: none;
    }

    .cs-cnt .lft.full-dts .spl-link:nth-child(3) {
        min-width: 250px;
    }
    
    .music-grid:nth-child(3){
        margin-top: 40px;
    }
    .music-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 10px;
    }
    .music-card .rgt .tt{
        font-size: 16px;
        margin: 15px 0px 7px 0px;
    }
    /* .music-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 40px;
        margin-top: 10px;
    } */

    .music-section {
        position: absolute !important;
        bottom: 0px;
    }
    .section-top {
        margin-bottom: 0px;
    }
    .sec-title {
        font-size: 20px;
        margin: 0 0 8px;
    }
    .lead {
        color: #fff;     
        font-size: 14px;
        font-weight: 200;
        padding: 0px 30px;
    }
    .new-music-collection {
      margin: 30px 30px !important;
    }
	
	.prod-list.sql-bg{
		flex-direction: column;
	}
	.prod-card.spl-bg {
		width: 100%;
	}

     .video-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  /* .navbar-toggle {
    display: flex;
  } */

    .navbar-toggle {
    display: flex;
    position: absolute;
    right: 4%;
    top: 20px;
  }

  .navbar {
    position: absolute;
    top: 140px;
    left: 0;
    width: 100%;
    background: rgba(13, 7, 2, 0.85);
    border-bottom: 1px solid rgba(212, 165, 116, 0.2);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
/*    border: 1px solid rgba(255,255,255,0.5);*/
    z-index: 1000;
  }

  .navbar.active {
    max-height: 500px;
  }

  .navbar ul {
    flex-direction: column;
    gap: 0px !important;
    padding: 20px;
  }

  .navbar a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(201, 168, 76, 0.1);
  }

  .navbar a:last-child {
    border-bottom: none;
  }

     .prod-card {
        grid-template-columns: 1fr !important;
        grid-template-areas:
        "image"
        "content" !important;
        gap: 20px;
        padding-bottom: 40px;
    border-bottom: 0.5px solid var(--border);
    }
    .prod-qty-cnt{
        justify-content: center;
  flex-wrap: wrap;
    }

    .prod-info{
        overflow: hidden;
    }

    .qty-wrap{
        padding: 5px;
    }
    .add-btn{
        font-size: 16px;
    }
.prod-card.spl-bg .prod-name {
  font-size: 22px;
}
.prod-card.spl-bg .prod-desc {
  font-size: 16px;
}
    .sec-title {  
        font-size: 22px;
    }
    .sec-title span {
        font-size: 22px;
    }

    .prod-name {
        font-size: 20px;
    }

    .prod-desc {
        font-size: 16px;
    }
	.wrap{
		flex-direction: column;
	}
	.video-tt{
		font-size: 24px;
	}
	.form-panel{
		padding: 30px;
	}
	.submit-row {
		flex-direction: column;
		gap: 15px;
	}
    .logo {
        margin-top: 0px;
    }
    .header{
        padding: 10px 0 0px 0;
        position: relative;
        border-bottom: 0px solid rgba(212, 165, 116, 0.2);
    }
    .cs-video-bg video{
        margin-top: -1px;
    }
    .header .container {
        display: flex;        
        flex-direction: column;
    }
    .header-icons {
        position: absolute;
        top: 10px;
        right: 30px;
    }
    .hero{
        align-items: flex-start;
        justify-content: flex-start;
    }
    .luxury-section{
        background: var(--dark-bg);
        padding: 30px 10px;   
    }
    .cs-video-bg{
        height: auto;
        background :#0d0702;
    }
    .elite-section {        
        padding: 30px 10px;
    }
    .navbar ul {
        gap: 15px;
    }

    .navbar a {
       font-size: 15px;
    font-weight: 200;
    }

    .logo h1 {
        font-size: 14px;
    }

    .luxury-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .luxury-text h2 {
        font-size: 22px;
    }
    .luxury-text p{
        font-size:16px !important;
    }

    .cc-ssb-img{
        width:220px !important;
    }
    .section-subtitle{
        margin-bottom: 20px;
    }
    .elite-title {
        font-size: 22px;
    margin-bottom: 10px;
    }
    .cs-cnt .sub-title {
        font-size: 22px;
    }
    .cs-cnt .lft.full-dts .dts {
        gap: 20px;
    }
    .cs-cnt .lft.full-dts.or-txt {
        padding: 0;
    }
    .cs-cnt .lft.full-dts.or-txt h2 {
       padding: 0px 10px;
    font-size: 22px;
    }
    .cs-cnt .lft.full-dts .spl-link{
        padding:15px 10px;
        font-size: 16px;
    }
    .cs-cnt .lft.full-dts.or-txt p {
        display: flex;
        flex-wrap: wrap;
    }
    .cs-cnt .lft.full-dts.or-txt p a{
        width: 47%;
    }
    .gallery-item {
        height: 250px;
        width: 47%;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .luxury-video {
        height: auto;
    }
    .hero {
        min-height: auto;
    }
    .gallery-item.price-highlight {
        height: auto;
    }

    



    .hero {
        position: relative;
        width: 100%;
        overflow: hidden;
        display: block;
    }
    .cs-video-bg img{
        object-fit: cover;
        display: block;
        height: auto;
        min-height: 100vh;
    }
    .hero-overlay{
        position: relative;
        padding: 20px;
        top: 0;
        left: 0;

        width: 100%;
        height: 100%;

        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
    }
    .cs-cnt.alt {
        height: 100%;
    }
    .cs-cnt.alt .rgt{	
        width: 100%;
        max-width: 900px;
        height: 100%;
        background: rgba(0,0,0,0.7);
        padding: 20px;
        border-radius: 10px;
    }

    /* Two Column Layout */
    .sb-cnt-bg{
        display: flex;
        gap: 20px;
        margin-bottom: 20px;
        flex-direction: column;
    }

    .sb-lft,
    .sb-rgt{
        flex: 1;
    }

    /* Full Width */
    .full{
        width: 100%;
    }
    .form-control{
        width: 100%;
        padding: 12px;
        box-sizing: border-box;
    }
    .form-bg .cs-video-bg{
        display: none;
    }

    .cs-black.cs-dts {
        margin-top: 0;
        background: none;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        /* transform: translate(-5%,0%); */
        position: relative;
    }
    .sb-cnt-bg .sb-lft, .sb-cnt-bg .sb-rgt {
        width: 100%;
    }
    .getcode-title {
        font-size: 28px;
    }
}

