@media (max-width:700px) {
    .about-section {
        padding-top: 18px !important;
    }
    .about-btn-row {
        margin-bottom: 2.2rem !important;
    }
    .about-img-col {
        margin-top: 0 !important;
        margin-bottom: 1.2rem !important;
        z-index: 2;
        position: relative;
    }
    .about-img-square {
        box-shadow: 0 4px 16px rgba(0,0,0,0.18);
        border: 3px solid #181818;
    }
    .services-section {
        margin-top: 0 !important;
    }
}
/* Services Section Spacing and Symmetry */
.services-section {
    margin: 48px 0 48px 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
}
.services-header {
    text-align: center;
    margin-bottom: 0;
}
.services-subtitle {
    font-size: 1.3rem;
    color: #fff;
    opacity: 0.7;
    margin-bottom: 1rem;
}
.services-title {
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    margin: 0;
}
.services-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.5rem 2rem;
    margin-top: 1.5rem;
}
.service-card {
    background: #232224;
    border-radius: 2.5rem 2.5rem 2.5rem 2.5rem/2rem 2.5rem 2.5rem 2.5rem;
    padding: 2.5rem 2rem;
    width: 320px;
    max-width: 90vw;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}
.service-icon {
    font-size: 2.5rem;
    margin-bottom: 0;
}
.service-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0;
}
.service-desc {
    font-size: 1.1rem;
    opacity: 0.85;
    line-height: 1.6;
}
@media (max-width:700px){
    .hero-flex {
        flex-direction: column;
        align-items: center !important;
        justify-content: flex-start;
        min-height: 0;
        height: auto;
        padding-top: 4.5rem;
        width: 100vw;
        margin: 0;
        padding-left: 0 !important;
    }
    .hero-welcome {
        text-align: left !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        width: 100vw !important;
        max-width: 100vw !important;
        min-width: 0 !important;
        padding: 0 0 0 2.2rem !important;
        font-size: 2.1rem !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        line-height: 1.2 !important;
        height: auto !important;
        box-sizing: border-box;
        display: block !important;
        white-space: nowrap !important;
        overflow-x: auto;
    }
    .hero-typewriter-center {
        justify-content: flex-start !important;
        width: 100vw !important;
        min-width: 0 !important;
        padding-left: 2.2rem !important;
        margin: 0 !important;
    }
}
@media (max-width:700px){
    .about-section {
        padding-bottom: 8px !important;
        margin-bottom: 0 !important;
    }
    .about-flex, .about-suzan-style {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
}
/* Back to Top Button */
#backToTop:hover {
    background: #222;
    .about-img-square { width: 100vw; max-width: 99vw; height: auto; aspect-ratio: 1/1.05; border-radius: 17px!important; object-fit: contain; margin-top: 1.2rem; display: block; margin-left: auto; margin-right: auto; box-shadow: 0 4px 24px rgba(0,0,0,0.18); border: 3px solid #181818; background: transparent; }
    color: #fff;
}
#backToTop svg {
    display: block;
    margin: 0 auto;
}

