/* ...................... Header css................. */
.pix-header {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 0;
  z-index: 2;
}

.pix-menu-icon {
  cursor: pointer;
}
/* .......................Slidebar Menu css............. */
.pix-slide-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 320px;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  z-index: 999999999;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
}

.pix-slide-menu-list {
  list-style: none;
  padding: 0;
  margin: 37px 20px auto 20px;
}

.pix-slide-menu-list li,
.pix-menu-header {
  border-bottom: 1px solid #eee;
}

.pix-slide-menu-list li a {
  display: block;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  font-family: "Poppins";
  font-size: 14px;
  line-height: 46px;
}

.pix-slide-menu-list li:hover {
  border-color: #ff7212;
}

.pix-close-menu {
  font-size: 28px;
  border: none;
  background: none;
}

.pix-menu-header img {
  max-width: 150px;
}

.pix-order-btn-wrap a {
  background-color: #ff7212;
  text-align: center;
  display: block;
  border-radius: 0;
  text-decoration: none;
  font-family: "Poppins";
  font-size: 19px;
  line-height: 46px;
  font-weight: 700;
}

/* ......................Footer css................. */
.pix-footer-wrapper {
  border-top: 1px solid #d9d9d9;
  padding: 28px 0px 56px 0px;
}

.pix-footer-wrapper .pix-menu-wrapper ul.header-nav {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pix-footer-wrapper .pix-menu-wrapper ul.header-nav li {
  position: relative;
}

#menu-footer-menu li:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: -32px;
  top: 8px;
  margin: auto;
  font-weight: bold;
  color: #000;
}

.pix-footer-wrapper .pix-menu-wrapper ul.header-nav li.menu-item a {
  text-decoration: none;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  line-height: 46px;
  color: #000;
}

.pix-footer-wrapper .row .pix-copyright-text {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  color: #000;
  line-height: 28px;
  margin: 0px;
}

@media (max-width: 1024px) {
  #menu-footer-menu li:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .pix-footer-wrapper .pix-menu-wrapper ul.header-nav {
    gap: 20px;
  }
}
/* ..................... First Section css.................. */
.pix-professional-photo {
  background-image: url("https://www.pixxele.com/wp-content/uploads/2025/06/sofa-living-room-decorated-with-brazilian-folklore-design-1.png");
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.pix-professional-photo .pix-professional-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 80px;
  bottom: 0;
  right: 0;
  left: 0;
}

.pix-professional-photo .pix-professional-content {
  position: relative;
  z-index: 2;
}

.pix-professional-photo .pix-professional-content h1 {
  font-size: 54px;
  font-weight: 600;
  line-height: 46px;
  font-family: "Poppins";
  padding-bottom: 14px;
}

.pix-professional-photo .pix-professional-content p {
  font-size: 28px;
  font-weight: 500;
  line-height: 46px;
  font-family: "Poppins";
  padding-bottom: 28px;
}

.pix-professional-photo .pix-professional-content .pix-get-quote,
.pix-why-choose .pix-content-wrapper .pix-description-content .pix-get-quote,
.pix-faq-section .pix-get-quote,
.pix-why-pixxele-page-hero-section .pix-why-pixxele-text-box .pix-get-quote,
.pix-get-quote {
  background-color: #ff7212;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
  font-family: "Poppins";
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  padding: 12px 45px;
}

@media (max-width: 768px) {
  .pix-professional-photo .pix-professional-content {
    z-index: 0;
  }
  .pix-professional-photo .pix-professional-content h1 {
    font-size: 32px;
  }
}
/* ............... About Second Section css................. */
.pix-about-second {
  margin: 84px 0px;
}

.pix-about-second .pix-about-images {
  width: 100px;
}

.pix-about-second p,
.pix-quality-matrial .pix-printing-media .pix-print-service h5,
.pix-quality-matrial p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Poppins";
}

@media (max-width: 768px) {
  .pix-about-second .pix-row {
    gap: 50px;
  }
}
/* ...................Why Choose Section css................... */
.pix-why-choose {
  background-color: #f2f4f7;
}

.pix-why-choose .pix-content-wrapper {
  padding: 0px 85px;
}

.pix-why-choose .pix-content-wrapper .pix-heading-content {
  border-left: 8px solid #ff7212;
  padding-left: 40px;
}

