/* ============================================================
   SECTION EYEBROW HEADING — consistent across all sections
   ============================================================ */
h5.section-eyebrow {
    display: block !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    color: var(--primary-color) !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
}

/* Hero Welcome label stays white */
.hero-navy h5.section-eyebrow {
    color: #ffffff !important;
}

/* ============================================================
   HEADER — transparent at top, white on scroll
   ============================================================ */
header.header-v2 {
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

header.header-v2.header-scrolled {
    background: #ffffff !important;
    box-shadow: 0 1px 12px rgba(0,0,0,0.10) !important;
}

header.header-v2.header-scrolled a,
header.header-v2.header-scrolled .nav-link,
header.header-v2.header-scrolled #mainmenu li a {
    color: #1a1a1a !important;
}

header.header-v2.header-scrolled #mainmenu li a:hover {
    color: var(--primary-color) !important;
}

/* ============================================================
   HERO — SOLID NAVY WITH TEXTURE
   ============================================================ */
.hero-navy {
    position: relative;
    background-color: #070d1f !important;
    overflow: hidden;
}

.hero-navy::before,
.hero-navy::after {
    display: none !important;
    content: none !important;
}

/* texture lives as a child div — JS cannot override it */
.hero-dot-texture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    display: block !important;

    background:
        /* Dot grid — listed first so it renders on top */
        radial-gradient(circle, rgba(32, 201, 151, 0.5) 1.5px, transparent 1.5px),
        /* Glow orb — top-right, cool blue accent for depth */
        radial-gradient(ellipse 55% 50% at 90% 5%,  rgba(56, 120, 255, 0.14)  0%, transparent 65%),
        /* Glow orb — bottom-left, teal warmth */
        radial-gradient(ellipse 55% 55% at 0%  90%, rgba(32, 201, 151, 0.16)  0%, transparent 65%),
        /* Glow orb — center, subtle teal bloom behind content */
        radial-gradient(ellipse 45% 40% at 30% 45%, rgba(32, 201, 151, 0.08) 0%, transparent 70%);

    background-size:
        30px 30px,
        100% 100%,
        100% 100%,
        100% 100%;

    background-position:
        0 0,
        0 0,
        0 0,
        0 0;
}

/* Vignette — darkens edges to frame the content */
.hero-dot-texture::after {
    content: '' !important;
    position: absolute !important;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse 80% 80% at 50% 50%, transparent 40%, rgba(7, 13, 31, 0.55) 100%);
    display: block !important;
    z-index: 0;
    pointer-events: none;
}

/* ============================================================
   HERO SIDE BLOCK — aligned left edge for all children
   ============================================================ */
.hero-side-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.hero-side-heading {
    color: #ffffff;
    margin: 0;
    font-size: 0.95rem;
    font-weight: 700;
}

.hero-side-sub {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.8rem;
    margin: 0;
}

.hero-side-wa {
    font-size: 0.8rem !important;
    padding: 7px 14px !important;
    margin: 0 !important;
}

.hero-side-socials {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 4px;
}

.hero-side-socials a {
    color: #ffffff !important;
    font-size: 1.1rem;
    transition: color 0.2s ease;
    line-height: 1;
}

.hero-side-socials a:hover {
    color: var(--primary-color) !important;
}

/* kill the framework gradient edge inside hero */
.hero-navy .de-gradient-edge-bottom {
    display: none !important;
}

/* ensure v-center and containers don't cover the texture */
.hero-navy .v-center {
    background: transparent !important;
}

.hero-navy .container,
.hero-navy .row,
.hero-navy [class*="col-"] {
    background: transparent !important;
}

/* mouse scroll indicator on dark hero */
.hero-navy .mouse-icon-click {
    background: transparent !important;
    position: absolute !important;
    bottom: 40px !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    z-index: 10 !important;
    text-align: center !important;
    width: 100% !important;
    padding: 0 !important;
    display: block !important;
}

.hero-navy .mouse {
    display: block;
    width: 26px;
    height: 42px;
    border: 2px solid rgba(32, 201, 151, 0.7) !important;
    border-radius: 13px;
    background: transparent !important;
    position: relative;
}

.hero-navy .scroll {
    display: block;
    width: 4px;
    height: 8px;
    background: var(--primary-color) !important;
    border-radius: 2px;
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    animation: mouse-scroll 1.4s ease infinite;
}

