/* Basic styles for the portfolio website */

body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Utility classes based on Tailwind CSS for basic styling */
.min-h-screen {
    min-height: 100vh;
}

.bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.from-slate-50 {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
}

.to-blue-50 {
    --tw-gradient-to: #eff6ff;
}

.fixed {
    position: fixed;
}

.top-0 {
    top: 0;
}

.w-full {
    width: 100%;
}

.bg-white\/90 {
    background-color: rgba(255, 255, 255, 0.9);
}

.backdrop-blur-md {
    backdrop-filter: blur(8px);
}

.border-b {
    border-bottom-width: 1px;
}

.border-slate-200 {
    border-color: #e2e8f0;
}

.z-50 {
    z-index: 50;
}

.max-w-7xl {
    max-width: 80rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

.items-center {
    align-items: center;
}

.h-16 {
    height: 4rem;
}

.font-bold {
    font-weight: 700;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-slate-800 {
    color: #1e293b;
}

.hidden {
    display: none;
}

.md\:flex {
    display: flex;
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.text-slate-600 {
    color: #475569;
}

.hover\:text-blue-600:hover {
    color: #2563eb;
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.pt-16 {
    padding-top: 4rem;
}

.min-h-screen {
    min-height: 100vh;
}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.relative {
    position: relative;
}

.overflow-hidden {
    overflow: hidden;
}

.absolute {
    position: absolute;
}

.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-blue-600\/10 {
    --tw-gradient-from: rgba(37, 99, 235, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.to-cyan-600\/10 {
    --tw-gradient-to: rgba(8, 145, 178, 0.1);
}

.z-10 {
    z-index: 10;
}

.text-center {
    text-align: center;
}

.text-5xl {
    font-size: 3rem;
    line-height: 1;
}

.md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.text-blue-600 {
    color: #2563eb;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.max-w-3xl {
    max-width: 48rem;
}

.mb-12 {
    margin-bottom: 3rem;
}

.flex-col {
    flex-direction: column;
}

.sm\:flex-row {
    flex-direction: row;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-gap-x-reverse: 0;
    --tw-gap-y-reverse: 0;
    margin-right: calc(1rem * var(--tw-gap-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-gap-x-reverse)));
    margin-top: calc(1rem * calc(1 - var(--tw-gap-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-gap-y-reverse));
}

.justify-center {
    justify-content: center;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    border-radius: 0.375rem;
    font-weight: 600;
    text-decoration: none;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.button.outline {
    border: 1px solid #e2e8f0;
    background-color: transparent;
    color: #475569;
}

.button.outline:hover {
    background-color: #f1f5f9;
    border-color: #cbd5e1;
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.bg-white {
    background-color: #fff;
}

.mb-16 {
    margin-bottom: 4rem;
}

.w-24 {
    width: 6rem;
}

.h-1 {
    height: 0.25rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.grid {
    display: grid;
}

.md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gap-12 {
    gap: 3rem;
}

.w-64 {
    width: 16rem;
}

.h-64 {
    height: 16rem;
}

.rounded-full {
    border-radius: 9999px;
}

.mb-8 {
    margin-bottom: 2rem;
}

.text-6xl {
    font-size: 3.75rem;
    line-height: 1;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.bg-slate-50 {
    background-color: #f8fafc;
}

.lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gap-6 {
    gap: 1.5rem;
}

.card {
    background-color: #faf9f9;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px 0 #06ba1875, 0 1px 2px 0 rgba(15, 223, 84, 0.604);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transform: translateY(-0.25rem);
}

.card-header {
    padding: 1.5rem;
}

.card-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: #1e293b;
}

.card-description {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #64748b;
}

.card-content {
    padding: 1.5rem;
    padding-top: 0;
}

.object-cover {
    object-fit: cover;
}

.h-48 {
    height: 12rem;
}

.rounded-md {
    border-radius: 0.375rem;
}

.flex-wrap {
    flex-wrap: wrap;
}

.gap-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-gap-x-reverse: 0;
    --tw-gap-y-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-gap-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-gap-x-reverse)));
    margin-top: calc(0.25rem * calc(1 - var(--tw-gap-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-gap-y-reverse));
}

.badge {
    display: inline-flex;
    align-items: center;
    border-radius: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
}

.badge.secondary {
    background-color: #e2e8f0;
    color: #475569;
}

.badge.outline {
    border: 1px solid #e2e8f0;
    background-color: transparent;
    color: #475569;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.font-semibold {
    font-weight: 600;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.w-1\.5 {
    width: 0.375rem;
}

.h-1\.5 {
    height: 0.375rem;
}

.bg-blue-600 {
    background-color: #2563eb;
}

.rounded-full {
    border-radius: 9999px;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.text-center {
    text-align: center;
}

.max-w-4xl {
    max-width: 56rem;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.mr-3 {
    margin-right: 0.75rem;
}

.bg-slate-800 {
    background-color: #1e293b;
}

.text-white {
    color: #fff;
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-slate-400 {
    color: #94a3b8;
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.w-6 {
    width: 1.5rem;
}

.h-6 {
    height: 1.5rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

/* Custom styles for the button outline variant */
.button.outline {
    border: 1px solid #cbd5e1;
    background-color: transparent;
    color: #475569;
}

.button.outline:hover {
    background-color: #f1f5f9;
    border-color: #94a3b8;
}

/* Card specific styles */
.card {
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease-in-out;
}

.card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transform: translateY(-0.25rem);
}

.card-header {
    padding: 1.5rem;
}

.card-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1e293b;
}

.card-description {
    font-size: 0.875rem;
    color: #64748b;
}

.card-content {
    padding: 1.5rem;
    padding-top: 0;
}

/* Badge specific styles */
.badge {
    display: inline-flex;
    align-items: center;
    border-radius: 0.25rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 500;
}

.badge.secondary {
    background-color: #e2e8f0;
    color: #475569;
}

.badge.outline {
    border: 1px solid #e2e8f0;
    background-color: transparent;
    color: #475569;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .md\:flex {
        display: none;
    }
    .sm\:flex-row {
        flex-direction: column;
    }
    .md\:grid-cols-2 {
        grid-template-columns: 1fr;
    }
    .md\:text-7xl {
        font-size: 3.5rem;
    }
    .md\:text-2xl {
        font-size: 1.25rem;
    }
}

@media (min-width: 768px) {
    .md\:flex {
        display: flex;
    }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

