body {
	overflow-x: hidden !important;
}
/* catalog download form CSS  */
.catalog-modal-body .main-download-form label {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: normal;
  font-weight: 600;
  font-family: "Manrope Alt", sans-serif;
  color: #2b343a;
  margin: 0px;
}
.catalog-modal-body .main-download-form input,
.catalog-modal-body .main-download-form textarea {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: normal;
  font-weight: 400;
  font-family: "Manrope Alt", sans-serif;
  color: #2b343a;
  background-color: transparent;
  text-transform: none;
  outline: none !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0px !important;
  border-bottom: 1px solid #2b343a !important;
  padding: 8px 18px 8px 8px !important;
}
.wpcf7-not-valid-tip {
  margin-top: 5px;
  margin-left: 8px;
  font-size: 16px;
}
/* Chrome autofill fix */
input:-webkit-autofill,
input:-internal-autofill-selected,
textarea:-webkit-autofill,
textarea:-internal-autofill-selected {
  background-color: transparent !important;
  background-clip: padding-box !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-text-fill-color: inherit !important;
  transition: background-color 9999s ease-in-out 0s;
}
.catalog-modal-body .main-download-form input:-webkit-autofill {
  -webkit-text-fill-color: #000000 !important;
}
.main-download-form input:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
}
.main-download-form textarea {
  height: 175px;
  resize: auto !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 16px;
  line-height: 24px;
  border-color: #ff3333;
}
.catalog-modal-content .wpcf7-response-output {
  margin: 20px 0px 0px;
  padding: 5px;
  border: 1px solid #008000;
  color: #000 !important;
}
.git-form .wpcf7 form .wpcf7-response-output {
  color: #000000 !important;
}
.main-download-form br {
  display: none;
}
.btn-area p {
  position: relative;
  z-index: 0;
  width: fit-content;
  margin-bottom: 0px !important;
}
.main-download-form .btn-area button {
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  height: 41px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  pointer-events: auto;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0em;
  word-spacing: 0px;
  font-style: normal;
  font-weight: 500;
  color: #e31e25;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-color: transparent !important;
  background-image: linear-gradient(0deg, #e31e25 0%, #e31e25 100%);
  padding: 0 30px 3px 0 !important;
  transition: all 0.3s, background-size 0.2s linear 0.15s;
}
.main-download-form .btn-area button:hover {
  background-size: 0% 1px;
  transition-delay: 0s;
  border: none;
  background-image: linear-gradient(0deg, #e31e25 0%, #e31e25 100%);
}
.main-download-form .btn-area svg {
  stroke: #e31e25;
  line-height: 1;
  width: 30px;
  height: 35px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1px;
  stroke-dasharray: 7.95 30;
  stroke-dashoffset: var(--stroke-dashoffset, 46);
  transition: stroke-dashoffset var(--stroke-duration, 0.15s)
    var(--stroke-easing, linear) var(--stroke-delay, 0s);
  margin-top: -1px;
}
.main-download-form .btn-area button:hover:after {
  opacity: 0;
  transition-delay: 0s;
}
.main-download-form .btn-area button:hover {
  background-size: 0% 1px;
  transition-delay: 0s;
  --stroke-dashoffset: 26;
  --stroke-duration: 0.3s;
  --stroke-easing: cubic-bezier(0.3, 1.5, 0.5, 1);
  --stroke-delay: 0.195s;
}
.main-download-form .btn-area button::after {
  font-family: elementskit !important;
  content: "\e94b";
  font-size: 85.7%;
  color: #e31e25;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-40deg);
  -ms-transform: translateY(-50%) rotate(-40deg);
  transform: translateY(-50%) rotate(-40deg);
  margin-top: -2px;
  right: 0;
  transition: opacity 0.3s 0.15s;
}
.wpcf7-spinner {
  margin: 0px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
/* catalog download form CSS  */

/* whatsapp footer fixed button Start CSS */
.psg-footer-whatsapp-icon {
  position: fixed;
  z-index: 9999;
  bottom: 80px;
  right: 0px;
}
.psg-footer-whatsapp-icon a {
  padding: 22px;
  background: #25d366;
  color: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  position: relative;
  text-decoration: none !important;
  font-size: 25px !important;
  transition: background 0.3s ease;
}
.psg-footer-whatsapp-icon a svg {
  height: 25px;
  width: 25px;
  color: #fff;
  fill: #fff;
}
/* whatsapp footer fixed button End CSS */
/* Banner Widget CSS Start */
.roop-banner-img-wrap .roop-banner-img-inner {
  padding: 204px 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #00000040;
  background-blend-mode: multiply;
}
.roop-banner-img-wrap .roop-banner-img-container {
  max-width: 1360px;
  width: 100%;
  margin: 0px auto;
  padding: 0px 10px;
}
.roop-banner-img-wrap .roop-banner-page-title {
  font-size: 60px;
  line-height: 1.2em;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  letter-spacing: -0.03px;
  color: #fff;
  margin: 0px 0px;
}
/* Banner Widget CSS End */
.color-box-spacer .elementor-widget-spacer {
  height: 150px;
}
.color-box-spacer .elementor-widget-spacer .elementor-spacer-inner {
  height: 100% !important;
}
/* Product Category Grid — corrected CSS (replace previous file) */
.pcg-grid-wrap {
  font-family: var(--pcg-font);
}
.pcg-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(var(--pcg-cols), 1fr);
}
@media (max-width: 1470px) {
  .color-box-spacer .elementor-widget-spacer {
    height: 120px;
  }
}
@media (max-width: 1200px) {
  .color-box-spacer .elementor-widget-spacer {
    height: 100px;
  }
}
@media (max-width: 1024px) {
  .pcg-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .color-box-spacer .elementor-widget-spacer {
    height: 90px;
  }
}
@media (max-width: 767px) {
  .color-box-spacer .elementor-widget-spacer {
    height: 60px;
  }
}
@media (max-width: 640px) {
  .pcg-grid {
    grid-template-columns: 1fr;
  }
}
/* CARD */
.pcard {
  position: relative;
  overflow: hidden;
  background: #0f1418;
  min-height: var(--pcg-min-h);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  will-change: transform;
  border-radius: 0px;
}
/* background image */
.pcard__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: saturate(1.05);
  transition: transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}
.pcard:hover .pcard__bg,
.pcard:focus-within .pcard__bg {
  transform: scale(1.06);
}
.pcard__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.55));
}
/* TAG */
.pcard__tag {
  position: absolute;
  bottom: 20px;
  left: 20px;
  gap: 20px;
  background: var(--pcg-tag);
  color: #fff;
  padding: 20px 24px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  max-width: 300px;
  min-width: 200px;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 3;
  will-change: opacity, transform;
  border-radius: 0px;
}
.pcard__tag i {
  transform: rotate(-45deg);
}
.pcg-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  font-family: poppins, sans-serif;
  color: #fff;
}
.pcg-arrow {
  width: 20px;
  height: 20px;
}
/* PANEL */
.pcard__panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -58%;
  background: #e31e25;
  color: #fff;
  padding: 32px 30px 28px;
  opacity: 0;
  transform: translate(-10%, 10%) scale(0.98);
  transform-origin: left bottom;
  transition: opacity 0.45s cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1),
    bottom 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform, opacity, bottom;
  z-index: 4;
}
/* Reveal on hover or keyboard focus */
.pcard:hover .pcard__panel,
.pcard:focus-within .pcard__panel {
  bottom: 0;
  opacity: 1;
  transform: translate(0, 0) scale(1);
  animation: pcgPanelIn 0.55s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
/* Keyframes — slight overshoot then settle */
@keyframes pcgPanelIn {
  0% {
    transform: translate(-12%, 16%) scale(0.96);
    opacity: 0;
  }
  60% {
    transform: translate(0, 0) scale(1.02);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
.pcard__panel h3 {
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 600;
  opacity: 0;
  transform: translateY(8px);
}
/* description */
.pcard__panel p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(8px);
}
/* staggered fade-in */
.pcard:hover .pcard__panel h3,
.pcard:focus-within .pcard__panel h3 {
  opacity: 1;
  transform: none;
  font-family: poppins, sans-serif;
  color: #fff;
  transition: opacity 0.35s ease 0.1s, transform 0.35s ease 0.1s;
}
.pcard:hover .pcard__panel p,
.pcard:focus-within .pcard__panel p {
  opacity: 1;
  transform: none;
  transition: opacity 0.35s ease 0.2s, transform 0.35s ease 0.2s;
}
/* arrow micro-interaction */
.pcard__arrow {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 24px;
  height: 24px;
  transform: rotate(-45deg);
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
  z-index: 6;
}
.pcard .pcard__panel i {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  height: 30px;
  width: 30px;
  transform: rotate(-45deg);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}
/* tag hides when panel visible */
.pcard:hover .pcard__tag,
.pcard:focus-within .pcard__tag {
  opacity: 0;
  transform: translateY(6px);
}
/* clickable link overlay */
.pcard__link {
  position: absolute;
  inset: 0;
  z-index: 10;
}
/* Accessibility: focus handling for links inside card */
.pcard a:focus {
  outline: none;
}
/* small responsive tweak for tag width on narrow screens */
@media (max-width: 480px) {
  .pcard__tag {
    min-width: 160px;
    max-width: calc(100% - 40px);
    left: 20px;
    right: 20px;
  }
  .pcard__panel {
    padding: 22px;
  }
  .pcard__panel h3 {
    font-size: 20px;
  }
}
/* Shortcode: [history_slider] */
.history-slider-container {
  text-align: center;
  margin: 0px auto;
  max-width: 1200px;
}
.history-swiper {
  overflow: visible;
}
.history-subtitle {
  color: #ff6b6b;
  font-size: 14px;
  margin-bottom: 10px;
}
.history-title {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: bold;
}
.history-item {
  background: #fff;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
}
.year {
  text-align: left;
  font-family: "Manrope Alt", sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 80px;
  margin-bottom: 35px;
  margin-top: 0px;
  letter-spacing: -3px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #e31e25;
}
.title {
  text-align: left;
  font-family: "Manrope", Sans-serif;
  text-transform: none;
  font-style: normal;
  font-size: 25px;
  line-height: 1.3em;
  font-weight: 700;
  margin-bottom: 8px;
  color: #17262f !important;
  letter-spacing: -0.03em;
  word-spacing: 0px;
}
.desc {
  text-align: left;
  font-family: "Manrope", Sans-serif;
  text-transform: none;
  font-style: normal;
  font-size: 18px;
  line-height: 1.7777em;
  font-weight: 500;
  margin-bottom: 25px;
  color: #4a5257 !important;
  letter-spacing: -0.03em;
  word-spacing: 0px;
}
.history-slider-container .swiper-button-next.swiper-button-disabled,
.history-slider-container .swiper-button-prev.swiper-button-disabled {
  background-color: #bdbdbd !important;
  border-color: #bdbdbd !important;
}
.history-slider-container .swiper-button-next,
.history-slider-container .swiper-button-prev {
  top: -55px;
  height: 50px;
  width: 50px;
  z-index: 9999;
  background-color: transparent;
  border: 1px solid #e31e25;
  border-radius: 0px;
  outline: none !important;
}
.history-slider-container .swiper-button-next:hover:after,
.history-slider-container .swiper-button-prev:hover:after {
  color: #fff !important;
}
.history-slider-container .swiper-button-next:hover,
.history-slider-container .swiper-button-prev:hover {
  background-color: #e31e25 !important;
}
.history-slider-container .swiper-button-prev {
  left: auto;
  right: 90px;
}
.history-slider-container .swiper-button-disabled:after {
  color: #17262f !important;
}
.history-slider-container .swiper-button-next:after,
.history-slider-container .swiper-button-prev:after {
  font-size: 22px;
  color: #e31e25;
}
.history-slider-container .swiper-pagination {
  display: none !important;
}
.history-item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 30px;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: var(--e-global-color-primary) !important;
}
.history-slider-container .swiper-horizontal {
  overflow: visible !important;
}
.history-slider-container .swiper-slide {
  height: auto !important;
}
/* By default, dim all slides */
.history-swiper .swiper-slide {
  opacity: 1;
}
/* Active and visible center slides full color */
.history-swiper .swiper-slide.swiper-slide-active,
.history-swiper .swiper-slide.swiper-slide-next,
.history-swiper .swiper-slide.swiper-slide-prev {
  opacity: 1;
}
/* image slider */
.image-slider-about .swiper-slide {
  padding: 0 40px;
}
.image-slider-about .swiper-slide img {
  opacity: 0.3;
  transition: opacity 0.3s ease;
  filter: brightness(100%) contrast(0%) saturate(100%) blur(0px)
    hue-rotate(0deg);
}
.image-slider-about .swiper-slide img:hover {
  opacity: 100%;
  transition: opacity 0.3s ease;
}
.counter-about span {
  font-family: "Manrope Alt", sans-serif !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #e31e25;
  font-size: 150px !important;
}
.mini-certificate figure img {
  max-height: 150px;
  object-fit: contain;
  opacity: 0.3;
  cursor: pointer;
  transition: 0.3s all;
}
.mini-certificate figure img:hover {
  opacity: 1;
  transition: 0.3s all;
}
.certifications-about-us .elementor-swiper-button-prev {
  left: -5px !important;
  z-index: 999 !important;
}
.certifications-about-us .elementor-swiper-button-next {
  right: -5px !important;
  z-index: 999 !important;
}
.certifications-about-us .swiper-slide {
  padding: 20px;
  border: 1px solid #2b363d;
  border-left: none;
}
.certifications-about-us .swiper-slide figure {
  line-height: 0px !important;
}
.certifications-about-us .elementor-image-carousel-caption {
  font-style: normal;
  padding-top: 30px;
  text-transform: capitalize;
  font-weight: 700;
}
.certifications-about-us .swiper-pagination {
  position: absolute;
  top: -75px !important;
  left: -21% !important;
}
.certifications-about-us .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}
.certifications-about-us .swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid var(--e-global-color-secondary);
}
.certifications-about-us-sec .swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid var(--e-global-color-5ee3341);
}
.certifications-about-us a {
  text-decoration: none !important;
}
.certifications-about-us .elementor-image-carousel {
  z-index: 99;
}
.certifications-about-us .elementor-image-carousel .swiper-slide {
  height: auto;
}
/* header */
.roop-header-sec #menu-main-menu li.home-default-highlight > a.ekit-menu-nav-link {
  color: var(--e-global-color-primary) !important;
}
.roop-header-sec #menu-main-menu li ul.elementskit-submenu-panel {
  min-width: 500px;
  display: flex;
  flex-wrap: wrap;
  left: 50%;
  transform: translate(-50%, 0%);
  padding: 0px;
  border: none;
  box-shadow: none;
}
.roop-header-sec #menu-main-menu li ul.elementskit-submenu-panel li.nav-item {
  width: 50%;
  margin: 0px !important;
}
.roop-header-sec #menu-main-menu li ul.elementskit-submenu-panel li.nav-item a:hover {
  background-color: #e31e25;
  color: #fff;
}
/********** START BLOG ARCHIVE PAGE CSS **********/
.archive.category .default-posttype-list-wrapper {
  padding: 100px 40px;
}
.archive.category .default-posttype-list-wrapper #roop_blog_posts_wrp {
  max-width: 1360px;
  width: 100%;
  padding: 0px 10px;
  margin: 0px auto;
}
.default-posttype-list-wrapper .roop-blog-posts-inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  gap: 100px;
}
.default-posttype-list-wrapper .roop-blog-wrp {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0px;
}
.default-posttype-list-wrapper .roop-blog-thumbnail a {
  display: block;
  line-height: 0;
}
.default-posttype-list-wrapper .roop-blog-thumbnail a img {
  width: 100%;
  aspect-ratio: 995 / 521;
  object-fit: cover;
  object-position: center center;
  transition: all 0.3s;
}
.roop-blog-date-wrp {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  max-width: 115px;
  font-family: "Manrope";
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  margin-right: auto;
  margin-top: -102px;
  position: relative;
  z-index: 999;
}
span.roop-blog-date {
  font-size: 50px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -0.03em;
  color: #17262f;
  background-color: #e31e25;
  padding: 39px 35px 13px 20px;
}
span.roop-blog-month {
  font-size: 12px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 0;
  color: #ffffff;
  background-color: #121c22;
  padding: 0 7px;
}
.default-posttype-list-wrapper .roop-blog-meta {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px 15px;
  font-family: "Manrope";
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #e31e25;
  margin-top: 20px;
}
.default-posttype-list-wrapper a {
  text-decoration: none;
}
.default-posttype-list-wrapper h2.roop-blog-title {
  font-size: 45px;
  line-height: 1;
  margin: 10px 0px 17px;
}
.default-posttype-list-wrapper h2.roop-blog-title a {
  font-family: "Manrope";
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: none;
  letter-spacing: -0.03em;
  word-spacing: 0;
  color: #17262f;
  display: inline;
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  -webkit-transition: all 0.3s, background-size 0.8s;
  transition: all 0.3s, background-size 0.8s;
}
.default-posttype-list-wrapper h2.roop-blog-title a:hover {
  color: #e31e25;
}
.default-posttype-list-wrapper .roop-blog-wrp:hover h2.roop-blog-title a {
  background-size: 100% 2px;
}
.default-posttype-list-wrapper .roop-blog-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7777em;
  font-family: "Manrope", sans-serif;
  color: #4a5257;
}
.default-posttype-list-wrapper .roop-blog-content p:last-child {
  margin-bottom: 0px;
}
.default-posttype-list-wrapper .roop-blog-wrp .roop-blog-thumbnail {
  overflow: hidden;
}
.default-posttype-list-wrapper .roop-blog-wrp:hover .roop-blog-thumbnail img {
  transform: scale(1.05) translateX(2%);
}
.roop-blog-wrp .post-more-button {
  line-height: 1;
  margin-top: 25px;
}
.roop-blog-wrp .post-more-button .roop-button {
  display: inline-flex;
  align-items: center;
  position: relative;
  text-align: center;
  text-decoration: none;
  height: 33px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  pointer-events: auto;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0em;
  word-spacing: 0px;
  font-style: normal;
  font-weight: 500;
  color: #e31e25;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-color: transparent !important;
  background-image: linear-gradient(0deg, #e31e25 0%, #e31e25 100%);
  padding: 0 30px 3px 0 !important;
  transition: all 0.3s, background-size 0.2s linear 0.15s;
}
.roop-blog-wrp .post-more-button .roop-button svg {
  stroke: #e31e25;
  line-height: 1;
  width: 30px;
  height: 35px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1px;
  stroke-dasharray: 7.95 30;
  stroke-dashoffset: var(--stroke-dashoffset, 46);
  transition: stroke-dashoffset var(--stroke-duration, 0.15s)
    var(--stroke-easing, linear) var(--stroke-delay, 0s);
  margin-top: -1px;
}
.roop-blog-wrp .post-more-button .roop-button::after {
  font-family: elementskit !important;
  content: "\e94b";
  font-size: 100%;
  color: #e31e25;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-40deg);
  -ms-transform: translateY(-50%) rotate(-40deg);
  transform: translateY(-50%) rotate(-40deg);
  margin-top: -2px;
  right: 0;
  transition: opacity 0.3s 0.15s;
}
.roop-blog-wrp .post-more-button .roop-button:hover {
  background-size: 0% 1px;
  transition-delay: 0s;
  border: none;
  background-image: linear-gradient(0deg, #e31e25 0%, #e31e25 100%);
}
.roop-blog-wrp .post-more-button .roop-button:hover:after {
  opacity: 0;
  transition-delay: 0s;
}
.roop-blog-wrp .post-more-button .roop-button:hover {
  background-size: 0% 1px;
  transition-delay: 0s;
  --stroke-dashoffset: 26;
  --stroke-duration: 0.3s;
  --stroke-easing: cubic-bezier(0.3, 1.5, 0.5, 1);
  --stroke-delay: 0.195s;
}
/*********** END BLOG ARCHIVE PAGE CSS ***********/
/*********** START BLOG SINGLE PAGE CSS ***********/
.single-post-main h1.post-title {
  margin: 15px 0px 35px;
}
.single-post .post-content .wp-block-heading {
  font-size: 30px;
  line-height: 1.1666;
  letter-spacing: -0.9px;
  color: #17262f;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  margin: 0px 0px 20px;
}
.single-post .post-content p,
.single-post .post-content ul li {
  font-size: 18px;
  line-height: 1.7777;
  letter-spacing: 0px;
  color: #000000;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  margin: 0px 0px 20px;
}
.single-post .post-content ul li {
  margin: 0px 0px 10px !important;
}
.single-post .post-content p a {
  color: #e31e25;
  text-decoration: none;
}
.single-post .post-content p a:hover {
  text-decoration: underline;
}
/*********** END BLOG SINGLE PAGE CSS ***********/
/* Btn */
/* Static version of .industrium-button-purvil (no CSS variables) */
.industrium-button-purvil .elementor-button-link {
  display: inline-flex;
  justify-content: stretch;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  text-align: center;
  padding: 0 30px 3px 0;
  line-height: 2.1429em;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  background-color: transparent;
  border: none;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  border-radius: 0;
  transition: color 0.3s ease, background-size 0.2s linear 0.15s, opacity 0.3s ease;
  color: #e31e25;
  background-image: linear-gradient(0deg, #e31e25 0%, #e31e25 100%);
}
/* icon inserted with :after */
.industrium-button-purvil .elementor-button-link:after {
  font-family: "fontello";
  content: "\e82d";
  font-size: 85.7%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -2px;
  right: 0;
  color: #e31e25;
  opacity: 1;
  transition: opacity 0.3s 0.15s;
}
/* Remove default focus outline that breaks visuals (keep accessibility in mind) */
.industrium-button-purvil .elementor-button-link:focus,
.industrium-button-purvil .elementor-button-link:active {
  outline: none;
}
/* Hover state (static values instead of CSS variables) */
.industrium-button-purvil .elementor-button-link:hover {
  background-size: 0% 1px;
  transition-delay: 0s;
  color: #e31e25;
}
/* hide the :after icon on hover */
.industrium-button-purvil .elementor-button-link:hover:after {
  opacity: 0;
  transition-delay: 0s;
}
/* SVG arrow inside the button */
.industrium-button-purvil .elementor-button-link svg {
  line-height: 1;
  width: 30px;
  height: 35px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1px;
  stroke-dasharray: 7.95 30;
  stroke-dashoffset: 46;
  stroke: #e31e25;
  margin-top: -1px;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.3, 1.5, 0.5, 1) 0.195s;
}
/* On hover: animate SVG stroke to the final offset */
.industrium-button-purvil .elementor-button-link:hover svg {
  stroke-dashoffset: 26;
  transition-delay: 0s;
}
/* Btn  x  */
/* start product slider css */
.custom-product-slider {
  padding: 0px 0px 40px !important;
}
.custom-product-slider .swiper-slide {
  height: 505px;
}
.product-slide-inner {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 100%;
  display: flex;
  align-items: flex-end;
  display: block;
  width: 100%;
  filter: saturate(0%);
  transition: filter 0.3s;
}
.product-number {
  position: absolute;
  top: -20px;
  left: 0;
  font-size: 70px;
  font-weight: bold;
  color: #fff;
  opacity: 0.9;
  padding: 0 30px;
  z-index: 99;
}
.product-content {
  background: #121c22;
  color: #fff;
  padding: 30px 35px;
  width: 100%;
  position: absolute;
  bottom: 45px;
  transition: background-color 0.3s, bottom 0.3s;
}
.product-content h3 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  margin: 0;
  padding: 0 30px 0 0;
  position: relative;
  z-index: 0;
}
.product-content h3:before {
  content: "\e9c5";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 17px;
  width: 17px;
  font-family: elementskit;
  font-size: 17px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  transform: rotate(-45deg);
  transition: 0.3s all;
}
.custom-product-slider.swiper-pointer-events {
  overflow: hidden;
  padding-bottom: 40px;
}
.custom-product-slider .swiper-pagination {
  bottom: 0px !important;
  line-height: 0;
}
.custom-product-slider .swiper-button-prev:after,
.custom-product-slider .swiper-button-next:after {
  color: #fff !important;
  font-size: 25px;
}
.custom-product-slider .swiper-slide a:hover h3:before {
  transform: rotate(0deg);
}
.product-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5em;
  display: none;
}
.product-title-wrp svg.pcg-arrow {
  width: 20px;
  height: 20px;
}
.swiper-button-next,
.swiper-button-prev {
  color: #000;
}
.swiper-pagination-bullet {
  background: #000;
}
.product-title-wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-slide-inner:hover .product-content p {
  display: block;
}
.product-slide-inner:hover .product-content {
  background: #e31e25;
  bottom: 0;
}
.product-slide-inner:hover {
  filter: saturate(100%);
}
/* end product slider css */
@media (max-width: 1024px) {
  .roop-header-sec #menu-main-menu li.home-default-highlight > a.ekit-menu-nav-link {
    border-bottom: none !important;
  }
}
@media screen and (max-width: 768px) {
  .image-slider-about .swiper-slide {
    padding: 0 30px !important;
  }
}
@media screen and (max-width: 480px) {
  .image-slider-about .swiper-slide {
    padding: 0 20px !important;
  }
}