@keyframes mouse-scroll {
    0%   { opacity: 1; top: 6px; }
    100% { opacity: 0; top: 22px; }
}

/* ============================================================
   HERO TAG PILLS
   ============================================================ */
.hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.hero-tag {
    display: inline-flex;
    align-items: center;
    padding: 7px 18px;
    border-radius: 999px;
    border: 1.5px solid rgba(32, 201, 151, 0.65);
    color: #ffffff;
    background: rgba(32, 201, 151, 0.12);
    font-size: 0.83rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    backdrop-filter: blur(6px);
    transition: background 0.22s ease, border-color 0.22s ease, transform 0.18s ease, color 0.18s ease;
    cursor: default;
    white-space: nowrap;
}

.hero-tag:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #000;
    transform: translateY(-2px);
}

/* ============================================================
   TECHNICAL SKILLS — compact pill tags
   ============================================================ */
.all-skills-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 0;
    width: 100%;
}

.skill-item {
    margin: 0;
}

.skill-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 20px;
    border: 1px solid currentColor;
    font-size: 0.75rem;
    font-weight: 500;
    cursor: default;
    white-space: nowrap;
    transition: background 0.18s ease, color 0.18s ease;
}

/* Mobile / iOS — indigo */
.badge-mobile {
    color: #3949AB;
    border-color: #5C6BC0;
    background: rgba(92, 107, 192, 0.07);
}
.badge-mobile:hover {
    background: #5C6BC0;
    color: #fff;
    border-color: #5C6BC0;
}

/* DevOps / Cloud — teal */
.badge-devops {
    color: #0d7a56;
    border-color: var(--primary-color);
    background: rgba(32, 201, 151, 0.08);
}
.badge-devops:hover {
    background: var(--primary-color);
    color: #fff;
}

/* Architecture — amber */
.badge-arch {
    color: #92400E;
    border-color: #D97706;
    background: rgba(217, 119, 6, 0.08);
}
.badge-arch:hover {
    background: #D97706;
    color: #fff;
}

/* Tools — slate */
.badge-tools {
    color: #334155;
    border-color: #64748B;
    background: rgba(100, 116, 139, 0.08);
}
.badge-tools:hover {
    background: #64748B;
    color: #fff;
}

/* Section sub-headings */
.skills-section-heading {
    font-size: 1.05rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #1a1a1a;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(0,0,0,0.07);
}

.skills-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.skills-filter-btn {
    padding: 6px 18px;
    border-radius: 999px;
    border: 1.5px solid rgba(0,0,0,0.15);
    background: #fff;
    color: #555;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.skills-filter-btn:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.skills-filter-btn.active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

/* ============================================================
   LANGUAGE PROFICIENCY — dark navy palette matching hero
   ============================================================ */
#lang-proficiency-block {
    background: #070d1f;
    border-radius: 16px;
    padding: 28px 24px 24px;
    margin-top: 16px;
    position: relative;
    overflow: hidden;
}

/* No dot texture on this block — clean dark surface */

#lang-proficiency-block h4,
#lang-proficiency-block #language-items,
#lang-proficiency-block #language-items > * {
    position: relative;
    z-index: 1;
}

/* Prevent Bootstrap row negative margins from escaping the padded block */
#lang-proficiency-block #language-items {
    margin-left: 0;
    margin-right: 0;
}

#lang-proficiency-block h4.skills-section-heading {
    color: #ffffff !important;
}

/* Language card — vertical column card */
.lang-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: none;
    transition: background 0.2s ease;
}

.lang-card:hover {
    background: rgba(255, 255, 255, 0.1);
}

.lang-info {
    width: 100%;
}

.lang-bar-wrap {
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 6px;
}

.lang-bar {
    height: 100%;
    border-radius: 2px;
    transition: width 1s ease;
}

.lang-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lang-name {
    font-size: 0.78rem;
    font-weight: 600;
    color: #ffffff;
}

.lang-pct {
    font-size: 0.72rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
}

/* ============================================================
   EXPERIENCE TIMELINE — ILI DIGITAL GROUP
   ============================================================ */
.d_company_group {
    margin-bottom: 0;
    margin-top: 4px;
    padding: 8px 14px;
    background: rgba(32, 201, 151, 0.08);
    border-left: 3px solid var(--primary-color);
    border-radius: 0 6px 0 0;
}

.d_company_name {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--primary-color);
}

