
    body {
      margin: 0;
      font-family:"europa", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased; 
    }
    .top-bar {
      font-size: 16px;
      background: #fff;
      border-bottom: 1px solid #e5e5e5;
      padding: 5px 0;
    }
    .top-bar a {
      color: #333;
      text-decoration: none;
      /*margin-left: 10px;*/
    }
    .logo {
      font-size: 32px;
      font-weight: 700;
      color: #ff4880;
      text-decoration: none;
    }
    .logo img{
      width: 200px;
    }
    .btn-products {
      background: #ff4880;
      color: #fff;
      font-weight: 600;
     border-radius: 5px;
    padding: 6px 40px;
    }
    .btn-products:hover{
        background:#db3b6c !important;
        color:#fff !important;
    }
    .search-container {
      position: relative;
      width: 500px;
    }
    .search-container input {
      border-radius: 5px;
      padding: 6px 15px;
      width: 100%;
    }
    .search-container button {
      position: absolute;
      right: 12px;
      top: 7px;
      border: none;
      background: transparent;
      color: #666;
    }
    .header-icons i {
      font-size: 24px;
      margin-left: 20px;
      color: #333;
      cursor: pointer;
    }
    .top-bar i{
      font-size: 20px;
    }
     .main-nav {
      background: #f8f9fa;
      border-bottom: 1px solid #ddd;
      position: relative;
      z-index: 10;
    }

    .main-nav .nav {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: center;
    }

    .main-nav .nav-item {
      position: relative;
    }

    .main-nav .nav-link {
      display: block;
      font-size: 1.2rem;
      padding: 12px 20px;
      color: #444444;
      font-weight: 400;
      text-decoration: none;
      cursor: pointer;
    }

    .main-nav .nav-link:hover,
    .main-nav .nav-link.active {
      border-bottom: 2px solid #ff4880;
    }
    .mega-dropdown {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 170px; /* adjust with header height */
  background: #fff;
  border-top: 1px solid #ddd;
  min-height: 360px;
  z-index: 1000;
  display: flex;
  overflow:hidden;
  
}
.dropdown-left {
  width: 220px;
  border-right: 1px solid #ddd;
  /*overflow-y: auto;*/
}
.dropdown-left ul { list-style: none; margin: 0; padding: 0; }
.dropdown-left li {
  padding: 12px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}
