
body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
    
}
.navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.text-primary{
    color:gray !important;
}
 
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-outline-primary.active{
     border:1px solid #ff5722 !important;
     background-color:#ff5722 !important;
}
h1,h2,h3,h4,h5,h6 {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.mobile-menu{
    background-color: #333;
    padding:5px 20px 5px 10px;
}
.nav-link,.btn-outline-primary{
    --bs-nav-link-color: #ff5722;
}
.nav-link:focus, .nav-link:hover{
    --bs-nav-link-hover-color:#000;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    --bs-nav-pills-link-active-bg:#ff5722;
}
.btn-primary:hover,.btn-outline-primary:hover{
    --bs-btn-hover-bg:#ff5722;
   --bs-btn-hover-border-color:#ff5722;
}
/* Black Top Bar */
.top-bar-black {
    background-color: #333;
    color: white;
    padding: 5px 0;
    font-size: 0.85rem;
}
.top-bar-black a {
    text-decoration: none;
}
.search-form {
   position:relative;
}
.search-form .fas{
    position: absolute;
  top: 11px;
  right: 13px;
  color: gray;
  font-size: 1rem;
}
/* Orange Main Navigation Bar */
.main-navbar-orange {
    background-color: #ff5722;
    color: white;
    padding:0;
}
.main-navbar-orange .navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
}
.main-navbar-orange .nav-link {
    font-weight: 500;
    color: white !important;
    padding: 0.5rem 0.75rem !important;
    font-size: 0.9rem;
    white-space: nowrap; /* Prevent wrapping */
}
.main-navbar-orange .nav-link.active {
    color: #f8f9fa !important;
    font-weight: bold;
}
.main-navbar-orange .search-form {
    position: relative;
}
.main-navbar-orange .search-input {
    border-radius: 5px;
    border: none;
    padding-right: 40px;
    width: 180px;
    font-size: 0.9rem;
    background-color: rgba(255, 255, 255, 0.9);
}
.main-navbar-orange .search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    cursor: pointer;
}

/* Main Content Area */

.main-content-card2 {
    padding-left:1rem;
}
.main-content-card3 {
    background-color: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    margin-bottom: 25px;
    height: 50%; /* Ensure cards in a row have equal height */
    width: 58%;
    margin-left:-82px;
    margin-top:82px;
}
.product-image-container {
    position: relative;
    width: 100%;
    background-color: #e9ecef;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.product-image-container img {
    max-width:100%;
    object-fit: cover;
}
.discount-badge {
    position: absolute;
    top: 15px;
    left: 0;
    background-color: #ff5722;
    color: white;
    padding: 5px 15px;
    border-radius: 0 20px 20px 0;
    font-weight: bold;
    font-size: 1.1rem;
    z-index: 10;
}

.product-title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #ff5722;
    margin-bottom: 0.5rem;
}
.customer-review-stars {
    color: #ffc107;
    font-size: 1.1em;
}
.delivery-info {
    background-color: #d1ecf1;
    color: #0c5460;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 0.9rem;
    margin-top: 15px;
}
.description-text {
    font-size: 0.95rem;
    color: #555;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}
.input-label {
    font-weight: 600;
    color: #555;
    margin-bottom: 5px;
    font-size: 0.9rem;
}
 
.dimension-group {
    display: flex;
    align-items: center;
}
.dimension-group .form-control {
    flex-grow: 1;
}
.dimension-group .x-icon {
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0 10px;
    color: #555;
}
.btn-outline-primary {
    border-color: #FF6F00;
    color: #FF6F00;
    font-size: 0.9rem;
    padding: 8px 20px;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
    background-color: white;
}
.btn-primary {
    background-color: #FF6F00;
    color: white;
    border-color: #FF6F00;
}

.upload-section-box {
    border: 1px dashed #ced4da;
    border-radius: 5px;
    padding: 15px;
    background-color: #fcfcfc;
    margin-top: 20px;
}
.file-upload-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 8px 10px;
    background-color: #fff;
    cursor: pointer;
    font-size: 0.9rem;
}
.file-upload-custom input[type="file"] {
    display: none;
}
.file-upload-custom .choose-file-btn {
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}
.file-upload-custom .file-name {
    flex-grow: 1;
    text-align: left;
    padding-left: 10px;
    color: #6c757d;
}
.design-info-text {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 10px;
    font-weight: 600;
}
.design-note {
    font-size: 0.85rem;
    color: #dc3545;
    margin-top: 10px;
}
.design-thumbnails-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}
.design-thumbnail {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border: 1px solid #ddd;
    border-radius: 5px;
}

/* Right Column: Custom Printing Size Table, Price & Order Summary */
.summary-card {
    background-color: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    margin-bottom: 25px;
    height: 100%; /* Ensure cards in a row have equal height */
}

 
.price-label-small {
    font-size: 20px;
    font-weight: bold;
}
.actual-price-large {
    font-size: 30px;
    font-weight: bold;
    color: #ff5722;
    line-height: 1;
}

