@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital@1&family=Kulim+Park:wght@200&display=swap');


html, body {
  font-family: Nunito;
   
  font-weight: 600;

    font-weight: 110;
    margin: 0;
    padding: 0;
    color: rgb(49, 48, 48);
    text-decoration: none;
    background-color: white;
    font-size: 1.03em;
    font-weight: 500;
}

h1 {
 
  color: rgb(65, 63, 63);
  font-weight: 200;
}

/*----------------------------------------------Navigation Styles*/
.navBar {
 display: flex;
  justify-content: flex-end;
  list-style: none;
  margin-top: -75px;
  margin-right: 50px;
  padding: 0;
  gap: 10px;

  
  text-decoration: none;
font-size: 14px;
font-weight: 700;
}



.navSwopeLogoGuitar{

 margin-top: 0;
 padding-top: 0px;
 padding-left: 30px;
 width: 200px;
}



li a{
   display: flex;
  text-decoration: none;
}

/* Header stacking context so dropdown floats above page content */
header {
  position: relative;
  z-index: 100;
}

/* Desktop nav only (prevents affecting site-wide lists) */
header .navBar ul{
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: visible;
  background: #fff;
}

header .navBar li{
  display: flex;
  margin-left: 60px;
}


li a, .dropbtn {
  display: inline-block;
  color: rgb(92, 91, 91);
  text-align: center;
  padding: 16px 19px;
  
}

li a:hover, .dropdown:hover .dropbtn {
  
  text-underline-offset: .5em;
  
  text-decoration: underline;
 
  text-decoration-color: rgb(10, 157, 142);
  text-decoration-thickness: 2px;
  
 }

li.dropdown {
  display: inline-block;
  
}


/* ---------------------------------------------------------------Home Page image placement*/

.secondSwope {
  padding-top: 18px;
}



.newSound {
  display: flex;
  justify-content: center;
  align-items: center;
 
  
  /*text-align: center;*/
 color: rgb(96, 95, 95);
  
  text-shadow: 2px 2px 3px rgb(186, 184, 184);
  animation: fadeIn 4.0s;
  
}

#moveChrisContainer.chrisContainer {
    padding-top: -300px;
}





.dvNewSound{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}

.boutique {
 display: none;
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.mobileChrisImage {
  box-shadow: 10px 10px 5px #aaaaaa;
  
}


.chrisContainer {

font-size: 1.2em;

}

.chrisQuoteTextAlign {
  text-align: left;
  width: 80%;
  line-height: 1.5em;
 
}

.mobileHero {
  display: none;
}

.mobileH1 {
  display: none;
}

/* ===============================
   HOME — Hero Heading + Divider
   =============================== */

.homeHeroH1{
  display: block;
  text-align: center;
  margin: 40px auto 20px;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 400;
  color: rgb(96, 95, 95);
  text-shadow: 2px 2px 3px rgb(186, 184, 184);
  animation: fadeIn 3s ease forwards;
}

.homeDivider{
  width: 120px;
  margin: 0 auto 30px;
  border: none;
  border-top: 1px solid rgb(96, 95, 95);
}



/* -------------------------------------------------FAQ Styles */

.faqBox {
  margin-top: 150px;
}



.tabs input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.row {
  display: flex;
  margin-top: 50px;
}
.row .col {
  flex: 1;
}
.row .col:last-child {
  margin-left: 5em;
  margin-right: 5em;
}


.tabs {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 7px 7px 12px gray;
}

.tab {
  width: 100%;
  color: white;
  overflow: hidden;
  border: white .1px solid;
}
.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em 2em 1em 1em;
  background: #424243;
  font-weight: bold;
  cursor: pointer;
  /* Icon */
}
.tab-label:hover {
  background: #303941;
  color: rgb(242, 215, 179);
}
.tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.2s;
}
.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  transition: all 0.2s;
  line-height: 1.4em;
  font-weight: 500 ;
}
.tab-close {
  display: flex;
  justify-content: flex-end;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.tab-close:hover {
  background: #303941;
}

input:checked + .tab-label {
  background: #303941;
  color:rgb(242, 215, 179)
}
input:checked + .tab-label::after {
  transform: rotate(90deg);
}
input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}

.spacer {
  height: 100px;
}


