.elementor-kit-38{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-38 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===============================
   ABOUT SECTION
================================ */

.extech-about-section {
  padding: 80px 20px;
  background: transparent;
  font-family: 'Poppins', sans-serif;
}

.extech-container {
  max-width: 1400px;
  margin: auto;
  display: flex;
  gap: 50px;
  align-items: center;
}

/* ===============================
   IMAGE / VIDEO BOX
================================ */

.extech-image-box {
  position: relative;
  flex: 1;
  border-radius: 40px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.video-thumb,
.video-frame {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-frame {
  position: absolute;
  inset: 0;
  border: none;
  display: none;
}

/* When video plays */
.extech-image-box.video-active .video-thumb {
  display: none;
}
.extech-image-box.video-active .video-frame {
  display: block;
}
.extech-image-box.video-active .play-btn {
  display: none;
}

/* ===============================
   PLAY BUTTON + RIPPLE
================================ */

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: #3b5bfd;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  cursor: pointer;
  z-index: 2;
  overflow: hidden;
}

.play-btn .ripple-circle {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(59, 91, 253, 0.4);
  animation: ripple 3s infinite;
  z-index: -1;
}

.play-btn .ripple-circle:nth-child(2) { animation-delay: 1s; }
.play-btn .ripple-circle:nth-child(3) { animation-delay: 2s; }

@keyframes ripple {
  0%   { transform: scale(1); opacity: 0.8; }
  100% { transform: scale(2.6); opacity: 0; }
}

/* ===============================
   CONTENT AREA
================================ */

.extech-content {
  flex: 1;
}

.section-tag {
  color: #3b5bfd;
  font-weight: 600;
  letter-spacing: 1px;
}

.extech-content h2 {
  font-size: 36px;
  margin: 15px 0;
  line-height: 1.3;
}

.extech-content p {
  color: #666;
  margin-bottom: 20px;
}

/* ===============================
   FEATURE LIST
================================ */

.feature-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.feature-list li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #3b5bfd;
  font-weight: bold;
}

/* ===============================
   BUTTON + CALL
================================ */

.extech-bottom {
  display: flex;
  align-items: center;
  gap: 30px;
}

.btn-primary {
  background: #3b5bfd;
  color: #fff;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}

.call-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.call-icon {
  width: 45px;
  height: 45px;
  background: #eef1ff;
  color: #3b5bfd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===============================
   STATS BOX
================================ */

.stats-box {
  position: absolute;
  right: 0;
  bottom: -1px;   /* overlap effect */
  background: #ffffff;
  padding: 24px 30px;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  text-align: center;
  min-width: 220px;
}

.stats-box h3 {
  font-size: 36px;
  color: #2f5bea;
  margin: 0;
}

.stats-box span {
  font-size: 14px;
  color: #666;
}


/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 991px) {
  .extech-container {
    flex-direction: column;
  }

  .stats-box {
    position: static;
    margin-top: 30px;
  }
}


@media (max-width: 992px) {
  .extech-container {
    flex-direction: column;
    gap: 30px;
  }

  .extech-content h2 {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .extech-content h2 {
    font-size: 22px;
  }

  .play-btn {
    width: 55px;
    height: 55px;
    font-size: 20px;
  }
}


.env-footer {
  background: #ffffff;
  font-family: "Poppins", sans-serif;
  border-top: 2px solid #1aa39a;
}

.env-footer-top {
  max-width: 1200px;
  margin: auto;
  padding: 50px 20px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
}

.footer-logo {
  max-width: 220px;
  margin-bottom: 15px;
}

.footer-col p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.footer-col h4 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #111;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  text-decoration: none;
  color: #555;
  font-size: 14px;
}

.footer-col ul li a:hover {
  color: #1aa39a;
}

/* SOCIAL ICONS */
.footer-social {
  margin-top: 15px;
}

.footer-social a {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #ddd;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  text-decoration: none;
  color: #555;
  font-size: 14px;
}

/* BOTTOM */
.env-footer-bottom {
  border-top: 1px solid #eee;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  max-width: 1200px;
  margin: auto;
}

.footer-links a {
  margin-left: 15px;
  color: #777;
  text-decoration: none;
}

.footer-links a:hover {
  color: #1aa39a;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .env-footer-top {
    grid-template-columns: 1fr;
  }

  .env-footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}

/* ==============================
   FOOTER BASE
============================== */
.env-footer {
  background: #ffffff;
  font-family: "Poppins", sans-serif;
  border-top: 2px solid #1aa39a;
}

/* TOP FOOTER GRID */
.env-footer-top {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 30px;
}

/* LOGO */
.footer-logo {
  max-width: 220px;
  margin-bottom: 15px;
}

/* TEXT */
.footer-col p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.footer-col a {
  color: #555;
  text-decoration: none;
}

.footer-col a:hover {
  color: #1aa39a;
}

/* HEADINGS */
.footer-col h4 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #111;
}

/* LISTS */
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

/* SOCIAL */
.footer-social {
  margin-top: 15px;
}

.footer-social a {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #ddd;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  font-size: 14px;
}

