.elementor-1923 .elementor-element.elementor-element-2590f3d{--display:flex;--min-height:85vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-1923 .elementor-element.elementor-element-57da9f8{--display:flex;}.elementor-1923 .elementor-element.elementor-element-57da9f8:not(.elementor-motion-effects-element-type-background), .elementor-1923 .elementor-element.elementor-element-57da9f8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-astglobalcolor5 );}.elementor-1923 .elementor-element.elementor-element-a33085f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1923 .elementor-element.elementor-element-a33085f:not(.elementor-motion-effects-element-type-background), .elementor-1923 .elementor-element.elementor-element-a33085f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-astglobalcolor5 );}:root{--page-title-display:none;}@media(max-width:767px){.elementor-1923 .elementor-element.elementor-element-2590f3d{--min-height:20vh;}}@media(min-width:768px){.elementor-1923 .elementor-element.elementor-element-2590f3d{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-75bb81b */.tech-section {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 70px 20px;
  font-family: "Poppins", sans-serif;
}

.tech-header h2 {
  color: #1b9e47;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

.tech-header p {
  color: #555;
  font-size: 16px;
  margin-bottom: 40px;
}

.tech-tabs {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
}

.tech-tabs a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;
  position: relative;
}

.tech-tabs a.active {
  color: #1b9e47;
}

.tech-tabs a.active::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #1b9e47;
  border-radius: 2px;
}

.tab-content {
  display: none;
  animation: fadeIn 0.6s ease;
}

.tab-content.active {
  display: block;
}

@keyframes fadeIn {
  from {opacity: 0; transform: translateY(10px);}
  to {opacity: 1; transform: translateY(0);}
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.tech-card {
  background: #f8fdf9;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  text-align: left;
  transition: all 0.4s ease;
  overflow: hidden;
  border: 1px solid #e6f5ea;
}

.tech-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  border-color: #1b9e47;
}

.tech-card img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 15px;
  transition: transform 0.4s ease;
}

.tech-card:hover img {
  transform: scale(1.05);
}

.tech-card h3 {
  color: #1b9e47;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.tech-card p {
  color: #444;
  font-size: 15px;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3e66eaf *//* ===== Customization Section (Styled like Tech Section) ===== */
.customization-section {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 70px 20px;
  font-family: "Poppins", sans-serif;
}

.customization-header h2 {
  color: #1b9e47;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

.customization-header p {
  color: #555;
  font-size: 16px;
  margin-bottom: 40px;
}

/* Grid Layout */
.customization-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

/* Cards */
.custom-card {
  background: #f8fdf9;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  text-align: left;
  transition: all 0.4s ease;
  overflow: hidden;
  border: 1px solid #e6f5ea;
}

/* Hover effect */
.custom-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  border-color: #1b9e47;
}

/* Image */
.custom-card img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 15px;
  transition: transform 0.4s ease;
}

.custom-card:hover img {
  transform: scale(1.05);
}

/* Title */
.custom-card h3 {
  color: #1b9e47;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

/* Paragraph */
.custom-card p {
  color: #444;
  font-size: 15px;
  line-height: 1.6;
}/* End custom CSS */