body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}

.btn {
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: white;
  border-radius: 50px;
  font-weight: 500;
  background: black;
  padding: 12px 35px 12px 35px;
  transition: transform 0.5s ease-in-out;
  display: inline-block;
}

.btn:hover {
  transform: scale(1.05);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", serif;
  font-weight: 500;
  letter-spacing: 1px;
}

.traHeading {
  font-size: 56px;
  color: #000000;
  font-weight: 400;
}

.trainnerHeading {
  font-size: 22px;
  color: #000000;
  margin: 5px 0px;
}

.trainnerPara {
  color: #686868;
  font-size: 15px;
  margin: 5px 0px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 2px;
}

.cwhite {
  color: white;
}

.cRed {
  color: #d51d33;
}

.cBlack {
  color: #000000;
}

.fPara {
  color: #ffffff99;
}

/* Header --------------------------------------------------------------------------------------------------- */
.mainheader {
  position: sticky;
  top: 0;
  z-index: 999;
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  /* optional */
}

.mainheader {
  padding: 20px 0px;
}

.mainLogo {
  width: 110px;
}

.hDropdown li a {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
}

.uprheadersideUl li a {
  font-size: 18px;
  font-weight: 500;
}

/* Dropdown styles */
.dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
  position: fixed;
  top: 100px;
  left: 0;
  width: 100vw;
  background: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  padding: 30px 40px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.megamenuFlex {
  flex-wrap: wrap;
}

.menuColumn {
  flex: 1;
}

.menuColumn .title {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
}

.menuColumn ul li {
  margin-bottom: 8px;
}

.menuColumn ul li a {
  color: #555;
  padding: 5px 0px;
  transition: color 0.3s;
}

.menuColumn ul li a:hover {
  color: #000;
}

.menuColumn .image-column {
  width: 180px;
  height: 110px;
}

.socialsIcon i {
  font-size: 23px;
  color: #000000;
}

li.socialsIcon {
  background: white;
  border-radius: 10px;
}
.socialsIcon {
  font-weight: 500;
}

/* Footer---------------------------------------------------------------------------------------------------*/
.footerLogo {
    height: 75px;
    width: 143px;
}
.footerSocials {
    padding-top: 34px;
}
.mainFooter {
  background: url("/assets/images/footer.webp");
  background-color: #000000;
}

.footerLast {
  position: relative;
  padding-top: 40px;
}

.footerLast::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 2px;
}

.firstFooter {
  padding-bottom: 90px;
}

.foooterAboutus .socialsIcon i {
  padding: 5px;
}

#subscribe-content {
    display: inline-flex;
    width: 100%;
}

input.footeremailBox {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 10px;
}

.callToaction {
  background: url("calltoaction.png");
  padding: 100px 20px;
  margin-bottom: 20px;
  border-radius: 40px;
}

.callToHeading h3 {
  color: white;
  font-size: 48px;
  margin-bottom: 15px;
}

.callToinput .newsletterForm {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 40px 70px 50px 70px;
}

.newsletterForm h3 {
  margin-bottom: 20px;
}

.callToinput {
  width: 100%;
}

.inputSubscribe {
  padding: 10px 15px 10px 0;
  border: none;
  padding-right: 5px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
  height: 47px;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-color: transparent;
  width: 72%;
}

/* home Banner---------------------------------------------------------------------------------------------------*/
.Mainbanner {
  background: #000;
  color: #fff;
}

.text-content {
  position: absolute;
  top: 40%;
  left: 20%;
}

.text-content h1 {
  font-size: 48px;
  margin-bottom: 20px;
}

.btn-light {
  background: white;
  color: #000000;
}

.text-content.text-contenttwo {
  text-align: end;
  right: 20%;
}

.text-content p {
  font-size: 16px;
  margin-bottom: 20px;
}

.image-content img {
  max-height: 800px;
}

.item.hero-slide {
  position: relative;
}

.bannerbigHead {
  font-size: 108px;
  color: #d51d33;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -26px !important;
  position: relative;
}