.pix-why-choose .pix-content-wrapper .pix-description-content {
  padding-left: 48px;
}

.pix-why-choose .pix-content-wrapper .pix-heading-content h5,
.pix-quality-matrial .pix-printing-media .pix-print-service h5 {
  font-size: 26px;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 54px;
  color: #000;
}

.pix-why-choose .pix-content-wrapper .pix-heading-content h2 {
  font-size: 50px;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 54px;
}

.pix-why-choose .pix-content-wrapper .pix-description-content h6 {
  font-size: 26px;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 32px;
}

.pix-why-choose .pix-content-wrapper .pix-description-content p,
.pix-quality-about-us-matrial .pix-printing-media-about-page p {
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 32px;
}

.pix-text-orange {
  color: #ff7212;
}

@media (max-width: 1252px) {
  .pix-why-choose .pix-content-wrapper {
    padding: 20px 10px;
  }

  .pix-why-choose .pix-content-wrapper .pix-heading-content h5,
  .pix-why-choose .pix-content-wrapper .pix-description-content h6 {
    font-size: 20px;
    line-height: 40px;
    margin: 0px;
  }

  .pix-why-choose .pix-content-wrapper .pix-heading-content h2 {
    font-size: 28px;
    line-height: 56px;
    margin: 0px;
  }

  .pix-why-choose .pix-content-wrapper .pix-description-content p {
    font-size: 14px;
    line-height: 32px;
    padding-bottom: 16px;
  }

  .pix-why-choose .pix-content-wrapper .pix-heading-content {
    padding-left: 20px;
  }

  .pix-why-choose .pix-content-wrapper .pix-description-content {
    padding-left: 28px;
  }
}

/* ...............Forth Section Product quality.................... */
.pix-quality-matrial .pix-matrial-row,
.pix-contact {
  padding: 80px 0px;
}

.pix-quality-matrial h4,
.pix-quality-matrial .pix-printing-media h4 {
  font-size: 32px;
  font-weight: 600;
  line-height: 54px;
  font-family: "Poppins";
  text-align: center;
}

.pix-quality-matrial .pix-printing-media {
  padding-bottom: 80px;
}
/* ..................... faq section ..................... */
.pix-faq-section {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("https://www.pixxele.com/wp-content/uploads/2025/06/3f5c97aad19cfb398f5f5afdf0d759b8dd6778cc.jpg")
      no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 136px 20px;
}

.pix-faq-section .row h2 {
  font-size: 36px;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 54px;
}

.pix-faq-section .row p {
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 40px;
}

.pix-faq-section
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button {
  padding: 10px 0px;
}

.pix-faq-section .accordion .accordion-item .accordion-header button {
  font-size: 28px;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 54px;
}

.pix-faq-section .accordion .accordion-item .accordion-body {
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 28px;
  padding: 0px 0px 0px 65px;
}

.accordion-button::after {
  order: -1;
  margin-right: 24px;
  margin-left: unset;
  background-color: white;
  border-radius: 30px;
  padding: 18px;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #fff;
  box-shadow: unset !important;
}
.accordion-button {
  background-color: transparent;
  color: #fff;
  font-weight: 600;
}
.accordion-item {
  background-color: transparent;
  border: none;
}
.accordion-body {
  color: #ddd;
}
/* ..............................Contact Us css................. */
.pix-submit-button {
  background-color: #ff6a00;
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 4px;
}

.wpcf7 form .form-control {
  background-color: #f5f5f5;
  padding: 10px;
  border-radius: 4px;
  box-shadow: none;
  font-size: 15px;
}

.wpcf7 form .form-control::placeholder {
  color: #000000;
}

.pix-contact h3 {
  font-size: 30px;
  font-weight: 600;
  font-family: "Poppins";
  line-height: 28px;
}

.pix-contact p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins";
  line-height: 22px;
}

