body {
  background: #f8f9fa;
  overflow-x: hidden;
}

.offset-printing-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 10px;
  margin-top:50px;
}
.send-button{
      text-align: -webkit-center;
}
.offset-printing-page{
  padding-top:60px;
}
.offset-printing-page .section-one-image {
  position: relative;
}
.offset-product-description{
  font-size: 14px;
}

.offset-printing-page .section-one-image img {
  width: 100%;
  /* position: absolute; */
  height: 360px;
  /* margin-top: 40px; */
  object-fit: contain;
}

.offset-printing-page .section-one-details h1 {
  font-size: 92px;
  font-weight: bold;
      text-transform: uppercase;
}

.offset-printing-page .section-one-details p,
.section-para p {
  font-size: 16px;
  line-height: 30px;
}

.offset-product-card {
  background-color: #ffffff;
  /* padding: 0px 10px; */
  margin-bottom: 20px;
  border-radius: 15px;
      height: 550px;
          position: relative;

}

.offset-product-button {
  border: none;
  background: black;
  color: white;
  font-size: 14px;
  padding: 3px 30px;
  border-radius: 6px;
}
.offset-button-card{
    width: 100%;
    position: absolute;
    bottom: 17px;
    justify-self: center;
}
.section-one-details p{
    
    text-align: justify;
}
.section-one-details {
    margin-top: 42px !important;
    text-transform: capitalize !important;
    /* text-transform: uppercase !important; */
}

.contact-text {
    place-self: anchor-center;
    line-height: 1.1;
    text-transform: uppercase;
    text-align: -webkit-right;
    float: right;
}

.offset-printing-page .card-section {
  margin-top: 70px;
}

.offset-printing-page .card-section img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 15px 15px 0px 0px;
}

.offset-product-details {
  text-align: center;
  background-color: white;
      /* padding-bottom: 25px; */
          padding: 10px 10px 25px 10px;
}

.offset-product-details h5 {
  margin-top: 10px;
}

.offset-product-button {
  border: none;
  background: black;
  color: white;
  font-size: 14px;
  padding: 3px 30px;
  border-radius: 6px;
}

.offset-why-choose-us .why-choose-us-head h2 {
  line-height: 56px;
  font-size: 40px;
  width: 50%;
  justify-self: center;
}

.offset-why-choose-us .why-choose-us-head {
  text-align: center;
}

.offset-why-choose-us {
  margin-top: 70px;
  padding: 0px 60px;
}

.why-choose-us-details {
  padding: 0px 60px;
}

.choose-us-items {
  margin-top: 40px;
  text-align: -webkit-center;
  padding: 0px 30px;
}

.choose-us-items p {
  text-align: justify;
  font-size: 16px;
  line-height: 25px;
}

.choose-us-items h4 {
  margin: 10px 0px;
  font-size: 20px;
}

.choose-us-items img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.why-choose-us-card {
  margin-top: 90px;
  text-align: center;
}

.why-choose-card {
  padding: 10px;
  box-shadow: 0px 1px 2px 0px #00000042;
  border-radius: 10px;
  height: 200px;
  margin-bottom: 20px;
}

.why-choose-card h4 {
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0px;
}

.why-choose-card p {
  font-size: 12px;
  line-height: 17px;
  margin-top: 40px;
}

.ppa-wrapper {
  /* max-width: 880px; */
  margin: 60px auto;
  padding: 0 15px;
}

.ppa-title {
  /* font-weight: 800; */
  font-size: clamp(28px, 4vw, 44px);
  text-align: center;
  margin-bottom: 30px;
  color: #111111;
}

/* Accordion items */
.ppa-item {
  background-color: #ffffff;
  border-radius: 12px;
  /*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);*/
  margin-bottom: 18px;
  overflow: hidden;
  border: none;
}

/* Accordion buttons */
.ppa-btn {
  background-color: transparent;
  color: #222222;
  padding: 18px 22px;
  box-shadow: none !important;
  border: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 14px;
}

