@import url(common.css);
@import url(header.css);
@import url(contact.css);
@import url(footer.css);

.banner {
  background: linear-gradient(to right, #1c2235, #154180);
  border-radius: 0 0 40px 40px;
}

main {
  overflow-x: hidden;
}

.search-no-results input.search-field {
  color: #000 !important;
}

.main-navigation .top-menu-add {
  display: none;
}

.hero-section iframe {
  pointer-events: none;
}

.vertical-buttons {
  position: fixed;
  right: -140px;
  top: 60%;
  margin-top: -85px;
  cursor: pointer;
  transform: rotate(90deg);
  z-index: 9;
}

.blogfiltersec .tabs {
  overflow-x: auto;
  overflow-y: none;
}

.blogfiltersec .tabs li {
  display: flex;
  align-items: center;
  justify-content: center;

  min-width: 200px;
}

/*knowledge center post type card*/
.knowledge-center-card {
  position: relative;
  height: 451px;
  width: 100%;
  border-radius: calc(var(--base-bdr-radius) * 3.33);
  overflow: hidden;
}

.knowledge-center-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: var(--primary-transition);
  max-width: inherit !important;
}

.knowledge-center-card:hover img {
  transform: scale(1.1);
  transition: var(--primary-transition);
}

.knowledge-center-card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to top, #1c2235, transparent);
}

.knowledge-center-card-content {
  position: absolute;
  color: var(--white-color);
  bottom: 0;
  padding: calc(var(--base-spacing) * 7.5);
  z-index: 3;
}

.case-study-section {
  background: linear-gradient(to right, #1c2235, #154180);
  border-radius: 0 0 40px 40px;
}

.case-study-card {
  background: rgba(246, 248, 250, 0.12);
  padding: calc(var(--base-spacing) * 7.5);
  /* max-width: 802px; */
  border-radius: calc(var(--base-bdr-radius) * 5);
  color: var(--white-color);
}

.post-case-study-content {
  padding-right: 30px;
}

.post-case-study-thmb {
  height: 390px;
  width: 100%;
  border-radius: calc(var(--base-bdr-radius) * 5);
  overflow: hidden;
}

.post-case-study-thmb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.hero-section {
  color: var(--white-color);
  overflow: hidden;
}

.testimonal-comments {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.banner-slider-outer .slick-dots {
  position: absolute;
  left: 50%;
  border: 0;
  transform: translateX(-50%);
  bottom: -50px;
  justify-content: center;
  display: flex;
  right: auto;
  gap: 10px;
}

.banner-slider-outer .slick-dots li {
  display: block;
  border-radius: 5px;
  width: 8px;
  height: auto;
}

.banner-slider-outer .slick-dots li button {
  width: 20px;
  height: 8px;
  border-radius: 5px;
  background-color: #385989;
  padding: 0;
  transition: 0.3s;
  display: block;
  margin-bottom: 7px;
}

.about-testimonial-sec .slick-dots li button {
  width: 20px;
  height: 8px;
  border-radius: 5px;
  background-color: #7593be61;
  padding: 0;
  transition: 0.3s;
  display: block;
  border: none !important;
}

.about-testimonial-sec .slick-dots li {
  height: auto;
}

.about-testimonial-sec .slick-dots li.slick-active button {
  background-color: #385989;
}

#banner-carousel {
  position: relative;
  z-index: 3;
}

.banner-slider-outer .slick-dots li.slick-active button {
  background-color: #7593be;

  transition: 0.3s;
  display: block;
}

.banner-slider-outer {
  position: relative;
  padding: 100px 0;
}

.banner-slider-outer::before {
  background-image: url(../images/banner-glow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.banner-slider-outer .slick-dots li button:before {
  display: none;
}

#banner-carousel {
  max-width: 543px;
  margin: 0 auto;
}

.range-solutions {
  padding-top: 60px;
}

.range-solutions .slick-dots {
  margin-bottom: 30px;
}

.range-solutions .slick-dots li {
  width: 20px;
  height: 8px;
  border-radius: 30px;
  background: #1542807b;
}

.range-solutions .slick-dots li.slick-active {
  background: #154180;
}

.certification-carousel-outer {
  padding-bottom: 60px;
  line-height: 1.6;
}

.certification-carousel-outer .slick-slide {
  margin: 0 10px;

}

#principals-carousel .slick-slide {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* the parent */


.certification-carousel-outer .slick-dots li {
  width: 20px;
  height: 8px;
  border-radius: 30px;
  background: #1542807b;
}

.certification-carousel-outer .slick-dots li.slick-active {
  background: #154180;
}

.left-sr-image {
  padding: 50px 50px 0px 50px;
  background: linear-gradient(to bottom, #c9e0ff, #fcfcfc);
  border-radius: calc(var(--base-bdr-radius) * 5);
  min-width: 46%;
  justify-content: center;
  min-height: 500px;
  align-items: end;
}

.left-sr-image figure {
  display: flex;
  height: 100%;
  align-items: end;
}

.right-sr-content-inner,
.left-qulity-content-inner {
  padding-left: calc(var(--base-spacing) * 12);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  line-height: 1.5;
}

.right-sr-content-inner h3 {
  color: var(--primary-color);
}

#range-product-carousel .slick-list {
  padding-bottom: 50px;
}

.certification-carousel-outer .slick-list {
  margin: 0 -10px;
}

.banner-slider-outer .slick-vertical .slick-slide {
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.left-qulity-content-inner {
  padding-left: 15px;
  padding-right: 30px;
}

.why-choose-us-section .slick-slide,
#quality-certificate-carousel .slick-slide,
#knowledge-center-carousel .slick-slide {
  margin: 0 20px;
  display: flex;
}

.why-choose-us-section .slick-list,
#quality-certificate-carousel .slick-list,
#knowledge-center-carousel .slick-list {
  margin: 0 -20px;
}

.why-choose-us-section .slick-list {
  padding-bottom: 10px;
}

.choose-card img {
  height: 55px;
  margin-left: 15px;
  margin-right: auto;
  margin-bottom: 0
}


.card.choose-card {
  padding: calc(var(--base-spacing) * 7) 15px 0;
  text-align: left;
  border: 0;
  border-radius: calc(var(--base-bdr-radius) * 2.5);
  box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.12);
  margin-top: 30px;
  min-height: 255px;
}

