/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #2d3748;
    background-color: #ffffff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.section-title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    color: #1a202c;
}

.lead {
    font-size: 1.25rem;
    font-weight: 400;
    color: #4a5568;
    margin-bottom: 1.5rem;
}

/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #e2e8f0;
    z-index: 1000;
    transition: all 0.3s ease;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.nav-logo a {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2b6cb0;
    text-decoration: none;
}

.nav-menu {
    display: flex;
    gap: 2rem;
}

.nav-link {
    color: #4a5568;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #2b6cb0;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.bar {
    width: 25px;
    height: 3px;
    background-color: #4a5568;
    margin: 3px 0;
    transition: 0.3s;
}

/* Hero Section */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
    padding-top: 70px;
}

.hero-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    min-height: 70vh;
}

.hero-content {
    text-align: left;
}

.hero-title {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #1a202c;
    line-height: 1.1;
}

.hero-subtitle {
    font-size: 1.375rem;
    color: #4a5568;
    margin-bottom: 2.5rem;
    line-height: 1.6;
}

.hero-cta {
    display: flex;
    gap: 1rem;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-circle {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    overflow: hidden;
    border: 6px solid #1372d1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.profile-circle:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.profile-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.youtube-card {
    background: #ffffff !important;
    color: #333333 !important;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
}

.youtube-card .project-image {
    background: linear-gradient(135deg, #ff4444 0%, #ff6666 100%) !important;
    padding: 2rem;
}

.youtube-card .project-placeholder {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.5rem;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 4px rgba(255,0,0,0.1);
}

.youtube-card .project-placeholder i {
    color: #FF0000; /* red play triangle */
}

.youtube-card .project-content {
    background: #ffffff !important;
    position: relative;
    overflow: hidden;
    color: #333333;
    z-index: 1;
    padding: 1.5rem;
}

.youtube-card .project-link {
    background: #FF0000;
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.youtube-card .project-link:hover {
    background: #cc0000;
}

/* BAPS U-Symbol Styling */
.baps-tilak {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    background: transparent !important;
    border-radius: 0 !important;
    padding: 2rem !important;
    width: 100% !important;
    height: 100% !important;
    box-shadow: none !important;
    border: none !important;
    min-width: unset !important;
    min-height: unset !important;
    max-width: unset !important;
    max-height: unset !important;
}

.baps-text {
    font-size: 3.2rem;
    font-weight: 700;
    color: #333;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    letter-spacing: 0.5px;
}

.tilak-symbol {
    position: relative;
    width: 48px;
    height: 50px;
}

.tilak-outer {
    position: absolute;
    width: 48px;
    height: 60px;
    background: transparent;
    border-left: 8px solid #FFA500;
    border-right: 8px solid #FF8C00;
    border-bottom: 8px solid #FF8C00;
    border-radius: 0 0 24px 24px;
    border-top: none;
}

.tilak-outer::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 36px;
    border-radius: 0 0 12px 12px;
}

.tilak-inner {
    position: absolute;
    top: 33%;  /* Increased from 20% to 40% to lower the dot */
    left: 51.5%;
    transform: translateX(-50%);
    width: 18px;
    height: 18px;
    background: radial-gradient(circle, #FF4500 0%, #DC143C 100%);
    border-radius: 50%;
    z-index: 2;
}

.baps-text {
    font-weight: 700;
    font-size: 1.1rem;
    color: #333;
    letter-spacing: 0.5px;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.btn-primary {
    background-color: #2b6cb0;
    color: white;
}

.btn-primary:hover {
    background-color: #2c5282;
    transform: translateY(-2px);
}

.btn-secondary {
    background-color: transparent;
    color: #2b6cb0;
    border-color: #2b6cb0;
}

.btn-secondary:hover {
    background-color: #2b6cb0;
    color: white;
    transform: translateY(-2px);
}

/* About Section */
.about {
    padding: 5rem 0;
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
}

/* About Section Full Carousel Styles */
.about-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
}

.about-navigation {
    display: flex;
    gap: 1rem;
}

.about-nav-btn {
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    background: #2b6cb0;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.125rem;
    box-shadow: 0 4px 15px rgba(43, 108, 176, 0.3);
}

.about-nav-btn:hover {
    background: #2c5282;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(43, 108, 176, 0.4);
}

.about-carousel {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: white;
    margin-bottom: 2rem;
}

.about-track {
    display: flex;
    transition: transform 0.6s ease;
}

.about-slide {
    min-width: 100%;
    padding: 3rem;
}

/* Main About Me Slide */
.about-main-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.about-text {
    text-align: left;
}

.about-text .lead {
    font-size: 1.375rem;
    color: #2d3748;
    margin-bottom: 2rem;
    line-height: 1.6;
    font-weight: 500;
}

.about-text p {
    font-size: 1.125rem;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.about-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1rem;
    grid-template-columns: 1fr 150px;
    gap: 1.5rem;
    margin-top: 1.5rem;
    align-items: start;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
}

.video-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
}

.video-play-btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(4px);
    transition: all 0.3s ease;
}

.video-play-btn:hover {
    transform: scale(1.1);
    background: rgba(255, 255, 255, 0.3);
}

.video-controls {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    z-index: 10;
}

.control-btn {
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.control-btn:hover {
    background: rgba(0, 0, 0, 0.7);
    transform: scale(1.1);
}

.video-container.large {
    grid-row: span 2;
    aspect-ratio: 9 / 16;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    background: #000;
    position: relative;
    overflow: hidden;
    aspect-ratio: 9/16;
    border-radius: 12px 12px 0 0;
}

.video-container.large iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px 12px 0 0 !important;
}

.video-container.large iframe:-webkit-full-screen {
    width: 100%;
    height: 100%;
    max-width: none;
    border-radius: 0;
    aspect-ratio: 16/9;
}

.video-container.large iframe:-ms-fullscreen {
    width: 100%;
    height: 100%;
    max-width: none;
    border-radius: 0;
    aspect-ratio: 16/9;
}

.video-container.large iframe:fullscreen {
    width: 100%;
    height: 100%;
    max-width: none;
    border-radius: 0;
    aspect-ratio: 16/9;
}

.image-placeholder {
    background: linear-gradient(135deg, #f7fafc, #edf2f7);
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-align: center;
}

.image-placeholder:hover {
    border-color: #2b6cb0;
    background: linear-gradient(135deg, #bee3f8, #90cdf4);
}

.image-placeholder i {
    font-size: 2.5rem;
    color: #2b6cb0;
    opacity: 0.7;
    margin-bottom: 0.5rem;
}

.image-placeholder span {
    font-size: 0.875rem;
    color: #4a5568;
    font-weight: 500;
}

/* Hobby Slides */
.hobby-content-full {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.hobby-image-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-placeholder.hobby-main {
    width: 300px;
    height: 250px;
    font-size: 4rem;
}

.hobby-text-section {
    text-align: left;
}

.hobby-text-section h3 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #1a202c;
    font-weight: 600;
}

.hobby-text-section p {
    font-size: 1.125rem;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

/* About Indicators */
.about-indicators {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.about-indicator {
    padding: 0.5rem 1rem;
    border-radius: 20px;
    background: #e2e8f0;
    color: #4a5568;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.875rem;
    font-weight: 500;
    border: none;
}

.about-indicator.active {
    background: #2b6cb0;
    color: white;
    transform: scale(1.05);
}

.about-indicator:hover {
    background: #cbd5e0;
}

.about-indicator.active:hover {
    background: #2c5282;
}

.skills {
    margin-top: 3rem;
}

.skills h3 {
    margin-bottom: 1rem;
    color: #2d3748;
}

.skill-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.skill-tag {
    background-color: #edf2f7;
    color: #2d3748;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
}

/* Current Work Section */
.current-work {
    padding: 5rem 0;
    background-color: #f7fafc;
}

.work-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.work-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.work-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.work-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #2b6cb0, #3182ce);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.work-icon i {
    font-size: 1.5rem;
    color: white;
}

.work-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #1a202c;
}

.work-card p {
    color: #4a5568;
    margin-bottom: 1.5rem;
}

.work-link {
    color: #2b6cb0;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.work-link:hover {
    color: #2c5282;
}

.work-status {
    background-color: #c6f6d5;
    color: #22543d;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.875rem;
    font-weight: 500;
    display: inline-block;
}

/* Projects Section */
.projects {
    padding: 5rem 0;
    background-color: #ffffff;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.project-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.project-card.featured {
    grid-column: span 2;
}

.project-image {
    height: 200px;
    background: linear-gradient(135deg, #edf2f7, #e2e8f0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-placeholder {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #2b6cb0, #3182ce);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-placeholder i {
    font-size: 2rem;
    color: white;
}

.project-content {
    padding: 2rem;
}

.project-content h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #1a202c;
}

.project-content p {
    color: #4a5568;
    margin-bottom: 1.5rem;
}

.project-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.tag {
    background-color: #bee3f8;
    color: #2c5282;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
}

.project-link {
    color: #2b6cb0;
    text-decoration: none;
    font-weight: 500;
}

.project-link:hover {
    color: #2c5282;
}

.project-status {
    background-color: #fed7d7;
    color: #c53030;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.875rem;
    font-weight: 500;
    display: inline-block;
}

/* Contact Section */
.contact {
    padding: 5rem 0;
    background: linear-gradient(135deg, #2b6cb0, #3182ce);
    color: white;
}

.contact-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.contact .section-title {
    color: white;
}

.contact-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.contact-description {
    font-size: 1.125rem;
    margin-bottom: 3rem;
    opacity: 0.8;
}

.contact-methods {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.contact-method {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: white;
    text-decoration: none;
    padding: 1rem 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.contact-method:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.contact-method i {
    font-size: 1.25rem;
}

.contact-cta {
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 12px;
    margin-top: 2rem;
}

.contact-cta p {
    margin: 0;
    font-size: 1.125rem;
}

/* Footer */
.footer {
    background-color: #1a202c;
}

/* Responsive Design */
@media (max-width: 768px) {
.hamburger {
display: flex;
}

.nav-menu {
position: fixed;
left: -100%;
top: 70px;
flex-direction: column;
background-color: white;
width: 100%;
text-align: center;
transition: 0.3s;
box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
padding: 2rem 0;
}

.nav-menu.active {
left: 0;
}

.hero-wrapper {
grid-template-columns: 1fr;
gap: 3rem;
text-align: center;
}

.hero-content {
text-align: center;
order: 2;
}

.hero-image {
order: 1;
}

.hero-title {
font-size: 2.8rem;
}

.hero-subtitle {
font-size: 1.25rem;
}

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

.profile-circle {
width: 220px;
height: 220px;
}

.about-header {
flex-direction: column;
gap: 1.5rem;
text-align: center;
}

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

.about-slide {
padding: 2rem;
}

.about-main-content {
grid-template-columns: 1fr;
gap: 2rem;
text-align: center;
}

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

.about-images {
grid-template-columns: 1fr;
grid-template-rows: auto;
gap: 1rem;
justify-items: center;
}

.image-placeholder.large {
grid-row: span 1;
height: 200px;
width: 250px;
}

.image-placeholder.small {
height: 120px;
width: 200px;
}

.hobby-content-full {
grid-template-columns: 1fr;
gap: 2rem;
text-align: center;
}

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

.hobby-text-section h3 {
font-size: 2rem;
}

.image-placeholder.hobby-main {
width: 250px;
height: 200px;
font-size: 3rem;
}

.about-nav-btn {
width: 40px;
height: 40px;
font-size: 1rem;
}

.section-title {
font-size: 2rem;
}

.work-grid {
grid-template-columns: 1fr;
}

.projects-grid {
grid-template-columns: 1fr;
}

.project-card.featured {
grid-column: span 1;
}

.contact-methods {
flex-direction: column;
align-items: center;
}

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


}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.125rem;
    }

    .work-card,
    .project-content {
        padding: 1.5rem;
    }

    .btn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}

/* Fullscreen styles */
.video-container:-webkit-full-screen {
    width: 100%;
    height: 100%;
    max-width: none;
    border-radius: 0;
    aspect-ratio: 16/9;
}

.video-container:-ms-fullscreen {
    width: 100%;
    height: 100%;
    max-width: none;
    border-radius: 0;
    aspect-ratio: 16/9;
}

.video-container:fullscreen {
    width: 100%;
    height: 100%;
    max-width: none;
    border-radius: 0;
    aspect-ratio: 16/9;
}

/* Maintain 9:16 aspect ratio for video element in fullscreen (fixed) */
video#aboutVideo:fullscreen,
video#aboutVideo:-webkit-full-screen,
video#aboutVideo:-moz-full-screen,
video#aboutVideo:-ms-fullscreen {
    aspect-ratio: 9 / 16 !important;
    width: 100vw !important;
    height: 100vh !important;
    max-width: 100vw !important;
    max-height: 100vh !important;
    object-fit: contain !important;
    background: #000 !important;
    display: block;
    margin: 0 auto;
}

@media (max-aspect-ratio: 9/16) {
  #aboutVideoFullscreenWrapper video {
    width: initial !important;
    height: initial !important;
    max-width: initial !important;
    max-height: initial !important;
  }
}

/* Video Caption */
.video-caption {
    background-color: #f5f5f5;
    padding: 10px 15px;
    border-radius: 0 0 12px 12px;
    text-align: center;
    font-size: 14px;
    color: #666;
    border-top: 1px solid #e0e0e0;
    margin-top: -4px; /* To remove any gap between video and caption */
}

.video-caption p {
    margin: 0;
    line-height: 1.4;
}

.video-container.large {
    border-radius: 12px 12px 0 0;
    overflow: hidden; /* Ensures the caption stays within the rounded corners */
}

/* Food Carousel */
.food-carousel {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background: #f5f5f5;
    aspect-ratio: 1;
}

.food-carousel-track {
    position: relative;
    width: 100%;
    height: 100%;
}

.food-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    border-radius: 8px;
}

.food-slide.active {
    opacity: 1;
    z-index: 2;
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.carousel-arrow:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.1);
}

.carousel-arrow.prev {
    left: 10px;
}

.carousel-arrow.next {
    right: 10px;
}

.carousel-arrow i {
    font-size: 18px;
    color: #333;
}

.running-carousel {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background: #f5f5f5;
    aspect-ratio: 1;
}

.running-carousel .food-carousel-track {
    position: relative;
    width: 100%;
    height: 100%;
}

.running-carousel .food-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    border-radius: 8px;
}

.running-carousel .food-slide.active {
    opacity: 1;
    z-index: 2;
}

.running-carousel .carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.running-carousel .carousel-arrow:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.1);
}

.running-carousel .carousel-arrow.prev {
    left: 10px;
}

.running-carousel .carousel-arrow.next {
    right: 10px;
}

.running-carousel .carousel-arrow i {
    font-size: 18px;
    color: #333;
}