.quantity-control input{
    max-width:85px;
    text-align:center;
}
.quantity-control input::-webkit-outer-spin-button,
.quantity-control input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.dispatch-info {
    font-size: 0.9rem;
    margin-top: 15px;
}

/* Relevant Products Section */
.relevant-products-section {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    margin-top: 20px;
}
.relevant-products-section h5 {
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}
.relevant-product-item {
    display: flex;
    flex-direction: column;
    align-items: center; /* This will center the image and text horizontally */
    text-align: center;
}
.relevant-product-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.product-image-small {
    background-color: #e9ecef;
    width: 80%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-weight: bold;
    border-radius: 5px;
    flex-shrink: 0;
    overflow: hidden;
}
.product-image-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.relevant-product-details {
    margin-left: 15px;
    flex-grow: 1;
}
.relevant-product-details h6 {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}
.original-price {
    text-decoration: line-through;
    color: #6c757d;
    font-size: 1rem;
    margin-right: 5px;
}
.discounted-price {
    color: #ff5722;
    font-weight: bold;
    font-size: 1rem;
}

/* Footer */
.footer-section {
    background-color: #343a40;
    color: #f8f9fa;
    padding: 40px 0;
    font-size: 0.85rem;
    margin-top: 50px;
}
.footer-section a {
    color: #f8f9fa;
    text-decoration: none;
}
.footer-section a:hover {
    text-decoration: underline;
}
.footer-section h5 {
    color: #ff5722;
    font-weight: bold;
    margin-bottom: 15px;
}
.payment-icons img {
    max-width:100%;
    bor
 
}

.footer-bottom-orange {
    background-color: #ff5722;
    color: white;
    padding: 10px 0;
    font-size: 0.9rem;
}
.footer-bottom-orange a {
    color: white;
    text-decoration: none;
}
.copyright-text {
    font-size: 0.8rem;
}
ul.list-unstyled li {
    margin-bottom: 1rem; /* or any value like 10px */
}
.tab-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  
  .tab-button {
    flex-grow: 1;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 7px;
  
  }
  
  .tab-button:hover {
    background-color: #e0e0e0;
  }
  
  .tab-button.active {
    background-color: #ff6600; /* Orange color for active tab, matching the image */
    color: white;
    border-radius: 7px;
  }
  
  .tab-content {
    padding: 20px 0;
    border-top: none;
  }
  
  .tab-content.active {
    display: block; /* Show active content */
  }
  .play-button {
    color: #ff0000; /* Red color for YouTube */
    font-size: 2rem;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color:#fff;
    width: 45px;
    height: 35px;
    border-radius:8px;
    z-index: 10;
    line-height:1.15;
    text-align:center;
}
.product_details{
    background-color: #fff;
    border: 1px solid #eee;
  padding: 20px;
  border-radius: 8px;
  box-shadow: -1px 2px 8px rgba(0,0,0,0.1);
}
.whatsappChat{
border: none;
  border-radius: 2px;
  width: 150px;
  background-color: #26a69a;
  color: white;
  position: fixed;
  text-align: center;
  padding: 5px 10px;
  font-size: 0.9rem;
  right: 5%;
  bottom: 60px;
  z-index: 99999;
}
/* Home Slider */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: start;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-pagination-bullet-active{
    background-color:#ff5722;
}
.swiper-button-next, .swiper-button-prev{
    color: #ff5722;
      background-color: #f5f5f5;
      padding: 0.1rem 1.2rem;
  border-radius: 0.5rem;
}
.swiper-button-next::after, .swiper-button-prev::after{
    font-size: 1.2rem;
}
/* Best Product Slider */
.best-products{
    background-color:#F9F9F8;
}
.bestProduct .swiper-slide {
    background-color:#ffffff;
    border:1px solid #eeeeee;
    padding: 4px;
    height:auto;
 transition: box-shadow 0.3s ease;
}
.bestProduct .swiper-slide:hover,.bestProduct .swiper-slide:focus{
    box-shadow: 0 1px 10px 6px rgba(128,128,128,.15);

}
.product-dtls{
    padding:1rem;
}
.product-dtls .customer-review-stars .fas {
    font-size:0.75rem;
}
/* Testimonial */
.homepage .footer-section{
    margin-top:0;
}
.testimonials{
    background:#eee url(../images/common/testimonials.jpg) center center no-repeat;
    color:#000000;
}
.testimonials hr{
    display:inline-block;
}
.testimonials .testiSlider {
    height:200px;
}
.testicont{
    margin:0 auto;
    max-width:760px;
}
 
.testimonials .swiper-slide{
    align-items:center;
}