/* Box-sizing global fix for responsive layout */
*, *::before, *::after {
    box-sizing: border-box;
}

@import url('normalize.css');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Oswald:wght@400;500;600&display=swap');

/* ==========================================================================
   #Reset & Base Styles
   ========================================================================== */

body {
    font-family: 'Plus Jakarta Sans', 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #94a3b8;
    line-height: 1.7;
    overflow-y: hidden;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    background-color: #0b0f19;
}

body.blog {
    overflow-y: scroll;
    overflow-x: auto;   
}

a {
    color: #38bdf8;
    text-decoration: none;
    transition: all 0.25s ease;
}

a:hover {
    color: #10b981;
}

::selection {
    color: #ffffff;
    background: #10b981;
}

::-moz-selection {
    color: #ffffff;
    background: #10b981;
}

* {
    outline: 0 !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

figure, .slideshow li, .grid-gallery {
    outline: 0 !important;
}

img {
    -webkit-backface-visibility: hidden;
    max-width: 100%;
    height: auto;
}

.flot-left { float: left; }
.flot-right { float: right; }

input[type="text"], input[type="email"], textarea {
    padding: 14px 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(15, 23, 42, 0.6);
    color: #f8fafc;
    border-radius: 10px;
    resize: none;
    width: 100%;
    font-size: 14px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin: 14px 0 0;
    -webkit-user-select: text;
    transition: all 0.25s ease;
}

input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
    outline: none;
    color: #ffffff;
    border-color: #10b981;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.15) !important;
}

input[type="submit"] {
    border: none;
    background: linear-gradient(135deg, #10b981, #059669);
    color: #ffffff;
    font-weight: 600;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 12px 28px;
    border-radius: 10px;
    margin: 20px 0 0;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.25);
    transition: all 0.25s ease;
}

input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.35);
    background: linear-gradient(135deg, #059669, #047857);
}

.validation { border: 1px solid #ef4444 !important; }
#successmsg { margin-top: 10px; color: #10b981; font-weight: 500; }

/* ==========================================================================
   #Typography & Headers
   ========================================================================== */

h1, h2, h3, h4, h5 {
    font-weight: 700;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #f8fafc;
    letter-spacing: -0.02em;
}

h1 {
    font-size: 36px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 25px 15px 15px 15px;
    margin: 0px 20px 20px 20px;
}

h2 {
    font-size: 38px;
    margin: 0;
    line-height: 1.2;
    background: linear-gradient(135deg, #ffffff 30%, #94a3b8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h2 span { font-weight: 300; }

h3 {
    font-size: 18px;
    color: #38bdf8;
    margin: 30px 0 15px;
    font-weight: 600;
}

h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    color: #f1f5f9;
}

h5 {
    font-size: 16px;
    font-weight: 600;
    color: #f8fafc;
}

.title-divider {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #10b981, #34d399);
    border-radius: 4px;
    margin: 20px 0 35px 0;
}

.full-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255,255,255,0.02), rgba(255,255,255,0.08), rgba(255,255,255,0.02));
    margin: 35px 0;
    clear: both;
}

.gray-bg { background-color: #0f172a; }
.white-bg { background-color: #1e293b; }

.button {
    border: none;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    padding: 12px 24px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    letter-spacing: 0.3px;
    background: linear-gradient(135deg, #10b981, #059669);
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.25);
    transition: all 0.25s ease;
    margin: 20px 0;
}

.button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.35);
    color: #ffffff;
}

/* ==========================================================================
   #Grid System
   ========================================================================== */

.container-sub { width: 100%; position: relative; margin: 0 auto; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    float: left;
    position: relative;
    padding: 0 10px;
}

.col-12 { width: 100%; }
.col-11 { width: 91.66666667%; }
.col-10 { width: 83.33333333%; }
.col-9 { width: 75%; }
.col-8 { width: 66.66666667%; }
.col-7 { width: 58.33333333%; }
.col-6 { width: 50%; }
.col-5 { width: 41.66666667%; }
.col-4 { width: 33.33333333%; }
.col-3 { width: 25%; }
.col-2 { width: 16.66666667%; }
.col-1 { width: 8.33333333%; }

.container-sub:after, .clearfix:after, .row:after {
    content: ""; display: table; clear: both;
}

.margin-bottom50 { margin-bottom: 40px; }
.margin-bottom40 { margin-bottom: 30px; }
.margin-bottom30 { margin-bottom: 24px; }
.margin-top50 { margin-top: 40px; }
.margin-top40 { margin-top: 30px; }
.margin-top30 { margin-top: 24px; }

