:root {
    --primary-color: #009ae0;
    --secondary-color: #2e2784;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
a {
    text-decoration: none;
}

.header-logo {
    width: 200px;
}

.hero-section {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: white;
    padding: 100px 0;
    text-align: center;
}

.product-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.product-image {
    height: 200px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image {
    transform: scale(1.05);
}

.product-image-car {
    max-height: 300px;
    width: auto;
    object-fit: contain;
}

.section-title {
    position: relative;
    margin-bottom: 3rem;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    border-radius: 2px;
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.5rem;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    border: none;
    border-radius: 25px;
    padding: 12px 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
}

.stats-section {
    background: #f8f9fa;
    padding: 60px 0;
}

.stat-item {
    text-align: center;
    padding: 2rem;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.footer {
    background: #2c3e50;
    color: white;
    padding: 60px 0 30px;
}

        .product-image-gallery {
            position: sticky;
            top: 20px;
        }
        
        .main-image img {
            width: 100%;
            object-fit: cover;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }
        
        .thumbnail {
            width: 100%;
            height: 80px;
            object-fit: cover;
            border-radius: 5px;
            cursor: pointer;
            border: 2px solid transparent;
            transition: all 0.3s ease;
        }
        
        .thumbnail:hover {
            border-color: #007bff;
            transform: scale(1.05);
        }
        
        .thumbnail.active {
            border-color: #007bff;
            box-shadow: 0 2px 8px rgba(0,123,255,0.3);
        }
        
        .product-details {
            padding: 20px 0;
        }
        
        .product-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #333;
        }
        
        .short-description {
            font-size: 1.1rem;
            line-height: 1.6;
        }
        
        .product-description {
            background: #f8f9fa;
            padding: 30px;
            border-radius: 10px;
            margin-top: 40px;
        }
        
        .description-content {
            line-height: 1.8;
        }
        
        .categories .badge {
            font-size: 0.9rem;
            padding: 8px 12px;
        }
        
        .breadcrumb {
            background: none;
            padding: 0;
            margin-bottom: 30px;
        }
        
        .breadcrumb-item a {
            color: #007bff;
            text-decoration: none;
        }
        
        .breadcrumb-item a:hover {
            text-decoration: underline;
        }
        
        .no-image-placeholder {
            text-align: center;
            padding: 50px;
            background: #f8f9fa;
            border-radius: 10px;
        }
        
        .back-button {
            margin-bottom: 20px;
        }
        
        .product-meta {
            background: #f8f9fa;
            padding: 20px;
            border-radius: 10px;
            margin-bottom: 30px;
        }
        
        .product-meta .row {
            margin: 0;
        }
        
        .product-meta .col-md-6 {
            padding: 10px 0;
        }
        
        .product-meta strong {
            color: #495057;
        }
        
        @media (max-width: 768px) {
            .product-title {
                font-size: 2rem;
            }
            
            .main-image img {
                height: 300px;
            }
            
            .thumbnail {
                height: 60px;
            }
        }

        .product-image-gallery {
            position: sticky;
            top: 20px;
        }
        
        .main-image img {
            width: 100%;
            object-fit: cover;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }
        
        .thumbnail {
            width: 100%;
            height: 80px;
            object-fit: cover;
            border-radius: 5px;
            cursor: pointer;
            border: 2px solid transparent;
            transition: all 0.3s ease;
        }
        
        .thumbnail:hover {
            border-color: #007bff;
            transform: scale(1.05);
        }
        
        .thumbnail.active {
            border-color: #007bff;
            box-shadow: 0 2px 8px rgba(0,123,255,0.3);
        }
        
        .product-details {
            padding: 20px 0;
        }
        
        .product-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #333;
        }
        
        .short-description {
            font-size: 1.1rem;
            line-height: 1.6;
        }
        
        .product-description {
            background: #f8f9fa;
            padding: 30px;
            border-radius: 10px;
            margin-top: 40px;
        }
        
        .description-content {
            line-height: 1.8;
        }
        
        .categories .badge {
            font-size: 0.9rem;
            padding: 8px 12px;
        }
        
        .breadcrumb {
            background: none;
            padding: 0;
            margin-bottom: 30px;
        }
        
        .breadcrumb-item a {
            color: #007bff;
            text-decoration: none;
        }
        
        .breadcrumb-item a:hover {
            text-decoration: underline;
        }
        
        .no-image-placeholder {
            text-align: center;
            padding: 50px;
            background: #f8f9fa;
            border-radius: 10px;
        }
        
        .back-button {
            margin-bottom: 20px;
        }
        
        .product-meta {
            background: #f8f9fa;
            padding: 20px;
            border-radius: 10px;
            margin-bottom: 30px;
        }
        
        .product-meta .row {
            margin: 0;
        }
        
        .product-meta .col-md-6 {
            padding: 10px 0;
        }
        
        .product-meta strong {
            color: #495057;
        }
        
        @media (max-width: 768px) {
            .product-title {
                font-size: 2rem;
            }
            
            .main-image img {
                height: 300px;
            }
            
            .thumbnail {
                height: 60px;
            }
        }
        .wpbtn {
            background: #25D366;
            color: white;
            border: none;
            border-radius: 25px;
            padding: 12px 30px;
            font-weight: 600;
            text-decoration: none;
        }
        .wpbtn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
            background:green
        }
        .wpbtn i {
            margin-right: 10px;
        }
    

        .wbtn {
            position: fixed;
            bottom: 20px;
            right: 20px;
            padding: 1rem 2rem;
            font-size: 1rem;
            font-weight: 600;
            color: green;
            background: green;
            border: 2px solid greenyellow;
            border-radius: 8px;
            cursor: pointer;
            overflow: hidden;
            transition: all 0.3s ease;
          }
          .wbtn i {
            margin-right: 10px;
          }
          
          .liquid {
            background: linear-gradient(green 0 0) no-repeat calc(200% - var(--p, 0%))
              100% / 200% var(--p, 0.2em);
            transition: 0.3s var(--t, 0s),
              background-position 0.3s calc(0.3s - var(--t, 0s));
          }
          
          .liquid:hover {
            --p: 100%;
            --t: 0.3s;
            color: #000;
          }

          /* WhatsApp Button Styles */
          .wpbtn {
              display: inline-flex;
              align-items: center;
              justify-content: center;
              padding: 12px 24px;
              background: linear-gradient(135deg, #25D366, #128C7E);
              color: white !important;
              text-decoration: none !important;
              border-radius: 25px;
              font-weight: 600;
              font-size: 16px;
              transition: all 0.3s ease;
              box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
              border: none;
              cursor: pointer;
          }

          .wpbtn:hover {
              background: linear-gradient(135deg, #128C7E, #0F6B5B);
              transform: translateY(-2px);
              box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
              color: white !important;
              text-decoration: none !important;
          }

          .wpbtn i {
              margin-right: 8px;
              font-size: 18px;
          }

          .wpbtn:focus {
              outline: none;
              box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.3);
          }

          /* Product Detail Page Specific Styles */
          .product-image-gallery {
              position: sticky;
              top: 20px;
          }
          
          .main-image img {
              width: 100%;
              object-fit: cover;
              border-radius: 10px;
              box-shadow: 0 4px 8px rgba(0,0,0,0.1);
          }
          
          .thumbnail {
              width: 100%;
              height: 80px;
              object-fit: cover;
              border-radius: 5px;
              cursor: pointer;
              border: 2px solid transparent;
              transition: all 0.3s ease;
          }
          
          .thumbnail:hover {
              border-color: #007bff;
              transform: scale(1.05);
          }
          
          .thumbnail.active {
              border-color: #007bff;
              box-shadow: 0 2px 8px rgba(0,123,255,0.3);
          }
          
          .product-details {
              padding: 20px 0;
          }
          
          .product-title {
              font-size: 2.5rem;
              font-weight: 700;
              color: #333;
          }
          
          .short-description {
              font-size: 1.1rem;
              line-height: 1.6;
          }
          
          .product-description {
              background: #f8f9fa;
              padding: 30px;
              border-radius: 10px;
              margin-top: 40px;
          }
          
          .description-content {
              line-height: 1.8;
          }
          
          .categories .badge {
              font-size: 0.9rem;
              padding: 8px 12px;
          }
          
          .breadcrumb {
              background: none;
              padding: 0;
              margin-bottom: 30px;
          }
          
          .breadcrumb-item a {
              color: #007bff;
              text-decoration: none;
          }
          
          .breadcrumb-item a:hover {
              text-decoration: underline;
          }
          
          .no-image-placeholder {
              text-align: center;
              padding: 50px;
              background: #f8f9fa;
              border-radius: 10px;
          }
          
          .back-button {
              margin-bottom: 20px;
          }
          
          .product-meta {
              background: #f8f9fa;
              padding: 20px;
              border-radius: 10px;
              margin-bottom: 30px;
          }
          
          .product-meta .row {
              margin: 0;
          }
          
          .product-meta .col-md-6 {
              padding: 10px 0;
          }
          
          .product-meta strong {
              color: #495057;
          }
          
          @media (max-width: 768px) {
              .product-title {
                  font-size: 2rem;
              }
              
              .main-image img {
                  height: 300px;
              }
              
              .thumbnail {
                  height: 60px;
              }
          }

          /* Related Products Carousel Styles */
          #relatedProductsCarousel {
              position: relative;
          }

          #relatedProductsCarousel .carousel-item {
              transition: transform 0.6s ease-in-out;
          }

          #relatedProductsCarousel .carousel-control-prev,
          #relatedProductsCarousel .carousel-control-next {
              width: 50px;
              height: 50px;
              top: 50%;
              transform: translateY(-50%);
              background: rgba(0, 0, 0, 0.5);
              border-radius: 50%;
              opacity: 0.8;
          }

          #relatedProductsCarousel .carousel-control-prev {
              left: -25px;
          }

          #relatedProductsCarousel .carousel-control-next {
              right: -25px;
          }

          #relatedProductsCarousel .carousel-control-prev:hover,
          #relatedProductsCarousel .carousel-control-next:hover {
              opacity: 1;
              background: rgba(0, 0, 0, 0.7);
          }

          #relatedProductsCarousel .carousel-indicators {
              position: relative;
              margin: 30px 0 0 0;
              bottom: auto;
          }

          #relatedProductsCarousel .carousel-indicators button {
              width: 12px;
              height: 12px;
              border-radius: 50%;
              background-color: #dee2e6;
              border: none;
              margin: 0 5px;
              transition: all 0.3s ease;
          }

          #relatedProductsCarousel .carousel-indicators button.active {
              background-color: var(--primary-color, #007bff);
              transform: scale(1.2);
          }

          /* Carousel responsive adjustments */
          @media (max-width: 992px) {
              #relatedProductsCarousel .carousel-control-prev,
              #relatedProductsCarousel .carousel-control-next {
                  display: none;
              }
          }

          @media (max-width: 768px) {
              #relatedProductsCarousel .carousel-item .row .col-lg-4 {
                  margin-bottom: 20px;
              }
          }
          