/* Left bullet icon */
.ppa-btn::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #000000;
  /* blue dot */
  border-radius: 50%;
  flex: 0 0 10px;
}

/* Default chevron icon */
.ppa-btn::after {
  margin-left: auto;
  filter: grayscale(1) contrast(0.7);
  opacity: 0.8;
  transform: rotate(-90deg);
  transition: transform 0.25s ease;
}

/* When open */
.ppa-btn:not(.collapsed)::after {
  transform: rotate(0deg);
  opacity: 1;
}

/* Accordion content */
.ppa-body {
  border-top: 1px solid #e5e7eb;
  color: #555555;
  padding: 16px 22px 22px;
  line-height: 1.6;
  /*background-color: #fafafa;*/
}

/* Remove Bootstrap default borders */
.accordion,
.accordion-item,
.accordion-button {
  border: none;
}

.reviews-section {
  padding: 48px 0 24px;
  background-color: #ffffff;
}
.reviews-title {
  font-size: 30px ;
  font-weight: 300;
  /* margin: 0 0 18px 0; */
  padding-left: 8px;
}

/* Swiper sizing */
.reviews-swiper {
  padding: 18px 8px 48px;
}

/* Card */
.review-card {
  background-color: #2d2727; /* deep brown/charcoal like screenshot */
  color: #e9e9e9;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  padding: 20px 22px 22px;
  height: 100%;
  position: relative;
}

/* top row */
.review-top {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 14px;
  align-items: center;
  margin-bottom: 12px;
}

.avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  object-fit: cover;
  border: 3px solid #3a3333;
}

.meta .name {
  margin: 0 0 4px 0;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

.stars span {
  color: #ffc107; /* gold stars */
  font-size: 16px;
  letter-spacing: 1px;
}

/* three-dot button (non-functional, decorative) */
.more {
  background: transparent;
  border: none;
  color: #a6a6a6;
  font-size: 20px;
  padding: 6px 6px 0 6px;
  line-height: 1;
  cursor: default;
}

/* Review text */
.review-text {
  margin: 8px 0 0 0;
  color: #d6d6d6;
  line-height: 1.7;
  font-size: 15px;
}

/* Swiper controls theme */
.swiper-button-prev,
.swiper-button-next {
  color: #1b1b1b;
  background: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 16px;
}
.swiper-pagination-bullet {
  background: #c9c9c9;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #111111;
}

/* Make slides height equal */
.swiper-slide {
  height: auto;
}

/* FontAwesome Icons */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css");

/* Layout */
.contact-us {
  width: 100%;
  background-color: #f7f8fa;
  padding: 60px 0;
  font-family: "Poppins", sans-serif;
}

.whats-app {
  position: fixed;
  right: 60px;
  bottom: 60px;
  background: green;
  padding: 6px 12px;
  border-radius: 50%;
  z-index: 99999999999 !important;
}
.whats-app a{
  color: white !important;
  font-size: 20px;
}

/* Left column styles */
.contact-inputs {
  background: transparent;
}

.contact-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.input-row {
  display: flex;
  gap: 12px;
  margin-bottom: 10px;
}

.input-group {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  /*border: 1px solid #e5e5e5;*/
  flex: 1;
  /* padding: 8px 10px; */
}

.input-group.full {
  width: 100%;
  margin-top: 10px;
}

.icon {
  background: #111;
  color: #f0c400;
  width: 30px;
  height: 100%;
  display: grid;
  place-items: center;
  border-radius: 6px;
  font-size: 14px;
  margin-right: 8px;
}
/* Fix icon + input alignment */
.input-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 10px;
}



.input-group.full {
  width: 100%;
  margin-top: 10px;
}


/* Input fields */
input,
select,
textarea {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font: inherit;
  color: #333;
  padding: 8px 10px;
  min-width: 0; /* ensures input doesn’t overflow in flex */
}