/* ==========================================================================
   #Left Sidebar Menu
   ========================================================================== */

.menu {
    position: fixed;
    z-index: 100;
    color: #f8fafc;
    background: #080c14;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    width: 220px;
    left: 0px;
    top: 0px;
    height: 100%;
    padding: 24px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.logo { 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; 
    margin: 15px 0 20px; 
    padding: 0 16px;
    width: 100%;
}

.avatar-frame {
    position: relative;
    width: 96px;
    height: 96px;
    margin: 0 auto 12px;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(135deg, #10b981 0%, #34d399 50%, #059669 100%);
    box-shadow: 0 0 22px rgba(16, 185, 129, 0.3);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.avatar-frame:hover {
    transform: scale(1.04);
    box-shadow: 0 0 32px rgba(16, 185, 129, 0.45);
}

.avatar-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #080c14;
    display: block;
}

/* Pulsing Status Dot on Avatar */
.status-pulse {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 14px;
    height: 14px;
    background-color: #10b981;
    border: 2px solid #080c14;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(16, 185, 129, 0.8);
    animation: statusPulse 2s infinite ease-in-out;
}

@keyframes statusPulse {
    0% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
    70% { box-shadow: 0 0 0 7px rgba(16, 185, 129, 0); }
    100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

.sidebar-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.sidebar-title {
    font-size: 15.5px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #f8fafc;
    margin: 0 0 6px 0;
    line-height: 1.2;
    text-align: center;
    width: 100%;
}

.sidebar-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #10b981;
    background: rgba(16, 185, 129, 0.12);
    padding: 3.5px 11px;
    border-radius: 20px;
    border: 1px solid rgba(16, 185, 129, 0.25);
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.15);
    margin: 0 auto;
}

.sidebar-badge i { 
    font-size: 7px;
    animation: blinkDot 1.5s infinite;
}

@keyframes blinkDot {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

.menu nav {
    position: absolute;
    top: 200px;
    left: 0px;
    right: 0px;
    bottom: 90px;
    width: 220px !important;
    padding: 10px 16px;
}

.menu nav a {
    display: flex;
    align-items: center;
    padding: 10px 14px;
    margin-bottom: 4px;
    border-radius: 10px;
    font-size: 13.5px;
    font-weight: 500;
    color: #94a3b8;
    transition: all 0.25s ease;
}

.menu nav a i {
    width: 22px;
    font-size: 15px;
    color: #64748b;
    transition: color 0.25s ease;
}

.menu nav a span.active, .menu nav a:hover span {
    color: #ffffff;
}

.menu nav a:hover, .menu nav a.active {
    background: rgba(16, 185, 129, 0.12);
    color: #10b981;
}

.menu nav a:hover i, .menu nav a.active i {
    color: #10b981;
}

.social {
    padding: 15px 20px;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 14px;
}

.social a {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    color: #94a3b8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: all 0.25s ease;
}

.social a:hover {
    background: #10b981;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.copyright {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 10.5px;
    color: #64748b;
}

/* ==========================================================================
   #Content Area & Panels
   ========================================================================== */

.content-scroller {
    position: absolute;
    left: 220px;
    right: 0px;
    overflow: hidden;
    height: 100%;
}

.content-wrapper {
    width: max-content;
    position: absolute;
    height: 100%;
    overflow: hidden;
}

.content {
    width: calc(100vw - 220px);
    min-width: 820px;
    overflow-y: auto;
    height: 100%;
    float: left;
    transition: background 0.3s ease;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.inner {
    padding: 50px 60px;
}

/* ==========================================================================
   #Chapter 1: Introduction (Hero Screen)
   ========================================================================== */

.introduction {
    position: relative;
    background: #0b0f19;
    height: 100%;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 50px;
    overflow: hidden;
}

.hero-photo {
    position: absolute;
    top: 0; 
    right: 0;
    width: 100%; 
    height: 100%;
    z-index: 1;
}

.hero-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    opacity: 0.65;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(90deg, #0b0f19 0%, rgba(11, 15, 25, 0.85) 40%, rgba(11, 15, 25, 0.3) 75%, transparent 100%);
    pointer-events: none;
}

.introduction .inner {
    position: relative;
    z-index: 3;
    margin: 0;
    max-width: 560px;
    background: rgba(15, 23, 42, 0.82);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 44px 40px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6);
    text-align: left;
}

.introduction h2 {
    font-size: 38px;
    font-weight: 800;
    color: #f8fafc;
    margin-bottom: 16px;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.introduction h2 span {
    font-size: 14px;
    color: #10b981;
    display: block;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.introduction span.title {
    display: inline-block;
    color: #34d399;
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.25);
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 1.5;
    margin-top: 4px;
    word-break: break-word;
}
}

/* ==========================================================================
   #Chapter 2: About
   ========================================================================== */

.about {
    background-color: #1e293b;
}

.about-con ul {
    margin: 0 0 25px 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.about-con ul li {
    padding: 12px 16px;
    background: rgba(15, 23, 42, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    font-size: 13.5px;
    color: #cbd5e1;
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-con ul li i {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: rgba(16, 185, 129, 0.15);
    color: #10b981;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
}

.about-summary {
    background: rgba(15, 23, 42, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    padding: 20px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.8;
    color: #cbd5e1;
}

/* ==========================================================================
   #Chapter 3: Skills
   ========================================================================== */

.skills {
    background-color: #0f172a;
}

.skill-card {
    background: rgba(30, 41, 59, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    padding: 18px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: transform 0.25s ease;
}

.skill-card:hover {
    transform: translateY(-2px);
    border-color: rgba(16, 185, 129, 0.3);
}

.skill-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(16, 185, 129, 0.12);
    color: #10b981;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.skill-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.skill-list ul li {
    padding: 10px 14px;
    margin-bottom: 8px;
    background: rgba(30, 41, 59, 0.5);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 13.5px;
    color: #cbd5e1;
    display: flex;
    align-items: center;
    gap: 10px;
}

.skill-list ul li i {
    color: #10b981;
    font-size: 14px;
    width: 20px;
    text-align: center;
}

/* Skill Meter Grid & Cards */
.skill-meter-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 24px 0 10px;
}

.skills .container-sub {
    padding: 0 0 10px 0;
}

.skill-list {
    margin-top: 0;
}

.skill-list h3 {
    margin-bottom: 16px;
}

.skill-meter-card {
    background: rgba(30, 41, 59, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 18px;
    transition: all 0.25s ease;
}

.skill-meter-card:hover {
    transform: translateY(-3px);
    border-color: rgba(16, 185, 129, 0.35);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.chart {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    text-align: center;
    flex-shrink: 0;
}

.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px !important;
    height: 100px !important;
}

.percent {
    display: inline-block;
    line-height: 100px;
    z-index: 2;
    font-size: 22px;
    font-weight: 700;
    color: #10b981;
}

.percent:after { content: '%'; font-size: 14px; }

.chart-info h4 {
    font-size: 16px;
    font-weight: 700;
    color: #f8fafc;
    margin: 0 0 4px 0;
}

.skill-desc {
    display: block;
    font-size: 12.5px;
    color: #94a3b8;
    margin-bottom: 8px;
}

.skill-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 600;
    color: #10b981;
    background: rgba(16, 185, 129, 0.12);
    padding: 3px 10px;
    border-radius: 20px;
    border: 1px solid rgba(16, 185, 129, 0.2);
}

/* Progress bar */
.progressbar-main { position: relative; margin-bottom: 20px; }

.progress-bar-description {
    font-weight: 600;
    font-size: 13.5px;
    color: #f8fafc;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
}

.progress {
    background: rgba(255, 255, 255, 0.08);
    height: 8px;
    border-radius: 10px;
    overflow: hidden;
}

.progress div {
    background: linear-gradient(90deg, #10b981, #34d399);
    height: 100%;
    border-radius: 10px;
}

/* ==========================================================================
   #Chapter 4 & 5: Experience & Education Cards
   ========================================================================== */

.soft-timeline-card {
    background: rgba(30, 41, 59, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 16px;
    padding: 22px;
    margin-bottom: 20px;
    transition: all 0.25s ease;
    display: flex;
    gap: 18px;
}

.soft-timeline-card:hover {
    transform: translateY(-3px);
    border-color: rgba(16, 185, 129, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.timeline-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(52, 211, 153, 0.2));
    border: 1px solid rgba(16, 185, 129, 0.3);
    color: #10b981;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.timeline-content { flex: 1; }

.timeline-date {
    display: inline-block;
    font-size: 11.5px;
    font-weight: 700;
    color: #10b981;
    background: rgba(16, 185, 129, 0.12);
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 6px;
}

.timeline-content h4 {
    font-size: 17px;
    margin: 4px 0 2px;
}

.timeline-content h5 {
    font-size: 13.5px;
    color: #38bdf8;
    margin-bottom: 10px;
    font-weight: 500;
}

.timeline-content p {
    font-size: 13px;
    color: #cbd5e1;
    margin: 0;
    line-height: 1.7;
}

/* ==========================================================================
   #Chapter 6: Portfolio & Projects
   ========================================================================== */

.portfolio { background-color: #1e293b; }

.project-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 25px;
}

.project-card {
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.25s ease;
}

.project-card:hover {
    transform: translateY(-4px);
    border-color: rgba(56, 189, 248, 0.4);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.project-header {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 12px;
}

.project-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(56, 189, 248, 0.15);
    color: #38bdf8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.project-card h4 {
    font-size: 16px;
    margin: 0 0 4px;
}

.project-card span.category {
    font-size: 11.5px;
    color: #10b981;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.project-card p {
    font-size: 13px;
    color: #94a3b8;
    line-height: 1.6;
    margin: 10px 0 16px;
}

.project-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    font-weight: 600;
    color: #38bdf8;
    padding: 8px 14px;
    background: rgba(56, 189, 248, 0.1);
    border-radius: 8px;
    border: 1px solid rgba(56, 189, 248, 0.2);
    align-self: flex-start;
    transition: all 0.25s ease;
}

.project-link:hover {
    background: #38bdf8;
    color: #0f172a;
}

/* ==========================================================================
   #Chapter 7: Contact
   ========================================================================== */

.contact { background-color: #0f172a; }

.contact-card {
    background: rgba(30, 41, 59, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 16px 20px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.contact-card i {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(16, 185, 129, 0.15);
    color: #10b981;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.contact-card strong {
    display: block;
    font-size: 13.5px;
    color: #f8fafc;
}

.contact-card span, .contact-card a {
    font-size: 13px;
    color: #94a3b8;
}

/* Floating WhatsApp & Email Action Popup */
#floating-contact-bar {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    display: flex;
    gap: 12px;
}

.float-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff !important;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
    transition: all 0.25s ease;
}

.float-wa { background-color: #25d366; }
.float-email { background-color: #ef4444; }

.float-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.5);
}


/* Contact Social Icons */
.contact-social {
    display: flex;
    flex-wrap: nowrap !important;
    width: 100%;
    gap: 10px;
    margin-top: 18px;
}

.contact-social a {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    border-radius: 14px;
    background: rgba(30, 41, 59, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #94a3b8;
    font-size: 20px;
    transition: all 0.25s ease;
    min-width: 0;
}

.contact-social a:hover {
    background: rgba(16, 185, 129, 0.15);
    border-color: rgba(16, 185, 129, 0.4);
    color: #10b981;
    transform: translateY(-3px);
}

/* Contact Form */
.contact-form {
    background: rgba(30, 41, 59, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 16px;
    padding: 28px 32px;
    margin-top: 8px;
}

.contact-form h3 {
    margin-bottom: 20px;
    font-size: 16px;
    color: #f8fafc;
}

.contact-form input[type="text"] {
    width: 100%;
    margin-bottom: 14px;
}

.contact-form input[type="submit"] {
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    border: none;
    border-radius: 10px;
    padding: 12px 26px;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.25);
    width: 100%;
}

.contact-form input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(16, 185, 129, 0.35);
}

/* ==========================================================================
   #Chapter 8: Closing / Thank You
   ========================================================================== */

.introduction-end {
    background: linear-gradient(135deg, #0b0f19 0%, #0f172a 100%);
    position: relative;
    overflow: hidden;
}

.introduction-end::before {
    content: '';
    position: absolute;
    top: -60px; left: -60px;
    width: 300px; height: 300px;
    border-radius: 50%;
    pointer-events: none;
}

.introduction-end .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0;
}

.introduction-end-con {
    text-align: center;
    width: 100%;
    margin: 0 !important;
}

.introduction-end-con h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 52px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #f8fafc;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.introduction-end-con h3 strong {
    background: linear-gradient(135deg, #10b981, #34d399);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.rotate {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 6px;
    color: #10b981;
    text-transform: uppercase;
    height: 44px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.rotate div span {
    display: block;
    line-height: 44px;
    text-align: center;
}

/* Responsive Overrides */
@media (max-width: 768px) {
    .menu { width: 100%; height: auto; position: relative; }
    .content-scroller { left: 0; position: relative; }
    .content { width: 100%; }
    .project-grid { grid-template-columns: 1fr; }
    .about-con ul { grid-template-columns: 1fr; }
}