/*----------------------------------------Guitar Page*/

.guitarsMain {
  display: flex;
  flex-wrap: wrap;
  
  justify-content: space-around;
 margin-top: 155px;
 margin: 0, 0, 0, 10px;
 padding: 0;
  max-width: 95%;
  padding-bottom: 200px;
}
 

p {
  text-align: center;
  
}

p a {
  text-decoration: none;
  color: rgb(65, 63, 63);
}

p a:link{
  color: rgb(65, 63, 63);
}

p a:hover{color: rgb(118, 121, 121);
         font-weight: bold;  
         }

.guitars2Container {
  margin-left: 0px;
  margin-right: 0px;
padding-left: 10px;
padding-right: 0;
  }
 .guitars2 {
  width: 300px;
  margin-left: -50px;
  margin-right: -60px;
  padding: 0px;
 }

 .guitarNameSize{
  font-size: 1.5em;
 }

 .PageGuitarPics{
  display: flex;
  flex: 9;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  margin-left: 50px;
 }

 .videoLink {
  display: flex;
  flex: 1;
  font-size: 1.2em;
  
  align-items: center;
  padding-right: 20px;
 }

 .guitarPicAndVidLink {
  display: flex;
  flex-direction: row;
  padding-top: 25px;

 }

 .mobileGuitarPics{
  display: none;
 }

 #specs{
  display: none;
 }

 .mobileExit {
  display: none;
 }

 .guitarDesktopBackToTop {
  display: none;
 }









/*----------------------------------------------------Reviews Page*/                                              

.magazineCovers {
  display: flex;
  flex-direction: column;
  
  justify-content: space-around;
  align-items: center;
 
}

.reviewMagazineImages {
 margin-bottom: 40px;
  border: #424e59 2px solid;
}

.reviewLinks {
  display: flex;
  flex-direction: row;
  justify-content: center;

  align-items: center;
  
  margin-top: 100px;
  
}

#fred{
  margin-top: 100px;
}

.reviewLinkName {
  text-decoration: underline;
  color: #303941;
  font-size: 1.0vw;
  line-height: 2em;
}

.reviewLinks :hover {
  text-decoration: underline;
  color: rgb(10, 157, 142);

}
 
.reviewLinksNamePadding {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;

  padding: 30px;
  }

  .pdfs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
  }



   /*----------------------------------------------- How To Purchase Page*/                                    



  /*-------------------------------------Contact Page------------------   */                               

.contactBorder {
  border: #222427 solid .5px;
  
  margin-left: 25%;
  margin-right: 25%;
  margin-bottom: 200px;
  margin-top: 20px;
  padding: 50px;
  background:#f2f3f5;
  border-radius: 8px;
  box-shadow: 10px 10px 10px rgb(174, 171, 166);
}

.contactInfoForm {
  
  padding-top: 100px;
}
.contactSwopeGuitarsHeader {
   font-size: 1.7vw;
   margin-bottom: 100px;
}

.contactVerbage {
 
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 1.5em;
  
}

.chrisEmailLink {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: rgb(61, 59, 59);
  border: #424e59 solid .5px;
  border-radius: 7px;
  padding: 20px;
  background-color: white;
 
  box-shadow: 5px 5px 10px gray;
}

.chrisEmailLink a:hover {
  color: rgb(10, 157, 142);
  
}

/* ------------------------------------footer----------------------------------- */

footer {
  margin-top: 25px;
  
}

.copyright {
  background-color:  #4b4e51;
  color: #929294;
  padding-left: 10px;
  padding-bottom: 10px;
}

.navBarFooter ul{
  border-radius: 7px;
  border: 10px solid rgb(152, 156, 157);
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.footerPosition{
  background-color: #4b4e51;
  display: flex;
  flex-direction: row;
  padding-top: 100px;
  padding-bottom: 100px;
  justify-content: space-around;
  
}

.navBarFooter ul li{
  background-color: white;
  margin: 0%;
  padding: 0%;
  line-height: 1em;
  
}

.logoPosition {
  display: flex;
  flex-direction: row;
  
}

.guitarInstagram{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 50px;
  color: white;
}

.dvInstagram {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 30px;
  color: white;
}



.navBarFooter .dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
 
  z-index: 1;
}