/* ...................... Contact Page Css................... */
.pix-contact-banner {
  background-image: url("https://www.pixxele.com/wp-content/uploads/2025/07/cb8e00706eca86d6e56a15779288c4447fc6db2c-scaled.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  position: relative;
  z-index: 1;
}

.pix-contact-banner::before,
.pix-about-us-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.pix-contact-banner h2,
.pix-about-us-banner h2 {
  font-size: 50px;
  margin-bottom: 56px;
  line-height: 48px;
  font-family: "Poppins";
  font-weight: 600;
}

.pix-contact-page-about {
  background-image: url("https://www.pixxele.com/wp-content/uploads/2025/06/3f5c97aad19cfb398f5f5afdf0d759b8dd6778cc.jpg");
  background-color: #fff;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 84px 0px;
}

.pix-contact-page-about .row img {
  filter: invert(1);
}

@media (max-width: 768px) {
  .pix-contact-banner h2,
  .pix-about-us-banner h2 {
    font-size: 32px;
    line-height: 30px;
  }
}
/* ............................. about page css......................... */

.pix-about-us-banner,
.pix-why-pixxele-banner {
  background-image: url("https://www.pixxele.com/wp-content/uploads/2025/06/3f5c97aad19cfb398f5f5afdf0d759b8dd6778cc.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  position: relative;
  z-index: 1;
}

.pix-quality-about-us-matrial {
  padding: 80px 0px;
  background-color: #f2f4f7;
}

.pix-quality-about-us-matrial .pix-printing-media-about-page h4 {
  font-size: 40px;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 54px;
}

.pix-about-page-hero-section .pix-about-page-image-wrapper img,
.pix-why-pixxele-page-hero-section .pix-why-pixxele-page-image-wrapper img {
  width: 690px;
  height: 392px;
  object-fit: cover;
}

.pix-about-page-hero-section .pix-about-text-box,
.pix-why-pixxele-page-hero-section .pix-why-pixxele-text-box {
  padding: 0px 80px 0px 47px;
}

.pix-about-page-hero-section .pix-about-text-box h3 {
  font-size: 36px;
  font-weight: 600;
  font-family: "Poppins";
  line-height: 46px;
}

.pix-about-page-hero-section .pix-about-text-box p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins";
  line-height: 24px;
  padding-left: 38px;
}

.pix-about-page-hero-section .row .pix-about-text-box .pix-title-highlight,
.pix-why-pixxele-page-hero-section
  .row
  .pix-why-pixxele-text-box
  .pix-title-highlight {
  border-left: 8px solid #ff7212;
  padding-left: 28px;
}

@media (max-width: 768px) {
  .pix-about-page-hero-section .pix-about-text-box,
  .pix-why-pixxele-page-hero-section .pix-why-pixxele-text-box {
    padding: 0px 10px;
  }
}

/*.......................Why pixxele........................*/

.pix-why-pixxele-wrapper h2 {
  text-align: center;
  font-size: 40px;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 54px;
}

.pix-why-pixxele-wrapper p {
  text-align: center;
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 27px;
}

.pix-why-pixxele-page-hero-section .pix-why-pixxele-text-box h3 {
  font-size: 34px;
  font-weight: 600;
  font-family: "Poppins";
  line-height: 54px;
}

.pix-why-pixxele-page-hero-section .pix-why-pixxele-text-box p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins";
  line-height: 27px;
  padding-left: 38px;
}

.pix-why-pixxele-page-hero-section
  .pix-why-pixxele-text-box
  .pix-why-pixxele-button {
  padding: 16px 38px;
}

.pix-why-pixxele-page-hero-section .pix-why-pixxle-text-section {
  background-color: #f9f9f9;
}

/* ......................... Product Single Css......................... */
.pix-why-pixxele-banner .pix-sub-title,
.pix-why-pixxele-banner .pix-main-title {
  font-size: 50px;
  margin-bottom: 16px;
  line-height: 48px;
  font-family: "Poppins";
  font-weight: 600;
}

.pix-why-pixxele-banner .pix-description {
  font-size: 20px;
  margin-bottom: 32px;
  line-height: 46px;
  font-family: "Poppins";
  font-weight: 500;
}

.pix-product-type .pix-paper-title,
.pix-border-type .pix-paper-title {
  border-left: 8px solid #f26522;
  padding-left: 29px;
  font-size: 32px;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 16px;
  font-family: "Poppins";
}

.pix-product-type .pix-paper-option .pix-paper-img,
.pix-border-type .pix-paper-option .pix-paper-img {
  width: 100%;
  object-fit: cover;
}

