.modal-backdrop {
	z-index:99 !important;
}
.mw-accordion-faq-skin-button {
  height: 30px !important;
  background: linear-gradient(135deg, #fffbea, #fff5f8); 
  color: #333;
  border: none;
  width: 100%;
  text-align: left;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}
.mw-accordion-faq-skin-button h5{
  font-size:15px !important;
  color:#555 !important;
}
.custom-radio {
  display: inline-block;
  margin: -5px;
  cursor: pointer;
}
.custom-radio input[type="radio"] {
  display: none; 
}
.custom-radio label {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}
.custom-radio label:hover {
  border-color:#000;
}
.custom-radio input[type="radio"]:checked + label {
  border-color: #000;
  color: #000;
}
.page-id-48 .main {
display:none;
}
.page-id-48 .footer{
  display:none !important;
}
.module-navigation-default > ul > li > a{
 color: #b61665  !important;
 text-transform:uppercase;
 font-family: 'Poppins', sans-serif !important;
 font-weight:600 !important;
}
.accordion-button, .accordion-button.collapsed, .accordion-body a, .accordion-header, .bylt-footer p, .bylt-footer h6 {
  margin-top:10px;
}
.offer-bar{
 font-family: 'Poppins', sans-serif;
}
.skin-1-mobile-header-wrapper .mobile-header-burger .mobile-header-burger-icon svg {
  stroke: #2E2E2E !important;
}
.shop-products .product .price{
  color:#555;
}
/*About uS*/
      .job-banner-section {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
    }
    .job-banner-content {
      flex: 1;
      max-width: 50%;
    }
    .job-banner-content h2 {
       font-size: 36px;
       font-weight: 600;
       margin-bottom: 20px;
	   background: linear-gradient(90deg, #000, #555);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
       display: inline-block;
       font-weight: bold;
    }
    .job-banner-content p {
      font-size: 14px;
      line-height: 1.6;
      margin-bottom: 20px;
      color: #666;
    }
    .banner-cta-btn {
      background-color: #424242;
      color: #fff;
      padding: 12px 24px;
      border: none;
      border-radius: 6px;
      font-weight: 600;
      cursor: pointer;
      transition: 0.3s ease;
      text-decoration: none;
      display: inline-block;
    }
      .banner-cta-btn:hover{
       color:#000 !important;
}
    .job-banner-image-wrapper {
      flex: 1;
      max-width: 45%;
      position: relative;
    }
    .job-banner-image-wrapper img {
      width: 100%;
      border-radius: 20px;
    }
    .experience-badge {
      position: absolute;
      bottom: 20px;
      right: 20px;
      background: #ddef40;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      text-align: center;
    }
    .experience-badge span {
      font-size: 30px;
      font-weight: 700;
      color: #424242 ;
	  line-height:1.4!important;
    }
    .experience-badge small {
      display: block;
      font-size: 14px;
      color: #333;
    }

    @media (max-width: 768px) {
      .job-banner-section {
        flex-direction: column;
      }

      .job-banner-content,
      .job-banner-image-wrapper {
        max-width: 100%;
      }

      .job-banner-image-wrapper {
        margin-top: 30px;
      }

      .experience-badge {
        bottom: 10px;
        right: 10px;
        padding: 16px;
      }
    }
/*about us end*/
.insta-section {
    background-color:#FFF5F7;
    padding: 30px 20px;
    border-radius: 16px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
   
    max-width: 1500px;
    margin: 30px auto;
  }

  .insta-section .insta-icon {
    font-size: 38px;
    color: #E1306C;
    margin-bottom: 10px;
  }

  .insta-section h2 {
    font-size: 20px;
    color: #333;
    margin-bottom: 8px;
    font-weight: 600;
  }

  .insta-section .insta-handle {
    font-size: 15px;
    color: #555;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 20px;
    border: 1px solid #E1306C;
    padding: 6px 15px;
    border-radius: 25px;
    transition: 0.3s;
  }

  .insta-section .insta-handle:hover {
    background-color: #E1306C;
    color: #fff;
  }

  .insta-posts {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 10px 0;
  }
  .insta-posts img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 16px;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }
  @media (max-width: 768px) {
    .insta-section {
      padding: 25px 15px;
    }
    .insta-section h2 {
      font-size: 18px;
    }
    .insta-section .insta-icon {
      font-size: 32px;
    }
    .insta-section .insta-handle {
      font-size: 14px;
      padding: 5px 12px;
    }
    .insta-posts {
      justify-content: flex-start;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
    }
    .insta-posts img {
      width: 240px;
      height: 240px;
      scroll-snap-align: start;
    }
  }
/*insta post*/
.site-wrapper {
      font-family: 'Inter', sans-serif;
      background-color: #ffffff;
      color: #111;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 40px 20px;
      text-align: center;
      min-height: 50vh;
    }
    .content-block {
      max-width: 700px;
      width: 100%;
    }
    .coming-title {
      font-family: 'Playfair Display', serif;
      font-size: 48px;
      margin-bottom: 20px;
      color: #222;
    }
    .coming-subtitle {
      font-size: 18px;
      color: #555;
      margin-bottom: 30px;
    }
    .notify-inputs {
      display: flex;
      justify-content: center;
      gap: 10px;
      flex-wrap: wrap;
      margin-top: 20px;
    }
    .notify-inputs input {
      padding: 12px 18px;
      border: 1px solid #ccc;
      border-radius: 30px;
      font-size: 16px;
      width: 280px;
      max-width: 100%;
    }
    .notify-inputs button {
      padding: 12px 24px;
      border: none;
      border-radius: 30px;
      background-color: #111;
      color: #fff;
      font-size: 16px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }
    .notify-inputs button:hover {
      background-color: #333;
    }
    .social-link {
      margin-top: 30px;
    }
    .social-link a img {
      width: 40px;
      height: 40px;
      object-fit: contain;
      transition: transform 0.3s ease;
    }
    .social-link a img:hover {
      transform: scale(1.1);
    }
    @media (max-width: 600px) {
      .coming-title {
        font-size: 36px;
      }
      .coming-subtitle {
        font-size: 16px;
      }
      .notify-inputs {
        flex-direction: column;
      }
      .notify-inputs input,
      .notify-inputs button {
        width: 100%;
      }
    }
/*comming soon*/
/*Why Tykah content*/
.why-tykah-section {
  padding: 40px 20px;
  background: #f9f9f9;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}
.why-tykah-section h2 {
  font-size: 32px;
  margin-bottom: 25px;
  color: #333;
}
.why-tykah-scroll-container {
  max-width: 1140px;
  margin: 0 auto;
  overflow-x: auto;
}
.why-tykah-scroll {
  display: flex;
  gap: 20px;
  scroll-snap-type: x mandatory;
  padding: 10px 10px 20px 10px;
  -webkit-overflow-scrolling: touch;
  justify-content: flex-start;
}
.why-card {
  flex: 0 0 auto;
  width: 250px;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  scroll-snap-align: start;
  transition: transform 0.3s ease;
}
.why-card:hover {
  transform: translateY(-5px);
}
.why-card img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}
.why-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #008060;
}
.why-card p {
  font-size: 14px;
  color: #555;
}
.why-tykah-scroll::-webkit-scrollbar {
  height: 8px;
}
.why-tykah-scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
.why-tykah-scroll::-webkit-scrollbar-track {
  background: #eee;
}
@media (min-width: 1024px) {
  .why-tykah-scroll {
    justify-content: center;
    overflow-x: hidden;
  }
}
  .jewelry-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
  }
  .jewelry-table thead {
    background-color: #f7f7f7;
  }
  .jewelry-table th,
  .jewelry-table td {
    padding: 12px 15px;
    vertical-align: top;
    border: 1px solid #ddd;
  }
  .jewelry-table th {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }
  .jewelry-table td {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
  }
   @media (max-width: 768px) {
    .jewelry-table thead {
      display: none;
    }
    .jewelry-table, 
    .jewelry-table tbody, 
    .jewelry-table tr, 
    .jewelry-table td {
      display: block;
      width: 100%;
    }
    .jewelry-table tr {
      margin-bottom: 15px;
      border-bottom: 2px solid #f0f0f0;
    }
    .jewelry-table td {
      border: none;
      border-bottom: 1px solid #ddd;
      padding-left: 0;
    }
    .jewelry-table td:before {
      content: attr(data-label);
      font-weight: bold;
      display: block;
      margin-bottom: 5px;
      color: #333;
    }
  }