@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');

:root {
  --yamaha-purple: rgb(72, 33, 122);
  --yamaha-purple-soft: rgba(72, 33, 122, 0.08);
  --text-dark: rgb(51, 51, 51);
  --header-height: 72px;
  --radius-sm: 8px;
  --radius-md: 14px;
  --shadow-soft: 0 4px 24px rgba(72, 33, 122, 0.08);
  --shadow-key: 0 12px 40px rgba(0, 0, 0, 0.18);
  --transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

body {
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
/*navbar*/
.navbar {
  background-color: white;
  padding: 10px 20px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.navbar-brand {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}
.yamaha-logo {
  color: rgb(72, 33, 122);
  font-weight: bold;
  margin-left: 5px;
}
.logo2 {
  margin-top: 12px; 
  margin-left: 12px;
}
/* Link Style */
.nav-link {
  color: rgb(72, 33, 122) !important;
  margin: 0 10px;
  font-size: 17px;
  margin-top: 10px;
  text-decoration: none; 
  border-bottom: 2px solid transparent; 
  transition: border-color 0.3s ease-in-out; 
}
/* Remove the dropdown arrow */
.nav-link {
  display: flex;
  align-items: center;
}
.dropdown-menu {
  display: none;
  background-color: #fff;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  width: 1000px !important;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  padding: 20px;
  margin-left: -400px;
  padding-right: 30px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
  color: rgb(51, 51, 51);
  font-size: 14px;
  line-height: 1.6;
}
.nav-item:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}
.dropdown-item {
  padding: 10px;
  color: rgb(116, 111, 111);
  text-decoration: none;
  display: block;
}
.dropdown-item:hover {
  background-color: #f1f1f1;
  color: rgb(72, 33, 122);
}
.dropdown-menu .row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 55px;
}
.dropdown-menu .col-3 {
  padding: 5px;
  box-sizing: border-box;
  word-wrap: break-word;
}
.nav-link:hover {
  color: rgb(72, 33, 122) !important;
  border-bottom: 2px solid rgb(72, 33, 122);
}
.icon-container {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}
.icon-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.icon-wrapper i {
  font-size: 24px;
  color: #666;
  padding-right: 15px;
}
.icon-wrapper .dot {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 8px;
  height: 8px;
  background-color: rgb(72, 33, 122);
  border-radius: 50%;
}
.search-icon {
  background-color: rgb(72, 33, 122);
  color: white;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.search-icon:hover {
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .nav-item:hover .dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  /* إظهار القائمة المنسدلة عند النقر */
  .dropdown-menu.show {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  /* إخفاء العناصر الأخرى عند توسيع القائمة المنسدلة */
  .navbar-nav .nav-item.hide {
    display: none;
  }
  .dropdown-menu {
    width: 100% !important;
    position: static !important;
    margin-left: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    background-color: transparent !important;
  }
  .dropdown-menu .row {
    flex-direction: column !important;
    gap: 10px !important;
  }
  .dropdown-menu .col-3 {
    width: 100% !important;
    padding: 0 !important;
  }
  .dropdown-item {
    padding: 0.5rem 1rem !important;
    width: 100% !important;
  }
}



/* gallery / piano hero */
#gallery.piano-hero,
.piano-hero {
  position: relative;
  padding: 1.5rem 0 4rem;
  overflow: hidden;
}

.piano-hero__ambient {
  position: absolute;
  inset: 0 0 30%;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, var(--yamaha-purple-soft), transparent 70%);
  pointer-events: none;
}

.piano-hero__wrap {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
}

.piano-hero__track {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  scroll-behavior: smooth;
  overflow: visible;
  padding: 1rem 0 2rem;
  gap: 0;
}

.piano-key__card {
  position: relative;
  transition: transform var(--transition), filter var(--transition);
}

.piano-key__card::after {
  content: "";
  position: absolute;
  inset: auto 10% -8px 10%;
  height: 20px;
  background: rgba(0, 0, 0, 0.15);
  filter: blur(12px);
  border-radius: 50%;
  opacity: 0;
  transition: opacity var(--transition);
}

@keyframes pianoKeyReveal {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.piano-key {
  animation: pianoKeyReveal 0.55s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}

.piano-key:nth-child(1) { animation-delay: 0.05s; }
.piano-key:nth-child(2) { animation-delay: 0.1s; }
.piano-key:nth-child(3) { animation-delay: 0.15s; }
.piano-key:nth-child(4) { animation-delay: 0.2s; }
.piano-key:nth-child(5) { animation-delay: 0.25s; }
.piano-key:nth-child(6) { animation-delay: 0.3s; }

.piano-key:hover .piano-key__card {
  transform: translateY(-10px) scale(1.04);
  z-index: 2;
}

.piano-key:hover .piano-key__card::after {
  opacity: 1;
}

.piano-hero .project img {
  width: 205px;
  height: 500px;
  margin-right: -50px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  filter: drop-shadow(var(--shadow-key));
  transition: transform 0.45s cubic-bezier(0.34, 1.2, 0.64, 1), filter var(--transition);
}

.piano-key:hover .project img {
  transform: scale(1.06);
  filter: drop-shadow(0 20px 48px rgba(72, 33, 122, 0.25));
}

.piano-hero__scroll-hint {
  text-align: center;
  font-size: 0.8rem;
  color: #888;
  margin: 0.5rem 0 0;
  letter-spacing: 0.02em;
}

.piano-hero__scroll-hint i {
  margin-right: 0.35rem;
  color: var(--yamaha-purple);
}

@media (max-width: 991.98px) {
  .piano-hero__track {
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 1rem 0.5rem 1.5rem;
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  }

  .piano-hero__track::-webkit-scrollbar {
    display: none;
  }

  .piano-key {
    scroll-snap-align: center;
    flex: 0 0 auto;
  }

  .piano-hero .project img {
    width: 140px;
    height: 380px;
    margin-right: -24px;
  }

  .piano-key:hover .piano-key__card,
  .piano-key:hover .project img {
    transform: none;
  }
}

@media (max-width: 480px) {
  .piano-hero {
    padding-top: 0.5rem;
  }

  .piano-hero .project img {
    width: 118px;
    height: 320px;
    margin-right: -18px;
  }
}



/*Produit*/
.titre{
  margin-bottom: 30px;
  font-family: 'Oswald', "Lucida Grande", sans-serif !important;
  font-weight: 500;
  font-size: 28px !important;
  line-height: 30px;
  color: rgb(51, 51, 51) !important;
}
.titre::after {
  content: "";
  display: block;
  width: 100%; 
  height: 0.4px; 
  background-color: rgb(228, 215, 215); 
  margin: 8px auto 0; 
}
.section-title, .product_title_overlay h5 {
  font-family: 'Oswald', "Lucida Grande", sans-serif !important;
  font-weight: 500;
  font-size: 24px !important;
  line-height: 26px;
  color: rgb(37, 45, 56) !important;
}
.section-title:hover, 
.product_title_overlay h5:hover {
  color: rgb(37, 45, 56) !important;
  text-decoration: underline;
  text-decoration-thickness: 2px; /* سمك الخط */
  text-underline-offset: 4px; /* المسافة بين النص والخط */
  transition: all 0.3s ease-in-out;
}
.product_img {
  position: relative;
  overflow: hidden; 
  cursor: pointer;
  border-radius: 0; 
  margin-right: 15px; 
}
.product_img img {
  width: 100%; 
  height: 100%;
  object-fit: cover; 
  transition: transform 0.2s ease, box-shadow 0.2s ease; 
  border-radius: 0 !important;
  box-sizing: border-box; 
}
.product_img:hover img {
  transform: scale(1.02); 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.product_title_overlay {
  font-family:"Lucida Grande", sans-serif !important;
  text-align: left; 
  padding: 10px 0; 
  background-color: transparent; 
  color: rgb(37, 45, 56); 
  font-weight: bold !important;
  font-size: 24px !important;
  margin-top: 10px; 
  position: static; 
}
a {
  text-decoration: none; 
}
.product a {
  text-decoration: none; 
}



/* card*/
.nouv{
  margin-bottom: 10px !important;
  margin-bottom: 30px;
  font-family: 'Oswald', "Lucida Grande", sans-serif !important;
  font-weight: 500;
  font-size: 28px !important;
  line-height: 30px;
  color: rgb(51, 51, 51) !important;
}
.text1, .text2 {
  text-align: left !important;
}
.text2{
  font-family: 'Helvetica', "Helvetica", Arial,sans-serif !important;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 20px;
  color: rgb(37, 45, 56) !important; 
  align-items: left !important;
  display: block;
  margin-left: 10px;
}
.text1{
  font-family: 'Oswald', "Lucida Grande", sans-serif !important;
  font-weight: 500;
  font-size: 24px !important;
  line-height: 26px;
  color: rgb(37, 45, 56) !important; 
  align-items: left;
  margin-left: 10px;
}
.text1:hover {
  color: rgb(37, 45, 56) !important; 
  text-decoration: underline; 
}
.text2:hover {
  color: rgb(37, 45, 56) !important; 
  text-decoration: underline; 
}
.product-row {
    display: flex;
    flex-wrap: wrap; /* يسمح بانتقال البطاقات إلى الصف التالي إذا كانت أكبر من العرض */
    gap: 0px; 
    padding: 10px 0;
}
.product-item {
    flex: 0 0 calc(33.333% - 20px); /* 3 بطاقات بحجم متساوي */
    max-width: calc(33.333% - 20px);
    background: #ffffff;
    border: none; /* إزالة الإطار العام */
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* إعداد الانتقال */
    border-right: 1px solid #ddd; /* إضافة خط فاصل */
}
.product-item:nth-last-child(-n+3) {
  border-bottom: none;
}
.product-image {
    position: relative;
    width: 100%;
    height: 150px; /* تحديد ارتفاع ثابت للصورة */
    overflow: hidden; /* لتجنب ظهور الأجزاء الزائدة من الصورة */
    display: flex;
    justify-content: center; /* محاذاة الصورة في المنتصف */
    align-items: center; /* محاذاة الصورة في المنتصف */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* تأثير سلس */
}
.product-image img {
    max-width: 80%; /* تحديد العرض الأقصى للصورة داخل البطاقة */
    max-height: 80%; /* تحديد الارتفاع الأقصى للصورة داخل البطاقة */
    object-fit: contain; /* الحفاظ على تناسب الصورة دون تشويه */
}
.product-item__title {
    font-size: 18px;
    text-align: left; 
    margin: 10px 10px 5px;
    font-weight: bold;
    color: #000000;
}
.product-item__body p {
    text-align: center;
    color: #555;
    margin: 0 10px 10px;
}
.product-price {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    color: #ff9900;
    margin-bottom: 15px;
}
.product-price .prix{
  color: #44077e;
  text-align: left;
  font-size: 20px;
}
product-item__title,
.product-item__body p,
.product-price {
    text-align: left !important;
}
.arrow-buttons {
  position: absolute;
  top: 0.5px; /* وضع الأسهم في أعلى القسم */
  left: 94.9%; /* توسيط الأسهم في المنتصف */
  transform: translateX(-50%); /* ضمان التوسيط الكامل */
  display: flex;
  justify-content: space-between;
  width: 60px; /* تحديد عرض الحاوية لتكون مناسبة للأزرار */
  z-index: 10;
  padding: 10px;
}
.arrow-left, .arrow-right {
  font-size: 20px; 
  cursor: pointer;
  color: #000000; /* جعل لون السهم أسود */
  transition: color 0.3s ease, background-color 0.3s ease;
  background-color: #ffffff; /* خلفية بيضاء للأزرار */
  padding: 10px;
  border-radius: 0%; 
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px; /* تحديد عرض الزر */
  height: 30px; /* تحديد ارتفاع الزر */
  border: 1px solid #d3d3d3; /* إضافة إطار رمادي */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* إضافة ظل خفيف */
  margin: 0 5px; /* تقليص المسافة بين الأزرار */
}
.arrow-left:hover, .arrow-right:hover {
  color: #ffffff; /* تغيير لون السهم إلى الأبيض عند التمرير */
  background-color: #4c27cf; /* تغيير الخلفية إلى اللون الأرجواني عند التمرير */
}
.product-row {
  display: flex;
  flex-wrap: nowrap; /* عدم السماح للمنتجات بالانتقال إلى السطر التالي */
  overflow-x: auto; /* السماح بالتمرير الأفقي */
  padding-top: 20px;
  width: 100%;
}
.product-item {
  width: 33%; /* تحديد عرض كل منتج ليأخذ 1/3 من العرض */
  margin-right: 20px; /* إضافة مسافة بين المنتجات */
  transition: transform 0.3s ease; /* إضافة تأثير التحريك */
  box-sizing: border-box; /* لضمان حساب الحشو داخل العرض */
  display: none; /* جعل المنتجات مخفية بشكل افتراضي */
}
.product-item.show {
  display: block; 
}
@media (max-width: 768px) {
  .product-item {
    width: 50%; /* في الشاشات الصغيرة يظهر المنتجين فقط في السطر الواحد */
  }
}
@media (max-width: 480px) {
  .product-item {
    width: 100%; /* في الشاشات الصغيرة جدًا يظهر منتج واحد في كل سطر */
  }
}
a {
  text-decoration: none; /* إزالة الخط السفلي */
}
.product a {
  text-decoration: none; /* إزالة الخط السفلي */
}



/* image */
.bg-black_custom{
    padding-top: 50px;
    background: #222;
    color: white;
}
.bg-gradient_theme{
    background: rgb(117,62,166);
    background: linear-gradient(170deg, rgba(117,62,166,1) 0%, rgba(42,25,54,1) 23%, rgba(62,26,90,1) 55%, rgba(82,28,128,1) 76%, rgba(117,62,166,1) 100%);
}
.play_about_ctr {
  margin-left: 20px;
  margin-top: -150px; 
  position: relative; 
}
.play_ctr > p{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    color: white;
    margin-bottom: 0;
    margin-top: 50px;
    margin-left: 50px;
    
}
.play_ctr {
    margin-top: 100px;
    margin-bottom: 100px;
}
.play_ctr > strong{
    color: white;
    font-size: 19px;
}
.wrap {
    position: relative;
    display: inline-flex;
    margin: 2rem;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .imgb {
    position: absolute;
    left: 25px;
    top: -60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  }
  .imga {
    margin-left: -32px;
  }
  .imgb,.imga{
    max-width: 500px;
  }
  .testimonial_image {
    position: relative;
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .testimonial_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;  
  }
  .testimonial-next-btn,.testimonial-prev-btn{
    width: 40px;
    height: 40px;
    color: white;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  .testimonial-next-btn{
    left: 30px;
  }
  .testimonial-prev-btn{
    right: 30px;
  }
  .cta_about {
    padding-top: 70px; /* زيادة المسافة في الأعلى لتحريك المحتوى إلى الأسفل */
  }
  @media (max-width: 768px) {
    .page_hero {
        height: 70vh;
        max-height: 500px; 
    }
    .imgb,.imga{
        max-width: 300px;
      }
}
@media (max-width: 480px) {
    .page_hero {
        margin-top: 20px;
        height: 50vh;
        max-height: 300px;
    }
    .page_hero .page_hero_content{
        width: 100%;
        margin: 0px;
    }
    .page_hero h1 {
        margin: 0;
        font-size: 2rem;
        font-weight: bold;
        letter-spacing: -0.6px;
        line-height: 1;
        color: white;
    }
    .page_hero p {
        margin-top: 10px;
        font-size: 1rem;
        color: white;
        letter-spacing: -0.4px;
        line-height: 1;
    }
    .imgb,.imga{
        max-width: 300px;
      }
}



/* galery */
.carousel {
  padding: 120px;
}

.custom-arrow {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(235, 229, 229, 0.5); /* خلفية نصف شفافة */
  border-radius: 50%; /* شكل دائري */
  border: none; /* إزالة الحدود */
  position: absolute;
  top: 50%; /* توسيط عمودي */
  transform: translateY(-50%);
  z-index: 2;
}
.carousel-control-prev {
  left: 150px;
}
.carousel-control-next {
  right: 150px;
}

.carousel-indicators {
  position: absolute;
  bottom: 130px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.carousel-indicators button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background-color: rgb(255, 255, 255) !important;
  border: 1px solid rgb(255, 245, 245) !important;
  opacity: 0.1 !important;
  transition: opacity 0.3s ease, transform 0.3s ease !important;
}
.carousel-indicators button:hover,
.carousel-indicators .active {
  opacity: 1 !important;
  transform: scale(1.2) !important;
}

@media (max-width: 768px) {
  .carousel {
      padding: 60px 0; /* تقليل padding في الهواتف */
  }
  .custom-arrow {
      width: 40px;
      height: 40px;
      top: 45%; /* توسيط الأزرار بشكل أفضل */
  }
  .carousel-control-prev {
      left: 10px;
      right: 10px;
  }
  .carousel-control-next{
    right: 10px;
  }
  .carousel-indicators {
      bottom: 20px; /* تغيير موضع المؤشرات */
  }
}



/* Login */
#newsletter-holder {
  background-color: rgb(248, 247, 247); 
  padding: 100px; 
}
#newsletter-holder h6 {
  font-size: 1.9rem; 
  font-weight: bold; 
  color: #333; 
  margin-bottom: 5px; 
  padding-top: 20px;
}
#newsletter-holder p {
  font-size: 0.9rem; 
  color: #666; 
  margin: 0;
  padding-bottom: 10px;
}
#newsletter-holder .form-control {
  border: 1px solid #ddd; 
  border-radius: 5px; 
  height: 50px; 
  padding: 0 15px; 
  font-size: 1rem; 
  box-shadow: none; 
  padding-right: 50px; 
}
#newsletter-holder i {
  color: #666; 
  font-size: 1.2rem; 
  pointer-events: none; 
}
  @media (max-width: 768px) {
    #newsletter-holder .row {
      flex-direction: column; 
      text-align: center;
    }
  
    #newsletter-holder .input-group {
      margin-top: 15px; 
    }
  }



