* {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    width: 100%;
}

body {
    background: linear-gradient(180deg, hsl(222, 47%, 11%), hsl(224, 71%, 4%));
    color: #ffffff;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    min-height: 100vh;
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #030711;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background: #636363;
    border-radius: 4px;
    transition: background 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: #e8b00b;
}

/* Firefox scrollbar */
* {
    scrollbar-width: thin;
    scrollbar-color: #636363 #030711;
}

/* Title Section Styles */
.max-w-4xl {
    max-width: 56rem;
}

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

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

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

.mt-12 {
    margin-top: 3rem;
}

.mt-20 {
    margin-top: 5rem;
}

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

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

/* Typography */
.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

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

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

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

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

/* Colors */
.text-foreground {
    color: #ffffff;
}

.text-muted-foreground {
    color: #9ca3af;
}

/* Gradient Text */
.bg-gradient-gold {
    background: linear-gradient(135deg, #e8b00b, #d4a017, #b8941f);
}

.bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text;
}

.text-transparent {
    color: transparent;
}

/* Video Section Styles */
.aspect-video {
    aspect-ratio: 16 / 9;
}

.bg-card {
    background-color: #030711 !important;
    border: 1px solid #636363 !important;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.border {
    border-width: 1px;
}

.border-border {
    border-color: #636363 !important;
}

.flex {
    display: flex;
}

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

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

.group {
    position: relative;
}

.group:hover .group-hover\:scale-110 {
    transform: scale(1.1);
}

.group:hover .group-hover\:border-primary\/50 {
    border-color: #e8b00b !important;
    box-shadow: 0 0 15px rgba(232, 176, 11, 0.4) !important;
}

