@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

.gold-text {
  color: gold;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.info-card_link {
  font-size: 1rem;
  font-weight: 600;
  color: var(--white-color);
}

img.lazy {
  opacity: 0;
  transition: opacity .4s ease;
}
img:not([data-src]) {
  opacity: 1;
}

.wintech-logo-preloader {
  width: 250px;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.wintech-logo-preloader {
  animation: pulse 1.5s infinite ease-in-out;
}


/* Initial hidden state */
.product-content {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.product-applications ul {
  list-style-type: none;
}

.product-applications p::first-letter {
  text-transform: initial;
}

.product-content.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.product-content.d-none {
  display: none !important;
}

.info-card_content a {
  font-size: .8rem;
}

.bg-themes {
  background-color: #001264;
}

.main-menu a {
  font-family: var(--default-font);
}

.info-card_icon {
  width: 30px;
  height: 30px;
  line-height: 28px;
  background-color: var(--white-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
  color: var(--theme-color);
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* float menu */
/* Floating Container */
.floating-actions {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
  z-index: 9999;
}

/* Action Button Base */
.action-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fff;
  border: none;
  border-radius: 10px 0 0 10px;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  transition: all 0.3s ease;
  width: 52px;
  height: 52px;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 0 0 10px;
}

/* Icon Centered */
.action-btn i {
  font-size: 1.5rem;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  color: #fff
}

/* Label Hidden Initially */
.action-btn span {
  opacity: 0;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

/* Hover Expand */
.action-btn:hover {
  width: 150px;
  justify-content: flex-start;
  padding-left: 18px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  transition: all 0.5s ease;
}

.action-btn:hover i {
  color: #fff;
  transition: all 0.3s ease;
}

.action-btn:hover span {
  opacity: 1;
  width: auto;
  margin-left: 10px;
  transition: all 0.3s ease;
}

/* Color Variants */
.action-btn.enquiry {
  background: var(--enquiry-color);
}

.action-btn.whatsapp {
  background: var(--whatsapp-color);
}

.action-btn.phone {
  background: var(--phone-color);
}

/* Responsive */
@media (max-width: 768px) {
  .floating-actions {
    right: 10px;
    top: auto;
    bottom: 150px;
    transform: none;
    flex-direction: column;
  }

  .action-btn {
    width: 48px;
    height: 48px;
    padding: 0px;
  }
  .action-btn:hover i {
    padding-left: 10px;
  }

  .action-btn:hover {
    width: 48px;
    padding: 0;
  }

  .action-btn span {
    display: none;
  }
}


/* header */
.header-layout3 .menu-area::before {
  background-color: transparent;
}

.header-logo {
  width: 230px;
}

.mobile-logo {
  width: 170px;
}

.main-menu a {
  font-size: .9rem;
}

.th-mobile-menu ul li a.active {
  color: var(--accent-color) !important;
}

.th-experienc .th-experience_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.circle-logo {
  width: 110px;
}

.th-experience::before {
  inset: 10px;
}


.th-menu-wrapper .mobile-logo {
  padding: 2%;
  padding-top: 4%;
  background: transparent;
}

.th-mobile-menu {
  overflow-y: hidden;
}

.th-btn.style6 {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.th-widget-about .about-logo {
  background-color: var(--white-color);
  width: 250px;
  padding: 5px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.hero-3 .hero-inner .hero-bg-img {
  min-height: 400px;
}

.hero-style3 .hero-title {
  margin-bottom: 25px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .hero-style3 .hero-title {
    margin-bottom: 25px;
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 20px;
  }
}

.hero-style3 p {
  color: var(--white-color);
}

.hero-style3 {
  padding: 201px 0 204px 0;
  max-width: 100%;
  display: block;
  margin-left: 0%;
  text-align: center;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.116);
  z-index: 1;
  pointer-events: none;
}

.hero-3 .hero-shape-1 {
    right: 15%;
}

.hero-slider-3 .swiper-slide {
    opacity: 0 !important;
    transition: opacity 0.8s ease-in-out;
}

.hero-slider-3 .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

.checklist li {
  font-size: 1rem;
  font-weight: 500;
}

@media (max-width: 1299px) {
  .arrow-wrap .slider-arrow {
    display: block;
  }
}

/* Service item container */
.service-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* Image section (fixed ratio for equal size) */
.service-item_img {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f4f4f4;
  border-radius: 6px;
}

.service-item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.service-item_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.service-item_content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

.service-item_text {
  flex-grow: 1;
  color: #555;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.icon-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
  transition: all 0.3s ease;
}

.icon-btn:hover {
  border: none;
  background-color: var(--hover-color);
  transition: all 0.3s ease;
}

/* Hover lift effect */
.service-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.header-layout3 .main-menu-area::before {
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border: 1px solid #e5e5e5;
}

.header-layout3 .main-menu>ul>li>a {
  padding: 14px 0;
  font-weight: 500;
  color: var(--black-color);
}

.header-layout3 .main-menu>ul>li:hover>a {
  font-weight: 600;
  color: var(--theme-color);
  transition: all 0.3s ease;
}

.th-btn.style1 {
  background: #054fbd;
}

.th-btn.style6 {
  background: var(--theme-color);
}

.expertise-list li {
  color: white;
}

.th-header {
  position: sticky;
  z-index: 5555;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.th-header.hide {
  transform: translateY(-100%);
  opacity: 0;
}

.th-header .main-menu li a.active {
  font-weight: bold;
  letter-spacing: normal;
  color: var(--theme-color);
  transition: all 0.3s ease;
  font-family: var(--style-font);
}

.th-header .main-menu li a:hover {
  font-weight: bold;
  letter-spacing: normal;
  color: var(--theme-color);
  transition: all 0.3s ease;
}

.consultation-title-area {
  padding: 50px 0 120px 0;
  max-width: 100%;
  color: var(--white-color);
}

.counter-area.bg-theme {
  background-color: #ffffff !important;
  backdrop-filter: blur(10px) !important;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border: 1px solid #e5e5e5;
}

.why-content .checklist li {
  font-weight: 400;
}

.why-sec21 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

.why-sec21 > .why-content,
.why-sec21 > .why-image {
  flex: 0 0 50%;
  max-width: 50%;
  /* flex: 1 1 auto; */
}

.why-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border: 1px solid #e5e5e5;
}

.consultation-sec {
  background: url(../img/hero/wintech-banner.webp);
  background-size: cover;
  z-index: 1;
  top: 0;
  /* background-attachment: fixed; */
  background-position: top;
  background-repeat: no-repeat;
}

.consultation-sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.774);
  z-index: -1;
}

.breadcumb-wrapper {
  padding: 80px 0%;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.breadcumb-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.582);
  z-index: -1;
}

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  color: var(--second-color);
}

.breadcumb-menu li:last-child {
  color: var(--white-color);
}

.choose-area {
  padding: 60px 0 120px 0;
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat
}

.checklist {
  list-style: none !important;
}

.contact-map iframe {
  width: 100%;
  height: 522px;
  -webkit-filter: none;
  filter: none;
}

/* ul {
  list-style-type: none;
} */

.choose-image img {
  border-radius: 12px;
  /* width: 50%; */
}

.choose-tabs .nav-link {
  color: var(--white-color);
}

/* product page */
.product-slider {
  /* width: max-content; */
}

.product-section {
  min-height: 100vh;
  font-family: var(--style-font);
}

.product-list-container {
  position: sticky;
  top: 0;
}

.product-list {
  /* scrollable list */
}

.product-list-header {
  color: white;
}

.product-list-header h2 {
  color: var(--second-color) !important;
  padding-bottom: 1%;
}

.product-list-header p {
  font-size: 1rem;
}

.product-item {
  transition: all 0.3s ease;
  cursor: pointer;
  border-left: 4px solid transparent !important;
}

.product-item:hover {
  background-color: #e9ecef !important;
  border-left-color: #c91e00 !important;
}

.product-item.active {
  background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%) !important;
  border-left-color: #e43104 !important;
  color: var(--theme-color);
}

.product-content-container {
  /* background: white; */
}

.product-title {
  color: var(--theme-color);
  font-size: 2rem;
}

.slider-wrapper {
  position: relative;
  height: 350px;
  object-fit: contain;
  /* background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); */
}

.slider-container {
  display: flex;
  height: 100%;
  transition: transform 0.4s ease;
}

.slider-image {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: zoom-in;
  transition: transform 0.3s ease;
}

.slider-image:hover {
  transform: scale(1.02);
}

.slider-btn {
  background: rgba(255, 255, 255, 0.9) !important;
  border: none !important;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--theme-color);
  transition: all 0.3s ease;
}