.about-btn-row-link-white {
    background: #fff !important;
    color: #181818 !important;
    border: 2px solid #bbb !important;
    box-shadow: none !important;
}
.about-btn-row-link-white:hover {
    background: #f4f4f4 !important;
    color: #181818 !important;
    border: 2px solid #888 !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10) !important;
}
/* Suzan Sharma style About Section recreation */
.about-suzan-style {
    gap: 6vw;
    align-items: center;
    padding: 40px 0 60px 0;
    margin-left: 6vw;
}
.about-suzan-text {
    flex: 1 1 480px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    padding-left: 0;
    max-width: 540px;
}
.about-intro-label {
    font-size: 1.25rem;
    color: #e0e0e0;
    margin-bottom: 1.5rem;
    font-family: 'Fira Mono', 'Consolas', 'monospace', monospace;
    letter-spacing: 0.01em;
}
.about-main-heading {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 2.2rem;
    color: #fff;
    letter-spacing: 0.01em;
    font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
}
.about-main-desc {
    font-size: 1.25rem;
    color: #bfcfcf;
    margin-bottom: 2.8rem;
    line-height: 1.7;
    font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
}
.about-btn-row {
    display: flex;
    gap: 2.2em;
    margin-top: 0.5em;
}
.about-btn-row-link {
    display: block;
    margin: 0;
    padding: 12px 30px;
    background-color: #333;
    color: #f4f4f4;
    border: 2px solid #555;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s ease;
    max-width: 200px;
    text-align: center;
    cursor: pointer;
}
.about-btn-row-link:hover {
    background-color: #555;
    border-color: #777;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.about-suzan-img {
    flex: 0 0 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.about-img-square {
    width: 420px;
    height: 320px;
    object-fit: contain;
    border-radius: 17px !important;
    box-shadow: 0 4px 24px rgba(0,0,0,0.18);
    border: 3px solid #181818;
    background: transparent;
}
@media (max-width:1100px){.about-suzan-style{flex-direction:column-reverse;align-items:center;gap:2vw;padding:20px 0 20px 0;margin-left:0;} .about-suzan-img{margin-bottom:1.5rem;} .about-img-square{width:220px;height:220px;} .about-suzan-text{font-size:1rem;align-items:center;text-align:center;padding-left:0;max-width:98vw;} .about-main-heading{font-size:2.2rem;} .about-main-desc{font-size:1.05rem;} .about-btn{font-size:1rem;padding:12px 28px;}}
/* About Section */
.about-section {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0 0 40px 0;
    background: none;
}
.about-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4vw;
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 2vw 0 2vw;
}
.about-img-col {
    flex: 0 0 220px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.about-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 4px 24px rgba(0,0,0,0.18);
    border: 3px solid #181818;
    background: #181818;
}
.about-text-col {
    flex: 1 1 400px;
    color: #f4f4f4;
    font-size: 1.18rem;
    font-family: 'Segoe UI', 'Montserrat', 'Arial', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1.2rem;
}
.about-text-col h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #f4f4f4;
}
.about-intro {
    margin-bottom: 0.5rem;
    color: #e0e0e0;
    font-size: 1.13rem;
}
.about-list {
    margin: 0 0 0.5rem 0;
    padding-left: 1.2em;
    color: #bfcfcf;
    font-size: 1.05rem;
    list-style: disc inside;
}
.about-list li {
    margin-bottom: 0.3em;
}
.about-buttons {
    display: flex;
    gap: 1.2em;
    margin-top: 0.5em;
}
.about-buttons a {
    font-size: 1rem;
    padding: 10px 26px;
}
@media (max-width: 900px) {
    .about-flex {
        flex-direction: column;
        align-items: center;
        gap: 2vw;
        padding: 30px 2vw 0 2vw;
    }
    .about-img-col {
        margin-bottom: 1.5rem;
    }
    .about-img {
        width: 140px;
        height: 140px;
    }
    .about-text-col {
        font-size: 1rem;
        align-items: center;
        text-align: center;
    }
    .about-text-col h2 {
        font-size: 1.5rem;
    }
}
html, body {
    overflow-x: hidden;
    /* Hide scrollbars for all browsers */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}
body::-webkit-scrollbar, html::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}
/* Fullscreen Hero Section - Improved for site blend */
.hero-fullscreen {
        overflow-x: hidden;
    min-height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0a0a0a;
    position: relative;
    padding: 0;
    margin: 0;
    box-shadow: none;
}
.hero-flex {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    min-height: 100vh;
    max-width: 950px;
    margin-left: 0.5vw;
    margin-right: auto;
    padding: 0;
    width: 100%;
    gap: 0;
    position: relative;
    height: 70vh;
}
.hero-welcome {
    color: #f4f4f4;
    font-size: 2.1rem;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.25;
    letter-spacing: 0.01em;
    text-shadow: 0 2px 8px rgba(0,0,0,0.12);
    font-family: 'Segoe UI', 'Montserrat', 'Arial', sans-serif;
    text-align: left;
    width: 14vw;
    min-width: 100px;
    max-width: 16vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
    padding-top: 3.5rem;
    padding-right: 2vw;
    height: 100%;
    white-space: nowrap;
}
.hero-typewriter-center {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    min-height: 100vh;
    height: 100%;
    padding: 0 0 0 2vw;
    position: relative;
}
.hero-typewriter {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    white-space: nowrap;
    word-break: keep-all;
}
.hero-welcome {
    color: #f4f4f4;
    font-size: 2.1rem;
    font-weight: 400;
    margin-bottom: 2.8rem;
    line-height: 1.25;
    letter-spacing: 0.01em;
    text-shadow: 0 2px 8px rgba(0,0,0,0.12);
    font-family: 'Segoe UI', 'Montserrat', 'Arial', sans-serif;
}
.hero-typewriter {
    color: #f4f4f4;
    font-size: 4.1rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    margin-top: 1.5rem;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    min-height: 5.5rem;
    text-shadow: 0 2px 12px rgba(0,0,0,0.18);
    font-family: 'Segoe UI', 'Montserrat', 'Arial', sans-serif;
}
.hero-im {
    color: #f4f4f4;
    font-weight: 400;
}
#typewriter-text {
    color: #f4f4f4;
    margin-left: 0.2rem;
    font-family: inherit;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.typed-cursor {
    display: inline-block;
    width: 1ch;
    color: #f4f4f4;
    animation: blink 1s steps(1) infinite;
    font-size: 4.1rem;
    font-weight: 700;
}
@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}
@media (max-width: 900px) {
    .hero-flex {
        flex-direction: column;
        align-items: center;
        gap: 2vw;
        height: auto;
    }
    .hero-typewriter { font-size: 2.2rem; min-height: 2.8rem; }
    .hero-typewriter-center {
        min-height: 0;
        height: auto;
        justify-content: flex-start;
    }
    .hero-welcome {
        font-size: 1.2rem;
        text-align: center;
        width: 100%;
        max-width: 100vw;
        min-width: 0;
        padding-top: 1.2rem;
        height: auto;
    }
    .typed-cursor { font-size: 2.2rem; }
}
/* Thank You Message Styling */
.contact-thankyou {
    color: #555;
    background: #181818;
    border: 1.5px solid #333;
    border-radius: 8px;
    padding: 18px 24px;
    margin: 24px auto 0 auto;
    font-size: 1.13rem;
    font-weight: 600;
    text-align: center;
    max-width: 420px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
    letter-spacing: 0.01em;
}
/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

