.elementor-28 .elementor-element.elementor-element-b804e79:not(.elementor-motion-effects-element-type-background), .elementor-28 .elementor-element.elementor-element-b804e79 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-astglobalcolor6 );}.elementor-28 .elementor-element.elementor-element-b804e79{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-28 .elementor-element.elementor-element-b804e79 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-28 .elementor-element.elementor-element-83bca97 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:38px;font-weight:600;color:var( --e-global-color-astglobalcolor2 );}.elementor-widget-posts .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-posts .elementor-post__meta-data{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .elementor-post__excerpt p{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-posts .elementor-post__read-more{color:var( --e-global-color-accent );}.elementor-widget-posts a.elementor-post__read-more{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__card .elementor-post__badge{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-28 .elementor-element.elementor-element-2d30019{--item-display:flex;--read-more-alignment:1;--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-28 .elementor-element.elementor-element-2d30019 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-28 .elementor-element.elementor-element-2d30019:after{content:"0.66";}.elementor-28 .elementor-element.elementor-element-2d30019 .elementor-post__thumbnail__link{width:100%;}.elementor-28 .elementor-element.elementor-element-2d30019 .elementor-post__meta-data span + span:before{content:"||";}.elementor-28 .elementor-element.elementor-element-2d30019.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;}.elementor-28 .elementor-element.elementor-element-2d30019.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;}.elementor-28 .elementor-element.elementor-element-2d30019.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px;}.elementor-28 .elementor-element.elementor-element-2d30019 .elementor-post__read-more{color:var( --e-global-color-astglobalcolor0 );}:root{--page-title-display:none;}@media(max-width:767px){.elementor-28 .elementor-element.elementor-element-2d30019 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-28 .elementor-element.elementor-element-2d30019:after{content:"0.5";}.elementor-28 .elementor-element.elementor-element-2d30019 .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for html, class: .elementor-element-77f7d06 *//* =====================================================
   HERO SECTION BASE
===================================================== */
.hero-glass {
  position: relative;
  min-height: 100vh;
  padding: 120px 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  background:
    radial-gradient(
      circle at top right,
      rgba(0, 180, 255, 0.15),
      transparent 40%
    ),
    linear-gradient(180deg, #0b0d10, #0f1115);
  overflow-x: hidden;
}

/* =====================================================
   SOFT GLASS OVERLAY
===================================================== */
.hero-overlay {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(6px);
  background: rgba(255, 255, 255, 0.02);
  z-index: 1;
}

/* =====================================================
   HERO GRID LAYOUT
===================================================== */
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 60px;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

/* =====================================================
   CONTENT CARD
===================================================== */
.hero-content {
  position: relative;
  z-index: 2;
  padding: 60px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 0 60px rgba(0, 180, 255, 0.15),
    inset 0 0 20px rgba(255, 255, 255, 0.05);
  text-align: left;
}

/* =====================================================
   TYPOGRAPHY
===================================================== */
.hero-content h1 {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 18px;
}

.hero-content h1 span {
    
  background: linear-gradient(90deg, #ffffff, #7fd7ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-content p {
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 20px;
}

.hero-content .current-role {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
}

/* =====================================================
   HERO TAGS (GLASS BOXES)
===================================================== */
.hero-tags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 28px;
  
}

.hero-tags span {
  padding: 1px 12px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    inset 0 0 10px rgba(255, 255, 255, 0.08),
    0 0 20px rgba(0, 180, 255, 0.18);
  transition: all 0.3s ease;
}

.hero-tags span:hover {
  background: rgba(255, 255, 255, 0.14);
  box-shadow:
    inset 0 0 14px rgba(255, 255, 255, 0.15),
    0 0 30px rgba(0, 180, 255, 0.35);
}

/* =====================================================
   CTA BUTTONS
===================================================== */
.hero-actions {
  display: flex;
  gap: 20px;
  margin-top: 32px;
}

.btn {
  padding: 9px 10px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.35s ease;
  backdrop-filter: blur(8px);
}

/* PRIMARY */
.btn.primary {
  background: linear-gradient(135deg, #00b4ff, #0077ff);
  color: #ffffff;
  box-shadow: 0 0 30px rgba(0, 180, 255, 0.5);
}

.btn.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 50px rgba(0, 180, 255, 0.8);
}

/* SECONDARY */
.btn.secondary {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.btn.secondary:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}

/* =====================================================
   HERO IMAGE
===================================================== */
.hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-glass {
  width: 100%;
  max-width: 500px;
  aspect-ratio: 1 / 1.1;
  border-radius: 50%;
  padding: 10px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.25),
    rgba(255, 255, 255, 0.05)
  );
  backdrop-filter: blur(12px);
  box-shadow:
    0 0 40px rgba(0, 180, 255, 0.45),
    inset 0 0 20px rgba(255, 255, 255, 0.15);
  animation: float 6s ease-in-out infinite;
}

.image-glass img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

/* =====================================================
   FLOAT ANIMATION
===================================================== */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* =====================================================
   RESPONSIVE
===================================================== */
@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1.5fr;
  }

  .hero-content {
    padding: 38px 23px;
    text-align: left;
  }

  .hero-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .hero-image {
    margin-top: 20px;
  }

  .image-glass {
    max-width: 350px;
  }

  .hero-content h1 {
    font-size: 36px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c97986e *//* =====================================================
   PROFESSIONAL SUMMARY SECTION
===================================================== */
.summary-section {
  position: relative;
  padding: 100px 20px;
  background: linear-gradient(180deg, #0b0d10 0%, #0f1115 100%);
  display: flex;
  justify-content: center;
}

.summary-container {
  max-width: 1000px;
  width: 100%;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 0 60px rgba(0, 180, 255, 0.12),
    inset 0 0 20px rgba(255, 255, 255, 0.05);
  padding: 60px;
  color: #ffffff;
  text-align: left;
}

/* SECTION TITLE */
.summary-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
  background: linear-gradient(90deg, #ffffff, #7fd7ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* PARAGRAPHS (EXCERPTS) */
.summary-content p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.85);
  max-height: 6em; /* limit visible height for excerpts */
  overflow: hidden;
}

/* BUTTON */
.summary-actions {
  margin-top: 30px;
}

.summary-actions .btn {
  padding: 14px 34px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.35s ease;
  backdrop-filter: blur(8px);
}

.summary-actions .btn.primary {
  background: linear-gradient(135deg, #00b4ff, #0077ff);
  color: #ffffff;
  box-shadow: 0 0 30px rgba(0, 180, 255, 0.5);
}

.summary-actions .btn.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 50px rgba(0, 180, 255, 0.8);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .summary-container {
    padding: 40px 24px;
  }

  .summary-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .summary-content p {
    font-size: 15px;
    line-height: 1.7;
    max-height: none; /* show all content on mobile if preferred */
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9855369 *//* =====================================================
   CREDENTIALS SECTION (OUTER WRAPPER)
===================================================== */
.credentials-section {
  padding: 120px 20px;
  display: flex;
  justify-content: center;
  background: linear-gradient(to bottom, #000000, #001a3d);
}

/* =====================================================
   MAIN GLASS CONTAINER (ONE BIG BOX)
===================================================== */
.credentials-glass {
  width: 100%;
  max-width: 1300px;
  padding: 80px 60px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(18px);
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 0 80px rgba(0, 180, 255, 0.25),
    inset 0 0 30px rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden;
}

/* subtle glow inside glass */
.credentials-glass::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 180, 255, 0.15),
    rgba(0, 0, 0, 0.6)
  );
  opacity: 0.5;
  filter: blur(40px);
  z-index: 0;
}

/* =====================================================
   CONTENT ABOVE GLASS EFFECT
===================================================== */
.credentials-glass > * {
  position: relative;
  z-index: 2;
}

/* =====================================================
   TITLE
===================================================== */
.credentials-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 60px;
  background: linear-gradient(90deg, #ffffff, #7fd7ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
}

/* =====================================================
   GRID
===================================================== */
.credentials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* =====================================================
   INDIVIDUAL GLASS CARDS
===================================================== */
.credential-card {
  display: flex;
  gap: 16px;
  padding: 26px 22px;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(14px);
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
  box-shadow:
    0 0 40px rgba(0, 180, 255, 0.15),
    inset 0 0 18px rgba(255, 255, 255, 0.04);
  transition: all 0.35s ease;
}

/* Hover */
.credential-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 0 65px rgba(0, 180, 255, 0.35),
    inset 0 0 30px rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.25);
}

/* =====================================================
   ICON
===================================================== */
.credential-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

/* =====================================================
   TEXT
===================================================== */
.credential-text {
  flex: 1;
}

/* =====================================================
   RESPONSIVE
===================================================== */
@media (max-width: 1024px) {
  .credentials-glass {
    padding: 60px 40px;
  }

  .credentials-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .credentials-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .credentials-title {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .credentials-glass {
    padding: 50px 30px;
  }
}

@media (max-width: 480px) {
  .credentials-grid {
    grid-template-columns: 1fr;
  }

  .credentials-glass {
    padding: 40px 20px;
  }
}/* End custom CSS */