@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import 'https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css';
@import 'https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css';

:root {
    --primary-color: #863eff;
    --secondary-color: #974dff;
		--glow-color: #c494ff;
    --dark-bg: #0e0029;
    --text-light: #FFFFFF;
		--text-dark: #0e0029;
}

::selection {
	background: var(--primary-color);
	color: #fff;
}

.ms-n1 {
  margin-left: -0.5rem !important;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--dark-bg);
    color: var(--text-light);
}

body.menu-open {
    overflow: hidden;
}

.container {
	padding-right: calc(var(--bs-gutter-x)*1.5);
    padding-left: calc(var(--bs-gutter-x)*1.5);
}

@media (min-width: 576px) {
	.container {
		padding-right: calc(var(--bs-gutter-x)*.5);
	    padding-left: calc(var(--bs-gutter-x)*.5);
	}
}

/* General Type */
h1, h2, h3, h4, .h1, .h2, .h3, .h4, [class^='display-'] {
    font-weight: 800;
}

/* Navigation */
.navbar {
    padding: 1.5rem 0;
    background-color: transparent;
    position: relative;
    width: 100%;
    z-index: 1000;
}

.navbar .container {
	padding-right: calc(var(--bs-gutter-x)*1);
    padding-left: calc(var(--bs-gutter-x)*1);
}

@media (min-width: 576px) {
	.navbar .container {
	    padding-right: 0;
	    padding-left: 0;
	}
}

/* Hamburger Menu */
.navbar-toggler {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.navbar-toggler:focus:not(:focus-visible) {
    box-shadow: none;
}

.hamburger-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
}

.hamburger-icon span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--text-light);
    transition: all 0.3s ease;
}

.navbar-toggler.active .hamburger-icon span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.navbar-toggler.active .hamburger-icon span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler.active .hamburger-icon span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

.nav-logo {
    height: 40px;
    width: auto;
	filter: brightness(1) invert(0);
}

.navbar-brand {
	margin: 0;
    padding: 0;
}

.menu-open .nav-logo {
	filter: brightness(0) invert(1);
}

/* Contact Button */
.contact-btn {
    background-color: transparent;
    border: 1px solid var(--text-light);
    padding: 0.8rem 1.1rem;
    border-radius: 2rem;
    color: var(--text-light);
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 0 30px rgba(134, 62, 255, 0.3);
	transition: all 0.3s ease;
}

.contact-btn:hover {
    background-color: var(--primary-color);
    border: 1px solid var(--text-light);
		box-shadow: 0 0 40px rgba(134, 62, 255, 0.4), 0 4px 20px rgba(134, 62, 255, 0.35);
}

.contact-btn-icon {
    width: 18px;
    height: 18px;
    vertical-align: -3px;
    margin-right: 3px;
}

/* Fullscreen Menu */
.fullscreen-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--primary-color);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fullscreen-menu.active {
    opacity: 1;
    visibility: visible;
}

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

.menu-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-items li {
    margin: 2rem 0;
}

.menu-items a {
    color: var(--text-light);
    text-decoration: none;
    font-size: 2rem;
    font-weight: 900;
	display: inline-block;
	position: relative;
    transition: color 0.3s ease;
}

.menu-items a::after {
    display: block;
    content: "";
    background: white;
    width: 100%;
    height: 5px;
    position: absolute;
    z-index: 100;
    bottom: 0;
    transform: scalex(0);
    transition: transform ease .5s;
}

.menu-items a:hover::after {
    transform: scaleX(1);
    
}

/* Gradient Canvas */

body {
	overflow-x: hidden;
}

#gradient-canvas {
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    filter: blur(50px);
 	--gradient-color-1: #080a26;
    --gradient-color-2: #4c2699;
    --gradient-color-3: #331b6f;
    --gradient-color-4: #000036;
}

/* Hero Section */
.hero {
    padding: 4rem 0 2rem;
    position: relative;
    overflow: hidden;
}

@media(min-width: 768px) {
	.hero {
	    padding: 8rem 0 6rem;
	    position: relative;
	    overflow: hidden;
	}
}