/* ==============================
   BOTTOM BAR
============================== */
.env-footer-bottom {
  border-top: 1px solid #eee;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  max-width: 1200px;
  margin: auto;
}

.footer-links a {
  margin-left: 15px;
  color: #777;
  text-decoration: none;
}

.footer-links a:hover {
  color: #1aa39a;
}

/* ==============================
   TABLET RESPONSIVE
============================== */
@media (max-width: 991px) {
  .env-footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .env-footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .footer-links a {
    margin-left: 10px;
    margin-right: 10px;
  }
}

/* ==============================
   MOBILE RESPONSIVE
============================== */
@media (max-width: 600px) {
  .env-footer-top {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .footer-logo {
    max-width: 180px;
  }

  .footer-col {
    margin-bottom: 25px;
  }

  .footer-social {
    text-align: left;
  }

  .env-footer-bottom {
    padding: 15px;
    font-size: 12px;
  }

  .footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-links a {
    margin: 5px 10px;
  }
}

/* ==============================
   MOBILE CENTER ALIGN FOOTER
============================== */
@media (max-width: 600px) {

  .env-footer-top {
    text-align: center;
  }

  .footer-col {
    text-align: center;
  }

  .footer-col p,
  .footer-col ul,
  .footer-col li {
    text-align: center;
  }

  .footer-col ul {
    padding-left: 0;
  }

  .footer-social {
    justify-content: center;
    text-align: center;
  }

  .footer-social a {
    margin: 6px;
  }

  /* Center phone & email links */
  .footer-col a {
    display: inline-block;
  }

}

.brand-section {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 60px 40px;
  background: #fff;
}

.brand-left {
  max-width: 320px;
}

.brand-subtitle {
  font-size: 13px;
  color: #1e6fd9;
  font-weight: 600;
  letter-spacing: 1px;
}

.brand-left h2 {
  font-size: 34px;
  line-height: 1.2;
  margin-top: 10px;
  color: #0a1a44;
}

.brand-slider-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.brand-slider {
  display: flex;
  gap: 25px;
  transition: transform 0.5s ease;
}

.brand-card {
  min-width: 230px;
  background: #fff;
  border-radius: 14px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.brand-card img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 15px;
}

.brand-card p {
  font-size: 14px;
  font-weight: 600;
  color: #1c1c1c;
}

/* arrows */
.nav-btn {
  position: absolute;
  top: -40px;
  right: 0;
  background: #f2f5fb;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
}

.nav-btn.prev {
  right: 50px;
}

/* mobile */
@media (max-width: 768px) {
  .brand-section {
    flex-direction: column;
    text-align: center;
  }
}

.brand-slider-wrapper {
  position: relative;
  width: 100%;
}

.brand-slider-viewport {
  overflow: hidden;
  width: 100%;
}

.brand-slider {
  display: flex;
  gap: 25px;
  transition: transform 0.4s ease;
  will-change: transform;
}

.brand-card {
  min-width: 240px;
  background: #fff;
  border-radius: 14px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* arrows */
.nav-btn {
  position: absolute;
  top: -45px;
  right: 0;
  background: #f1f4fa;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
}

.nav-btn.prev {
  right: 50px;
}

.fx-brand-section {
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 60px 0;
}

.fx-title {
  max-width: 320px;
}

.fx-title span {
  color: #1b5cff;
  font-size: 13px;
  font-weight: 600;
}

.fx-title h2 {
  font-size: 32px;
  font-weight: 800;
}

.fx-slider {
  overflow: hidden;
  width: 100%;
}

.fx-track {
  display: flex;
  gap: 25px;
  width: max-content;
  animation: fxScroll 22s linear infinite;
}

.fx-card {
  min-width: 260px;
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.fx-card img {
  max-width: 80px;
  margin-bottom: 10px;
}

@keyframes fxScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Mobile */
@media (max-width: 768px) {
  .fx-brand-section {
    flex-direction: column;
  }
}

.fx-slider {
  position: relative;
}

.fx-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: #eef3ff;
  color: #1b5cff;
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

.fx-prev { left: 10px; }
.fx-next { right: 10px; }

.fx-nav:hover {
  background: #1b5cff;
  color: #fff;
}

/* Pause auto-scroll on hover */
.fx-brand-slider:hover .fx-track {
  animation-play-state: paused;
}
/* Mobile */
@media (max-width: 768px) {
  .fx-prev { left: 5px; }
  .fx-next { right: 5px; }
}

.fx-products {
  padding: 70px 0;
  background: #f7f9fc;
  text-align: center;
}

.fx-products h2 {
  font-size: 34px;
  margin-bottom: 40px;
}

.fx-product-slider {
  position: relative;
  overflow: hidden;
}

.fx-product-track{
  display: flex;
  gap: 25px;
  will-change: transform;
}

.fx-product-card {
  width: auto;
}

.fx-product-card {
  min-width: 280px;
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
  text-align: center;
}

.fx-product-card img {
  max-width: 120px;
  margin-bottom: 15px;
}

.fx-product-card h4 {
  margin-bottom: 10px;
}

.fx-view {
  background: #1b5cff;
  color: #fff;
  border: none;
  padding: 8px 18px;
  border-radius: 20px;
  cursor: pointer;
}

.fx-product-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: none;
  cursor: pointer;
  z-index: 5;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.fx-product-prev { left: 10px; }
.fx-product-next { right: 10px; }
/* MODAL */
.fx-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
}

.fx-modal-content {
  background: #fff;
  max-width: 500px;
  margin: 10% auto;
  padding: 30px;
  border-radius: 16px;
  text-align: center;
}

.fx-close {
  float: right;
  font-size: 22px;
  cursor: pointer;
}

/* MOBILE */
@media (max-width: 768px) {
  .fx-product-track {
    gap: 15px;
  }
}

.fx-product-card {
  min-width: 300px;
  max-width: 300px;
  flex-shrink: 0;
  box-sizing: border-box;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.fx-product-card:hover {
  transform: translateY(-6px);
}

/* IMAGE AREA */
.fx-product-img {
  position: relative;
  background: #eaf1ff;
  padding: 20px;
  text-align: center;
}

.fx-product-img img {
  max-width: 180px;
}

/* TAG BADGE */
.fx-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #1b5cff;
  color: #fff;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 20px;
  font-weight: 600;
}

/* CONTENT */
.fx-product-content {
  padding: 20px;
  text-align: left;
}

.fx-product-content h4 {
  font-size: 18px;
  margin-bottom: 6px;
}

.fx-subtitle {
  font-size: 14px;
  color: #555;
  margin-bottom: 8px;
}

.fx-tech {
  font-size: 14px;
  font-weight: 600;
  color: #1b5cff;
  margin-bottom: 15px;
}

/* BUTTON */
.fx-view {
  background: transparent;
  color: #1b5cff;
  border: none;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}

.fx-view:hover {
  text-decoration: underline;
}

.fx-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.fx-tech {
  font-size: 14px;
  font-weight: 600;
  color: #222;
}

.fx-principle {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #1b5cff;
  text-transform: uppercase;
}

.fx-principle:hover {
  text-decoration: underline;
}

/* BACKDROP */
.fx-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  z-index: 9999;
}

/* ACTIVE */
.fx-modal.active {
  opacity: 1;
  pointer-events: auto;
}

/* BOX */
.fx-modal-box {
  background: #fff;
  width: 90%;
  max-width: 600px;
  border-radius: 14px;
  padding: 25px;
  transform: scale(0.85);
  animation: fxZoom 0.4s ease forwards;
  position: relative;
}

/* CLOSE */
.fx-close {
  position: absolute;
  right: 18px;
  top: 15px;
  font-size: 26px;
  cursor: pointer;
}

/* TITLE */
.fx-modal-box h3 {
  margin-bottom: 8px;
}

/* TABLE */
.fx-spec-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}