.slider-btn:hover {
  background: #667eea !important;
  color: white;
  transform: scale(1.1);
}

.slider-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.slider-dot.active {
  background: #667eea;
  width: 28px;
  border-radius: 5px;
}

.detail-section {
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #001264;
}

.product-applications li,
.product-features li {
  padding: 8px 0;
  padding-left: 25px;
  position: relative;
  color: #555;
  line-height: 1.6;
}

.product-applications li:before,
.product-features li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #001264;
  font-weight: bold;
}

/* Modal Styles */
#imageModal {
  z-index: 999999999999999;
}

.modal-dialog {
  position: relative;
}

.modal-content {
  border: none;
  border-radius: 12px;
  background: transparent;
  position: relative;
}

.btn-close-custom {
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--theme-color);
  border: none;
  font-size: 1.8rem;
  color: white;
  cursor: pointer;
  z-index: 10;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 1%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.btn-close-custom:hover {
  background: rgba(0, 0, 0, 0.8);
}

#modalImage {
  max-height: 600px;
  object-fit: contain;
}

.modal-prev,
.modal-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.modal-prev:hover,
.modal-next:hover {
  background-color: #667eea !important;
  transform: scale(1.1);
}


/* popup */
.formRow {
  z-index: 11;
}

/* Modal Styles */
.ShowcaseModal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  height: 100%;
  overflow: auto;
  display: none;
  backdrop-filter: blur(2px);
  padding: 2rem;

  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}