.hero h1 {
    font-size: 3.5rem;
    margin-bottom: 2rem;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero .btn .calendar-icon {
  width: 24px;
  height: 24px;
  vertical-align: -5px;
}

/* Hero Universe Graphics */

/*1758*/

.planet-l1 {background-image: url(img/planet-left1.png); background-size: cover; width: 250px; height: 250px; position: absolute; bottom: -100px; left: -90px;}
.planet-r1 {background-image: url(img/planet-right1.png); background-size: cover; width: 160px; height: 160px; position: absolute; top: 50%; right: -80px;}
.planet-r2 {background-image: url(img/planet-right2.png); background-size: cover; width: 120px; height: 120px; position: absolute; bottom: 13%; right: -70px;}
.planet-r3 {background-image: url(img/planet-right3.png); background-size: cover; width: 120px; height: 120px; position: absolute; bottom: 0; right: 16%;}
.planet-r4 {background-image: url(img/planet-right4.png); background-size: cover; width: 120px; height: 120px; position: absolute; bottom: -50px; right: 40%;}
.star-1 {background-image: url(img/star-1.png); background-size: cover; width: 50px; height: 50px; position: absolute; top: 10px; right: 50px;}
.star-2 {background-image: url(img/star-2.png); background-size: cover; width: 120px; height: 120px; position: absolute; bottom: 18%; left: 30px; display: none;}
.ring-1 {background-image: url(img/ring-1.png); background-size: cover; width: 100px; height: 100px; position: absolute; top: 17%; right: 34%; display: none;}

@media(min-width: 450px) {
	.star-2 {
		display: block;
	}
	.planet-r2 {
		right: -40px;
	}
}

@media(min-width: 992px) {
	.star-2 {
		left: inherit;
		right: 350px;
		
	}
	
	.planet-r3 {
		right: 30px;
	}
	
	.planet-r4 {
		bottom: -50px; right: 300px;
	}
	
	.planet-r2 {
		bottom: 20%; right: 120px;
	}
	
	.ring-1 {
		display: block;
	}

	.star-1 {
		top: 10%; 
		width: 100px; 
		height: 100px; 
		right: 140px;
	}
	.star-2 {
		bottom: 20px;
	}
}

@media(min-width: 1250px) {
	.star-1 {
		right: 20px;
	}
	.star-2 {
		 bottom: 10%; 
	}
}


@media(min-width: 1750px) {
	.star-1 {
		right: 140px;
				top: 20%; 
	}
	.star-2 {
		 bottom: 18%; 
	}
}


/* Sanfte Hover-Animation für die Planeten */
.planet-l1, .star-1, .star-2, .ring-1 {
    animation: floatAnimation 6s ease-in-out infinite alternate;
}

/* Variationen für verschiedene Elemente, damit sie nicht synchron schweben */
[class^="planet-"]:nth-child(odd) {
    animation-duration: 7s;
    animation-delay: 1s;
}

[class^="planet-"]:nth-child(even) {
    animation-duration: 5s;
    animation-delay: 0.5s;
}

.star-2 {
	animation-delay: 0.8s;
	animation-duration: 4s;
}

.ring-1 {
	animation-delay: 0.2s;
	animation-duration: 10s;
}

@keyframes floatAnimation {
    0% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(-15px);
    }
}


/* Vision Section*/
.vision-section {
  position: relative;
  padding: 6rem 0;
  overflow: visible;
}

.vision-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: 0;
  width: 100%;
  height: 200%;
  background: linear-gradient(
    180deg,
    #0e0029 0%,
    #2a0751 16.66%,	
    #7b2cd4 33.33%,
    #8830f5 50.00%,
    #6616dc 66.66%,
    #340876 83.33%,
    #0e0029 100%
  );
  z-index: -1;
  transform: skewY(-6deg);
}

.vision-section .container {
  position: relative;
}

/* Button Styles */
.btn {
    font-weight: 700;
}

.btn-primary {
    background-color: var(--primary-color);
    border: none;
    padding: 1rem 2rem;
    border-radius: 2rem;
}

.btn-primary:hover {
    background-color: var(--secondary-color);
}

.btn-lg {
  font-size: 1.1rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3), 0 4px 10px rgba(0, 0, 0, 0.25);
  transition: all ease .3s;
}

@media (min-width: 768px) {
  font-size: 1.25rem;
}