.why-choose-us-section,
.vision-mission-section {
  background-image: url(../images/why-choose-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.choose-card {
  color: var(--text-color);
  line-height: 1.5;
}

.choose-card h6,
.certificate-card h6 {
  color: var(--primary-color);
  margin-bottom: 10px;
}

.choose-card .card-body {
  min-height: 150px;
}

#whychoose-carousel .slick-dots,
#productscanning .slick-dots,
#more-product-slider .slick-dots,
#whatwecando .slick-dots {
  position: relative;
}

#whychoose-carousel .slick-dots li button,
#productscanning .slick-dots li button,
#more-product-slider .slick-dots li button,
#whatwecando .slick-dots li button {
  width: 20px;
  height: 8px;
  margin-right: 3px;
  border-radius: 30px;
  padding: 0;
  background: #7593be61;
}

#whychoose-carousel .slick-dots li.slick-active button,
#productscanning .slick-dots li.slick-active button,
#more-product-slider .slick-dots li.slick-active button,
#whatwecando .slick-dots li.slick-active button {
  background-color: #385989;
}

.certificate-card {
  align-items: flex-start;
  border: 0;
  background: var(--bg-gradient);
  padding: calc(var(--base-spacing) * 10);
  border-radius: calc(var(--base-bdr-radius) * 5);
  width: 100%;
}

.certificate-card img {
  max-height: 100px;
  width: auto;
  margin: 0px auto;
  height: 100px;
}

.certificate-card .card-body {
  padding: 15px 0 0;
  width: 100%;
  text-align: center;
}

.case-study-section h2 {
  color: var(--white-color);
}

.case-study-section .slick-prev:before,
.case-study-section .slick-next::before {
  content: "";
  width: 52px;
  height: 52px;
  font-size: 0;
  display: block;
  background-repeat: no-repeat;
}

.case-study-section .slick-next::before {
  background-image: url(../images/slider-right-arrow.svg);
}

.case-study-section .slick-prev:before {
  background-image: url(../images/slider-left-arrow.svg);
}

.case-study-section .slick-prev,
.case-study-section .slick-next {
  width: 52px;
  height: 52px;
  top: -72px;
}

.case-study-section .slick-next {
  right: 50%;
  margin-right: -695px;
}

.case-study-section .slick-prev {
  left: 50%;
  margin-left: 580px;
}

/* Each card should have a fixed or max width */
.case-study-section .slick-slide {
  width: auto;
  /* adjust based on your design */
  margin: 0 15px;
}

#case-study-carousel {
  padding: 0 0px;
  /* gives space for the peeking cards on left/right */
}

/* Optional: make it prettier */
.case-study-section .slick-list {
  overflow: hidden;
}

.rightsolution-pic figure {
  height: 530px;
  width: 100%;
  border-radius: calc(var(--base-bdr-radius) * 5);
  overflow: hidden;
  margin: 0;
}

.rightsolution-pic figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#knowledge-center-carousel {
  padding: 0 20px;
  /* Optional: controls spacing around the whole carousel */
}

#knowledge-center-carousel .slick-slide {
  transition: all 0.3s ease;
}

.knowledge-center .slick-slider {
  overflow: visible;
}

/* Initial states for elements within a slide */
.slick-slide .left-sr-image {
  transform: translateX(-100%);
  /* Start off-screen to the left */
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  /* Match fade speed or adjust */
}

.slick-slide .right-sr-content {
  transform: translateY(50%);
  /* Start below its final position */
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  /* Match fade speed or adjust */
}

/* Active slide states - when the slide becomes visible */
.slick-active .left-sr-image,
.slick-current .left-sr-image {
  /* slick-current might be used depending on Slick version/state */
  transform: translateX(0);
  /* Move to original position */
  opacity: 1;
}

.slick-active .right-sr-content,
.slick-current .right-sr-content {
  /* slick-current might be used depending on Slick version/state */
  transform: translateY(0);
  /* Move to original position */
  opacity: 1;
}

/* Ensure the layout holds when elements are hidden */
.slick-slide:not(.slick-active) .left-sr-image,
.slick-slide:not(.slick-active) .right-sr-content {
  pointer-events: none;
  /* Prevent interaction with hidden elements */
}

/* Your existing CSS for the slider */
:root {
  --text-dark: #2c3e50;
  --text-light: #8896a7;
  --border-color: #5190e7;
  --transition-speed: 0.6s;
}

.testimonial-slider {
  width: 100%;
  max-width: 1100px;
  padding: 50px 20px 0;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.slider-container {
  position: relative;
  z-index: 1;
  text-align: center;
}

.slider-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 50px;
}

.client-avatars {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 30px;
  position: relative;
  height: 115px;
  top: -50px;
}