/* Textarea */
textarea {
  resize: vertical;
  min-height: 80px;
}

/* Send button */
.send-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #111;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 24px;
  margin-top: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}

.send-btn i {
  color: #f0c400;
}

.send-btn:hover {
  background: #000;
}

/* Button */
.send-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #111;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 24px;
  margin-top: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease;
}

.send-btn:hover {
  background: #000;
}

.send-btn:active {
  transform: translateY(1px);
}

.send-btn i {
  color: #f0c400;
}

/* Right column text */
.contact-text {
  place-self: anchor-center;
  line-height: 1.1;
}

.contact-text p {
  margin: 0;
  font-weight: 700;
}

.w1 {
  font-size: clamp(48px, 7vw, 100px);
  color: #222;
}

.w2 {
  font-size: clamp(36px, 6vw, 70px);
  color: #f0c400;
}

.w3 {
  font-size: clamp(36px, 6vw, 70px);
  color: #222;
}

.w4 {
  font-size: clamp(36px, 6vw, 70px);
  color: #f0c400;
}

@media (max-width: 768px) {
  .contact-text {
    text-align: center;
    margin-top: 30px;
  }
  .offset-why-choose-us .why-choose-us-head h2 {
    width: 80%;
  }
  .reviews-title {
    /* font-weight: 800; */
    /* margin: 0 0 18px 0; */
    padding-left: 8px;
    font-size: 26px;
}
.review-text{
  font-size: 13px;
}
.contact-text{
  width: 100%;
}
}
.section-nine,
.footer,
.copyright {
  overflow-x: hidden !important;
}

.our-clients {
  padding: 15px 0px 15px 0px !important;
}

/* section nine */

.section-nine {
  background: #111011;
}

.footer {
  margin-top: 60px;
  padding: 50px 0px 0px 50px;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
button,
span {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

.footer h4 {
  color: #fcdf04;
  font-size: 14px;
  margin-bottom: 20px;
  margin-left: 0px;
  font-weight: 700;
}

.footer ul li {
  color: white;
  font-size: 12px;
  list-style: none;
}

.footer ul {
  padding-left: 0px !important;
}

.footer ul li {
  margin-bottom: 11px;
  /* font-weight: 700; */
  width: 100%;
  font-size: 11px;
}

.footer .footer-logo img {
  width: 60%;
  /* float: right; */
  margin-bottom: 30px;
}

.get-in-touch span {
  display: flex;
}

.get-in-touch img {
  width: 6%;
  height: 13px;
  object-fit: contain;
  margin-right: 8px;
}

.section-nine {
  /* margin-top: 20px; */
}

.copyright {
  background-color: black;
  color: white;
  padding: 10px;
}

.c-name {
  padding-left: 30px;
}

.c-icons {
  text-align-last: right;
  padding-right: 80px;
}

.c-icons img {
  width: 30px;
  height: 21px;
  object-fit: contain;
}

/* navbar */

.navbar .container {
  flex-wrap: initial !important;
  max-width: 100% !important;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  height: 100%;
}

.navbar {
  height: 60px;
  background-color: #111011;
  position: relative;
  border-bottom: 1px solid #353535;
  z-index: 1030;
}

.nav-right {
  align-content: center;
  height: 60px;
  background-color: #fcdf04;
  border: 1px solid #ecd208;
}

.logo img {
  width: 150px;
  height: 45px;
  object-fit: contain;
}

.menu-icon {
  display: none;
  color: white !important;
}

.nav-elements {
  margin-left: 135px;
}

.nav-elements ul {
  display: flex;
  justify-content: left !important;
  list-style-type: none;
  margin-top: 22px;
}

.nav-elements ul li:not(:last-child) {
  margin-right: 80px;
}

.nav-elements ul li {
  font-size: 15px;
  font-weight: 800;
  color: white;
  position: relative;
}

.nav-elements ul a {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
}

.nav-elements ul a.active {
  color: #ffffff;
  font-weight: 500;
  position: relative;
}

.nav-elements ul a.active::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #574c4c;
}

/* === Dropdown Styles === */
.nav-elements ul li.dropdown {
  position: relative;
}

.nav-elements ul li .dropdown-menu {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  background-color: #111011;
  padding: 10px 0;
  min-width: 150px;
  border: 1px solid #353535;
  z-index: 1050;
  flex-direction: column;
}

.nav-elements ul li .dropdown-menu li {
  margin: 0;
}

.nav-elements ul li .dropdown-menu a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
}