.ShowcaseModal .logo {
  text-align: center;
}

/* Form Container */
.Formoutliner {
  background: #fff;
  width: 90%;
  max-width: 900px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.Formoutliner:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(135deg, #cc6021 0%, #f35900 100%); */
  opacity: 0.1;
  z-index: 0;
}

/* Form Styles */
#EnquiryForm,
#CatalogForm {
  /* padding: 30px; */
  position: relative;
  z-index: 1;
}

.Formoutliner .heading-bx {
  margin-bottom: 30px;
}

.Formoutliner .title-head {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.title-bottom {
  width: 60px;
  height: 4px;
  background: #007bff;
  margin-bottom: 20px;
}

/* Input Styles */
.Formoutliner input[type="text"],
.Formoutliner input[type="email"],
.Formoutliner input[type="tel"],
.Formoutliner select,
.Formoutliner textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 20px;
  border: 2px solid #e1e5e9;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s ease;
  background-color: #fff;
}

.Formoutliner input:focus,
.Formoutliner textarea:focus,
.Formoutliner select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.Formoutliner textarea {
  min-height: 100px;
  resize: vertical;
}

.close-icon {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 24px;
  cursor: pointer;
  background: transparent;
  outline: none;
  border: none;
}

.close-icon i {
  background: rgb(255, 72, 0);
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}

.input-group {
  display: flex;
  flex-wrap: nowrap;
}

.form-control-sm {
  font-size: 1rem;
  border-radius: 6px;
  padding: 15px 10px;
  background: white;
  color: #000000;
  border: none;
}

.theme-btn1 {
  background: var(--accent-color);
  color: white;
  border: none;
  border-radius: 6px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  gap: 8px;
}

/* Button Styles */
.theme-btn {
  background: linear-gradient(45deg, #007bff, #0056b3);
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.theme-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 123, 255, 0.4);
}