.client-avatars::before {
  content: "";
  position: absolute;
  width: 96%;
  height: 480px;
  border-top: 3px solid var(--border-color);
  border-radius: 60%;
  top: 56px;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.avatar {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  transition: all var(--transition-speed) cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 10px 20px rgba(44, 62, 80, 0.1);
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avatar.active {
  width: 115px;
  height: 115px;
  transform: translateY(0) scale(1);
  z-index: 5;
  opacity: 1;
}

.avatar.prev-1,
.avatar.next-1 {
  width: 95px;
  height: 95px;
  z-index: 4;
  opacity: 1;
}

.avatar.next-1 {
  transform: translateY(1px) translateX(174px) scale(0.9);
}

.avatar.prev-1 {
  transform: translateY(1px) translateX(-174px) scale(0.9);
}

.avatar.prev-2,
.avatar.next-2 {
  width: 85px;
  height: 85px;
  z-index: 3;
  opacity: 1;
}

.avatar.next-2 {
  transform: translateY(25px) translateX(300px) scale(0.8);
}

.avatar.prev-2 {
  transform: translateY(25px) translateX(-300px) scale(0.8);
}

.avatar.prev-3,
.avatar.next-3 {
  width: 70px;
  height: 70px;
  z-index: 2;
  opacity: 1;
}

.avatar.next-3 {
  transform: translateY(62px) translateX(397px) scale(0.7);
}

.avatar.prev-3 {
  transform: translateY(62px) translateX(-397px) scale(0.7);
}

.avatar.hidden {
  width: 0;
  height: 0;
  opacity: 0;
  transform: scale(0);
}

.testimonial-content {
  position: relative;
  min-height: 200px;
  padding: 29px 20px;
  background: #fff;
  overflow: hidden;
  text-align: center;
}

.testimonial {
  position: absolute;
  top: 0;
  left: 70px;
  right: 70px;
  padding: 0 10%;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  pointer-events: none;
}

.testimonial.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.testimonial.fading-out {
  opacity: 0;
}

.testimonial .quote {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 25px;
}

.testimonial .author-name {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}

.testimonial .author-title {
  font-size: 0.9rem;
  color: var(--text-light);
}

.testimonial-slider .slider-nav {
  margin-top: 10px;
  text-align: center;
}

.slider-nav button {
  background-color: transparent;
  border: 1px solid var(--body-text-color);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.slider-nav button:hover {
  background-color: #fff;
  border-color: var(--primary-color);
}

.slider-nav button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.slider-nav svg {
  width: 20px;
  height: 20px;
  stroke: var(--body-text-color);
}

.slider-nav button:hover svg {
  background-color: #fff;
  stroke: var(--primary-color);
}

.banner-inner {
  background-position: center center;
  background-size: cover;
  border-radius: 0 0 40px 40px;
  background-repeat: no-repeat;
}

.counter-content .counter-box {
  color: var(--primary-color);
  font-family: var(--heading-font);
  font-weight: 600;
}

.counter-content:last-child {
  padding-left: 30px;
  margin-left: 15px;
  border-left: 1px solid #ccc;
}

.banner-inner p {
  color: var(--footer-link-color);
}

.counter-outer {
  gap: 15px;
}

.counter-content h6 {
  color: var(--black-color);
}

.experient-left {
  padding-right: calc(var(--base-spacing) * 10);
}

.experient-left .slick-list {
  padding-bottom: 30px;
}

.experient-left img {
  border-radius: calc(var(--base-bdr-radius) * 5);
  width: 100%;
}

.experient-left .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.teams-slider-outer {
  padding-left: 50px;
  padding-right: 50px;
}

.member-details {
  text-align: center;
}

.social-link {
  gap: 10px;
  justify-content: center;
}

.social-link a:hover img {
  opacity: 0.3;
}

#teams-carousel figure {
  max-width: fit-content;
  margin: 0 auto 15px;
  padding: 0px 10px;
}

.member-details h6 {
  color: var(--black-color);
}

.experient-left .slick-dots li button {
  font-size: 0;
}

.experient-left .slick-dots li button:before {
  background-color: var(--white-color);
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.experient-left .slick-dots {
  bottom: 0px;
}

.experient-left .experient-left {
  margin: 0 3px;
}

/*Event*/
.events-part {
  background-color: var(--light-blue-bg);
}

.event-card {
  transition: transform 0.2s ease-in-out;
  padding: 1.5rem;
  height: 100%;
}

.event-icon {
  margin-bottom: calc(var(--base-spacing) * 4);
}

.event-icon img {
  width: 110px;
  height: 67px;
  object-fit: contain;
  object-position: left;
}

.event-title {
  margin-bottom: calc(var(--base-spacing) * 3);
  color: var(--black-color);
}

.event-detail {
  display: flex;
  align-items: flex-start;
  margin-bottom: calc(var(--base-spacing) * 2);
  color: var(--black-color);
  /* Gray text */
  gap: 10px;
}

.event-detail a {
  text-decoration: none;
  color: var(--primary-color);
}

/*Producut -details*/
section.product-detailsp {
  padding-top: calc(var(--base-spacing) * 15);
}

.product-pic-p {
  /* padding: 50px 74px 0px 74px; */
  padding: 30px;
  background: url(../images/prd_gradientbg.svg) no-repeat;
  background-size: cover;
  border-radius: calc(var(--base-bdr-radius) * 5);
  min-width: 46%;
  justify-content: center;
  margin-bottom: 20px;
  height: 459px;
  align-items: end;
  position: relative;
  display: flex;
  overflow: hidden;
}

.product-thumb {
  padding: 50px 50px 15px 50px;
  background: url(../images/prd_gradientbg.svg) no-repeat;
  background-size: cover;
  border-radius: calc(var(--base-bdr-radius) * 5);
  min-width: 100%;
  justify-content: center;
  margin-bottom: calc(var(--base-spacing) * 8);
  height: 345px;
  align-items: end;
  position: relative;
  display: flex;
}

.product-pic-p figure {
  width: 100%;
  height: 100%;
  margin: 0;
}

.product-pic-p figure img {
  object-fit: contain;
  width: 100%;
  mix-blend-mode: darken;
  height: 100%;
  margin: 0 auto;
}


.item-product h5 {
  color: var(--primary-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  /* required for ellipsis to work */
}
.item-product h5 a,
.page-template-template-product .item-product p a {
  color: var(--primary-color);
}
.item-product.prdlistbox p a{
  color: var(--primary-color);
}
.item-product {
  text-align: center;
}

.item-product figure img {
  transform: scale(1);
  transition: 0.3s;
  mix-blend-mode: darken;
  width: 100% !important;
  height: 270px !important;
  object-fit: contain;
}

.event-description p {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.event-card.expanded .event-description p {
  text-overflow: inherit;
  overflow: auto;
  display: block;
  -webkit-line-clamp: 3;
}

.item-product:hover figure img {
  transform: scale(1.1);
  transition: 0.3s, opacity 0.3s;
}

.prdlistbox {
  cursor: pointer;
  margin-bottom: 30px;
}

.prdlistbox:hover .product-thumb figure img {
  transform: scale(1.1) !important;
  opacity: 0.5 !important;
}

.item-product:hover .know-more-btn {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}

.item-product .know-more-btn {
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#more-product-slider .slick-slide {
  margin: 0 20px;
  display: flex;
  flex-direction: column;
}

#more-product-slider .slick-list {
  margin: 0 -20px;
}

.product-variants {
  margin-bottom: calc(var(--base-spacing) * 6);
}

.product-variants h6,
.quantity-selector h6 {
  color: var(--black-color);
  margin-bottom: 10px;
}

.quantity-controls .qty-outer {
  position: relative;
  background-color: var(--white-color);
  display: inline-block;
  width: 100px;
}

.quantity-controls .qty {
  padding: 11px 15px;
  border: 0;
  border-radius: calc(var(--base-bdr-radius) * 13);
  width: 100px;
  text-align: center;
}

.quantity-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.qty-minus,
.qty-plus {
  position: relative;
  color: var(--blue-color);
  background-color: var(--white-color);
  border: 0;
  width: 41px;
  height: 41px;
  font-size: 30px;
  line-height: 41px;
  color: var(--blue-color);
  font-weight: 400;
  padding: 0;
}

.product-content-details.row {
  margin-left: -25px;
  margin-right: -25px;
}

.product-content-details.row .col-lg-6,
.product-content-details.row .col-lg-5,
.product-content-details.row .col-lg-7 {
  padding-left: 25px;
  padding-right: 25px;
}

.left-product-img .custom-thumbnail-slider a {
  display: block;
  width: 100%;
  height: 150px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #c1dafb;
}

.left-product-img .custom-thumbnail-slider a:hover {
  opacity: 0.8;
}

.left-product-img .custom-thumbnail-slider img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  max-width: 100% !important;
}

.left-product-img .custom-thumbnail-slider .slick-slide {
  margin: 0 7px;
}

.left-product-img .custom-thumbnail-slider .slick-list {
  margin: 0 -7px;
}

.left-product-img .custom-thumbnail-slider .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 10px;
}

.left-product-img .custom-thumbnail-slider .slick-dots li {
  display: block;
  border-radius: 5px;
  width: 8px;
  height: auto;
}

.left-product-img .custom-thumbnail-slider .slick-dots li button {
  width: 20px;
  height: 8px;
  border-radius: 5px;
  background-color: #385989;
  padding: 0;
  transition: 0.3s;
  display: block;
  margin-bottom: 7px;
}

.left-product-img .custom-thumbnail-slider .slick-dots li button {
  width: 20px;
  height: 8px;
  border-radius: 5px;
  background-color: #7593be61;
  padding: 0;
  transition: 0.3s;
  display: block;
  border: none !important;
}

.left-product-img .custom-thumbnail-slider .slick-dots li {
  height: auto;
}

.left-product-img .custom-thumbnail-slider .slick-dots li.slick-active button {
  background-color: #385989;
}


.product-content-details.row .feature-list li {
  padding: 0;
}

.product-content-details.row .feature-list li:before {
  display: none;
}

.unquewrper .feature-list,
#unique_features_contaner .feature-list,
#technical_specification_ccontainer .feature-list {
  display: flex;
  flex-wrap: wrap;
}

.unquewrper .feature-list li,
#unique_features_contaner .feature-list li,
#technical_specification_ccontainer .feature-list li {
  width: calc(50% - 25px);
  margin-right: 25px;
}