.btn-lg:hover {
  box-shadow: 0 0 40px rgba(134, 62, 255, 0.4), 0 4px 20px rgba(134, 62, 255, 0.35);
}

.btn-glare {
  position: relative;
  overflow: hidden;
}

.btn-glare::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, transparent 20%, rgba(255, 255, 255, .5) 50%, transparent 80%);
  position: absolute;
  margin-top: -1rem;
  transform: translateX(-100%);
  opacity: 0;
  animation: glare 5s infinite; /* Längere Gesamtdauer */
}

@keyframes glare {
  0%, 65% { /* 75% der Zeit ist Pause */
    transform: translateX(-100%);
    opacity: 0;
  }
  70% { /* Start des Effekts */
    transform: translateX(-100%);
    opacity: 1;
  }
  95% { /* Ende des Effekts */
    transform: translateX(100%);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

/* Services Section */

.services {
	padding: 3rem 0;
}

.services-outer {
	background-color: #ffffff;
}

@media (min-width: 992px) {

}

.services-inner {
    padding: 3rem 0;
    color: #000000;
}

@media (min-width: 992px) {
	.services-outer {
		background-color: transparent;
	}
	
    .services-inner {
	    background-color: #FFFFFF;
	    border-radius: 2rem;
	    box-shadow: 10px 10px 50px 25px rgba(4, 2, 17, 0.68);
        margin-left: -40px;
        margin-right: -40px;
        padding-left: 80px;
        padding-right: 80px;
    }
}

.badge {
    background-color: var(--primary-color);
    color: white;
    padding: 0.75rem 1rem;
    font-size: 0.8rem;
    margin-bottom: 1.5rem;
    border-radius: 0.5rem;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.services h2 {
    font-size: 2.5rem;
    font-weight: 900;
    max-width: 800px;
    margin: 0 auto 1.5rem;
    color: var(--dark-bg);
}

.services-description {
    max-width: 800px;
    margin: 0 auto 4rem;
    font-size: 1rem;
    line-height: 1.6;
    color: #4A4A4A;
}

.service-card {
    padding: 2rem;
    text-align: center;
    border-radius: 1.5rem;
    background-color: #FFFFFF;
    border: 2px solid #e1d3fd;
    transition: all 0.3s ease;
    height: 100%;
}

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

.service-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 1.5rem;
}
.service-card h3 {
    font-size: 1.5rem;
    font-weight: 900;
    margin-bottom: 1rem;
    color: var(--dark-bg);
}

.service-card p {
    color: #4A4A4A;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Workshop Section */
.workshop {
    padding: 3rem 0;
    position: relative;
    overflow: visible;
}

.workshop-inner {
  background: 
    radial-gradient(
      circle at 50% 50%,
      rgba(174, 119, 254, 0.8) 0%,
      rgba(134, 62, 255, 0.2) 50%,
      transparent 70%
    ),
    linear-gradient(
      135deg,
      #4b00c8 0%,
      #6100e6 25%,
      #7736e5 50%,
      #974dff 75%,
      #863eff 100%
    );
    border: 4px solid #fff;
    border-radius: 2rem;
    padding: 4rem 1.5rem;
    color: white;
    position: relative;
    overflow: hidden;
}

@media (min-width: 576px) {
	.workshop-inner {
    	padding: 4rem 2rem;
	}
}

@media (min-width: 992px) {
	.workshop-inner {
    	padding: 4rem;
	}
}

.workshop-card {
    background: var(--dark-bg);
    color: #fff;
    border-radius: 1.5rem;
    padding: 2rem;
    height: 100%;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.workshop-card p {
  	font-size: .85rem;
	  color: #cccace;
}

.workshop-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.workshop-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 1.5rem;
}

.workshop .badge {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

@media (max-width: 768px) {
    .workshop h2 {
        font-size: 2rem;
    }
    
    .workshop-card {
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 992px) {
    .workshop-inner {
        margin-left: -40px;
        margin-right: -40px;
        padding-left: 80px;
        padding-right: 80px;
    }
}

/* Services Grid Section */
.services-grid {
    padding: 6rem 0;
    background-color: var(--dark-bg);
}

.services-grid .badge {
    background: #2c254b;
}

.service-grid-card {
		background-color: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.5rem;
    height: 100%;
    color: white;
		box-shadow: 0 0 40px rgba(134, 62, 105, 0), 0 4px 20px rgba(134, 62, 55, 0);
    transition: box-shadow 0.3s .2s ease, transform 0.3s ease;
    position: relative;
    overflow: hidden;
}  

.service-grid-card:hover {
    transform: translateY(-5px);
    border-color: white;
		box-shadow: 0 0 40px rgba(134, 62, 255, 0.4), 0 4px 20px rgba(134, 62, 255, 0.35);
}


.service-grid-card::before {
    display: block;
		content: ""; 
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100%; 
		background: linear-gradient(30deg, #5728af 0%, #7935ed 25%, #9d59ff 50%, #a974f9 75%, #5c2cb5 100%);
		opacity: 0;
		transition: opacity ease 1s;
}

.service-grid-card::after {
    display: block;
		content: ""; 
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 100%; 
		box-shadow: rgba(214, 155, 255, 0.7) 12px 7px 40px 11px inset;
		opacity: 0;
		transition: opacity ease 1s;
}



.service-grid-card:hover::before, .service-grid-card:hover::after {
		opacity: 1;
}


.service-grid-card .service-grid-icon {
  	width: 48px;
  	height: 48px;
		filter: brightness(1) invert(0);
		transition: filter ease .2s;
}

.service-grid-card:hover .service-grid-icon {
	 filter: brightness(0) invert(1);
}

.service-grid-card h3 {
    font-weight: 700;
}

.service-grid-card p {
    opacity: 0.9;
    line-height: 1.6;
}

/* References Section */
.references {
    padding: 6rem 0;
    background: linear-gradient(168deg, var(--dark-bg) 0%, var(--dark-bg) 40%, #863eff 100%);
    position: relative;
    overflow: hidden;
}

.references .badge {
    background: #2c254b;
}

.references h2 {
    color: var(--text-light);
    margin-bottom: 2rem;
}

.references p {
    color: var(--text-light);
    opacity: 0.9;
    margin-bottom: 4rem;
}

.references-slider {
    margin: 0 -15px;
}

.reference-slide {
    padding: 15px;
}

.reference-card {
    background: transparent;
    border-radius: 1rem;
    overflow: hidden;
		padding: 0 30px;
}

.reference-image {
    width: 100%;
    height: 200px;
    object-fit: contain;
		filter: brightness(0) invert(1);
		transition: filter ease .5s;
}

.reference-card:hover .reference-image {
		filter: brightness(1) invert(0);
}

.slick-prev, 
.slick-next {
    width: 80px;
    height: 80px;
    top: calc(50% - 40px);
    z-index: 1;
    opacity: .9;
    transform: scale(.8);
    transition: all 0.3s ease;
}

.slick-prev:hover, 
.slick-next:hover {
    opcatiy: 1;
    transform: scale(1);
}

.slick-prev {
    left: -15px;
}

.slick-next {
    right: -15px;
}

@media(min-width: 576px) {
	.slick-prev {
	    left: -25px;
	}
	
	.slick-next {
	    right: -25px;
	}
}

@media(min-width: 991px) {

	.slick-prev {
	    left: -70px;
	}
	
	.slick-next {
	    right: -70px;
	}

}

.slick-prev:before,
.slick-next:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='476.2' height='476.2' style='enable-background:new 0 0 476.2 476.2' xml:space='preserve'%3E%3Cpath style='fill:%23fff' d='m345.6 107.5-21.2 21.2 94.4 94.4H0v30h418.8l-94.4 94.4 21.2 21.2 130.6-130.6z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.slick-prev:before {
  transform: rotate(180deg);
}


/* Contact Section */
.contact {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
		background: linear-gradient(180deg, var(--dark-bg) 0%, var(--dark-bg) 40%, #863eff 100%);
}

.contact .badge {
    background: #2c254b;
}

.contact-inner {
    padding: 0 2rem 4rem 2rem;
    margin-top: 5rem;
    background: #fff;
    border-radius: 2rem;
    color: var(--text-dark);
    backdrop-filter: blur(10px);
}

@media (min-width: 992px) {
	.contact-inner {
    	padding: 4rem 2rem;
	}
}

.gradient-text {
    background: linear-gradient(135deg, var(--primary-color), var(--glow-color));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.contact-form {
    max-width: 800px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
    font-weight: 700;
}

.form-control {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(14, 0, 41, 0.2);
    border-radius: 0.75rem;
    padding: 1rem;
    color: rgba(14, 0, 41);
    transition: all 0.3s ease;
}

.form-control:focus {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--primary-color);
    box-shadow: 0 0 0 2px rgba(134, 62, 255, 0.2);
    outline: none;
}

.form-control::placeholder {
    color: rgba(14, 0, 41, 0.2);
}

textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

@media (min-width: 992px) {
    .contact-inner {
        margin-left: -40px;
        margin-right: -40px;
        padding-left: 80px;
        padding-right: 80px;
    }
}


/* Portrait */

.circle-tim {
	margin-top: -50px;
	margin-bottom: 30px;
}

@media (min-width: 992px) {
.circle-tim {
	display: none;
}
}

.portrait-tim {
    position: absolute;
    bottom: 0;
    right: 3rem;
    width: 270px;
	display: none;
}

@media (min-width: 992px) {
.portrait-tim {
	display: block;
}
}


@media (min-width: 1200px) {
.portrait-tim {
	position: absolute;
	bottom: -6rem;
	right: 3rem;
	width: 340px;
}
}


@media (min-width: 1500px) {
.portrait-tim {
	width: 400px;
}
}


/* Footer */
.footer {
    background: linear-gradient(-83deg, #0c0024, #110031);
    padding: 4rem 0 2rem;
    color: var(--text-light);
}

@media (min-width:992px) {
    .col-lg-fifth {
        flex: 0 0 auto;
        width: 30%;
    }
}

.footer-brand {
    margin-bottom: 1rem;
}

.footer-brand img {
    height: 40px;
    margin-bottom: 1rem;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.contact-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-link:hover {
    color: var(--primary-color);
}

.contact-icon {
    width: 20px;
    height: 20px;
}

.footer-nav h4 {
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 1.2rem;
    color: var(--text-light);
}

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

.footer-nav ul li {
    margin-bottom: 0.25rem;
}

.footer-nav ul li:first-child {
    margin-top: 0;
}

.footer-nav ul li a, .footer-contact {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14px;
}

.footer-nav ul li a:hover {
    color: var(--primary-color);
}

.footer-bottom {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 12px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.5rem;
    }
    
    .services h2 {
        font-size: 2rem;
    }
    
    .service-card {
        margin-bottom: 2rem;
    }

    .footer-nav {
        margin-bottom: 2rem;
    }
}

/* Override Bootstrap's default behavior */
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
        display: block;
    }
}

/* EXTERNAL: Calendly */

.calendly-popup {
    border-radius: 20px;
    overflow: hidden;
    /*box-shadow: rgba(0, 0, 0, .5) 20px 20px 50px;*/
}


@media (max-width: 975px) {
    .calendly-overlay .calendly-popup {
        left: 20px;
        width: calc(100% - 40px);
        right: 20px;
    }
}
/* Animationen */

/* Scroll Animations */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  will-change: opacity, transform;
}

.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.stagger-children > * {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  will-change: opacity, transform;
}

.stagger-children.is-visible > *:nth-child(1) { transition-delay: 0.1s; }
.stagger-children.is-visible > *:nth-child(2) { transition-delay: 0.2s; }
.stagger-children.is-visible > *:nth-child(3) { transition-delay: 0.3s; }
.stagger-children.is-visible > *:nth-child(4) { transition-delay: 0.4s; }
.stagger-children.is-visible > *:nth-child(5) { transition-delay: 0.5s; }
.stagger-children.is-visible > *:nth-child(6) { transition-delay: 0.6s; }

.stagger-children.is-visible > * {
  opacity: 1;
  transform: translateY(0);
}

.scale-in {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  will-change: opacity, transform;
}

.scale-in.is-visible {
  opacity: 1;
  transform: scale(1);
}

.slide-in-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  will-change: opacity, transform;
}

.slide-in-right {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  will-change: opacity, transform;
}

.slide-in-left.is-visible,
.slide-in-right.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.delay-05 { transition-delay: 0.5s; }

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

.animation-hover {
  animation: float 6s ease-in-out infinite;
}

