.elementor-10 .elementor-element.elementor-element-1377e99{--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;}/* Start custom CSS for shortcode, class: .elementor-element-d98e9fd *//* ========================================
   AUSTIN KALISIK PORTFOLIO - ROYAL ADDONS CSS
   Tidalwave Brand Colors
   ======================================== */

/* Reset & Base */
.ak-portfolio-wrap {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #0a1929;
  background: #fafbfc;
  line-height: 1.6;
  font-size: 16px;
}

.ak-portfolio-wrap * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Hero Section */
.ak-hero-section {
  position: relative;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0f2d50 0%, #1A4B84 50%, #008d62 100%);
  overflow: hidden;
  padding: 4rem 2rem;
}

.ak-hero-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(255, 217, 102, 0.12) 0%, transparent 50%),
              radial-gradient(circle at 70% 80%, rgba(0, 166, 118, 0.15) 0%, transparent 50%);
  pointer-events: none;
}

.ak-hero-container {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.ak-profile-img-wrap {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0 auto 2rem;
}

.ak-profile-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid white;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.ak-img-ring {
  position: absolute;
  inset: -8px;
  border: 3px solid #FFD966;
  border-radius: 50%;
  animation: ak-pulse 2s ease-in-out infinite;
}

@keyframes ak-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.05); }
}

.ak-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  background: rgba(0, 166, 118, 0.15);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 166, 118, 0.3);
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  color: #00A676;
  margin-bottom: 1.5rem;
}

.ak-pulse-dot {
  width: 8px;
  height: 8px;
  background: #00A676;
  border-radius: 50%;
  animation: ak-pulse-dot 2s ease-in-out infinite;
}

@keyframes ak-pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}

.ak-main-title {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 800;
  line-height: 1.1;
  color: white;
  margin-bottom: 1rem;
}

.ak-job-title {
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: #FFD966;
  margin-bottom: 0.75rem;
}

.ak-tagline {
  font-size: clamp(1rem, 2vw, 1.125rem);
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1rem;
}

.ak-location-info {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 2rem;
}

.ak-loc-icon {
  flex-shrink: 0;
}

.ak-cta-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3rem;
}

.ak-btn-primary,
.ak-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.ak-btn-primary {
  background: #FFD966;
  color: #0a1929;
  box-shadow: 0 6px 20px rgba(255, 217, 102, 0.35);
}

.ak-btn-primary:hover {
  background: #e6c14d;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(255, 217, 102, 0.45);
}

.ak-btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  color: white;
  border-color: rgba(255, 255, 255, 0.3);
}

.ak-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}

.ak-btn-lg {
  padding: 14px 32px;
  font-size: 16px;
}

.ak-trust-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
  padding: 1.75rem 2rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  max-width: 850px;
  margin: 0 auto;
}

.ak-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: white;
}

.ak-trust-item svg {
  color: #FFD966;
  flex-shrink: 0;
}

/* Sections */
.ak-about-section,
.ak-skills-section,
.ak-exp-section,
.ak-edu-section {
  padding: 4rem 2rem;
  background: white;
}