#crouton ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    list-style: none;
}

#crouton li {
    float: left;
    margin: 0 10px;
}

#crouton a {
    background: #ddd;
  padding: .2em .5em;
  float: left;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  position: relative;
}

#crouton li:first-child a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#crouton li:last-child a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#crouton a:hover {
    background: var(--primary-color);
    color: white;
}

#crouton li:not(:first-child) > a::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;   
    border-width: 1.5em 0 1.5em 1em;
    border-style: solid;
    border-color: #ddd #ddd #ddd transparent;
    left: -1em;
}

#crouton li:not(:first-child) > a:hover::before {
    border-color: var(--primary-color) transparent;
}

#crouton li:not(:last-child) > a::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;   
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #ddd;
  right: -1em;
}

#crouton li:not(:last-child) > a:hover::after {
    border-left-color: var(--primary-color);
}

/* Active breadcrumb item */
#crouton li.active > a {
    background: var(--primary-color);
    color: white;
}

#crouton li.active > a::before {
    border-color: var(--primary-color) transparent;
}

.contact-hero {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: white;
    padding: 4rem 0;
}

.contact-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
}

.contact-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 1rem;
}

.icon-address {
    background: linear-gradient(135deg, #ff6b6b, #ee5a24);
}

.icon-phone {
    background: linear-gradient(135deg, #4ecdc4, #44a08d);
}

.icon-email {
    background: linear-gradient(135deg, #45b7d1, #96c93d);
}

.icon-time {
    background: linear-gradient(135deg, #f093fb, #f5576c);
}

.map-container {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.working-hours {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 1.5rem;
}

.working-hours h6 {
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 1rem;
}

.working-hours .day {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e9ecef;
}

.working-hours .day:last-child {
    border-bottom: none;
}

.working-hours .day-name {
    font-weight: 600;
    color: #495057;
}

.working-hours .day-hours {
    color: #6c757d;
}

.working-hours .day-hours.closed {
    color: #dc3545;
    font-weight: 600;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    border: none;
    border-radius: 25px;
    padding: 12px 30px;
    font-weight: 600;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
}

.section-title {
    position: relative;
    margin-bottom: 3rem;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    border-radius: 2px;
}

.about-hero {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: white;
    padding: 4rem 0;
}

.vision-card {
    background: linear-gradient(135deg, #ff6b6b, #ee5a24);
    color: white;
    border-radius: 20px;
    padding: 3rem;
    margin-bottom: 3rem;
    box-shadow: 0 15px 35px rgba(255, 107, 107, 0.3);
}

.experience-card {
    background: linear-gradient(135deg, #4ecdc4, #44a08d);
    color: white;
    border-radius: 20px;
    padding: 3rem;
    margin-bottom: 3rem;
    box-shadow: 0 15px 35px rgba(78, 205, 196, 0.3);
}

.quality-card {
    background: linear-gradient(135deg, #45b7d1, #96c93d);
    color: white;
    border-radius: 20px;
    padding: 3rem;
    margin-bottom: 3rem;
    box-shadow: 0 15px 35px rgba(69, 183, 209, 0.3);
}

.printing-card {
    background: linear-gradient(135deg, #f093fb, #f5576c);
    color: white;
    border-radius: 20px;
    padding: 3rem;
    margin-bottom: 3rem;
    box-shadow: 0 15px 35px rgba(240, 147, 251, 0.3);
}

.paper-card {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    border-radius: 20px;
    padding: 3rem;
    margin-bottom: 3rem;
    box-shadow: 0 15px 35px rgba(102, 126, 234, 0.3);
}

.express-card {
    background: linear-gradient(135deg, #ffecd2, #fcb69f);
    color: #333;
    border-radius: 20px;
    padding: 3rem;
    margin-bottom: 3rem;
    box-shadow: 0 15px 35px rgba(252, 182, 159, 0.3);
}

.section-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin: 0 auto 2rem;
}

.express-card .section-icon {
    background: rgba(0, 0, 0, 0.1);
}

.timeline {
    position: relative;
    padding-left: 30px;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--primary-color);
}

.timeline-item {
    position: relative;
    margin-bottom: 2rem;
    padding-left: 2rem;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--primary-color);
    border: 3px solid white;
}

.paper-types {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.paper-type {
    background: rgba(255, 255, 255, 0.1);
    padding: 1rem;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s ease;
}

.paper-type:hover {
    transform: translateY(-5px);
}

.express-card .paper-type {
    background: rgba(0, 0, 0, 0.1);
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    border: none;
    border-radius: 25px;
    padding: 12px 30px;
    font-weight: 600;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
}

.section-title {
    position: relative;
    margin-bottom: 3rem;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    border-radius: 2px;
}

.stats-section {
    background: #f8f9fa;
    padding: 4rem 0;
    margin: 4rem 0;
}

.stat-item {
    text-align: center;
    padding: 2rem;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-color);
    display: block;
}

.stat-label {
    font-size: 1.1rem;
    color: #6c757d;
    margin-top: 0.5rem;
}