.dropdown-content a:hover {
  background-color: white;
  text-underline-offset: .25em;
}

.navBarFooter ul li .dropdown:hover .dropdown-content {
display: block;
}

.specs {
  display: none;
}

.top-nav {
  display: none;
}

.mobileHero {
  display: none;
}


.topPage a {
  color: #494848;
  
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  margin-top: 50px;
}

.topPage a:hover {
  color: rgb(10, 157, 142);
}




/* ------------------------------------------------------------------------Mobile ---------------------------------*/


@media (max-width: 1000px)  
  

  {

   /*------------------------------home*---------------------------*/

    header {
      display: none;
    }

    .mobileH1{
      display: block;
    }

    .mobileHero {
      display: block;
      padding: 65px 0px 0px 0px;
     
    }

  .footerPosition {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 25px;
    align-items: center;
    padding-bottom: 50px;
    margin-top: 25px;
  }

  .dvInstagram {font-size: 15px;}
  .guitarInstagram {font-size: 15px;}

  .navBarFooter {
    display: none;
  }

  footer .copyright {
    font-size: 10px;
  }

  .navSwopeLogoGuitar {
    width: 120px;
    
  }
  
  .dvLogo {
    width: 70px;
  }
  
  .logoPosition {
    padding-top: 50px;
  }

  .newSound {
    font-size: 6vw;
    margin-top: 20px;
    padding-bottom: 0px;
    animation: fadeIn 4.0s;
  }



  .dvNewSound {
    display: flex;
    flex-direction: column;
  }

  hr {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 60px;
    margin-bottom: -100px;
  }
  
  

  .boutique {
    display: block;
    font-size: 18px;
    margin-top: 50px;
    
    
      
      text-shadow: 1px 1px 2px rgb(186, 184, 184);
      
      color: rgb(96, 95, 95);
    
  }



  .chrisQuoteTextAllign {
    width: 80%;
    padding-bottom: 0%;
    margin-bottom: 0%;
  }



.mobileChrisImage {
    width: 300px;
   
  }

.secondSwope {display: none;}

.mobileNavDVLogo {
  padding-top: 15%;
  padding-left: 15px;
}

.chrisContainer {
display: flex;
flex-direction: column; /* This forces the children (image and paragraph) to stack vertically */
 justify-content: center;
 align-items: center;
font-size: 1.2em;

}


/*-------------------------------------reviews--------------------*/
  
  .reviewLinks {
    display: flex;
    justify-content: row;
    flex-wrap: wrap; 
    margin-top: 60px;
   }

    .pdfs {
      display: none;
    }

  .guitarPicAndVidLink {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    
  }
  
  /*-------------------------------contact---------------------------*/
  .contactBorder {
    margin: 10px 20px 0px 20px;
    padding: 20px;
  }

  .contactVerbage {
    font-size: 20px;
    
  }

  .contactSwopeGuitarsHeader {
    font-size: 2vw;
    padding-bottom: 0px;
    padding-top: 0px;
    }

   .chrisEmailLink a {
     font-size: 16px;
     text-align: center;
   }

  .videoLink{
    padding-right: 0px;
  }

  /*----------------------------guitars--------------------*/
 .guitarsMain {
  margin-bottom: 0px;
  padding-bottom: 0px;
 }


.PageGuitarPics {
  display: none;
}

.mobileExit {
  display: flex;
  justify-content: left;
}

.mobileGuitarPics {
  display: flex;
  flex-direction: column;
  }

  .videoLink {
   margin-bottom: -500px;
  }

  #specs {
    display: flex;
    flex-direction: column;
    text-align: left;
  padding: 5%;
  margin: 5%;
  border: #2c3e50 solid 1px;
}

.mobileInstallVideo {
  width: 400px;
  height: 400px;
}

.guitarDesktopBackToTop {
 
  
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  margin-top: 50px;
}
.guitarDesktopBackToTop a{
  color: #494848
}

.guitarDesktopBackToTop a:hover {
  color: rgb(10, 157, 142);
}
 



/*-----------------------------------How to Purchase---------------------*/
.purchaseColumns {
  display: flex;
  flex-direction: column;
  
}

