.elementor-kit-9{--e-global-color-primary:#1E2637;--e-global-color-secondary:#007BFF;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-1a37b63:#000000;--e-global-color-4b133d3:#FFFFFF;--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-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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 *//* TOP SECTION — SIDE-BY-SIDE */
.product-top {
  max-width: 1200px;
  margin: 50px auto;
  padding: 20px;
}
.product-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  animation: fadeUp 1s ease forwards;
  opacity: 0;
}
.product-container.visible {opacity:1;}
.product-image {
  flex: 1 1 45%;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
  transition: transform 0.5s, box-shadow 0.5s;
}
.product-image img {
  width: 100%;
  display: block;
  transition: transform 0.6s ease;
}
.product-image:hover {
  transform: scale(1.05) rotate(-1deg);
  box-shadow: 0 25px 60px rgba(0,0,0,0.2);
}
.product-content {flex: 1 1 50%;}
.product-content h1 {
  font-size: 36px;
  margin-bottom: 12px;
  position: relative;
}
.product-content h1::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 4px;
  background: linear-gradient(90deg,#007BFF,#0247A3);
  transition: width 0.5s ease;
}
.product-content h1:hover::after {width: 100%;}
.tagline {font-size: 18px; color: #6e6e6e; margin-bottom: 20px;}
.key-features ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
  list-style: none;
  padding-left: 0;
}
.key-features ul li::before {
  content: "✓";
  color: #007BFF;
  margin-right: 6px;
}
.key-features ul li {font-size: 15px; line-height: 1.5; transition: transform 0.3s;}
.key-features ul li:hover {transform: translateX(5px);}

.product-fullwidth {
  width: 100%;
  background: #f9f9f9;
  padding: 40px 40px;
}
.full-container {
  max-width: 1200px;
  margin: 0 auto;
}

.spec-table table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
  transition: transform 0.4s;
}
.spec-table table th, .spec-table table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: center;
  font-size:14px;
}
.spec-table table th {
  background: linear-gradient(90deg,#007BFF,#0247A3);
  color: #fff;
  transition: background 0.3s;
}
.spec-table table tr:hover {background: #eef8ff; transform: scale(1.02);}
.cta .btn {
  display: inline-block;
  padding: 16px 36px;
  margin-top: 40px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(90deg,#007BFF,#0247A3);
  text-decoration: none;
  transition: all 0.4s ease;
}
.cta .btn:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 15px 50px rgba(0,123,255,0.4);
}
/* ===============================
   MOBILE FRIENDLY STYLES (≤768px)
   =============================== */
@media (max-width: 768px) {

  /* Top Section */
  .product-top {
    padding: 20px 15px;
    margin: 20px auto;
  }

  .product-container {
    flex-direction: column !important;
    gap: 25px;
    text-align: center;
  }

  /* Image full width */
  .product-image {
    flex: unset !important;
    width: 100%;
    border-radius: 16px;
  }

  .product-image:hover {
    transform: none;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  }

  /* Content */
  .product-content {
    flex: unset !important;
    width: 100%;
    text-align: center !important;
  }

  .product-content h1 {
    font-size: 24px;
  }

  .product-content h1::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .tagline {
    font-size: 16px;
    margin-bottom: 14px;
  }

  /* Features → single column */
  .key-features ul {
    grid-template-columns: 1fr !important;
    gap: 8px;
    margin: 0 auto;
    max-width: 330px;
    text-align: left;
  }

  .key-features ul li {
    font-size: 12px;
  }

  /* Fullwidth section */
  .product-fullwidth {
    padding: 30px 18px;
  }

  /* Table responsive container */
  .spec-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .spec-table table {
    min-width: 600px;
  }

  .spec-table table th,
  .spec-table table td {
    padding: 10px;
    font-size: 13px;
  }

  /* CTA button center */
  .cta {
    text-align: center;
  }

  .cta .btn {
    margin: 30px auto 0;
    font-size: 14px;
    padding: 14px 30px;
  }
}/* End custom CSS */