/* Global */
body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #0a0a0a;
    color: #f4f4f4;
    line-height: 1.6;
}

.container {
    max-width: 1200px;
    width: 90%;
    margin: auto;
    padding: 40px 0;
}

/* Navbar - Optimized */
.navbar {
    background-color: #111;
    border-bottom: 1px solid #333;
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-container {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
}

.logo {
  position: relative;           /* Needed for pseudo-element positioning */
  font-size: 1.3rem;
  font-weight: bold;
  color: #f4f4f4;
  text-decoration: none;
  margin-right: auto;
  display: inline-block;        /* Make sure padding works */
}

/* Invisible clickable area */
.logo::before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
}


.nav-links {
    display: flex;
    gap: 30px;
    list-style: none;
    margin-left: auto;
    /* Forces links to stay right */
}

.nav-links a {
    text-decoration: none;
    color: #ccc;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #ffffff;
}

.menu-button {
    display: none;
    background: none;
    border: none;
    color: #f4f4f4;
    font-size: 1.5rem;
    cursor: pointer;
}

/* Header */
header {
    text-align: center;
    margin-bottom: 50px;
}

header h1 {
    font-size: 3em;
    margin-top: auto;
    margin-bottom: 5px;
}

header h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #f4f4f4;
    text-align: center;
}

header p {
    font-size: 1.2em;
    color: #aaa;
    padding-bottom: 15px;
}

.description {
    padding-top: 50px;
    padding-bottom: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.short-brief {
    padding-bottom: 25px;
}

/* Tech Stack Section */
.tech-stack {
    text-align: center;
    margin-bottom: 60px;
    padding-top: 15px;
}

.tech-stack h2 {
    text-align: center;
    margin-bottom: 2rem;
    color: #f4f4f4;
    font-size: 2.5rem;
    font-weight: 600;
}

.stack-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 1rem;
}

.stack-item {
    background-color: #111;
    padding: 1.7rem;
    border-radius: 12px;
    width: 130px;
    transition: transform 0.3s, background-color 0.3s;
    text-align: center;
}

.stack-item:hover {
    transform: translateY(-5px);
    background-color: #222;
}

.stack-item i {
    font-size: 40px;
    margin-bottom: 0.5rem;
    color: #919494 !important;
}

/* Projects */
.projects-section {
    margin-bottom: 60px;
    text-align: center;
}

.projects {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    text-align: left;
}

.proj-head {
    text-align: center;
    margin-bottom: 25px;
    font-size: 2.5rem;
    font-weight: 600;
    color: #f4f4f4;
}

.project-card {
    background-color: #111;
    border: 1px solid #333;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

.project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
    border-color: #555;
}

.project-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    background-color: #0a0a0a;
    border-bottom: 1px solid #333;
}

.project-actions {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    gap: 8px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.project-card:hover .project-actions {
    opacity: 1;
}

.action-btn {
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 6px 12px;
    border-radius: 16px;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 500;
    transition: all 0.2s ease;
    backdrop-filter: blur(8px);
}

.action-btn:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #111;
}

.project-content {
    padding: 20px;
}

.project-content h3 {
    color: #f4f4f4;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.project-content p {
    color: #ccc;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 16px;
}

.project-content .tech-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.project-content .tech-item {
    background: #222;
    color: #ccc;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
}

/* Footer */
footer {
    text-align: center;
    margin-top: 60px;
    font-size: 0.9em;
    color: #ffffff;
}

footer h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #f4f4f4;
    margin-bottom: 20px;
}