.variant-buttons,
.action-buttons {
  margin-left: -5px;
  margin-right: -5px;
}

.action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: baseline;
}

.case-study-section .slick-slide {
  margin: 0 15px;
}

/* the parent */
.case-study-section .slick-list {
  margin: 0 -15px;
}

.variant-buttons button,
.action-buttons button,
.action-buttons a {
  margin: 0 3px;
}

.variant-buttons .form-check {
  padding-left: 0;
}

.more-product-slider .item-product {
  padding-bottom: 30px;
}

.unquewrper,
.tech_prddet {
  position: relative;
}

.loaderPan {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
}

.loaderPan img {
  opacity: 0.6;
}

/* .........unique features.......... */
.unquewrper {
  background-color: var(--light-blue-bg);
}

.unquewrper h1,
.unquewrper h2,
.unquewrper h3,
.unquewrper h4,
.unquewrper h5,
.unquewrper h6 {
  color: var(--black-color);
}

.unquewrper ul,
#unique_features_contaner ul,
#technical_specification_ccontainer ul,
.feature-list {
  list-style-type: none;
  padding-left: 0;
  /* column-count: 2; */
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.unquewrper ul li,
#unique_features_contaner ul li,
#technical_specification_ccontainer ul li,
.feature-list li {
  margin-bottom: 25px;
  position: relative;
  padding-left: 30px;
  white-space: normal;
  width: calc( 50% - 30px );
  padding-right: 25px;
}

@media (max-width: 1024px) {
  .unquewrper ul li,
  #unique_features_contaner ul li,
  #technical_specification_ccontainer ul li,
  .feature-list li {
    width: 100%;
    padding-right: 0;
  }
}
.unquewrper ul li:before,
#unique_features_contaner ul li:before,
#technical_specification_ccontainer ul li:before,
.feature-list li:before {
  background-color: #154180;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
}

.feature-card {
  padding: 0 0;
}

.feature-list li span {
  text-transform: uppercase;
  font-weight: 600;
  padding-right: 4px;
  white-space: nowrap;
}


.tech_prddet .table-striped tbody tr:nth-child(odd) {
  background-color: #ffffff !important;
}

.tech_prddet .table-striped tbody tr:nth-child(even) {
  background-color: var(--light-blue-bg) !important;
}

.unquewrper table,
.tech_prddet table {
  margin-bottom: 0;
}

.unquewrper table td,
.unquewrper table th,
.tech_prddet table td,
.tech_prddet table th {
  padding: 20px 20px 20px 30px;
  text-align: left !important;
}

.unquewrper table th strong,
.tech_prddet table th strong {
  font-weight: 500;
}

.tech_prddet .table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-accent-bg: #fff !important;
}

.tech_prddet table td strong {
  color: var(--blue-color) !important;
  font-weight: 500;
}

.tech_prddet table td {
  color: var(--body-text-color) !important;
}