.domestic {
  margin-bottom: 100px;
  background-color: #e3e9e9;
  padding-bottom: 30px;
 
}

.howToPurchaseUnderline{
  text-decoration: none;
}

.domesticSalesVerbage {
  padding: 40px;
}

.international {
  background-color: #e3e9e9;
  padding-bottom: 60px;
}

.swopeShopify{
  font-size: 14px;
  padding: 10px;
 
}

.logoPosition a img {
  width: 50px;
}

.logoNameVendor img {
  width: 100px;
}






.reviewLinkName {
  font-size: 16px;
}

.magazineCovers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  margin: 0px;
}

.reviewMagazineImages a img{
  width: 300px;
  padding: 0px;
}

.reviewMagazineImages img {
  width: 300px;
  padding: 0px;
}
 /*--------------------------hamburger-------------------------*/
.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(10, 157, 142);
  background: white;
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #FFF;
  height: 20px;
  padding: 20px;
  margin-top: 20px;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
  
}

.menu > li {
  margin: 0 1rem;
  overflow: hidden;
  
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: rgb(96, 95, 95);
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}


  .menu-button-container {
    display: flex;
  }
  .menu {
    position: absolute;
    top: 0;
    margin-top: 70px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    
  }
  #menu-toggle:checked ~ .menu li {
    border: 1px solid #333;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #222;
    
  }

  .top-nav .menu a {
  color: white;

}


/*---------faq page positioning*-----------------*/
.row .col:last-child {
  margin-left: 1.5em;
  margin-right:1.5em;
}
.faqBox {
  margin-top: 75px;
}

/*---------------DV Page----------------------*/

#descendantContainer {
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0%;
  padding-right: 0%;
}

#descendantContainer > img {
  width: 100%;
}

.mobileInstallVideo {
  width: 100%;
  
}

.dvPurchase {
 
  font-size: 14px;
  margin: 0% 10% 0% 10%;
  padding: 10px;
  } 

  #dvVerbage ul li {
    margin: 10px;
    
  }

  

  .dvInstallVideo {
    padding-top: 70px;
  }

  

.dvDemo > iframe {
  padding: 0px;
  margin: 0px;
  width: 400px;
  height: 250px;
}

.dvBridgesVerbage {
  display: flex;
  flex-direction: column;
  padding: 0px;
  font-size: 1.0em;
  margin: 0px;
  
}
#dvVerbage ul li {
  margin: 20px;
  list-style-type: disc !important;
}


#dvVerbage {
  
  padding: 15px 0px 15px 15px;
  margin: 0px;
}

#bridgesVerbage {
  padding: 15px 0px 15px 15px;
  margin: 0px;
  
}

.dvInstallVideo > iframe {
  width: 400px;
  height: 250px
  

}

.videoContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}





.copyright{
  font-size: 17px;
}
}

/* =========================================
   QUICK MOBILE FIX — Individual Guitar Pages
   ========================================= */