.dropdown-left li.active { background: #f5f5f5; font-weight: bold; }
.dropdown-right {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
}
.dropdown-items {
  height: 450px;
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
  padding-bottom:100px;
  gap: 10px 20px; /* first is row-gap (vertical), second is column-gap (horizontal) */
}
.mega-dropdown {
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.mega-dropdown[style*="display: flex"] {
    opacity: 1;
    visibility: visible;
}
.dropdown-items::-webkit-scrollbar{
    display:none;
}
.item { text-align: center; width: 130px; height:180px; }
.item img { max-width: 100%; height:130px; border: 1px solid #ddd; border-radius: 6px; }

    .promo-strip {
      background: #000;
      color: #fff;
      text-align: center;
      font-size: 22px;
      padding: 10px 0;
      font-weight: 400;
    }
    .promo-strip span {
      color: #ffcc00;
      font-weight: 600;
    }
    .hero-section {
      background: #eef6f6;
      text-align: center;
      /*padding: 150px 150px;*/
      position: relative;
    }
    .hero-section h1 {
     font-size: 60px;
   
    line-height: 1.2;
      font-weight: 700;
      margin-bottom: 10px;
    }
    .hero-section p {
      font-size: 20.4px;
      color: #333;
      margin-bottom: 20px;
    }
    .hero-input {
      max-width: 90%;
      margin: 0 auto;
      position: relative;
    }
    .hero-input input {
      border: 2px solid #a333c8;
      border-radius: 10px;
      padding: 10px 20px;
      width: 100%;
          height: 60px;
      font-size: 1rem;
    }
    .banner-part-button{
        width:60%;
        display:flex;
        justify-content:center;
        margin:auto;
        margin-top:40px;
        
    }
    .banner-part-button button{
        color:#ff4880;
        font-weight:500;
        width:fit-content;
        padding:5px 50px;
        border: 1px solid #ff4880;
      border-radius: 15px;
    }
    .banner-part-button button:hover{
         color:#fff;
        font-weight:500;
        background:#ff4880;
        width:fit-content;
        padding:5px 50px;
        border: 1px solid #fff;
      border-radius: 15px;
    }
    .tab-part-button button{
         color:#ff4880;
        font-weight:500;
        width:fit-content;
        padding:5px 50px;
        border: 1px solid #ff4880;
      border-radius: 15px;
    }
    .tab-part-button button:hover{
         color:#fff;
        font-weight:500;
        background:#ff4880;
        width:fit-content;
        padding:5px 50px;
        border: 1px solid #fff;
      border-radius: 15px;
    }
    .hero-input button {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      background: #a333c8;
      border: none;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      color: #fff;
      cursor: pointer;
    }
 .main-nav{
  background: #f5f5f5;
  /*padding: 10px 7px;*/
 }
.custom-select1 {
      position: relative;
    width: 190px;
  /*border: 1px solid #ccc;*/
  border-radius: 5px;
  cursor: pointer;
  padding: 8px;
  background: #fff;
}
.custom-select1 img {
  width: 20px;
  margin-right: 8px;
  vertical-align: middle;
}
.custom-select1 .options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  max-height: 150px;
  overflow-y: auto;
  z-index: 100;
}
.custom-select1 .option {
  padding: 8px;
  cursor: pointer;
}
.custom-select1 .option:hover {
  background: #f0f0f0;
}
.vertical-line{
    height:25px;
    width:1px;
    background:#44444448;
}
 .section-container {
      background-color: #fff;
      padding: 60px 0;
      margin-top: 20px;
    }
    .main-title {
      font-size: 2.5rem;
      font-weight: bold;
      color: #333;
      text-align: center;
      margin-bottom: 10px;
    }
    .subtitle {
      font-size: 1.1rem;
      color: #666;
      text-align: center;
      max-width: 800px;
      margin: 0 auto 40px;
    }
    .tab-buttons {
      display: flex;
      justify-content: center;
      gap: 40px;
      margin-bottom: 40px;
    }
    .tab-button {
      padding: 12px 39px;
      border: 1px solid #ff4880;
      background-color: transparent;
      color: #ff4880;
      border-radius: 30px;
      cursor: pointer;
      transition: all 0.3s ease;
      font-weight: 500;
    }
    .tab-button.active {
      background-color: #ff4880;
      color: white;
    }
    .content-wrapper {
      background-color: #e1f4f0;
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: flex-start;
      gap: 40px;
      max-width: 1200px;
      margin: 0 auto;
      padding: 50px;
      border-radius: 5px;
    }
    .text-content {
      width: 100%;
    
     
      padding: 30px;
      border-radius: 10px;
      
    }
    .text-content h3 {
      font-size: 1.5rem;
      color: #333;
      margin-bottom: 15px;
    }
    .text-content p {
      color: #555;
      line-height: 1.6;
      margin-bottom: 20px;
    }
    .text-content ul {
      color: #555;
      padding-left: 20px;
    }
    
   
    .floating-ui {
      position: absolute;
      top: 20px;
      right: 20px;
      background-color: #333;
      color: white;
      padding: 15px;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.2);
      font-size: 0.9rem;
      z-index: 10;
    }
    .floating-ui ul {
      margin: 0;
      padding-left: 0;
      list-style: none;
    }
    .floating-ui li {
      margin-bottom: 5px;
    }
    .tab-content {
      display: none;
    }
    .tab-content.active {
      display: block;
    }
    /* Hide all tabs initially, show only active */
    .content-wrapper {
      display: none;
    }
    .content-wrapper.active {
          width: 100%;
    display: grid
;
    overflow: hidden;
    }
    .video-content{
      width: 100%;
      height: auto;
      overflow: hidden;
    }
    .ideas-to-print-section {
      background-color: #ff4880;
      padding: 60px 20px;
      text-align: center;
      color: white;
      position: relative;
    }
    .ideas-to-print-title {
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 40px;
      color: white;
    }
    .ideas-to-print-grid {
      display: flex;
      justify-content: center;
      gap: 30px;
      flex-wrap: wrap;
      max-width: 1200px;
      margin: 0 auto;
    }
    .ideas-to-print-card {
        padding: 15px;
      background-color: white;
      border-radius: 3px;
      width: 230px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
      position: relative;
    }
    .ideas-to-print-card img {
      width: 100%;
      height: auto;
      object-fit: cover;
      display: block;
    }
    .ideas-to-print-card h4 {
      /*position: absolute;*/
      /*bottom: 10px;*/
      /*left: 50%;*/
      /*transform: translateX(-50%);*/
      /*margin: 0;*/
          width: fit-content;
          text-align: center;
    margin: auto;
      color: white;
      background-color: rgba(0, 0, 0, 0.6);
      padding: 5px 15px;
      border-radius: 5px;
      font-size: 1.2rem;
    }
    .ideas-to-print-card:hover {
      transform: translateY(-10px);
    }
    @media (max-width: 768px) {
      .ideas-to-print-grid {
        flex-direction: column;
        align-items: center;
      }
      .ideas-to-print-card {
        width: 80%;
      }
    }

     .printing-made-easy-section {
      background-color: #fff;
      padding: 60px 20px;
      text-align: center;
    }
    .printing-made-easy-title {
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 40px;
      color: #000;
    }
    .slider-container {
      position: relative;
      max-width: 1200px;
      margin: 0 auto;
      overflow: hidden;
    }
    .slider {
      display: flex;
      transition: transform 0.5s ease;
    }
    .slide {
      min-width: 33.33%;
      position: relative;
      height: 400px;
      padding: 0 15px;
    }
    .slide-card {
      background-color: #fff;
      border-radius: 15px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      height: 100%;
      overflow: hidden;
      position: relative;
    }
    .slide-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .slide-content {
      position: absolute;
      bottom: 20px;
      left: 20px;
      right: 20px;
      background-color: rgba(0, 0, 0, 0.7);
      color: #fff;
      padding: 15px;
      border-radius: 10px;
      text-align: left;
    }
    .slide-content h4 {
      font-size: 1.5rem;
      margin: 0 0 5px;
      font-weight: 600;
    }
    .slide-content p {
      font-size: 1rem;
      margin: 0;
      line-height: 1.4;
    }
    .slider-nav {
      position: absolute;
      top: 50%;
      width: 100%;
      display: flex;
      justify-content: space-between;
      transform: translateY(-50%);
      padding: 0 20px;
    }
    .slider-nav button {
      background-color: rgba(255, 255, 255, 0.7);
      border: none;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      cursor: pointer;
      font-size: 1.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background-color 0.3s ease;
    }
    .slider-nav button:hover {
      background-color: rgba(255, 255, 255, 0.9);
    }
    @media (max-width: 768px) {
      .slide {
        min-width: 100%;
        padding: 0 10px;
      }
      .slider-nav {
        padding: 0 10px;
      }
      .slider-nav button {
        width: 30px;
        height: 30px;
      }
    }
     .footer-top-strip {
      background: #333;
      color: #fff;
      text-align: center;
      padding: 15px 10px;
      font-size: 16px;
      font-weight: 500;
    }
    .footer-top-strip button {
      background: #ff4880;
      color: #fff;
      border: none;
      padding: 8px 20px;
      margin-left: 15px;
      border-radius: 4px;
      cursor: pointer;
      font-weight: 600;
    }

    /* Main Footer */
    footer {
        width:1180px;
        margin:auto;
      background: #f8f8f8;
      /*padding: 50px 80px 30px;*/
      color: #333;
    }
    .footer-container {
      display: grid;
      grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
      gap: 40px;
    }
    .footer-logo h2 {
      font-size: 32px;
      color: #ff4880;
      margin: 0;
    }
    .footer-logo p {
      margin-top: 10px;
      font-size: 14px;
      line-height: 1.5;
      color: #555;
    }
    .footer-section h4 {
      font-size: 15px;
      margin-bottom: 15px;
      font-weight: 600;
    }
    .footer-section ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .footer-section ul li {
      margin-bottom: 8px;
    }
    .footer-section ul li a {
      text-decoration: none;
      color: #333;
      font-size: 14px;
    }
    .footer-section ul li a:hover {
      color: #ff4880;
    }

    /* Social icons */
    .social-icons {
      margin: 15px 0;
    }
    .social-icons i {
      margin-right: 12px;
      font-size: 18px;
      color: #333;
      cursor: pointer;
    }
    .social-icons i:hover {
      color: #ff4880;
    }

    /* Bottom Bar */
    .footer-bottom {
      margin-top: 30px;
      border-top: 1px solid #ddd;
      padding-top: 15px;
      font-size: 13px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .footer-bottom .payments img {
      height: 28px;
      margin-left: 12px;
    }
     .faq-section {
      background: #f7f7fa;
      padding: 60px 20px;
    }
    .faq-container {
      max-width: 1180px;
      margin: auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
    }
    .faq-left h2 {
      font-size: 28px;
      margin-bottom: 10px;
    }
    .faq-left p {
      color: #666;
      font-size: 15px;
    }
    .faq-right {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }
    .faq-item {
      background: #fff;
      border: 1px solid #ddd;
      padding: 15px 20px;
      border-radius: 6px;
      font-size: 15px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      transition: all 0.3s;
    }
    .faq-item:hover {
      background: #f0f0f5;
    }
    .faq-item span {
      font-weight: bold;
      font-size: 18px;
      color: #00a68c;
    }

    /* details page */
    .details-tab {
      width: 1180px;
  display: flex;
  margin: auto;
  gap: 40px;
  margin-top: 50px;
  margin-bottom: 50px;
}

/* Left side */
.details-tab-left {
  flex: 1;
}

.details-heading {
  font-size: 28px;
  margin-bottom: 20px;
}

.details-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.details-tab-btn {
  padding: 10px 20px;
  cursor: pointer;
  background: #f0f0f0;
  border: none;
  border-radius: 5px;
  transition: background 0.3s;
}

.details-tab-btn.active, .details-tab-btn:hover {
  background: #ff4880;
  color: #fff;
  font-weight: 500;
}

.details-tab-content .details-content {
  display: none;
}

.details-tab-content .details-content.active {
  display: block;
}

/* Right side */
.details-tab-right {
  flex: 1;
}

.details-main-slider {
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}

.details-main-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.details-main-slider img.active {
  display: block;
}

/* Thumbnails */
.details-thumbnails {
  display: flex;
  gap: 10px;
}

.details-thumbnails img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 5px;
  transition: border 0.3s;
}

.details-thumbnails img.active, .details-thumbnails img:hover {
  border: 2px solid #ff4880;
}
.details-content p a{
  color: #ff4880;
  cursor: pointer;
}
.details-page-tab-container {
  max-width: 100%;
  margin: 50px auto;
 
 
}

/* Tabs */
.details-page-tab-buttons {
  width: 1180px;
   /*padding: 0 130px;*/
  display: flex;
  gap: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  margin:auto;
}
.details-page-tab-content{
   width: 1180px;
  
  display: flex;
  margin:auto;
}

.details-page-tab-btn {
  padding: 10px 20px;
  font-size: 16px;
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  position: relative;
  transition: color 0.3s;
}

.details-page-tab-btn.active {
  color: #007bff;
}

.details-page-tab-btn.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #007bff;
  border-radius: 2px;
}