.ak-skills-section {
  background: linear-gradient(180deg, #f5f7fa 0%, white 100%);
}

.ak-projects-section {
  padding: 4rem 2rem;
  background: linear-gradient(180deg, #0a1929 0%, #0f2137 100%);
  color: white;
}

.ak-contact-section {
  padding: 4rem 2rem;
  background: linear-gradient(135deg, #0f2d50 0%, #1A4B84 100%);
  color: white;
}

.ak-section-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.ak-section-head {
  text-align: center;
  margin-bottom: 3rem;
}

.ak-label {
  display: inline-block;
  padding: 6px 14px;
  background: linear-gradient(135deg, #e8f0f8, #e6f7f3);
  border: 1px solid rgba(26, 75, 132, 0.1);
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #1A4B84;
  margin-bottom: 1rem;
}

.ak-label-light {
  background: rgba(255, 217, 102, 0.15);
  border-color: rgba(255, 217, 102, 0.3);
  color: #FFD966;
}

.ak-section-h2 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 1.2;
  color: #0a1929;
  margin-bottom: 0.75rem;
}

.ak-h2-light {
  color: white;
}

.ak-contact-sub {
  font-size: clamp(1rem, 2vw, 1.125rem);
  color: rgba(255, 255, 255, 0.9);
  margin-top: 0.75rem;
}

/* About Section */
.ak-about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  max-width: 1000px;
  margin: 0 auto;
}

.ak-intro-p {
  font-size: clamp(1.125rem, 2.5vw, 1.25rem);
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 1.5rem;
  color: #0a1929;
}

.ak-body-p {
  font-size: 16px;
  line-height: 1.8;
  color: #364964;
  margin-bottom: 1.25rem;
}

.ak-strengths {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

.ak-strength-box {
  background: linear-gradient(135deg, #e8f0f8, white);
  border: 1px solid rgba(26, 75, 132, 0.1);
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.3s ease;
}

.ak-strength-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(10, 25, 41, 0.15);
  border-color: #1A4B84;
}

.ak-str-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1A4B84, #00A676);
  border-radius: 12px;
  color: white;
  margin-bottom: 1.25rem;
  box-shadow: 0 8px 20px rgba(26, 75, 132, 0.25);
}

.ak-strength-box h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0a1929;
  margin-bottom: 0.5rem;
}

.ak-strength-box p {
  font-size: 14px;
  color: #364964;
}

/* Skills Section */
.ak-skills-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.ak-skill-cat {
  background: white;
  border: 1px solid rgba(26, 75, 132, 0.1);
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.3s ease;
}

.ak-skill-cat:hover {
  border-color: #1A4B84;
  box-shadow: 0 12px 28px rgba(10, 25, 41, 0.12);
  transform: translateY(-2px);
}

.ak-skill-top {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(26, 75, 132, 0.1);
}

.ak-skill-ico {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e8f0f8, #e6f7f3);
  border-radius: 12px;
  color: #1A4B84;
  flex-shrink: 0;
}

.ak-skill-cat h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0a1929;
}

.ak-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.ak-tags span {
  padding: 6px 14px;
  background: linear-gradient(135deg, #e8f0f8, rgba(255, 255, 255, 0.5));
  border: 1px solid rgba(26, 75, 132, 0.1);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #0a1929;
  transition: all 0.2s ease;
}

.ak-tags span:hover {
  background: linear-gradient(135deg, #1A4B84, #00A676);
  color: white;
  border-color: #1A4B84;
  transform: translateY(-1px);
}

/* Timeline */
.ak-timeline {
  max-width: 900px;
  margin: 0 auto;
}

.ak-timeline-box {
  position: relative;
  padding-left: 4rem;
}

.ak-tl-marker {
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1A4B84, #00A676);
  border-radius: 12px;
  color: white;
  box-shadow: 0 6px 20px rgba(26, 75, 132, 0.25);
}

.ak-tl-content {
  background: white;
  border: 1px solid rgba(26, 75, 132, 0.1);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(10, 25, 41, 0.08);
}

.ak-period {
  display: inline-block;
  padding: 6px 12px;
  background: #fff4d1;
  border: 1px solid #e6c14d;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #0a1929;
  margin-bottom: 1rem;
}

.ak-tl-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #0a1929;
  margin-bottom: 0.5rem;
}

.ak-company {
  font-size: 16px;
  font-weight: 600;
  color: #1A4B84;
  margin-bottom: 0.25rem;
}

.ak-loc {
  font-size: 14px;
  color: #66758f;
  margin-bottom: 1rem;
}

.ak-desc {
  font-size: 15px;
  line-height: 1.7;
  color: #364964;
  margin: 1rem 0 1.25rem;
}

.ak-achievements {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.ak-achievements li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.875rem;
  font-size: 15px;
  line-height: 1.7;
  color: #364964;
}

.ak-achievements li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  background: linear-gradient(135deg, #1A4B84, #00A676);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(26, 75, 132, 0.1);
}

.ak-tech-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.ak-tech-tags span {
  padding: 5px 12px;
  background: linear-gradient(135deg, #e8f0f8, rgba(255, 255, 255, 0.5));
  border: 1px solid rgba(26, 75, 132, 0.1);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #0a1929;
}

/* Projects */
.ak-projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}

.ak-project-box {
  position: relative;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 2rem;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
}

.ak-project-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 64px rgba(0, 0, 0, 0.3);
  border-color: #FFD966;
  background: linear-gradient(135deg, rgba(255, 217, 102, 0.08), rgba(255, 255, 255, 0.03));
}

.ak-proj-badge {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  padding: 6px 12px;
  background: #FFD966;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #0a1929;
}

.ak-proj-icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1A4B84, #00A676);
  border-radius: 16px;
  color: white;
  margin-bottom: 1.5rem;
  box-shadow: 0 8px 24px rgba(26, 75, 132, 0.25);
}