/* home-marquee------------------------------- */
.marqueSection {
  padding: 40px 0px;
  background: linear-gradient(to right, #2d8ecb, #d51d33);
}

.slick_slider_ltr {
  display: flex;
  animation: marquee-scroll 25s linear infinite;
}

.prt-marquee-box-wrapper {
  padding: 0 40px;
  white-space: nowrap;
  flex: 0 0 auto;
}

.prt-box-title {
  color: white;
}

/* since-section-------------------------- */
.sincefirst-text {
  font-size: 210px;
  line-height: 200px;
  animation: shake 24s linear infinite;
  -webkit-text-stroke: 2px #000000;
  color: transparent;
}

section.sinceSection {
  padding-top: 50px;
}

@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

/* Animation keyframes */
@keyframes marquee-scroll {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Cursor---------------------------------------------------------------------------------------------------*/
.custom-print-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  animation: rotate-ring 1s linear infinite;
}

.custom-print-cursor::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%) scale(0);
  animation: ink-pulse 1.2s ease-out infinite;
}

@keyframes rotate-ring {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes ink-pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0.6;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

/*Home Mainaboutus---------------------------------------------------------------------------------------------------*/
.mAboutusflowimg {
  width: 100px;
  position: relative;
}

.mAbouticnn {
  margin-top: 20px;
  padding: 16px 32px;
  background: white;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  border-top: 2px solid #000000;
}

.mAboutimgicnn {
  position: absolute;
  background: white;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 20px 15px 21px 15px;
  bottom: 79px;
  left: 160px;
  text-align: center;
}

.mAboutpara {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mAboutus {
  padding-right: 25px;
  padding-left: 25px;
}

/*Home Mainservices----------------------------------------------------------------------------------------------------*/
.serviceboximg {
  height: 550px;
  transition: transform 0.8s ease;
}

.msidecardService {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 32px auto;
  padding: 15px 15px;
  width: 80%;
  transition: 0.4s;
  background-color: white;
}

.bottom-boxservice {
  position: absolute;
  width: 100%;
  bottom: -25%;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  background-color: white;
  padding: 27px 40px;
  transition: 0.5s;
}

.serviceboxone:hover {
  .bottom-boxservice {
    bottom: 0%;
    opacity: 1;
    visibility: visible;
  }

  .serviceboximg {
    transform: scale(1.15);
  }
}

section.mServices {
  background: #f2f2f2;
}

.serviceboxone {
  position: relative;
  overflow: hidden;
}

.cardBoxservice {
  margin-top: 50px;
}

.serviceboxone::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #000000;
  transition: width 0.8s ease;
}

.msidecardService i {
  font-size: 30px;
  color: #d51d33;
}

.serviceboxone:hover::after {
  width: 100%;
}

.servceBalllasts {
  background: linear-gradient(to right, #2d8ecb, #d51d33);
}

/*home- story----printing-solutions--------------- */
.prtBoxTitle {
  min-width: 240px;
  font-size: 39px;
  -webkit-text-stroke: 1px #686868;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.istimgboxHeading {
  max-width: 550px;
}

.prtListimgbox_wrap {
  padding: 60px 0px;
  border-bottom: 1px solid #686868;
  position: relative;
}

.awardPicture {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  position: absolute;
  right: 40px;
  bottom: -40px;
}

.awardPicture img {
  width: 252px;
  height: 309px;
  object-fit: cover;
  transform: rotate(-17deg) scale(0.8);
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  transition: all 0.9s ease;
  transform: rotate(-17deg);
}

.prtListimgbox_wrap:first-child .awardPicture img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transform: rotate(0deg) scale(1);
}

.prtListimgbox_wrap:hover .awardPicture {
  opacity: 1;
  visibility: visible;
}

.prtListimgbox_wrap:hover .awardPicture img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transform: rotate(0deg) scale(1);
}

.hide-first-img {
  opacity: 0 !important;
  visibility: hidden !important;
}