.hover\:border-primary\/50:hover {
    border-color: #e8b00b !important;
    box-shadow: 0 0 15px rgba(232, 176, 11, 0.4) !important;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-300 {
    transition-duration: 300ms;
}

.hover\:shadow-glow-gold:hover {
    box-shadow: 0 0 20px rgba(232, 176, 11, 0.3);
}

.w-20 {
    width: 5rem;
}

.h-20 {
    height: 5rem;
}

.text-primary {
    color: #e8b00b !important;
}

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

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

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

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

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

/* Form Section Styles */
.mb-16 {
    margin-bottom: 4rem;
}

.bg-card\/50 {
    background-color: rgba(3, 7, 17, 0.8) !important;
    border: 1px solid #636363 !important;
}

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

.p-8 {
    padding: 2rem;
}

.md\:p-12 {
    padding: 3rem;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

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

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

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

.space-y-4 > * + * {
    margin-top: 1rem;
}

.space-y-2 > * + * {
    margin-top: 0.5rem;
}

.max-w-md {
    max-width: 28rem;
}

.max-w-2xl {
    max-width: 42rem;
}

.w-full {
    width: 100%;
}

.h-10 {
    height: 2.5rem;
}

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

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.ring-offset-background {
    --tw-ring-offset-color: #0e1426;
}

.file\:border-0 {
    border-width: 0;
}

.file\:bg-transparent {
    background-color: transparent;
}

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

.file\:font-medium {
    font-weight: 500;
}

.file\:text-foreground {
    color: #ffffff;
}

.focus-visible\:outline-none:focus-visible {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.focus-visible\:ring-2:focus-visible {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-ring:focus-visible {
    --tw-ring-color: #e8b00b;
}

.focus-visible\:ring-offset-2:focus-visible {
    --tw-ring-offset-width: 2px;
}

.disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
}

.disabled\:opacity-50:disabled {
    opacity: 0.5;
}

.bg-secondary\/50 {
    background-color: rgba(3, 7, 17, 0.6) !important;
    border: 1px solid #636363 !important;
}

.placeholder\:text-muted-foreground::placeholder {
    color: #9ca3af;
}

.inline-flex {
    display: inline-flex;
}

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

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

.gap-2 {
    gap: 0.5rem;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.font-medium {
    font-weight: 500;
}

.disabled\:pointer-events-none:disabled {
    pointer-events: none;
}

.text-primary-foreground {
    color: #000000 !important;
}

.hover\:bg-primary\/90:hover {
    background-color: rgba(232, 176, 11, 0.9);
}

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

/* Responsive padding for form section */
@media (min-width: 768px) {
    .md\:p-12 {
        padding: 3rem;
    }
}

/* Features Section Styles */
.max-w-6xl {
    max-width: 72rem;
}

.grid {
    display: grid;
}

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

.gap-6 {
    gap: 2rem;
}

.gap-8 {
    gap: 2rem;
}

.p-6 {
    padding: 1.5rem;
}

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

.w-16 {
    width: 4rem;
}

.h-16 {
    height: 4rem;
}

.bg-primary\/10 {
    background-color: #1a1815 !important;
}

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

.w-8 {
    width: 2rem;
}

.h-8 {
    height: 2rem;
}

/* Responsive grid for features */
@media (min-width: 768px) {
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* Projects Grid Layout */
.projects-grid {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

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

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

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

/* Stats Section Styles */
.bg-secondary\/30 {
    background-color: rgba(3, 7, 17, 0.4) !important;
    border: 1px solid #636363 !important;
}

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

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

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

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

.gap-4 {
    gap: 1rem;
}

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

.ml-2 {
    margin-left: 0.5rem;
}

.mt-25 {
    margin-top: 6.25rem; /* 100px */
}

.mb-25 {
    margin-bottom: 6.25rem; /* 100px */
}

/* Header Section Styles */
.justify-between {
    justify-content: space-between;
}

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

.bg-background {
    background-color: #030711 !important;
    color: #ffffff !important;
}

.hover\:text-accent-foreground:hover {
    color: #ffffff !important;
}

.border-primary\/30 {
    border-color: rgba(232, 176, 11, 0.3) !important;
}

.hover\:bg-primary\/10:hover {
    background-color: rgba(232, 176, 11, 0.1) !important;
}

.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;
}

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

.h-4 {
    height: 1rem;
}

.w-4 {
    width: 1rem;
}

/* Container Styles */
.main-container {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

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

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

/* Responsive padding */
@media (min-width: 640px) {
    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* Responsive Design */
@media (min-width: 768px) {
    .md\:text-6xl {
        font-size: 2.75rem;
        line-height: 1;
    }
    
    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

/* Project Card Styles */
.project-card {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.text-card-foreground {
    color: #ffffff !important;
}

.shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.space-y-1\.5 > * + * {
    margin-top: 0.375rem;
}

/* Remove bottom margin from project card text content */
.space-y-1\.5 > div:last-child {
    margin-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0;
}

.space-y-3 > * + * {
    margin-top: 0.75rem;
}

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

.leading-none {
    line-height: 1;
}

.tracking-tight {
    letter-spacing: -0.025em;
}

/* Modal Styles */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.modal-content {
    background-color: #030711 !important;
    border: 1px solid #636363 !important;
    border-radius: 0.5rem;
    padding: 1.5rem;
    max-width: 95vw;
    width: 100%;
    max-height: 95vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    margin: 1rem;
}

@media (min-width: 1024px) {
    .modal-content {
        max-width: 90vw;
        padding: 2rem;
    }
}

.modal-header {
    display: inline !important;
    text-align: left;
    margin-bottom: 1rem;
}

.modal-body {
    margin-bottom: 1rem;
}

.modal-video-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 1.5rem;
    aspect-ratio: 16 / 9;
}

.modal-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0.5rem;
}

/* Desktop video sizing - maintain aspect ratio but ensure minimum size */
@media (min-width: 768px) {
    .modal-video-container {
        min-height: 400px;
    }
}

@media (min-width: 1024px) {
    .modal-video-container {
        min-height: 500px;
    }
}

@media (min-width: 1440px) {
    .modal-video-container {
        min-height: 600px;
    }
}

.modal-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #030711;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 0.5rem;
    transition: all 0.2s;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
}

.modal-close:hover {
    background-color: rgba(255, 255, 255, 1);
    color: #030711;
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Form Styles */
.min-h-\[80px\] {
    min-height: 5rem;
}

textarea {
    resize: vertical;
}

select {
    background-color: rgba(3, 7, 17, 0.6) !important;
    color: #ffffff !important;
}

select option {
    background-color: #030711;
    color: #ffffff;
}

input[type="checkbox"] {
    accent-color: #e8b00b;
}

.flex-1 {
    flex: 1 1 0%;
}

.space-x-2 > * + * {
    margin-left: 0.5rem;
}

.pt-6 {
    padding-top: 1.5rem;
}

/* Login Page Styles */
.min-h-screen {
    min-height: 100vh;
}

.pl-10 {
    padding-left: 2.5rem;
}

.pr-10 {
    padding-right: 2.5rem;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.left-3 {
    left: 0.75rem;
}

.right-3 {
    right: 0.75rem;
}

.top-3 {
    top: 0.75rem;
}

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

.uppercase {
    text-transform: uppercase;
}

.bg-card {
    background-color: #030711 !important;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.border-t {
    border-top-width: 1px;
}

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

.animate-spin {
    animation: spin 1s linear infinite;
}

 
.grid .project-icon {
     width: 200px !important;
    height: auto !important;
    font-size: 1.5rem !important;
}

.grid .project-info h3 {
    font-size: 18px !important;
    line-height: 22px;
}

.grid .project-info p {
    font-size: 12px !important;
    line-height: 1.4;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    /* Header adjustments */
    .header-container {
        padding: 1rem;
        flex-direction: column;
        gap: 1rem;
    }
    
    .header-buttons {
        flex-direction: column;
        width: 100%;
        gap: 0.5rem;
    }
    
    .header-buttons a {
        width: 100%;
        justify-content: center;
    }
    
    /* Welcome section */
    .welcome-section h1 {
        font-size: 2rem !important;
        line-height: 1.2;
    }
    
    .welcome-section p {
        font-size: 1rem !important;
        padding: 0 1rem;
    }
    
    /* Project cards */
    .project-card {
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
    
    .project-card .card-header {
        padding: 1rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .project-icon {
        width: 200px !important;
        height: 3rem !important;
        font-size: 1.5rem !important;
    }
    
    .project-info {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }
    
    .project-info h3 {
        font-size: 18px !important;
        line-height: 22px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        max-width: 100%;
    }
    
    .project-info p {
        font-size: 12px !important;
        line-height: 1.4;
        word-wrap: break-word;
        overflow-wrap: break-word;
        max-width: 100%;
    }
    
    .project-buttons {
        padding: 1rem;
        gap: 0.75rem;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .project-buttons button,
    .project-buttons a {
        height: 2.75rem !important;
        font-size: 0.875rem !important;
        padding: 0.75rem 1rem;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    /* Modal adjustments */
    .modal-overlay {
        padding: 0.5rem;
    }
    
    .modal-content {
        margin: 0;
        max-height: calc(100vh - 1rem);
        overflow-y: auto;
        padding: 1rem;
    }
    
    .modal-header h2 {
        font-size: 1.5rem !important;
        line-height: 1.3;
    }
    
    .modal-body {
        padding: 1rem;
    }
    
    .modal-video-container {
        min-height: 200px !important;
        aspect-ratio: 16 / 9 !important;
    }
    
    .modal-video-container iframe {
        width: 100% !important;
        height: 100% !important;
    }
    
    .modal-join-button {
        margin-top: 1rem;
    }
    
    /* Grid adjustments */
    .projects-grid {
        grid-template-columns: 1fr !important;
        gap: 1rem;
        padding: 0;
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
    
    /* Container padding */
    .main-container {
        padding: 1rem;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }
    
    .project-card {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
}

@media (max-width: 480px) {
    /* Extra small screens */
    .welcome-section h1 {
        font-size: 1.75rem !important;
    }
    
    .project-card .card-header {
        padding: 0.75rem;
    }
    
    .project-buttons {
        padding: 0.75rem;
    }
    
    .modal-overlay {
        padding: 0.25rem;
    }
    
    .modal-content {
        margin: 0;
        max-height: calc(100vh - 0.5rem);
        padding: 0.75rem;
    }
    
    .modal-video-container {
        min-height: 180px !important;
        aspect-ratio: 16 / 9 !important;
    }
    
    .modal-video-container iframe {
        width: 100% !important;
        height: 100% !important;
    }
    
    .projects-grid {
        padding: 0;
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
    
    .main-container {
        padding: 0.5rem;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }
    
    .project-card {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    
    .header-container {
        flex-direction: column;
        gap: 1rem;
        padding: 0;
    }
    
    .header-buttons {
        width: 100%;
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .header-buttons a {
        width: 100%;
    }
}

.form-div{
    display: block !important;
}

.form-div input{
    padding-left: 15px !important;
}






/* Contact Buttons Styles */
.contact-buttons-container {
    margin: 2rem 0;
}

.contact-buttons-wrapper {
    width: 100%;
}

.contact-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    border-radius: 12px;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.contact-btn:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.contact-btn:active {
    transform: translateY(-2px) scale(1.01);
}

.btn-content {
    position: relative;
    z-index: 2;
    color: #ffffff;
    text-align: center;
    width: 100%;
}

.btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.btn-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.btn-title {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2;
}

.btn-subtitle {
    font-size: 0.875rem;
    opacity: 0.8;
    font-weight: 400;
}

.btn-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
    z-index: 1;
}

.contact-btn:hover .btn-shine {
    left: 100%;
}

.contact-btn:hover .btn-icon {
    transform: scale(1.1) rotate(5deg);
}

/* Face to Face Button - Dark Theme */
.face-to-face-btn {
    background: #e8b00b66;
    border-color: rgba(232, 176, 11, 0.4);
    box-shadow: 0 8px 32px rgba(232, 176, 11, 0.2);
}

.face-to-face-btn:hover {
    background: linear-gradient(135deg, #d4a017 0%, #e8b00b 100%);
    border-color: rgba(232, 176, 11, 0.7);
    box-shadow: 0 20px 40px rgba(232, 176, 11, 0.4);
}

/* Remote Connect Button - Dark Theme */
.remote-connect-btn {
    background: #6366f166;
    border-color: rgba(99, 102, 241, 0.4);
    box-shadow: 0 8px 32px rgba(99, 102, 241, 0.2);
}

.remote-connect-btn:hover {
    background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%);
    border-color: rgba(99, 102, 241, 0.7);
    box-shadow: 0 20px 40px rgba(99, 102, 241, 0.4);
}

/* WhatsApp Button - Dark Theme */
.whatsapp-btn {
    background: #10b98166;
    border-color: rgba(16, 185, 129, 0.4);
    box-shadow: 0 8px 32px rgba(16, 185, 129, 0.2);
}

.whatsapp-btn:hover {
    background: linear-gradient(135deg, #059669 0%, #10b981 100%);
    border-color: rgba(16, 185, 129, 0.7);
    box-shadow: 0 20px 40px rgba(16, 185, 129, 0.4);
}

/* Responsive Design for Contact Buttons */
@media (max-width: 768px) {
    .contact-buttons-container {
        margin: 1.5rem 0;
        padding: 0 1rem;
    }
    
    .contact-buttons-container h3 {
        font-size: 1.125rem;
        margin-bottom: 1.5rem;
    }
    
    .contact-buttons-wrapper {
        flex-direction: column !important;
        gap: 1rem !important;
        align-items: stretch !important;
    }
    
    .contact-btn {
        min-width: 100%;
        width: 100%;
        margin: 0;
        max-width: 300px;
        margin: 0 auto;
    }
    
    .btn-content {
        padding: 1rem 1.5rem;
        gap: 1rem;
    }
    
    .btn-title {
        font-size: 1rem;
        font-weight: 600;
    }
    
    .btn-subtitle {
        font-size: 0.875rem;
    }
    
    .btn-icon svg {
        width: 22px;
        height: 22px;
    }
}

@media (max-width: 480px) {
    .contact-buttons-container {
        margin: 1rem 0;
        padding: 0 0.5rem;
    }
    
    .contact-buttons-container h3 {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    
    .contact-btn {
        max-width: 280px;
        border-radius: 10px;
    }
    
    .btn-content {
        padding: 0.875rem 1.25rem;
        gap: 0.75rem;
    }
    
    .btn-icon svg {
        width: 20px;
        height: 20px;
    }
    
    .btn-title {
        font-size: 0.9rem;
    }
    
    .btn-subtitle {
        font-size: 0.8rem;
    }
}

@media (max-width: 360px) {
    .contact-buttons-container {
        padding: 0 0.25rem;
    }
    
    .contact-btn {
        max-width: 260px;
    }
    
    .btn-content {
        padding: 0.75rem 1rem;
        gap: 0.5rem;
    }
    
    .btn-icon svg {
        width: 18px;
        height: 18px;
    }
    
    .btn-title {
        font-size: 0.85rem;
    }
    
    .btn-subtitle {
        font-size: 0.75rem;
    }
}

/* Animation keyframes */
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Add subtle floating animation to buttons */
.contact-btn:nth-child(1) {
    animation: float 6s ease-in-out infinite;
}

.contact-btn:nth-child(2) {
    animation: float 6s ease-in-out infinite 2s;
}

.contact-btn:nth-child(3) {
    animation: float 6s ease-in-out infinite 4s;
}