/* Tab content */
.details-page-tab-content-item {
  display: none;
  font-size: 16px;
  color: #555;
}

.details-page-tab-content-item.active {
  display: block;
}
.binding-table {
            width: 100%;
            border-collapse: collapse;
        }
        .binding-th, .binding-td {
            padding: 10px;
            border-bottom: 1px solid #ddd;
            text-align: left;
        }
        .binding-th {
            background: #f9f9f9;
        }
        .binding-checkmark {
            color: green;
            text-align: right;
        }


      
.details-related-container {
  width: 1180px;
  background: #f9f9f9;
  /* max-width: 1200px; */
  margin: 50px auto;
  /*padding: 130px;*/
}

/* Header + arrows */
.details-related-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.details-related-heading {
  font-size: 28px;
}

.details-related-arrows button {
  width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 24px;
    border: none;
  
    cursor: pointer;
    margin-left: 10px;
    transition: color 0.3s;
    background: #ffffff;
}

.details-related-arrows button:hover {
  color: #007bff;
}

/* Slider */
.details-related-slider-wrapper {
  
  overflow: hidden;
}

.details-related-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

/* Each slide holds 3 cards */
.details-related-slide {
  display: flex;
  gap: 20px;
  min-width: 100%;
}

.details-related-card {
  flex: 1;
  background: #fff;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  overflow: hidden;
}