.table-responsive .table {
  border-collapse: separate !important;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid var(--body-text-color) !important;
}

.tech_prddet table td:first-child,
.tech_prddet table th:first-child {
  width: 30%;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: var(--body-text-color) !important;
}

.tech_prddet {
  padding-bottom: 60px;
  border-top: 1px solid #d9d9d9;
}

.fancybox__content .formcontget {
  margin-bottom: 25px;
}

/* .........unique features.......... */
/* ......services style starts........... */
.services-card {
  background: url(../images/services_bgbox.svg) no-repeat;
  background-size: cover;
  border-radius: calc(var(--base-bdr-radius) * 5);
  padding: calc(var(--base-spacing) * 8);
}

.services-card_imgcont {
  border-radius: calc(var(--base-bdr-radius) * 5);
}

.services-card_imgcont img {
  border-radius: calc(var(--base-bdr-radius) * 5);
  height: 259px;
  object-fit: cover;
  width: 100%;
}

.services-card h6 {
  color: var(--black-color);
}

.services-card p {
  color: var(--text-color);
}

.servicespage_icon {
  height: 35px;
  width: auto;
}

.services-card .gradient-button-bdr {
  background-color: transparent;
}

.services-card .gradient-button-bdr:hover {
  background: linear-gradient(to top, #5190e7, #154180);
  color: var(--white-color);
  box-shadow: var(--box-shadow);
}

.analysissam-list ul li {
  list-style-type: none;
  color: var(--body-text-color);
}

/* Custom Round Checkbox */
.round {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  /* space between circle and text */
  margin-bottom: 10px;
}

.round input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
}

.round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 22px;
  width: 22px;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
}

.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  width: 12px;
  left: 4px;
  top: 6px;
  opacity: 0;
  position: absolute;
  transform: rotate(-45deg);
}

.round input[type="checkbox"]:checked+label {
  background-color: var(--blue-color);
  border-color: var(--light-blue-color);
}

.round input[type="checkbox"]:checked+label:after {
  opacity: 1;
}

.round .variant-label-text {
  font-size: 15px;
  line-height: 22px;
}

/* ......services style ends........... */
/* .......sample analytics......... */
.analytics_left {
  background-color: #eaf2fd;
  border-radius: calc(var(--base-bdr-radius) * 5);
  padding: calc(var(--base-spacing) * 10) calc(var(--base-spacing) * 8);
  text-align: center;
}

.watwewrp {
  background: url(../images/why-choose-bg.png) no-repeat;
  border-radius: calc(var(--base-bdr-radius) * 7);
  background-size: cover;
}

#whatwecando .slick-slide {
  margin: 0 12px;
  display: flex;
}

#whatwecando .slick-list {
  margin: 0 -12px;
}

#whatwecando .choose-card .card-body {
  min-height: 170px;
}

.analy_mrper {
  padding: 0 0;
}

.analysis_prd .product-pic-p figure {
  margin: 0 0 0px;
  height: 100%;
}

.analysissam-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.analysissam-list li {
  margin-bottom: 20px;
  position: relative;
  color: var(--black-color);
  padding-left: 30px;
  white-space: normal;
}

.analysissam-list li:before {
  background-color: #154180;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 7px;
  content: "";
}

.variant-buttons .variant {
  margin-bottom: 12px;
}

.icon-section {
  font-size: 40px;
}

.section-header {
  font-size: 24px;
  font-weight: bold;
}

.section-text {
  font-size: 16px;
}

.analysis_whatbox {}

.iconcont_analy_what {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.iconcont_analy_whattext {
  flex: 1;
}

.iconcont_analy_what img {
  width: 40px;
  margin-left: 26px;
}

.iconcont_analy_what h6 {
  color: var(--black-color);
}

.iconcont_analy_what p {
  color: var(--text-color);
}

.analysis_logocont {
  height: 262px;
}

.analysis_logocont img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.any_box2 .iconcont_analy_whattext {
  flex: none;
}

.any_box2 {
  padding-left: 5%;
  padding-right: 5%;
}

.any_box2 .iconcont_analy_what img {
  margin-right: 26px;
}

.any_box2 .iconcont_analy_what {
  display: flex;
  align-items: center;
  justify-content: center;
}

.any_box3 .iconcont_analy_what img {
  margin-right: 26px;
  margin-left: 0;
  object-fit: contain;
}

.analysis_prd .right-feature-details-product {
  align-content: center;
  display: flex;
  flex-wrap: wrap;
}

/* .......sample analytics......... */
/* .........gallery style starts........ */
.galbox {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 26px;
}

.galbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.gal_h1 {
  height: 333px;
}

.gal_h2 {
  height: 574px;
}

.gal_h3 {
  height: 215px;
}

.slick-dots li button:before {
  display: none !important;
}

#fancybox-1 .fancybox__content img,
#fancybox-1 .fancybox__content {
  border-radius: 20px !important;
}

.gallerywrp {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.masonry {
  column-count: 4;
  column-gap: 16px;
  width: 100%;
}

.masonry .item {
  break-inside: avoid;
  margin-bottom: 16px;
}

.masonry .item img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.serv_boxinner {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  height: 100%;
}

.serv_boxinner h6 {
  width: 100%;
}

/* .........gallery style ends........ */

/* Blog */
.blogDetails-banner img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.blogDetailsText ul,
.blogDetailsText ol {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}

/* ----- Unordered List (Custom Round Bullet) ----- */
.blogDetailsText ul {
  list-style: none;
  padding: 0;
}

.blogDetailsText ul li {
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 20px;
}

.blogDetailsText ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: var(--blue-color);
  border-radius: 50%;
}

/* ----- Ordered List (Standard Numbering) ----- */
.blogDetailsText ol {
  counter-reset: custom-counter;
  list-style: none;
  padding: 0;
}

.blogDetailsText ol li {
  counter-increment: custom-counter;
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 28px;
}

.blogDetailsText ol li::before {
  content: counter(custom-counter) ".";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  color: var(--btn-text-color);
  font-weight: bold;
}

.right-resentPost {
  width: 100%;
  margin-bottom: 50px;
}