.nav-elements ul li .dropdown-menu a:hover {
  background-color: #2a2a2a;
}

/* Show dropdown on hover */
.nav-elements ul li.dropdown:hover .dropdown-menu {
  display: block;
}


/* media Query */

@media(max-width:991px) {
  .nav-elements ul li:not(:last-child) {
    margin-right: 45px;
  }

  .c-icons {
    text-align-last: center !important;
    margin: 10px 0px !important;
    padding-right: 0px !important;
  }

  .graphic-button a {
    padding: 3px 26px;
  }

  .graphic-page .graphic-button {

    margin-right: 0px;
  }
  .offset-printing-page .section-one-details h1 {
    font-size: 75px;
    /* font-weight: bold; */
}
.offset-why-choose-us .why-choose-us-head h2 {
  width: 100%;
}

}

@media(max-width:768px) {
  .footer-logo img {
    width: 20% !important;

  }

  .footer-logo {
    text-align: -webkit-center !important;
  }
  .offset-printing-page .section-one-image img{
    position: sticky;
  }
  .offset-printing-page .section-one-details h1 {
        font-size: 90px;
  }
}


@media (max-width: 768px) {

  .navbar>.container,
  .navbar>.container-fluid,
  .navbar>.container-lg,
  .navbar>.container-md,
  .navbar>.container-sm,
  .navbar>.container-xl,
  .navbar>.container-xxl {
    justify-content: space-between !important;
  }

  .legal-hide {
    display: none;
  }

  .navb-logo img {
    width: 50% !important;
  }

  .nav-elements {
    /* padding: 0px 15px; */
  }


  .menu-icon {
    display: block;
    cursor: pointer;
    color: white !important;
  }

  .nav-elements {
    position: absolute;
    right: 0px;
    top: 60px;
    background-color: #111011;
    width: 0px;
    height: calc(100vh - 60px);
    transition: all 0.3s ease-in;
    overflow: hidden;
  }

  .nav-elements.active {
    width: 270px;
    background: #fcdf04;
    /* height: 100vh; */
    z-index: 999;


  }

  .nav-elements ul {
    display: flex;
    flex-direction: column;

  }

  .nav-elements ul li {
    margin-right: unset;
    margin-top: 22px;
  }
  .choose-us-items p {
    font-size: 14px;
}
.accordion-button{
  font-size: 14px;
}
}

@media(max-width:567px) {
  .contact-form {
    padding: 20px 10px;
  }
  .whats-app {

    right: 34px;
    bottom: 45px;

    padding: 3px 8px;

}
  .whats-app a{
    font-size: 16px !important;
  }
  .offset-printing-page .section-one-details h1 {
        font-size: 55px;
  }
  .offset-why-choose-us .why-choose-us-head h2 {
    line-height: 44px;
    font-size: 26px;
    width: 100%;
  }
  .choose-us-items h4 {
    font-size: 18px;
}
  .offset-why-choose-us {
    margin-top: 70px;
    padding: 0px 0px;
}
.ppa-wrapper {
    /* max-width: 880px; */
    /* margin: 60px auto; */
    padding: 0 0px;
}
  .whats-app {

    right: 34px;
    bottom: 45px;

    padding: 3px 8px;

}
  .whats-app a{
    font-size: 16px !important;
  }



}