.pix-product-type .pix-paper-option .pix-paper-caption {
  text-align: center;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 46px;
  font-size: 25px;
  border: 1px solid #d9d9d9;
  padding: 12px 0px;
  margin-top: 10px;
}

.pix-border-type .pix-paper-title p {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 48px;
  margin: 0;
}

.pix-border-type .pix-paper-option .pix-paper-caption {
  text-align: left;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 46px;
  font-size: 16px;
  border: 1px solid #d9d9d9;
  padding: 0px 18px;
  margin-top: 2px;
}

.pix-single-product-wrapper .pix-single-product-column span {
  background-color: #ff7212;
  padding: 2px 18px;
  border-radius: 40px;
  color: #fff;
  align-items: center;
  max-width: 260px;
  gap: 6px;
  margin-bottom: 20px;
}

.pix-single-product-wrapper .pix-single-product-column span p {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 600;
  line-height: 27px;
  color: #fff;
}

.pix-single-product-wrapper .pix-single-product-column .pix-product-title {
  font-family: "Poppins";
  font-size: 34px;
  font-weight: 600;
  line-height: 54px;
  color: #000;
}

.pix-single-product-wrapper .pix-single-product-column p {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #000;
}

.pix-single-product-wrapper
  .pix-single-product-column
  .pix-product-description
  ul
  li {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  color: #000;
}

.pix-single-product-wrapper .pix-single-product-column div ul {
  padding-left: 22px;
}

.pix-variation-wrapper .form-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.pix-variation-wrapper .pix-variation-type-label {
  font-weight: 600;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 54px;
  min-width: 148px;
}
.pix-variation-wrapper .pix-variation-select {
  max-width: 250px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Poppins";
}

.pix-variation-wrapper .pix-variation-paper-button-wrapper {
  gap: 12px;
}

.pix-variation-wrapper .pix-variation-paper-type-label {
  border: 1px solid #d9d9d9;
  padding: 8px 18px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  color: #000;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Poppins";
}

.btn-check:checked + .pix-variation-paper-type-label {
  border-color: #ff7212;
  background-color: #ff7212;
  color: #fff;
}

.pix-variation-paper-type-label:hover {
  border-color: #ff7212;
  color: #ff7212;
}

.accordion .pix-accordion-title button {
  padding: 0px;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  line-height: 54px;
  font-family: "Poppins";
}

.accordion .pix-accordion-title .accordion-button::after {
  padding: 0px;
}
.accordion .pix-accordion-description .accordion-body {
  padding: 0;
  padding-left: 42px;
  color: #000;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  font-family: "Poppins";
}

hr {
  margin: 0px;
}

.pix-single-product-column .pix-shop-button {
  margin-top: 20px;
  border: none;
  padding: 16px 32px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .pix-why-pixxele-banner .pix-sub-title,
  .pix-why-pixxele-banner .pix-main-title {
    font-size: 32px;
    line-height: 42px;
  }

  .pix-why-pixxele-banner .pix-description {
    line-height: 32px;
  }

  .pix-variation-wrapper .pix-variation-paper-button-wrapper {
    gap: 6px;
  }

  .pix-variation-wrapper .pix-variation-paper-type-label {
    padding: 8px 12px;
    font-size: 12px;
  }
}

/* ..................... Bpopup css.............. */
.bpopup-container {
  max-width: 600px;
  width: 90%;
  background: #fff;
  padding: 30px 25px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  position: relative;
  font-family: "Arial", sans-serif;
}

.bpopup-title {
  margin-top: 0;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Poppins";
  text-align: center;
  color: #333;
}

.bpopup-close {
  position: absolute;
  top: 10px;
  right: 12px;
  background: none;
  border: none;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  color: #888;
  transition: color 0.3s;
}

.bpopup-close:hover {
  color: #000;
}

@media (max-width: 480px) {
  .bpopup-container {
    padding: 20px 15px;
  }

  .bpopup-title {
    font-size: 1.3rem;
  }
}

/* .................... Shop Page Css................... */

.pix-card-product-list .pix-card-title {
  font-family: "Poppins";
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #000;
}
.pix-card-product-list .pix-card-button-view {
  border-radius: 30px;
  font-size: 18px;
  font-family: "Poppins";
  font-weight: 400;
  background-color: #ff7212;
  color: white;
  padding: 10px 28px;
  line-height: 54px;
  text-decoration: none;
}