.right-resentPost .reseentItem {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.right-resentPost .reseentItem img {
  max-width: 130px;
  object-fit: cover;
}

.right-resentPost .reseentItem .text-sec {
  padding: 10px 15px;
}

.right-resentPost .reseentItem p {
  font-size: 16px;
  line-height: 16px;
  color: var(--text-color);
  margin: 5px 0;
}

.right-resentPost .reseentItem a {
  margin: 0 0 auto 0;
}

.meta-evnt {
  display: flex;
  align-items: center;
}

.meta-evnt .date-evnt {
  padding-right: 15px;
}

.meta-evnt span {
  display: block;
  padding-left: 15px;
}

.blog-sidebar-item ul,
.blogCategories,
.archiveSec {
  background: linear-gradient(180deg,
      #d2eef5 0%,
      rgba(255, 255, 255, 0) 73.72%);
  border-radius: 30px;
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  margin: 0;
  list-style: none;
}

.blog-sidebar-item ul li a,
.blogCategories li a,
.archiveSec li a {
  color: var(--btn-text-color);
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid rgba(27, 63, 103, 0.2);
}

.blog-sidebar-item ul li:last-child a,
.blogCategories li:last-child a,
.archiveSec li:last-child a {
  border: none;
}

.blog-sidebar-item ul li a,
.archiveSec li a {
  color: var(--btn-text-color);
  display: block;
}

.blog-sidebar-item ul li a:hover,
.archiveSec li a:hover {
  color: var(--black-color);
}

.blog .blgtextcont h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* Number of lines to show */
  overflow: hidden;
}

.archive .blgtextcont h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* Number of lines to show */
  overflow: hidden;
}

.archive .category-title {
  width: 100% !important;
}

.blog .knowledge-center-card-content .btn:hover {
  cursor: default !important;
}

.archive .knowledge-center-card-content .btn:hover {
  cursor: default !important;
}

.blog-content-sec .text-sec span {
  font-family: var(--primary-font);
}

.blog-content-sec .text-sec h6 a {
  color: var(--black-color);
  font-family: var(--primary-font);
}

.blog-content-sec .text-sec a {
  color: var(--blue-color);
  font-family: var(--primary-font);
}

.blog-content-sec .date-evnt {
  display: flex;
  align-items: center;
}

.blogDetailsText h1 {
  font-size: 38px;
  color: var(--primary-color);
}

.blogDetailsText p {
  font-family: var(--primary-font);
}

.blogDetailsText ul li {
  font-family: var(--primary-font);
}

.blogDetailsText ol li {
  font-family: var(--primary-font);
}

.single-post .blog-archieve-area ul {
  box-shadow: var(--box-shadow-lght);
  border-radius: 10px;
  padding: 25px 35px;
}

.single-post .blog-archieve-area ul li {
  list-style-type: disc;
}

.single-post .blog-archieve-area ul li a {
  color: var(--black-color);
}

.single-post .blog-archieve-area .widget {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 0px;
}

.single-post .blogDetailsText a {
  color: var(--blue-color);
}

.blog-content-sec .meta-evnt {
  margin: 15px 0px;
}

.blogDetailsText h4 {
  font-size: 25px;
}

/* Blog Details */

/* Products */
.page-template-template-product .contact-section .choose-card {
  height: 200px;
  min-height: auto;
}

.page-template-template-product .item-product h5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.product-thumb {
  position: relative;
}

.page-template-template-product .item-product p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.page-template-template-product .item-product p:hover {
  cursor: default;
}

.post-type-archive-product .item-product p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.tax-product_cat .item-product h5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.tax-product_cat .item-product p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.tax-product_cat .feature-list {
  display: none;
}

/* Products End */

/* Shop Page */
.shop-page-sorting {
  width: 20% !important;
  border-radius: 50px !important;
}

.post-type-archive-product .item-product h5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.page-item.active .page-link {
  z-index: 3;
  border-color: var(--blue-color) !important;
  background-color: var(--blue-color) !important;
  color: var(--white-color) !important;
  border-radius: 50px !important;
  margin: 0 10px !important;
}

.post-type-archive-product a.next.page-link {
  color: var(--blue-color) !important;
  border-radius: 50px !important;
  margin: 0 10px !important;
}

.post-type-archive-product a.next.page-link:hover {
  background-color: var(--blue-color) !important;
  color: var(--white-color) !important;
}

.post-type-archive-product a.page-link {
  color: var(--blue-color) !important;
  border-radius: 50px !important;
  margin: 0 10px !important;
}

.post-type-archive-product a.page-link:hover {
  background-color: var(--blue-color) !important;
  color: var(--white-color) !important;
}

.post-type-archive-product .pagination {
  margin-top: 50px;
}

.wpcf7-not-valid-tip {
  padding-left: 40px;
  position: relative;
  bottom: 0;
}

p.woocommerce-result-count {
  float: right !important;
}

.price-ribbon h4 {
  font-size: 18px !important;
}

.variant-buttons .variant {
  text-transform: uppercase !important;
}

.quantity-controls .qty-outer {
  padding: 1px 5px !important;
}

.quantity-controls .qty-outer .qty {
  width: 85px !important;
}

.woocommerce-shop .woocommerce-breadcrumb {
  display: none !important;
}

.woocommerce-shop .feature-list {
  display: none;
}

.post-type-archive-product .product-thumb {
  margin-bottom: calc(var(--base-spacing) * 15);
}

/* Shop Page End */
/* Search Results End */

.search-results-l {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.search-results-l h3 {
  margin-bottom: 15px;
}


.search-results-l p {
  line-height: 1.6;
  color: var(--text-color);
}

.search-results-l:last-child {
  border-bottom: 0px;
}

/* Pagination Styling */
nav.navigation.pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.nav-links a,
.nav-links span {
  display: flex;
  /* Changed from inline-block for centering */
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 1;
  /* Reset line-height */
  border-radius: 50%;
  background-color: #f1f8fc;
  color: var(--primary-color);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 16px;
}

.nav-links a:hover,
.nav-links span.current {
  background-color: var(--blue-color);
  color: var(--white-color);
}

.nav-links .prev,
.nav-links .next {
  background: #15418057;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  /* Pillow shape for Prev/Next */
}

/* Hide screen reader text visually but keep it accessible if needed (or just hide standard wp hidden class) */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}