.d_ili_role {
    border-left: 3px solid rgba(32, 201, 151, 0.25);
    margin-left: 0;
    padding-left: 14px;
    margin-bottom: 0 !important;
}

.d_ili_role:last-of-type,
.d_ili_role + li:not(.d_ili_role) {
    border-radius: 0 0 6px 0;
}

.d_tag_badge {
    display: inline-block;
    font-size: 0.72rem;
    padding: 2px 9px;
    border-radius: 12px;
    background: rgba(32, 201, 151, 0.12);
    color: var(--primary-color);
    margin-left: 6px;
    vertical-align: middle;
    font-weight: 500;
}

.d_timeline-bullets {
    margin: 10px 0 16px 0;
    padding-left: 20px;
    list-style: none;
}

.d_timeline-bullets li {
    position: relative;
    padding-left: 14px;
    font-size: 0.88rem;
    line-height: 1.7;
    margin-bottom: 6px;
    color: #555;
    list-style: none !important;
    background: none !important;
    background-color: transparent !important;
}

.d_timeline-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--primary-color);
    opacity: 0.75;
    flex-shrink: 0;
}

/* ============================================================
   WHATSAPP BUTTON
   ============================================================ */
.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #25D366;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    animation: whatsapp-pulse 2.5s infinite;
    margin-top: 4px;
}

.whatsapp-btn:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
    animation: none;
}

.whatsapp-btn i {
    font-size: 1.1rem;
}

@keyframes whatsapp-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.45); }
    50%       { box-shadow: 0 0 0 10px rgba(37, 211, 102, 0); }
}

/* ============================================================
   WHAT I DO — SERVICE CARDS
   ============================================================ */
.what-i-do-card {
    padding: 28px 24px;
    border: 1px solid rgba(0,0,0,0.07);
    border-radius: 12px;
    background: #fff;
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    position: relative;
    overflow: hidden;
}

.what-i-do-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--primary-color);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.what-i-do-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.09);
    border-color: rgba(32,201,151,0.2);
}

.what-i-do-card:hover::after {
    transform: scaleX(1);
}

.wid-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(32,201,151,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.wid-icon i {
    font-size: 1.2rem;
    color: var(--primary-color);
}

.what-i-do-card h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.what-i-do-card p {
    font-size: 0.85rem;
    line-height: 1.65;
    color: #666;
    margin: 0;
}

/* ============================================================
   DEVOPS WORKS SECTION — PROJECT CARDS
   ============================================================ */
.devops-works-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 8px;
}

@media (max-width: 991px) {
    .devops-works-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .devops-works-grid {
        grid-template-columns: 1fr;
    }
}

.devops-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.07);
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    position: relative;
    overflow: hidden;
}

.devops-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--primary-color);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.devops-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.1);
}

.devops-card:hover::before {
    transform: scaleX(1);
}

.devops-card-category {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--primary-color);
}

.devops-card-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
    margin: 0;
}

.devops-card-desc {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
    flex: 1;
}

.devops-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 4px;
}

.devops-tag {
    font-size: 0.72rem;
    padding: 3px 10px;
    border-radius: 20px;
    background: rgba(32, 201, 151, 0.1);
    color: var(--primary-color);
    font-weight: 500;
}

/* dark section variant */
.bg-light-2 .devops-card {
    background: #fff;
}

/* ============================================================
   iOS WORKS CARDS — same grid as DevOps, hover shows screenshot
   ============================================================ */
.ios-card {
    position: relative;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.07);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ios-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}

.ios-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.ios-card-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

/* Platform label — icon + text, no pill/tag styling */
.ios-platform-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.75rem;
    font-weight: 600;
    background: none;
    border: none;
    padding: 0;
    border-radius: 0;
}