/*footer*/
  footer {
    background-color: #212529;
    color: #fff;
    padding-top: 30px;
  }
  footer a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
  }
  footer a:hover {
    color: #ffffff;
    text-decoration: underline; 
  }
  footer .font-weight-bold {
    padding-top: 20px;
    font-weight: bold;
    font-size: 15px;
  }
  footer .pt-8 {
    padding-top: 2rem;
  } 
  footer .pb-4 {
    padding-bottom: 1rem;
  }
  footer .mt-1 {
    margin-top: 0.5rem;
  }
  footer .mb-2,
  footer .mb-3,
  footer .mb-4 {
    margin-bottom: 1rem;
  }
  footer .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  .text_ctr h6 {
    font-size: 1rem;
    margin: 0;
  }
  .text_ctr p {
    font-size: 0.9rem;
    margin: 0;
    padding-bottom: -50px;
  }
  .list-group-item {
    padding: 0.5rem 0;
    border: none;
  }
  .list-group-item:hover {
    text-decoration: underline;
  }
  .feather {
    color: #17a2b8;
  }
  .ctr_icon {
    display: flex;
    align-items: center;
  }
  .ctr_icon1 i {
    position: relative;
    top: -2px; 
}
  .text_n_title {
    margin-bottom: 1rem;
  }
  .pm_methods img {
    max-width: 35px;
    margin: 0 5px;
    display: flex;
  }
  .bg-dark {
    background-color: #212529;
    color: #fff;
  }
  .flex-center-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .list-inline-item {
    margin-right: 10px;
  }
  .list-inline-item:last-child {
    margin-right: 0;
  }
  .list-inline-item a:hover {
    background-color: transparent; /* إزالة تأثير الخلفية عند الـ hover */
    color: inherit; /* الاحتفاظ باللون الحالي للنص */
    text-decoration: none;
}
  .btn-icon {
    padding-top: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: transparent;
    margin: -12px;
  }
  .btn-icon:hover {
    color: inherit;
    text-decoration: none;
  } 