.theme-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

/* Contact Info Section */
.cont-info {
  padding: 30px;
  background: rgb(0, 0, 109);
  color: rgb(0, 0, 0);
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 111;
  position: absolute;
}

.popup-logo {
  width: 200px;
  background-color: var(--white-color);
  padding: 20px;
  border-radius: 6px;
}

.cont-info h4 {
  font-size: 22px;
  margin-bottom: 20px;
  color: var(--accent-color);
}

.enquiry-info {
  list-style: none;
  padding: 0;
}

.enquiry-info li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.enquiry-info li i {
  color: #ffffff;
  font-size: 18px;
  width: 20px;
}

.contact-form i {
  color: var(--white-color);
}

.enquiry-info li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
}

.enquiry-info li span {
  color: #ffffff;
}

.enquiry-info li a:hover {
  text-decoration: underline;
}

/* Success/Error Messages */
#success,
#error {
  display: none;
  padding: 15px;
  border-radius: 8px;
  margin-top: 20px;
  text-align: center;
  font-weight: 600;
}

#success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

#error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}


.contact-info:nth-child(2) .contact-info_icon {
  background-color: var(--theme-color)
}

.contact-info:nth-child(3) .contact-info_icon {
  background-color: var(--theme-color)
}

.contact-info_label {
  color: var(--theme-color);
}

.span-text-contact {
  color: rgb(48, 48, 48);
}

.media-body a {
  color: black;
}

/* Container for the tabs */
.nav-tabs {
  border-bottom: 2px solid #ddd;
  margin-bottom: 1.5rem;
  display: flex;
  gap: 1rem;
  /* space between tabs */
}

/* Each tab item */
.nav-item {
  list-style: none;
}

/* Tab buttons */
.nav-tabs .nav-link {
  /* color: #444; */
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  transition: color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  background-color: transparent;
}

/* Hover effect */
.nav-tabs .nav-link:hover {
  color: #d6336c;
  /* your accent color */
  border-bottom-color: #d6336c;
}

/* Active tab style */
.nav-tabs .nav-link.active {
  color: #d6336c;
  border-bottom-color: #d6336c;
  font-weight: 700;
}

/* Focus outline for accessibility */
.nav-tabs .nav-link:focus {
  outline: none;
  /* box-shadow: 0 2px 6px rgba(214, 51, 108, 0.5); */
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 999999999;
  background-color: var(--white-color)
}

.txt-loading-p {
  text-align: center;
  color: var(--white-color);
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
  background-color: #001264;
}

.marquee-wrapper .marquee .marquee-group .text {
  -webkit-text-stroke-color: transparent; 
  -webkit-text-fill-color: var(--theme-color);
}

.service-checklist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  gap: 20px;
  margin-top: 20px;
  list-style: none;
  padding: 0;
}

.service-checklist li {
  border-radius: 6px;
  text-align: center;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: var(--accent-color);
  color: var(--white-color);
  gap: 20px;
}

.service-checklist li i {
    color: var(--white-color);
    min-width: 20px;
    font-size: 1.5rem;
}
.service-checklist li:hover i {
    color: var(--accent-color);
  transition: all 0.3s ease;
}

.service-checklist li:hover {
  background: var(--white-color);
  color: var(--accent-color);
  border: 1px solid rgba(0, 0, 0, 0.137);
  transition: all 0.3s ease;

}

/* .counter-sec .counter-area {
  background: url(../img/bg/shape_bg_2.png) no-repeat;
  background-size: cover;
  background-position: bottom;
} */
.footer-layout3 .widget-area {
    padding-top: 40px;
    padding-bottom: 0px;
}

.th-widget-about .about-text {
  text-align: justify;
}

.newsletter-form {
    flex-direction: column;
}