.details-related-card img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.details-related-card h3 {
  padding: 10px 0;
  font-size: 16px;
}
 .art-top-card {
            width: 100%;
            height: auto;
            display: grid;
            grid-template-columns: 8fr 4fr;
            gap: 20px;
        }

        .art-top-left {
            width: 100%;
            height: auto;
            background-color: rgb(255, 255, 255);
        }

        .art-top-left-top {
            width: 100%;
            height: 150px;
            background-color: #cacaca21;
        }

        .art-top-left-details {
            width: 100%;
            padding: 20px;
            height: auto;
        }
        .art-top-right{
            width: 100%;
            height: 430px;
            background-color: #ff4f42;
        }
        .banner-slider-with{
            width: 300px;
            height: 300px;
            border-radius: 50%;
            background-color: #fff;
            overflow: hidden;
        }
        .custom-tab-container {
      margin: 40px auto;
      /* max-width: 1000px; */
      background-color: #fff;
    }

    .custom-tabs {
      display: flex;
      border-bottom: 2px solid #ccc;
    }

    .custom-tab {
      flex: 1;
      padding: 12px 20px;
      background: #ddd;
      text-align: center;
      font-weight: 600;
      color: #333;
      cursor: pointer;
      border-right: 1px solid #bbb;
      position: relative;
      transition: background 0.3s;
    }

    .custom-tab:last-child {
      border-right: none;
    }

    .custom-tab.active {
      background-color: #00aaa5;
      color: white;
    }

    .custom-tab-number {
      position: absolute;
      top: -10px;
      left: 10px;
      background: #00aaa5;
      color: white;
      font-size: 12px;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .custom-tab-content {
      padding: 30px;
      background: #fff;
      border: 1px solid #ddd;
      border-top: none;
    }

    .tab-pane {
      display: none;
    }

    .tab-pane.active {
      display: block;
    }
    .tabone-section{
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: 3fr 9fr;
        gap: 20px;
    }
    .tab-section-left{
        width: 100%;
        height: auto;
        background-color: #00aaa434;
        padding: 15px;
        border-radius: 5px;
    }
    .tab-cont{
width: 100%;
display: flex;
justify-content: space-between;
    }
   
.tab-cont button{
	border: none;
	color: red;
	/* font-size: 12px; */
	background-color: none;
}

.custom-art-tab-section-left {
  max-width: 300px;
  font-family: Arial, sans-serif;
}

.custom-art-tab-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.custom-art-tab-cont h6 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.custom-art-edit-btn {
  background: #00aaa5;
  color: white;
  padding: 5px 10px;
  border: none;
  border-radius: 3px;
  font-size: 12px;
  cursor: pointer;
}

.custom-art-card {
  background: #e6f6f6;
  padding: 20px;
  border-radius: 5px;
}

.custom-art-item-label {
  font-size: 13px;
  color: #333;
  margin-bottom: 10px;
}

.custom-art-field {
  margin-bottom: 15px;
}

.custom-art-field label {
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.custom-art-input-box {
  width: 100%;
  padding: 6px 10px;
  font-size: 14px;
  border: 1px solid #bbb;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
}

.custom-art-gsm-options {
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  box-shadow: inset 0 0 2px #ccc;
}

.custom-art-subtext {
  font-size: 12px;
  color: #666;
  display: inline-block;
  margin-left: 4px;
}

.custom-art-side-options {
  margin-top: 8px;
}

.custom-art-side {
  padding: 4px 10px;
  border: 1px solid #00aaa5;
  background: white;
  color: #00aaa5;
  margin-right: 5px;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
}

.custom-art-side.active {
  background: #00aaa5;
  color: white;
}

.custom-art-change-options {
  background: #00aaa5;
  color: white;
  padding: 6px 15px;
  border: none;
  margin: 10px 0;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}

.custom-art-vat-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.custom-art-info-btn {
  background: #ccc;
  border: none;
  padding: 3px 6px;
  font-size: 12px;
  cursor: pointer;
  border-radius: 4px;
}

.custom-art-view-quote {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  color: #0077cc;
  font-weight: 500;
}
.custom-art-upload-buttons {
  /*margin-top: 30px;*/
  font-family: Arial, sans-serif;
}

.custom-art-btn {
  display: block;
  width: 30%;
  height: 50px;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  border: none;
  cursor: pointer;
  text-align: center;
}

.btn-blue {
  background-color: #48bcbf;
  color: white;
}
.btn-blue:hover{
	background-color: #1b7f83 !important;
}
.btn-dropbox {
  background-color: #007ee5;
  color: white;
}
.btn-dropbox:hover {
  background-color: #056cc0;
  color: white;
}

.btn-link {
  background-color: #9bd1c8;
  color: #000;
}

.btn-design {
  background-color: #ff6f61;
  color: white;
}

.custom-art-files-box {
  background-color: #d2f0f0;
  padding: 10px 15px;
  font-weight: 600;
  border-radius: 4px;
  /* margin-top: 10px; */
  margin-bottom: 20px;
}


  .custom-art-btn.btn-blue {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
  }

  .custom-art-btn.btn-blue i {
    margin-right: 6px;
  }

  /* Hide the file input */
  #real-file-input {
    display: none;
  }


.custom-art-filetypes-box {
  background-color: #fff2cc;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.custom-art-filetypes-box h6 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.file-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.tag {
  font-size: 12px;
  padding: 4px 8px;
  background: #eee;
  border-radius: 4px;
  color: #333;
}

.recommended {
  background: #00c2ff;
  color: white;
}

.custom-art-instructions {
  background-color: #fff9e5;
  padding: 15px;
  font-size: 13px;
  border-radius: 5px;
  line-height: 1.5;
  color: #444;
}

.tab-section-right{
	width: 100%;
	height: auto;
}
.tab-section-right img{
	width: 100%;
	height: 300px;
	border: 1px solid rgba(201, 201, 201, 0.507);
}
.paper-box-size{
	width: 40%;
	height: 300px;
	background-color: #ffffff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.custom-address-container {
            padding: 20px;
            border: 1px solid #ccc;
            border-radius: 5px;
            background-color: #f9f9f9;
            width: 100%;
        }
        .custom-address-title {
            font-size: 1.2em;
            font-weight: bold;
            margin-bottom: 10px;
            color: #333;
        }
        .custom-address-field {
            margin-bottom: 15px;
        }
        .custom-address-field label {
            display: block;
            font-weight: bold;
            margin-bottom: 5px;
            color: #555;
        }
        .custom-address-field input {
            width: 100%;
            padding: 8px;
            border: 1px solid #ddd;
            border-radius: 4px;
            box-sizing: border-box;
        }
        .custom-address-field select {
            width: 100%;
            padding: 8px;
            border: 1px solid #ddd;
            border-radius: 4px;
            background-color: #e0f7fa;
            color: #333;
        }
        .custom-address-field input:focus, .custom-address-field select:focus {
            outline: none;
            border-color: #4CAF50;
            box-shadow: 0 0 5px rgba(76, 175, 80, 0.5);
        }
        .custom-checkbox {
            margin-top: 10px;
        }
        .custom-checkbox input {
            margin-right: 5px;
        }
		.trash:hover{
			color: red !important;
			background-color: rgba(255, 0, 0, 0.336) !important;
		}
		.continue-class:hover{
			background-color: #d61a46 !important;
		}
		.start-new:hover{
			background-color: rgb(206, 205, 205) !important;
		}
		
		
    .blog-sharing i {
    color: black !important; 
    font-size: 24px;
}
@media only screen and (max-width: 600px) {
  .footer-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}
.payments{
    display:none;
}

.printing-made-easy-title{
        font-size: 1.5rem;
}

.content-wrapper.active {
    width: 100%;
    display: grid
;
    grid-template-columns: 1fr;
    overflow: hidden;
}
.content-wrapper {
    padding: 15px;
}

.text-content {
    width: 100%;
    padding: 0px;
    border-radius: 10px;
}
.tab-buttons {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
}
.tab-button {
    padding: 5px 10px;
    border: 1px solid #ff4880;
    background-color: transparent;
    color: #ff4880;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s 
ease;
    font-weight: 500;
}
.main-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}
.hero-section {
    background: #eef6f6;
    text-align: center;
    padding: 15px 15px;
    position: relative;
}
.hero-section h1 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 10px;
}
.banner-part-button {
    width: 70%;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    margin: auto;
    gap: 15px;
    margin-top: 40px;
}
.banner-part-button button {
    width: 100%;
    padding: 5px 20px;
    border: 1px solid #a333c8;
    border-radius: 15px;
}
.promo-strip {
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    font-weight: 400;
}
.hero-section p {
    font-size: 18.4px;
    color: #333;
    margin-bottom: 20px;
}
.section-container {
    background-color: #fff;
    padding: 30px 0;
    margin-top: 20px;
}
.ideas-to-print-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 40px;
    color: white;
}
.faq-container {
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}
footer {
    width:100% !important;
    background: #f8f8f8;
    padding: 50px 20px 30px;
    color: #333;
}