.produits-section ul {
    list-style-type: none; 
    padding: 0; 
    margin: 0; 
  }

/* ——— Modern header & mobile nav ——— */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1040;
}

.site-header__nav {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 0.65rem 0;
  box-shadow: 0 1px 0 rgba(72, 33, 122, 0.06);
  transition: box-shadow var(--transition), padding var(--transition);
}

.site-header.is-scrolled .site-header__nav {
  box-shadow: var(--shadow-soft);
  padding: 0.45rem 0;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.header-toolbar {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.icon-container--toolbar {
  gap: 4px;
}

.icon-container--toolbar .icon-wrapper {
  width: 36px;
  height: 36px;
}

.icon-container--toolbar .icon-wrapper i {
  font-size: 1.15rem;
  padding-right: 0;
}

.icon-container--toolbar .search-icon {
  width: 36px;
  height: 36px;
  padding: 8px;
}

.site-toggler {
  border: none;
  background: var(--yamaha-purple-soft);
  border-radius: var(--radius-sm);
  width: 44px;
  height: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
  transition: background var(--transition);
}

.site-toggler:hover,
.site-toggler:focus {
  background: rgba(72, 33, 122, 0.14);
  box-shadow: none;
}

.site-toggler__bar {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--yamaha-purple);
  border-radius: 2px;
  transition: transform var(--transition), opacity var(--transition);
}

.site-offcanvas {
  height: auto !important;
  max-height: 85vh;
  border-bottom: 1px solid rgba(72, 33, 122, 0.1);
  border-radius: 0 0 var(--radius-md) var(--radius-md);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}

.site-offcanvas__header {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(72, 33, 122, 0.08);
}

.site-offcanvas__title {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--yamaha-purple);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-offcanvas__close {
  opacity: 0.6;
}

.site-offcanvas__body {
  padding: 0.5rem 1rem 1.5rem;
}

.site-mobile-nav .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.85rem 1rem;
  margin: 0;
  font-size: 1.05rem;
  border-radius: var(--radius-sm);
  border-bottom: none !important;
  transition: background var(--transition);
}