.product-footer-item {
    color: #fff;
    font-size: 15px;
    line-height: 22px;
}
.two-col-menu {
    column-count: 2;
    column-gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.two-col-menu li {
    break-inside: avoid;
    margin-bottom: 10px;
}

/* Ensures your existing arrow style applies */
.two-col-menu li a {
    display: inline-block;
}

.newsletter-form .th-btn {
    min-width: 100%;
    padding: 21px 20px;
}
.product-footer-item:hover {
    color: #e31e24;
}

.copyright-wrap p {
  padding-bottom: 0;
  margin: 0 0 0 0 !important;
  font-size: 1rem;
}

 .footer-widget.widget_nav_menu a,
   .th-widget-about .about-text,
   .footer-widget p {
  color: rgb(206, 204, 204);
}
.copyright-wrap {
    padding: 8px 0;
}
.copyright-wrap .copyright-text,
.copyright-wrap p {
  font-size: .9rem;
}
.spaces {
  padding: 80px 0;
}
.spaces .text-theme {
  color: var(--theme-color);
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .service-checklist {
    grid-template-columns: 1fr;
  }
}


@media screen and (max-width: 480px) {
  .ShowcaseModal {
    align-items: flex-start;
    padding-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  #EnquiryContactSection {
    display: none;
  }

  .txt-loading-p {
    font-size: 1rem;
  }

  .th-preloader .animation-preloader .txt-loading {
    font-size: 3rem;
  }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .footer-layout3 .widget-area {
    padding-top: 60px;
  }

  .product-section {
    min-height: auto;
    width: 100%;
  }

  .product-list-container {
    position: relative;
    height: auto;
    width: 100%;
    border-bottom: 1px solid #dee2e6;
  }

  .product-list {
    display: flex;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .list-group-flush {
    width: 100%;
    text-align: center;
  }

  .product-item {
    white-space: nowrap;
    border-bottom: 3px solid transparent !important;
    border-left: none !important;
  }

  .product-item.active {
    border-bottom-color: #667eea !important;
    border-left: none !important;
  }

  .product-item:hover {
    border-left: none !important;
    border-bottom-color: #667eea !important;
  }

  .product-content-container {
    max-height: auto;
    padding: 20px !important;
  }

  .product-title {
    font-size: 1.5rem;
  }

  .slider-wrapper {
    height: 250px !important;
  }

  .detail-section {
    padding: 15px;
    margin-bottom: 15px;
  }

  .product-applications li,
  .product-features li {
    font-size: 0.95rem;
  }

  .consultation-title-area {
    padding: 50px 0 250px 0;
  }

  .counter-area {
    padding: 20px 0;
  }

  .counter-sec .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .copyright-wrap .d-flex {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .counter-area.bg-theme {
    width: 80%;
  }
}

@media (max-width: 480px) {
  .product-list-header {
    padding: 12px 16px !important;
  }

  .product-item {
    padding: 12px 16px !important;
    font-size: 0.9rem;
  }

  .product-item small {
    display: none;
  }

  .product-title {
    font-size: 1.25rem;
  }

  .slider-wrapper {
    height: 200px !important;
  }

  .slider-btn {
    width: 35px;
    height: 35px;
    font-size: 0.8rem;
  }

  .detail-section {
    padding: 12px;
  }

  .detail-section h5 {
    font-size: 1rem;
  }

  .modal-prev,
  .modal-next {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .topbar {
    display: none;
  }

  .service-item_content {
    padding: 15px;
  }

  .service-item_content h3 {
    font-size: 16px;
  }

  .service-item_text {
    font-size: 13px;
  }

  .header-layout3 .main-menu-area::before {
    border: none;
  }

  .header-layout3 .menu-area {
    padding: 15px 0px 15px 0;
  }
}
@media screen and (max-width: 991px) {
  .hero-style3 {
  padding: 110px 0;
}
#about-sec.space {
    padding-top: 5%;
}
.why-sec21 > .why-content,
.why-sec21 > .why-image {
  flex: 0 0 100%;
  max-width: 100%;
  /* flex: 1 1 auto; */
}
}

.newsletter-form input {
  color: white !important;
}

.newsletter-form input:focus {
  color: white !important;
}

.hero-style3 {
  background-color: rgba(0, 0, 0, 0.397);
}