.plt-ios     { color: #007AFF; }
.plt-ipad    { color: #5856D6; }
.plt-tvos    { color: #1C1C1E; }
.plt-rn      { color: #0284a8; }
.plt-flutter { color: #02569B; }

/* Hover overlay — screenshot + link button */
.ios-card-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: rgba(7, 13, 31, 0.0);
    text-decoration: none;
    opacity: 0;
    transition: opacity 0.3s ease, background 0.3s ease;
}

.ios-card:hover .ios-card-overlay {
    opacity: 1;
    background: rgba(7, 13, 31, 0.72);
}

.ios-card-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    z-index: 0;
}

.ios-card-overlay-label {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    transition: transform 0.2s ease;
}

.ios-card:hover .ios-card-overlay-label {
    transform: translateY(-4px);
}

/* ============================================================
   RESUME SECTION HEADER — STATS + CERT BADGES
   ============================================================ */
.resume-stats {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(0,0,0,0.08);
}

.resume-stat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.resume-stat-num {
    display: block;
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--primary-color);
    line-height: 1;
}

.resume-stat-label {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #888;
}

.resume-cert-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
    align-content: flex-start;
}

.resume-cert-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border-radius: 999px;
    border: 1.5px solid rgba(32, 201, 151, 0.45);
    background: rgba(32, 201, 151, 0.07);
    color: #333;
    font-size: 0.8rem;
    font-weight: 600;
}

.resume-cert-badge i {
    color: var(--primary-color);
    font-size: 0.85rem;
}

@media (max-width: 991px) {
    .resume-cert-row {
        justify-content: flex-start;
        margin-top: 24px;
    }
}

/* ============================================================
   EXPERIENCE CARDS
   ============================================================ */
.section-col-heading {
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--primary-color);
    margin-bottom: 24px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(32, 201, 151, 0.25);
}

.exp-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.exp-company-block {
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

.exp-company-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 18px;
    background: transparent;
    border-bottom: 1px solid rgba(0,0,0,0.07);
}

.exp-company-name {
    display: block;
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
}

.exp-company-location {
    display: block;
    font-size: 0.75rem;
    color: #888;
    margin-top: 2px;
}

.exp-emp-badge {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 3px 10px;
    border-radius: 999px;
    white-space: nowrap;
    flex-shrink: 0;
}

.emp-fulltime {
    background: rgba(32, 201, 151, 0.15);
    color: #0d8a5c;
}

.emp-parttime {
    background: rgba(255, 165, 0, 0.12);
    color: #b57d00;
    margin-left: 8px;
}

.exp-role {
    padding: 16px 18px;
    background: transparent !important;
}

.exp-role-divider {
    border-top: 1px dashed rgba(0,0,0,0.08);
}

.exp-role-meta {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}

.exp-designation {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a1a1a;
}

.exp-date {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--primary-color);
    background: rgba(32, 201, 151, 0.1);
    padding: 2px 9px;
    border-radius: 999px;
}

.exp-bullets {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.exp-bullets li {
    position: relative;
    padding-left: 16px;
    font-size: 0.85rem;
    line-height: 1.65;
    color: #555;
    background: none !important;
    background-color: transparent !important;
}

.exp-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--primary-color);
    opacity: 0.7;
}

/* ============================================================
   EDUCATION CARDS
   ============================================================ */
.edu-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.edu-card {
    padding: 18px 20px;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    border-left: 3px solid var(--primary-color);
}

.edu-year-badge {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--primary-color);
    background: rgba(32, 201, 151, 0.1);
    padding: 3px 10px;
    border-radius: 999px;
    margin-bottom: 10px;
}

.edu-degree {
    display: block !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin: 6px 0 8px 0 !important;
    line-height: 1.4 !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.edu-institution {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    color: #666;
    font-weight: 500;
}

.edu-institution i {
    color: var(--primary-color);
    font-size: 0.75rem;
}

.edu-desc {
    font-size: 0.82rem;
    color: #777;
    line-height: 1.6;
    margin-top: 10px;
    margin-bottom: 0;
}

/* ============================================================
   SECTION HEADING ACCENT
   ============================================================ */
#section-devops-works h5,
#section-portfolio h5 {
    color: var(--primary-color);
}

/* ============================================================
   CONTACT — WhatsApp form + info block
   ============================================================ */
.wa-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #25D366;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 12px 28px;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    animation: whatsapp-pulse 2.5s infinite;
}

.wa-submit-btn i { font-size: 1.15rem; }

.wa-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
    animation: none;
    color: #fff;
}

.contact-info-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 28px 24px;
    border: 1px solid rgba(0,0,0,0.07);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    height: 100%;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.contact-info-item > i {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(32, 201, 151, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 0.95rem;
    flex-shrink: 0;
    line-height: 36px;
    text-align: center;
}

.contact-info-label {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #aaa;
    margin-bottom: 3px;
}

.contact-info-value {
    display: block;
    font-size: 0.88rem;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.2s ease;
}

a.contact-info-value:hover {
    color: var(--primary-color);
}