/*Home- Testimonial---------------------------------------------------------------------------------------------------*/
.mTestimonials {
  background: url("/assets/images/testimonial1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -135px;
  padding-top: 170px;
  padding-bottom: 100px;
}

.imageSidepara {
  position: relative;
}

.testimonial-content button.owl-prev span {
  font-size: 100px;
  color: white;
  position: absolute;
  top: 15%;
  left: -40px;
}

.testimonial-content button.owl-next span {
  font-size: 100px;
  color: white;
  position: absolute;
  top: 15%;
  right: -40px;
}

/*Home- awards---------------------------------------------------------------------------------------------------------- */
.awrdoneImg {
  width: 39px;
  height: 51px;
}

.mainFeatureimg {
  width: 180px;
  height: 100px;
}

.featuredIconBox {
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 9%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 45px 15px 22px 15px;
  margin: 15px 0;
  text-align: center;
  background-color: #fff;
  z-index: 6;
}

.sincelast-text {
  font-size: 91px;
  padding-bottom: 50px;
}

/* Default: hide the toggle button */
.mobile-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 28px;
}

/* main services page ------------------------------------------------------------------------------------- */
.bannerHeading {
  color: white;
  font-size: 48px;
  margin-bottom: 15px;
  text-align: center;
}

.aboutServices {
  padding-bottom: 100px;
}

.servicesHeading {
  font-size: 32px;
}

.iconList {
  background-color: #f1f1f1cf;
  padding: 30px;
}

ul.serviceListing li {
  background-color: #ffffff;
  padding: 18px;
  font-size: 18px;
}

ul.serviceListing span i {
  color: #d51d33;
  padding-right: 8px;
}

ul.serviceListing > li {
  flex: 0 31%;
}

.allServices > div {
  flex: 0 32%;
}

/* contact form */
/*.contactDetails input,*/
/*.contactDetails textarea {*/
/*  width: 100%;*/
/*  border: 1px solid rgba(0, 43, 92, 0.08);*/
/*  padding: 10px;*/
/*  background: #f8f8ff40;*/
/*  border-radius: 2px;*/
/*  box-sizing: border-box;*/
/*  font-family: "Lora", serif;*/
/*}*/

/*.contactForm {*/
/*  background-color: #f6f6f6;*/
/*  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 9%);*/
/*  text-align: center;*/
/*  padding: 65px 40px;*/
/*  border-radius: 20px;*/
/*}*/
/*.contactMain {*/
/*  text-align: left;*/
/*  padding: 50px 40px;*/
/*}*/

/*.contactInner {*/
/*  padding: 25px 0;*/
/*}*/

.innerDetails p {
  color: #6e6e6e;
  padding-top: 15px;
  font-size: 14px;
  font-weight: 500;
}

/* about page */
.aboutImg {
  width: 100%;
  height: 480px;
}

/* CTA */
.ctaSection {
  position: relative; /* Required for the pseudo-element positioning */
  padding: 80px;
  color: white;
  border-radius: 20px;
  overflow: hidden;
  background: url("/assets/images/aboutBanner.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Overlay effect */
.ctaSection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5); /* Adjust opacity here */
  z-index: 0;
}

/* Ensure content appears above the overlay */
.ctaSection > * {
  position: relative;
  z-index: 1;
}

.ctaHeading h3 {
  font-size: 56px;
  font-weight: 400;
}
.ctaPara {
  font-size: 16px;
  padding: 30px 0;
}
.ctaPara a {
  color: white;
}
.ctaBtn {
  background: white;
  color: black;
}
/* CTA end */

.ourStory {
  padding-bottom: 100px;
}

/* end ---------------------------------------------------------------------------------------------------- */
/* contact page--------------------------------------------------------------------------------------------- */
.detailsInner {
  margin-top: -75px;
  position: relative;
    z-index: 9;
}
.contactBanner {
  padding: 150px 0;
}
.bannercHeading {
  color: white;
  font-size: 42px;
}

.sendBtn {
  width: 100%;
}
.contactsocials {
  padding-top: 20px;
}
.iconBoxList {
  justify-content: space-evenly;
}
.iconBoxList > div {
  flex: 0 30%;
}
.iconBoxes i {
  color: #d51d33;
  font-size: 40px;
}

.boxHeading {
  font-size: 30px;
  padding-top: 20px;
}
.boxPara a {
  color: black;
}

.boxPara {
  padding-top: 10px;
  font-size: 16px;
  line-height: 26px;
}

.iconBoxes {
  background: #fff;
  padding: 35px 40px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 0px 38px -13px rgb(0 0 0 / 21%);
}
iframe {
  margin-bottom: -4px;
  border-radius: 10px;
}