/* Gallery */

.rbs_gallery_button_bottom {
  text-align: center !important;
}

.rbs-imges-load-more {
  font-weight: 500 !important;
  border-radius: calc(var(--base-bdr-radius) * 13) !important;
  display: inline-block !important;
  padding: 12px 30px !important;
  background: linear-gradient(to bottom, #5190e7, #154180) !important;
  color: var(--white-color) !important;
  box-shadow: var(--box-shadow-lght) !important;
  border: 0 !important;
  height: 55px !important;
}

.rbs-imges-load-more:hover {
  background: linear-gradient(to top, #5190e7, #154180) !important;
  color: var(--white-color) !important;
  box-shadow: var(--box-shadow) !important;
  border: 0 !important;
}

.rbs-img-image div[data-thumbnail] {
  border-radius: 15px;
}

img.mfp-img {
  border-radius: 15px !important;
}

.page-template-template-gallery .thumbnail-overlay {
  border-radius: 20px !important;
}

.page-template-template-gallery .thumbnail-overlay:hover {
  border-radius: 20px !important;
}

/* Gallery End */

/* Home Page Knowledge Center */
.page-template-template-home .knowledge-center-card-content h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* Number of lines to show */
  overflow: hidden;
}

/* Home Page Knowledge Center End */

#teams-carousel img {
  border-radius: 50% !important;
  width: 100%;
}

#teams-carousel .social-link img {
  border-radius: 0% !important;
}

/* Case Study */
.page-template-template-case-studies .blgtextcont h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* Number of lines to show */
  overflow: hidden;
}

.page-template-template-case-studies .knowledge-center-card-content .btn:hover {
  cursor: default !important;
}

.page-template-template-case-studies .blgtextcont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* Number of lines to show */
  overflow: hidden;
}

.case-study-details img {
  height: 450px !important;
  object-fit: cover !important;
}

.single-case-study .blog-archieve-area ul {
  box-shadow: var(--box-shadow-lght);
  border-radius: 10px;
  padding: 25px 35px;
}

.single-case-study .blog-archieve-area ul li {
  list-style-type: disc;
}

.single-case-study .blog-archieve-area ul li a {
  color: var(--black-color);
}

.single-case-study .blog-archieve-area .widget {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 0px;
}

.single-case-study .blogDetailsText a {
  color: var(--blue-color);
}

/* Case Study End */

/* Testimonials */
/* Testimonial Section */
.about-testimonial-sec {
  padding: 60px 0;
  /* background: #fff; */
}

.testimonial-cslider {
  gap: 20px;
}

.testimonial-box {
  /* background: var(--white-color); */
  background: var(--bg-gradient);
  /* color: #fff;
  height: 280px !important; */
  padding: 30px;
  margin: 30px 15px;
  border-radius: 25px;
  flex: 0 0 48%;
  position: relative;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.testimonial-text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: var(--primary-color);
}

.comment-person-details {
  gap: 15px;
}

.commentor-pic img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.commentor-content h5 {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  color: var(--primary-color);
}

.commentor-content p {
  font-size: 14px;
  color: var(--text-color);
  margin: 2px 0 0;
}

.testimonials-text-contents p {
  color: var(--text-color);
}

.comment-icon img {
  width: 45px;
  height: auto;
}



.rmp-container .rmp-menu-title .rmp-menu-title-image {
  width: 90px !important;
  height: auto !important;
}

/* .testimonial-cslider .slick-dots li button {
  border: 1px solid var(--primary-color) !important;
  border-radius: 50px !important;
} */



/* Testimonials End */

.page-template-template-home h4.case-study-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* Number of lines to show */
  overflow: hidden;
}

.page-template-template-home p.sem-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  /* Number of lines to show */
  overflow: hidden;
}

/* Events */
/* Grid setup for equal heights */
.row {
  display: flex;
  flex-wrap: wrap;
}

.col-12.col-md-6.col-lg-3 {
  display: flex;
}

.event-card-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: stretch;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* Event card styles */
.event-card {
  max-height: 290px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.5s ease;
  background: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
}

.event-card.expanded {
  max-height: none;
}

.event-card-wrapper .read-more {
  margin-top: 15px;
  text-align: left;
  display: inline-block;
  color: var(--blue-color);
  padding: 0px 0px 20px 20px;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s ease;
}

.event-card-wrapper .read-more:hover {
  color: var(--primary-color);
}

.event-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.event-card.expanded::after {
  opacity: 0;
}

.event-card .event-detail span {
  margin-top: -3px !important;
}

/* Events End */
.video-pop {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}


.default-page-sec h5 {
  color: var(--primary-color);
  font-family: var(--heading-font);
}

.default-page-sec a {
  color: var(--blue-color);
}

.search-result-container .entry-header {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-end;
}