.details-tab {
    width: 90%;
    display: grid;
    grid-template-columns: 1fr;
    margin: auto;
    gap: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.cal-page {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    background: #f9f9f9;
    padding: 50px 15px !important;
}
.right-side-section{
    margin-top:20px;
}
.details-page-tab-content {
    padding: 0 20px;
}
.details-page-tab-buttons {
    width: 100%;
    padding: 0px 10px;
    display: flex;
    overflow: scroll;

    gap: 0px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.details-page-tab-buttons::-webkit-scrollbar{
    display:none;
}
.details-page-tab-btn{
    white-space:nowrap;
}
.details-related-container {
    width: 100%;
    background: #f9f9f9;
    /* max-width: 1200px; */
    margin: 50px auto;
    padding: 20px;
}

.custom-stepper-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 14px;
    color: #666;
    text-decoration: none;
    position: relative;
}
.custom-stepper-step:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 16px !important;
    height: 2px !important;
    background: #ccc;
    top: 14px;
    left: calc(100% + 1px) !important;
    z-index: -1;
}
.custom-stepper-wrapper {
    display: flex
;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
    gap: 10px !important;
}
.custom-stepper-circle {
    width: 23px !important;
    height: 23px !important;
    border-radius: 50%;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    color: white;
    font-weight: bold;
}
.tabone-section {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
.art-top-card {
    width: 100%;
    height: auto;
    display: grid
;
    grid-template-columns: 1fr;
    gap: 20px;
}
.custom-art-tab-section-left {
    max-width: 100%;
    
}

.desktop-header{
    display:none;
}
.mobile-header {
    display: none; /* default hidden, show in media query */
    background: #fff;
    border-bottom: 1px solid #ddd;
            padding: 20px 25px;
}
.submenu a{
    text-decoration:none;
    color:#000;
   
}
.choose-binding img{
    height:150px !important;
}
.submenu a:hover{
    color:#ff4880;
}
.sidebar-body{
    padding:10px 20px;
}
.mobile-sidebar {
    position: fixed;
    top: 0; left: -100%;
    width: 80%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    transition: left 0.3s ease;
    overflow-y: auto;
    padding-bottom: 30px;
}

.mobile-sidebar.active { left: 0; }

.overlay {
    display: none;
    position: fixed;
    top:0; left:0; right:0; bottom:0;
    background: rgba(0,0,0,0.5);
    z-index: 9998;
}

.overlay.active { display: block; }

.mobile-menu { list-style: none; padding:0; margin:0; }
.menu-item { border-bottom: 1px solid #eee; }
.menu-link { padding: 10px; cursor: pointer; }
.submenu-item { display:flex; align-items:center; gap:10px; padding:8px 15px; }
.submenu-item img { width:50px; height:auto; border-radius:5px; }


}

/*tablet design*/

/* Tablet devices */
@media (min-width: 601px) and (max-width: 1024px) {
    .footer-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}
.payments{
    display:none;
}

.printing-made-easy-title{
        font-size: 1.5rem;
}

.content-wrapper.active {
    width: 100%;
    display: grid
;
    grid-template-columns: 1fr;
    overflow: hidden;
}
.content-wrapper {
    padding: 15px;
}

.text-content {
    width: 100%;
    padding: 0px;
    border-radius: 10px;
}
.tab-buttons {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
}
.tab-button {
    padding: 5px 10px;
    border: 1px solid #ff4880;
    background-color: transparent;
    color: #ff4880;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s 
ease;
    font-weight: 500;
}
.main-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}
.hero-section {
    background: #eef6f6;
    text-align: center;
    padding: 15px 15px;
    position: relative;
}
.hero-section h1 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 10px;
}
.banner-part-button {
    width: 70%;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    margin: auto;
    gap: 15px;
    margin-top: 40px;
}
.banner-part-button button {
    width: 100%;
    padding: 5px 20px;
    border: 1px solid #a333c8;
    border-radius: 15px;
}
.promo-strip {
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    font-weight: 400;
}
.hero-section p {
    font-size: 18.4px;
    color: #333;
    margin-bottom: 20px;
}
.section-container {
    background-color: #fff;
    padding: 30px 0;
    margin-top: 20px;
}
.ideas-to-print-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 40px;
    color: white;
}
.faq-container {
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}
footer {
     width:100% !important;
    background: #f8f8f8;
    padding: 50px 20px 30px;
    color: #333;
}