/* banner logo---------------------------------------------------------------------------------------------- */
.logoImg {
  height: 163px;
  width: 286px;
  background: #fffffff0;
  border-radius: 50%;
  padding: 20px;
}
.bannerOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* Adjust color and opacity here */
  z-index: 0;
}

.contactBanner {
  position: relative;
  z-index: 1;
}

/* end ------------------------------------------------------------------------------------------------------ */

/* raptsign service ----------------------------------------------------------------------------------------- */
.serviceTitle {
  font-size: 48px;
  line-height: 200px;
  animation: shake 24s linear infinite;
  -webkit-text-stroke: 1px #000000;
  color: transparent;
  font-weight: 600;
}
.serviceBoxes > div {
  flex: 0 32%;
}
.serviceBtn,
.servicePara {
  padding-top: 25px;
}
section.servicesMain {
  padding-bottom: 100px;
}
.serviceCard {
  position: absolute;
  margin: 32px auto;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 15px 15px;
  width: 80%;
  transition: 0.4s;
  background-color: white;
}
.serviceBimg {
  height: 350px;
  width: 100%;
}
/* Mobile styles */
@media (max-width: 767px) {
  .headerFullm {
    align-items: center;
  }

  .mobile-toggle {
    display: block;
    margin-left: auto;
  }

  .navBar {
    display: none;
    width: 100%;
  }

  .navBar.open {
    display: block;
  }

  .navBar ul {
    flex-direction: column;
    gap: 10px;
  }

  .uprheadersideUl,
  .Socialsicons {
    display: none;
  }

  .mainheader {
    position: sticky;
    top: 0;
    z-index: 999;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .sincefirst-text {
    font-size: 50px;
    line-height: 75px;
  }

  .prtListimgbox_wrap {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .traHeading {
    font-size: 28px;
  }

  .trainnerHeading {
    font-size: 18px;
  }

  .awardPicture {
    display: none;
  }

  .msidecardService {
    width: 90%;
  }

  .bannerbigHead {
    font-size: 35px;
  }

  .callToHeading h3 {
    font-size: 35px;
  }

  .image-content img {
    height: 450px;
  }

  .text-content h1 {
    font-size: 20px;
  }

  .text-content {
    top: 30%;
    left: 5%;
  }

  .text-content.text-contenttwo {
    right: 5%;
  }

  .bottom-boxservice {
    bottom: 0%;
    left: 0px;
    opacity: 1;
    visibility: visible;
  }

  .testimonial-content button.owl-prev span {
    top: auto !important;
    bottom: -25% !important;
    left: 35%;
  }

  .testimonial-content button.owl-next span {
    top: auto !important;
    bottom: -25% !important;
    right: 35%;
  }

  section.mainAboutus {
    padding: 50px 0px;
  }

  section.mServices.pdb100 {
    padding: 50px 0px;
  }

  section.printingSolutions.pdb100 {
    padding: 50px 0px;
  }

  .mainFooter {
    padding: 50px 0px;
  }

  .mainheader {
    padding: 5px 0px;
  }

  .custom-print-cursor {
    display: none;
  }

  .mAboutus {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slick_slider_ltr {
    flex-wrap: nowrap;
    scroll-behavior: smooth;
  }

  .prt-marquee-box-wrapper {
    flex-shrink: 0;
    /* Prevent shrinking */
  }

  .marqueSection {
    overflow-x: hidden;
    padding: 20px 0px;
  }

  .mAboutimgicnn {
    display: none;
  }

  ul.serviceListing > li {
    flex: 0 100%;
  }

  .allServices > div {
    flex: 0 100%;
  }
  .serviceBoxes > div {
    flex: 0 100%;
}
.serviceCard{
    display: none;
}
.bottom-boxservice {
    position: static;
}
.ctaSection {
    padding: 20px;
}
.ctaHeading h3 {
    font-size: 30px;
}
.ctaPara {
    font-size: 15px;
    line-height: 20px;
    padding: 18px 0;
}
.aboutImg {
    height: 250px;
    padding-top: 20px;
}
  .contactForm {
    margin-top: 30px;
  }
  .iconBoxList > div {
    flex: 0 100%;
  }
  .bannercHeading {
    font-size: 35px;
}
.contactBanner {
    padding: 80px 0;
}
.detailsInner
 {
    margin-top: 80px;
}
}