.entry-header-section-main {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.entry-header-section-main .entry-header-title-area h4 a {
  color: var(--blue-color) !important;
}

.search-result-container a {
  color: var(--blue-color);
  font-family: var(--heading-font);
}

.search-result-container a.post-thumbnail-inner img {
  width: 300px !important;
  height: auto !important;
}

.search-result-container .entry-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.search-result-container .status-publish {
  margin: 20px 0px !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 20px;
}

.search-result-container .nav-links span {
  font-family: var(--primary-font) !important;
}

.search-result-container .nav-links a {
  font-family: var(--primary-font) !important;
}

.search-result-container .navigation {
  justify-content: center !important;
}

.archive .woocommerce-breadcrumb {
  display: none;
}

/* Cart Page */
.wc-block-cart__submit-button {
  background: linear-gradient(to bottom, #5190e7, #154180) !important;
  color: var(--white-color) !important;
  box-shadow: var(--box-shadow-lght) !important;
  border: 0 !important;
  border-radius: 50px !important;
}

.wc-block-cart__submit-button:hover {
  background: linear-gradient(to top, #5190e7, #154180) !important;
  color: var(--white-color) !important;
  box-shadow: var(--box-shadow) !important;
  border: 0 !important;
  border-radius: 50px !important;
}

/* Cart Page End */

/* Checkout Page */

.wc-block-components-checkout-place-order-button {
  background: linear-gradient(to bottom, #5190e7, #154180) !important;
  color: var(--white-color) !important;
  box-shadow: var(--box-shadow-lght) !important;
  border: 0 !important;
  border-radius: 50px !important;
}

.wc-block-components-checkout-place-order-button:hover {
  background: linear-gradient(to top, #5190e7, #154180) !important;
  color: var(--white-color) !important;
  box-shadow: var(--box-shadow) !important;
  border: 0 !important;
  border-radius: 50px !important;
}

/* Checkout Page End */

.page-template-template-home .case-study-section a h4 {
  color: var(--white-color) !important;
}

.error404 .search-form label,
.search .search-form label,
.search-no-results .search-form label {
  display: none;
}

.error404 .search-field,
.search .search-field,
.search-no-results .search-field {
  padding: 14px 20px;
  margin-right: 10px;
  border: 1px solid #a0a3bb;
  border-radius: 0;
  background-color: transparent;
  font-size: 0.875rem;
  color: #fff;
  transition: 0.3s;
  outline: 0;
  width: 50%;
  border-radius: 6px;
}

.error404 .search-submit,
.search .search-submit,
.search-no-results .search-submit {
  padding: 15px 20px;
  background-color: var(--primary-color);
  border: none;
  border-radius: 0;
  font-size: 0.875rem;
  color: var(--white-color);
  cursor: pointer;
  border-radius: 6px;
}


/* Site Map */
.sitemap-menu ul.menu,
.sitemap-menu ul.sub-menu {
  list-style: none;
  padding-left: 0;
  margin: 0 0 20px;
}

.sitemap-menu ul.menu>li {
  margin-bottom: 16px;
  color: var(--primary-color);
}

.sitemap-menu a {
  color: var(--primary-color);
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s ease;
  position: relative;
  padding-left: 20px;
}

.sitemap-menu a::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: var(--primary-transition);
}

.sitemap-menu a:hover::before {
  transform: translateY(-50%);
  left: -5px;
}

.sitemap-menu a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

.sitemap-menu ul.sub-menu {
  padding-left: 20px;
  border-left: 2px dashed #ddd;
  margin-top: 10px;
}

.sitemap-menu ul.sub-menu li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none;
  box-shadow: none;
}

#productname {
  pointer-events: none;
  caret-color: transparent;
}

.formcontget:has(#productname) {
  position: relative;
}

.formcontget:has(#productname)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.woocommerce-ordering {
  display: none;
}

.woocommerce-result-count {
  text-align: right;
  margin-bottom: 0 !important;
}

/* ............product page styling............. */

.prodscanningwrp {
  background-color: var(--light-blue-bg);
}


#productscanning .slick-slide {
  margin: 0 15px;
  display: flex;
}

#productscanning .slick-list {
  margin: 0 -15px;
}

.product-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 20px;
  position: relative;
  height: 100%;
}

.price-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #e0f7fa;
  color: #000;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
}

.product-image {
  height: 180px;
  object-fit: contain;
  margin-bottom: 15px;
}

.product-title {
  font-size: 1.2rem;
  font-weight: 600;
}

.product-subtitle {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 15px;
}

.btn-custom {
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 0.9rem;
}

#productscanning .card.choose-card {
  cursor: default;
  margin-bottom: 10px;
}

#productscanning .card.choose-card:hover {
  background: linear-gradient(to right, #1C2235, #154180);
}

#productscanning .choose-card:hover img {
  filter: brightness(0) invert(1);
}

#productscanning .choose-card:hover h6 {
  color: #fff;
}

.prdlistbox h5 {
  color: var(--black-color);
  padding: var(--base-spacing) * 10 0 var(--base-spacing) * 7;
}

.prdlistbox p {
  color: var(--body-text-color)
}

.prodscanningwrp .choose-card .card-body {
  min-height: auto;
}

/* ............product page styling............. */
/* .........blog style........... */

.white-blue-btn {
  background: var(--white-color);
  color: var(--blue-color);
  border-radius: calc(var(--base-bdr-radius) * 2);
  transition: 0.3s;
  display: inline-block;
  text-align: center !important;
}

.white-blue-btn:hover {
  background: linear-gradient(to right, #1C2235, #154180);
  color: #fff;
}

.blogfiltersec .tabs {
  display: flex;
  justify-content: flex-start;
  gap: 24px;
  padding: 0;
  margin: 0
}

.blogfiltersec .white-blue-btn {}

.blogfiltersec .tabs li:first-child {
  min-width: 212px;
}

.blgtextcont {
  padding: calc(var(--base-spacing) * 8) 0;
  gap: 10px;
}

.blgtextcont h4 {
  color: var(--black-color);
}

.blogtabcont .tab-content {
  display: none;
}

.blogtabcont .tab-content.active {
  display: block;
}

.blogfiltersec .tabs li.active {
  background: linear-gradient(to right, #1C2235, #154180);
  color: #fff;
}

/* ........popup style starts.......... */
.requestmodalwrp {
  background-color: #fff;
  padding: calc(var(--base-spacing) * 10) !important;
  border-radius: 15px !important;
  max-width: 687px;
  margin: 0 auto;
}

.requestmodalwrp .popup-gettouch #productname {
  height: 80px !important;
  overflow: auto !important;
}

.requestmodalwrp .popup-gettouch #productname {
  scrollbar-width: thin;
  /* Firefox */
  scrollbar-color: gray #f1f1f1;
  /* thumb color + track color */
}

/* Chrome, Edge, Safari */
.requestmodalwrp .popup-gettouch #productname::-webkit-scrollbar {
  width: 8px;
}

.requestmodalwrp .popup-gettouch #productname::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* light track */
}

.requestmodalwrp .popup-gettouch #productname::-webkit-scrollbar-thumb {
  background-color: gray;
  /* gray thumb */
  border-radius: 4px;
}

/* ........popup style starts.......... */