.details-tab {
    width: 90%;
    display: grid;
    grid-template-columns: 1fr;
    margin: auto;
    gap: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.cal-page {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    background: #f9f9f9;
    padding: 50px 15px !important;
}
.right-side-section{
    margin-top:20px;
}
.details-page-tab-content {
    padding: 0 20px;
}
.details-page-tab-buttons {
    width: 100%;
    padding: 0px 10px;
    display: flex;
    overflow: scroll;

    gap: 0px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.details-page-tab-buttons::-webkit-scrollbar{
    display:none;
}
.details-page-tab-btn{
    white-space:nowrap;
}
.details-related-container {
    width: 100%;
    background: #f9f9f9;
    /* max-width: 1200px; */
    margin: 50px auto;
    padding: 20px;
}

.custom-stepper-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 14px;
    color: #666;
    text-decoration: none;
    position: relative;
}
.custom-stepper-step:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 16px !important;
    height: 2px !important;
    background: #ccc;
    top: 14px;
    left: calc(100% + 1px) !important;
    z-index: -1;
}
.custom-stepper-wrapper {
    display: flex
;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
    gap: 10px !important;
}
.custom-stepper-circle {
    width: 23px !important;
    height: 23px !important;
    border-radius: 50%;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    color: white;
    font-weight: bold;
}
.tabone-section {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
.art-top-card {
    width: 100%;
    height: auto;
    display: grid
;
    grid-template-columns: 1fr;
    gap: 20px;
}
.custom-art-tab-section-left {
    max-width: 100%;
    
}

.desktop-header{
    display:none;
}
.mobile-header {
    display: none; /* default hidden, show in media query */
    background: #fff;
    border-bottom: 1px solid #ddd;
            padding: 20px 25px;
}
.submenu a{
    text-decoration:none;
    color:#000;
   
}
.choose-binding img{
    height:auto !important;
}
.submenu a:hover{
    color:#ff4880;
}
.sidebar-body{
    padding:10px 20px;
}
.mobile-sidebar {
    position: fixed;
    top: 0; left: -100%;
    width: 80%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    transition: left 0.3s ease;
    overflow-y: auto;
    padding-bottom: 30px;
}

.mobile-sidebar.active { left: 0; }

.overlay {
    display: none;
    position: fixed;
    top:0; left:0; right:0; bottom:0;
    background: rgba(0,0,0,0.5);
    z-index: 9998;
}

.overlay.active { display: block; }

.mobile-menu { list-style: none; padding:0; margin:0; }
.menu-item { border-bottom: 1px solid #eee; }
.menu-link { padding: 10px; cursor: pointer; }
.submenu-item { display:flex; align-items:center; gap:10px; padding:8px 15px; }
.submenu-item img { width:50px; height:auto; border-radius:5px; }


 

}




@media only screen and (min-width: 1025px) {
    .mobile-header {
        display:none !important;
    }
    .mobile-sidebar{
        display:none !important;
    }
}

.details-related-slider-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.details-related-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.details-related-slide {
  min-width: 100%; /* ek slide screen ke barabar */
  display: flex;
  justify-content: center;
  gap: 20px;
}

.details-related-card {
  flex: 1;
  max-width: 30%; /* default desktop pe 3 cards */
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}

.details-related-card img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Responsive */
@media (max-width: 1024px) {
  .details-related-card {
    max-width: 45%; /* tablet pe 2 cards */
  }
}

@media (max-width: 600px) {
  .details-related-card {
    max-width: 90%; /* mobile pe 1 card */
  }
}

body.no-scroll {
    overflow: hidden;
}

/* Optional: Smooth transition for mega dropdown */
.mega-dropdown {
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    visibility: hidden;
}
.mega-dropdown[style*="display: flex"] {
    opacity: 1;
    visibility: visible;
}

  @media (max-width: 540px) {
      .logo a img{
          width:100px !important;
      }
      
  }