.ak-project-box h3 {
  font-size: 20px;
  font-weight: 700;
  color: white;
  margin-bottom: 0.75rem;
}

.ak-project-box p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1.5rem;
  flex: 1;
}

.ak-proj-tech {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.ak-proj-tech span {
  padding: 5px 12px;
  background: rgba(255, 217, 102, 0.15);
  border: 1px solid rgba(255, 217, 102, 0.3);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #FFD966;
}

.ak-proj-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: linear-gradient(135deg, #1A4B84, #00A676);
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  align-self: flex-start;
}

.ak-proj-link:hover {
  transform: translateX(4px);
  box-shadow: 0 6px 20px rgba(26, 75, 132, 0.35);
}

.ak-proj-status {
  padding: 8px 16px;
  background: rgba(0, 166, 118, 0.15);
  border: 1px solid rgba(0, 166, 118, 0.3);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #e6f7f3;
  text-align: center;
}

/* Education */
.ak-edu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.ak-edu-box {
  background: white;
  border: 1px solid rgba(26, 75, 132, 0.1);
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.ak-edu-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #1A4B84, #00A676);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.ak-edu-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(10, 25, 41, 0.15);
  border-color: #1A4B84;
}

.ak-edu-box:hover::before {
  transform: scaleX(1);
}

.ak-featured-edu {
  border: 2px solid #1A4B84;
  background: linear-gradient(135deg, #e8f0f8, white);
}

.ak-year {
  display: inline-block;
  padding: 6px 14px;
  background: #FFD966;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
  color: #0a1929;
  margin-bottom: 1.25rem;
}

.ak-edu-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e8f0f8, #e6f7f3);
  border-radius: 12px;
  color: #1A4B84;
  margin-bottom: 1.25rem;
}

.ak-edu-box h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0a1929;
  margin-bottom: 0.5rem;
}

.ak-field {
  font-size: 15px;
  font-weight: 600;
  color: #00A676;
  margin-bottom: 0.75rem;
}

.ak-inst {
  font-size: 14px;
  color: #364964;
  margin-bottom: 0.25rem;
}

.ak-highlights {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(26, 75, 132, 0.1);
}

.ak-highlights h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #66758f;
  margin-bottom: 0.75rem;
}

.ak-highlights ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ak-highlights li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 14px;
  line-height: 1.6;
  color: #364964;
}

.ak-highlights li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 5px;
  height: 5px;
  background: linear-gradient(135deg, #1A4B84, #00A676);
  border-radius: 50%;
}

/* Contact */
.ak-contact-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  max-width: 1000px;
  margin: 0 auto;
}

.ak-contact-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

.ak-contact-card {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.3s ease;
}

.ak-contact-card:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.ak-cont-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #FFD966, #00A676);
  border-radius: 12px;
  color: white;
  margin-bottom: 1rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.ak-cont-info h4 {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0.5rem;
}

.ak-cont-info a,
.ak-cont-info p {
  font-size: 16px;
  font-weight: 600;
  color: white;
  text-decoration: none;
  transition: color 0.2s ease;
}

.ak-cont-info a:hover {
  color: #FFD966;
}

.ak-cta-box {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 2.5rem;
}

.ak-cta-box h3 {
  font-size: 24px;
  font-weight: 700;
  color: white;
  margin-bottom: 1rem;
}

.ak-cta-box p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
}

.ak-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

.ak-social {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.ak-social-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50px;
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.ak-social-link:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1024px) {
  .ak-contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .ak-hero-section {
    min-height: 100vh;
    padding: 2.5rem 1.25rem;
  }
  
  .ak-cta-btns {
    flex-direction: column;
    width: 100%;
  }
  
  .ak-btn-primary,
  .ak-btn-secondary {
    width: 100%;
    justify-content: center;
  }
  
  .ak-trust-badges {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
  }
  
  .ak-timeline-box {
    padding-left: 0;
  }
  
  .ak-tl-marker {
    position: relative;
    margin-bottom: 1rem;
  }
  
  .ak-skills-container,
  .ak-projects-grid,
  .ak-edu-grid {
    grid-template-columns: 1fr;
  }
  
  .ak-contact-cards {
    grid-template-columns: 1fr;
  }
  
  .ak-cta-buttons {
    flex-direction: column;
  }
  
  .ak-social {
    flex-direction: column;
    align-items: stretch;
  }
  
  .ak-social-link {
    justify-content: center;
  }
}

/* Smooth scroll */
html {
  scroll-behavior: smooth;
}/* End custom CSS */