.site-mobile-nav .nav-link:hover,
.site-mobile-nav .nav-link:focus {
  background: var(--yamaha-purple-soft);
}

.site-mobile-nav__toggle {
  border: none;
  background: transparent;
  text-align: left;
  cursor: pointer;
  color: var(--yamaha-purple) !important;
}

.site-mobile-nav__chevron {
  font-size: 0.85rem;
  transition: transform var(--transition);
}

.site-mobile-nav__dropdown.is-open .site-mobile-nav__chevron {
  transform: rotate(180deg);
}

.site-mobile-nav__panel {
  padding: 0 0.5rem 0.75rem 1rem;
  border-left: 2px solid var(--yamaha-purple-soft);
  margin-left: 1rem;
}

.site-mobile-nav__panel .dropdown-item {
  padding: 0.55rem 0.75rem;
  border-radius: 6px;
  font-size: 0.95rem;
}

.site-mobile-nav__panel[hidden] {
  display: none !important;
}

@media (max-width: 991.98px) {
  .navbar-brand .logo1 {
    max-width: 130px;
    height: auto;
  }

  .navbar-brand .logo2 {
    max-width: 90px;
    margin-top: 8px;
    margin-left: 8px;
  }

  .nav-link {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .header-container {
    flex-wrap: nowrap;
  }

  #navbarNav {
    flex-grow: 1;
    justify-content: center;
  }

  #navbarNav .navbar-nav {
    flex-direction: row;
  }
}



