.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-3eb8f2a:#FFFFFF;--e-global-color-ad19457:#E6EAF0;--e-global-color-b681795:#00FFF5;--e-global-color-2b624b5:#000000;--e-global-color-c5c1852:#00FFF51A;--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;background-color:#0B0C10;}.elementor-kit-6 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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* Divider under the title (1px #00E5FF, width 15%) */
.portfolio-detail-card .elementor-heading-title::after {
  content: "";
  display: block;
  height: 1px;            /* line weight */
  background: #00E5FF;
  width: 15%;             /* line width */
  margin: 12px 0;         /* spacing above and below */
  opacity: 1;
}

/* Fallback for other heading tags (h2/h3/h4) */
.portfolio-detail-card h2::after,
.portfolio-detail-card h3::after,
.portfolio-detail-card h4::after {
  content: "";
  display: block;
  height: 1px;            /* line weight */
  background: #00E5FF;
  width: 15%;             /* line width */
  margin: 12px 0;
}





html {
  scroll-behavior: smooth;
}




/* === Explore Capabilities Button Glow Effect === */
.explore-btn .elementor-button {
  background-color: #00C8E0; /* তোমার মূল বাটন রঙ */
  color: #ffffff;
  border: none;
  transition: box-shadow 0.25s ease, transform 0.18s ease;
}

.explore-btn .elementor-button:hover {
  box-shadow: 0 0 30px rgba(0, 229, 255, 0.35); /* হালকা সায়ান আলো */
  transform: translateY(-2px); /* একটু উপরে উঠবে */
  background-color: #00E5FF; /* hover-এ হালকা উজ্জ্বল সায়ান */
}




/* === CONTINUOUS TRAINING & ETHICAL VALIDATION SECTION === */

/* সমান সাইজের বক্স */
.badge-box {
  background-color: #0C0C0C; /* Dark background */
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  text-align: center;
  padding: 30px 20px;
  min-height: 220px; /* সব বক্সের সমান উচ্চতা */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

/* hover এ subtle glow effect */
.badge-box:hover {
  border-color: rgba(0,229,255,0.3);
  box-shadow: 0 0 25px rgba(0,229,255,0.08);
}

/* টেক্সট ছোট */
.badge-box p {
  font-size: 16px;
  color: rgba(255,255,255,0.9);
  margin-top: 10px;
}

/* আইকন কেন্দ্রে থাকবে */
.badge-box .elementor-icon {
  font-size: 40px;
  color: #00E5FF;
  margin-bottom: 10px;
}


.ops-card {
  background: linear-gradient(135deg, #0a0a0a, #00c8e0);
  background-size: 200% 200%;
  animation: gradientMove 15s ease infinite;
  border-radius: 10px;
  transition: all 0.3s ease;
}

/* ধীরে ধীরে gradient রঙ পরিবর্তনের জন্য keyframe */
@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}




/* TraceLabs Summary Box */
.trace-summary {
  padding: 40px !important;
  border-radius: 12px;
  background: rgba(10, 20, 35, 0.85);
  position: relative;
  box-shadow: 0 0 20px rgba(0,200,224,0.08);
  transition: all 0.3s ease;
}

/* Soft teal outer glow */
.trace-summary::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 14px;
  background: radial-gradient(circle at 30% 20%, rgba(0,200,224,0.15), transparent 40%);
  filter: blur(15px);
  pointer-events: none;
  z-index: 0;
}

/* Reduce glow intensity of button */
.trace-btn {
  background-color: #00C8E0;
  border: none;
  border-radius: 6px;
  box-shadow: 0 0 15px rgba(0,200,224,0.3);
  transition: all 0.2s ease;
  position: relative;
  z-index: 1;
}
.trace-btn:hover {
  box-shadow: 0 0 15px rgba(0,200,224,0.2); /* reduced glow */
  background-color: #00E5FF;
  transform: translateY(-2px);
}




/* 🔹 Base card style */
.portfolio-card {
  box-sizing: border-box;
  margin-bottom: 25px;
  padding: 20px;
  border-radius: 14px;
  overflow: hidden;
  background-color: rgba(255,255,255,0.02);
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

/* 🔹 Hover effect — teal glow border */
.portfolio-card:hover {
  transform: translateY(-4px);
  border: 1px solid #00b3a6; /* teal */
  box-shadow: 0 10px 25px rgba(0,179,166,0.15);
}

/* 🔹 Soft "coming soon" text */
.portfolio-card .coming-soon {
  color: rgba(255,255,255,0.8); /* 80% white */
  font-style: italic;
}

/* 🔹 Background variations for all 6 cards */
.portfolio-card--v1 {
  background-image: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0) 70%);
}

.portfolio-card--v2 {
  background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0 8px, rgba(255,255,255,0) 8px 16px);
}

.portfolio-card--v3 {
  background-image: radial-gradient(circle at 20% 30%, rgba(255,255,255,0.03), transparent 60%);
}

.portfolio-card--v4 {
  background-image: linear-gradient(90deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.01) 100%);
}

.portfolio-card--v5 {
  background-image: repeating-linear-gradient(-45deg, rgba(255,255,255,0.025) 0 10px, transparent 10px 20px);
}

.portfolio-card--v6 {
  background-image: radial-gradient(circle at 80% 60%, rgba(255,255,255,0.025), transparent 50%);
}

/* 🔹 Responsive tweak */
@media (max-width: 767px) {
  .portfolio-card {
    margin-bottom: 18px;
  }
}



.portfolio-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,179,166,0.15);
}



/* ✅ Prevent anchor overlap under fixed header (no extra padding needed) */
section[id] {
  scroll-margin-top: 20vh; /* section scroll হলে 20% viewport gap থাকবে */
}

/* যদি নির্দিষ্ট header height fix করতে চাও, নিচেরটা ব্যবহার করো */
html {
  scroll-behavior: smooth; /* optional - smooth scroll effect */
}/* End custom CSS */