.socials {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.socials a {
    color: #919494;
    font-size: 32px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.socials a:hover {
    transform: scale(1.3);
    color: #f1f1f1;
}

/* Responsive */
@media (max-width: 768px) {
    .nav-container {
        padding: 0 20px;
    }

    .container {
        width: 95%;
        padding: 20px 0;
    }

    .nav-links {
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        background-color: #111;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 20px 0;
        transform: translateY(-150%);
        transition: transform 0.3s ease;
        z-index: 99;
    }

    .nav-links.active {
        transform: translateY(0);
    }

    .menu-button {
        display: block;
    }

    header h1 {
        font-size: 2.2em;
    }

    .stack-grid {
        gap: 1rem;
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    }

    .stack-item {
        padding: 1.2rem;
        width: auto;
    }

    .projects {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .project-image {
        height: 180px;
    }

    .project-content {
        padding: 15px;
    }

    .show-more-btn {
        margin: 20px 0 0 0;
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    .contact-form {
        padding: 15px;
        margin-bottom: 20px;
    }

    .socials a {
        font-size: 28px;
    }

    .description {
        padding-top: 30px;
        padding-bottom: 15px;
    }

    header h1 {
        font-size: 2.5rem;
    }

    .tech-stack h2 {
        font-size: 2rem;
    }
}

.show-more-btn {
  display: inline-block;
  margin: 30px 0 0 0;
  padding: 12px 30px;
  background-color: #333;
  color: #f4f4f4;
  border: 2px solid #555;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
}

.show-more-btn:hover {
  background-color: #555;
  border-color: #777;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.buttons {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.buttons a {
    display: block;
    margin: 15px auto 0;
    padding: 12px 30px;
    background-color: #333;
    color: #f4f4f4;
    border: 2px solid #555;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s ease;
    max-width: 200px;
    text-align: center;
    cursor: pointer;
}

.buttons button#expand-contact-form {
    display: block;
    margin: 15px auto 0;
    padding: 12px 30px;
    background-color: #333;
    color: #f4f4f4;
    border: 2px solid #555;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s ease;
    max-width: 200px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.buttons button#expand-contact-form:hover, .buttons button#expand-contact-form:focus {
    background-color: #555;
    border-color: #777;
    color: #fff;
    outline: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.18);
}


.buttons a:hover {
  background-color: #555;
  border-color: #777;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  color: #fff;
}

/* Contact Form Styling */
#contact-head {
    justify-self: center;
    padding-bottom: 25px;
}

.contact-form {
    background-color: #111;
    border: 1px solid #333;
    padding: 20px;
    border-radius: 10px;
    color: #919494;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.inline-contact-form {
    display: flex;
    flex-direction: column;
    background: #181818;
    border: 1.5px solid #333;
    border-radius: 14px;
    padding: 32px 28px 24px 28px;
    max-width: 420px;
    margin: 24px auto 0 auto;
    box-shadow: 0 4px 24px rgba(0,0,0,0.25);
    animation: fadeIn 0.5s;
    position: relative;
    gap: 0;
}

/* Optimized Contact Form Styling (merged, deduped) */
.inline-contact-form {
    display: flex;
    flex-direction: column;
    background: #181818;
    border: 1.5px solid #333;
    border-radius: 14px;
    padding: 32px 28px 24px 28px;
    max-width: 420px;
    margin: 24px auto 0 auto;
    box-shadow: 0 4px 24px rgba(0,0,0,0.25);
    animation: fadeIn 0.5s;
    position: relative;
    gap: 0;
}
.inline-contact-form label {
    color: #f4f4f4;
    font-weight: 500;
    margin-bottom: 2px;
    letter-spacing: 0.5px;
    font-size: 1rem;
    margin-top: 18px;
    display: block;
}
.inline-contact-form label:first-child {
    margin-top: 0;
}
.inline-contact-form input,
.inline-contact-form textarea {
    padding: 12px 10px;
    border: 1.5px solid #444;
    border-radius: 6px;
    background: #222;
    color: #f4f4f4;
    font-size: 1rem;
    margin-bottom: 10px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    width: 100%;
    box-sizing: border-box;
}
.inline-contact-form input:focus,
.inline-contact-form textarea:focus {
    border-color: #888;
    box-shadow: 0 0 0 2px rgba(136,136,136,0.18);
}
.inline-contact-form textarea {
    min-height: 80px;
    resize: vertical;
}
.inline-contact-form input#company {
    margin-bottom: 2px;
}
.inline-contact-form button[type="submit"] {
    display: block;
    margin: 15px auto 0;
    padding: 12px 30px;
    background-color: #333;
    color: #f4f4f4;
    border: 2px solid #555;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s ease;
    max-width: 200px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.inline-contact-form button[type="submit"]:hover,
.inline-contact-form button[type="submit"]:focus {
    background-color: #555;
    border-color: #777;
    color: #fff;
    outline: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.18);
}
@media (max-width: 600px) {
    .inline-contact-form {
        max-width: 98vw;
        padding: 10px;
    }
    .inline-contact-form input,
    .inline-contact-form textarea {
        font-size: 0.95rem;
    }
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: none; }
}