@media (max-width: 900px){

  /* Prevent horizontal scroll from fixed widths */
  html, body{
    max-width: 100%;
    overflow-x: hidden;
  }

  /* Make the main area stack cleanly */
  .guitarPicAndVidLink{
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 14px !important;
    box-sizing: border-box !important;
  }

  /* Images never overflow */
  .guitarPicAndVidLink img,
  .PageGuitarPics img,
  .mobileGuitarPics img{
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* Fix the fixed-width YouTube iframe */
  .videoLink{
    width: 100% !important;
    max-width: 100% !important;
    margin: 14px auto !important;
  }
  .videoLink iframe{
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    display: block !important;
  }

  /* Make the mobile H1 sit nicely */
  .mobileH1{
    margin: 10px auto 12px !important;
    text-align: center !important;
    padding: 0 14px !important;
  }

  /* Exit button: keep it from pushing layout around */
  .mobileExit{
    display: flex !important;
    justify-content: flex-end !important;
    padding: 10px 14px 0 !important;
    margin: 0 !important;
  }
  .mobileExit img{
    width: 44px !important; /* consistent tap target */
    height: auto !important;
  }

  /* If the exit inside the big image causes overlap, neutralize it on mobile */
  .PageGuitarPics a img{
    width: 44px !important;
  }

  /* Specs block spacing */
  #specs{
    padding: 0 14px 20px !important;
    box-sizing: border-box !important;
  }
  #specs h1{
    text-align: center !important;
  }
}
/* ===== FORCE YouTube video to display on mobile ===== */
@media (max-width: 900px){

  .videoLink{
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 14px auto !important;
    padding: 0 14px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  .videoLink iframe{
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;

    /* Fallback height that always works */
    height: 56.25vw !important;      /* 16:9 ratio */
    max-height: 360px !important;
    min-height: 200px !important;

    border: 0 !important;
  }
}

/* ===== FORCE logo to show in mobile header ===== */
@media (max-width: 900px){

  .top-nav{
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .top-nav > div{
    display: flex !important;
    align-items: center !important;
  }

  .top-nav .navSwopeLogoGuitar{
    display: block !important;
    width: auto !important;
    max-width: 180px !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

/* =============================================
   SITE-WIDE CTA BANNER
   ============================================= */
.site-cta {
  background: linear-gradient(to bottom right, #D8E7F0, #F7F8FA);
  border-top: 4px solid #4b4e51;
  text-align: center;
  padding: clamp(40px, 6vw, 80px) clamp(20px, 5vw, 60px);
  margin-bottom: 0;
}

footer {
  margin-top: 0 !important;
}

.site-cta__heading {
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 12px;
  text-align: center;
}

.site-cta__sub {
  font-size: clamp(14px, 1.2vw, 17px);
  color: #555;
  margin: 0 auto 28px;
  max-width: 500px;
  line-height: 1.6;
  text-align: center;
}

.site-cta__btn {
  display: inline-block;
  padding: 13px 32px;
  background: #4b4e51;
  color: #fff !important;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 7px;
  transition: background 0.2s, transform 0.1s;
}

.site-cta__btn:hover {
  background: #3a3d40;
  color: #fff !important;
  text-decoration: none !important;
}

.site-cta__btn:active {
  transform: scale(0.98);
}

/* =============================================
   DESKTOP NAV DROPDOWN — GUITARS
   ============================================= */
header .navBar .nav-dropdown {
  position: relative;
}

header .navBar .nav-dropdown > a::after {
  content: " ▾";
  font-size: 0.75em;
  vertical-align: middle;
}

header .navBar .nav-dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: -4px;
  background: #fff;
  list-style: none !important;
  padding: 4px 0 !important;
  margin: 0 !important;
  min-width: 150px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.14);
  border-top: 2px solid rgb(10, 157, 142);
  z-index: 200;
}

header .navBar .nav-dropdown:hover .nav-dropdown-content {
  display: block;
}

header .navBar .nav-dropdown-content li {
  display: block !important;
  margin: 0 !important;
  margin-left: 0 !important;
}

header .navBar .nav-dropdown-content li a {
  display: block !important;
  padding: 9px 16px !important;
  color: rgb(92, 91, 91) !important;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none !important;
  text-align: left !important;
  text-transform: uppercase;
}

header .navBar .nav-dropdown-content li a:hover {
  color: rgb(10, 157, 142) !important;
  background: #f5f5f5;
  text-decoration: underline !important;
  text-underline-offset: 0.3em;
  text-decoration-color: rgb(10, 157, 142) !important;
  text-decoration-thickness: 2px !important;
}

/* Mobile guitar sub-menu items */
.menu .mobile-guitar-sub {
  background-color: #2a2a2a !important;
}

.menu .mobile-guitar-sub a {
  color: #b0b0b0 !important;
  font-size: 0.85em !important;
}

/* =================================================
   FINAL FOOTER FIX — DESKTOP + SAFARI SAFE
   ================================================= */
@media (min-width: 1001px){

  footer nav.navBarFooter ul{
    /* remove bullets + Safari default padding */
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0 !important;

    /* horizontal layout */
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;

    /* preserve your existing box style */
    border-radius: 7px;
    border: 10px solid rgb(152, 156, 157);
    background: #fff;
  }

  footer nav.navBarFooter li{
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
  }

  /* Safari bullet kill */
  footer nav.navBarFooter li::marker{
    content: "" !important;
  }

  /* override your global `li a { display:flex; }` */
  footer nav.navBarFooter li a{
    display: inline-block !important;
  }
}









  