.fx-spec-table td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.fx-spec-table td:first-child {
  font-weight: 600;
  width: 40%;
}

/* ANIMATION */
@keyframes fxZoom {
  to { transform: scale(1); }
}

/* MOBILE SWIPE HINT */
@media(max-width:768px){
  .fx-modal-box::after{
    content:"Swipe down to close";
    display:block;
    text-align:center;
    font-size:12px;
    color:#777;
    margin-top:10px;
  }
}

.fx-brands-header {
  display: flex;
  align-items: center;
  gap: 24px;
}

/* TITLE */
.fx-title {
  flex: 0 0 auto;          /* ❌ no shrink, ❌ no grow */
  max-width: 320px;        /* ✅ allows 2 lines */
  line-height: 1.2;
  padding-right: 24px;
  position: relative;
}

/* VERTICAL LINE */
.fx-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 42px;
  background: rgba(0, 123, 255, 0.6);
}

/* SLIDER */
.fx-brand-slider {
  flex: 1;                 /* takes remaining space */
  min-width: 0;            /* 🔑 prevents overflow */
}

/* 📱 MOBILE: convert to horizontal line */
@media (max-width: 768px) {
  .fx-title {
    max-width: 220px;
  }

  .fx-title::after {
    height: 28px;
  }
}


.extech-image-box lottie-player {
  width: 100%;
  max-width: 480px;
  height: auto;
  margin: auto;
}

.extech-image-box::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(0,170,255,0.25), transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media (max-width: 768px) {
  .extech-image-box,
  .extech-content {
    flex: 1;
  }

  .feature-list {
    grid-template-columns: 1fr;
  }

  .extech-content p {
    max-width: 100%;
  }
}


.elementor-kit-38.elementor-sticky--effects{
background-color: rgba(0,0,0,0.7);
}

.elementor-kit-38{
transition: background-color 1s ease;
}

.elementor-kit-38.elementor-sticky--effects >.elementor-container{
min-height: 70px;
}

.elementor-kit-38 > .elementor-container{
transition: min-height 1s ease;
}

.logo img {
max-width: 340px;
height: auto;
transition: all 0.5s ease;
}

.elementor-sticky--effects .logo img {
max-width: 240px;
height: auto;
}/* End custom CSS */