/* CSS */

/* animation css */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

:root {
    --primary-color: #F87171;
    --secondary-color: #FECACA;
    --text-color: #1F2937;
    --background-color: #FEF2F2;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: var(--text-color);
    line-height: 1.6;
    background-color: var(--background-color);
}

body.loaded {
    opacity: 1;
}

.hero {
    animation : landing 1.5s forwards;
}

@keyframes landing {
    0% {
        opacity: 0;
        transform: translateY(0px);
    }
    100% {
        opacity: 1;
        transform: translateY(10px);
    }
}

div.kosong2 {
    position: absolute;
    height: 500px;
    width: 100%;
    background: linear-gradient(0deg , rgba(254,242,242,0), rgba(254,242,242,1)); 
}

div.kosong3 {
    position: absolute;
    left: 0;
    margin-top: -40px;
    height:  200px;
    width: 100%;
    background: linear-gradient(0deg , rgba(254,242,242,0), rgba(254,242,242,1)); 
}

img.wedding {
    filter: contrast(80%);
    filter: brightness(80%);
  }

/* .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr,));
    grid-gap: 15px;
} */

.bi {
    fill: #475569;
}
.bi.putih {
    fill: #F87171;
}

.nav {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.nav-title {
    fill: #475569;
}
.nav-title.putih {
    fill: #F87171;
}

.nav a {
    transition: all 0.3s ease;
}

.nav a:hover {
    transform: translateY(-2px);
}

.nav a.active {
    color: var(--primary-color);
}

.flower {
    transform: scale(0);
    transition: .5s;
    opacity: 0;
}
.flower.muncul {
    transform: scale(1);
    opacity: 1;
}

.flower2 {
    transform: scale(0);
    transition: .5s;
    opacity: 0;
}
.flower2.muncul {
    transform: scale(1);
    opacity: 1;
}

.flower3 {
    transform: scale(0);
    transition: .5s;
    opacity: 0;
}
.flower3.muncul {
    transform: scale(1);
    opacity: 1;
}

.flower4 {
    transform: scale(0);
    transition: .5s;
    opacity: 0;
}
.flower4.muncul {
    transform: scale(1);
    opacity: 1;
}

.flower5 {
    transform: scale(0);
    transition: .5s;
    opacity: 0;
}
.flower5.muncul {
    transform: scale(1);
    opacity: 1;
}

.title {
    transform: scale(1,0);
    transition: .5s;
}
.title.muncul {
    transform: scale(1);
}

.title2 {
    transform: scale(1,0);
    transition: .5s;
}
.title2.muncul {
    transform: scale(1);
}

.title3 {
    transform: scale(1,0);
    transition: .5s;
}
.title3.muncul {
    transform: scale(1);
}

.title4 {
    transform: scale(1,0);
    transition: .5s;
}
.title4.muncul {
    transform: scale(1);
}

.title5 {
    transform: scale(1,0);
    transition: .5s;
}
.title5.muncul {
    transform: scale(1);
}

.opening {
    transform: translateY(100px);
    opacity: 0;
    transition: .5s;
}
.opening.muncul {
    opacity: 1;
    transform: translateY(0);
}

.profiles {
    transform: translateY(100px);
    opacity: 0;
    transition: 1s;
}
.profiles.muncul {
    opacity: 1;
    transform: translateY(0);
}

.profile-1 {
    transform: translateY(100px);
    opacity: 0;
    transition: 1s;
}
.profile-1.muncul {
    opacity: 1;
    transform: translateY(0);
}

.profile-2 {
    transform: translateY(100px);
    opacity: 0;
    transition: 1s;
}
.profile-2.muncul {
    opacity: 1;
    transform: translateY(0);
}

.dan {
    transform: translateY(100px);
    opacity: 0;
    transition: 2s;
}
.dan.muncul {
    opacity: 1;
    transform: translateY(0);
}

.dan2 {
    transform: translateY(100px);
    opacity: 0;
    transition: 2s;
}
.dan2.muncul {
    opacity: 1;
    transform: translateY(0);
}

.card1 {
    /* box-shadow: 0px 0px 9px 2px rgba(0,0,0,0.46);
    -webkit-box-shadow: 0px 0px 9px 2px rgba(0,0,0,0.46);
    -moz-box-shadow: 0px 0px 9px 2px rgba(0,0,0,0.46); */
    transform: translateY(100px);
    opacity: 0;
    transition: .5s;
}
.card1.muncul {
    opacity: 85%;
    transform: translateY(0);
}

.card2 {
    /* box-shadow: 0px 0px 9px 2px rgba(0,0,0,0.46);
    -webkit-box-shadow: 0px 0px 9px 2px rgba(0,0,0,0.46);
    -moz-box-shadow: 0px 0px 9px 2px rgba(0,0,0,0.46); */
    transform: translateY(100px);
    opacity: 0;
    transition: .9s;
}
.card2.muncul {
    opacity: 85%;
    transform: translateY(0);
}

.gallery img {
    transition: 0.3s ease-in-out;
}

.gallery img:hover {
    filter: brightness(130%);
}

#img1 {
    transform: scale(0);
    transition: .7s;
    opacity: 0;
}
#img1.muncul {
    transform: scale(1);
    opacity: 3;
}

#img2 {
    transform: scale(0);
    transition: 1s;
    opacity: 0;
}
#img2.muncul {
    transform: scale(1);
    opacity: 1;
}

#img3 {
    transform: scale(0);
    transition: 1.3s;
    opacity: 0;
}
#img3.muncul {
    transform: scale(1);
    opacity: 1;
}

#img4 {
    transform: scale(0);
    transition: .7s;
    opacity: 0;
}
#img4.muncul {
    transform: scale(1);
    opacity: 3;
}

#img5 {
    transform: scale(0);
    transition: 1s;
    opacity: 0;
}
#img5.muncul {
    transform: scale(1);
    opacity: 1;
}

#img6 {
    transform: scale(0);
    transition: 1.3s;
    opacity: 0;
}
#img6.muncul {
    transform: scale(1);
    opacity: 1;
}

.circle1 {
    transform: translateX(-100px);
    opacity: 0;
    transition: .5s;
}
.circle1.muncul {
    transform: translateX(0);
    opacity: 1;
}

.circle2 {
    transform: translateX(-100px);
    opacity: 0;
    transition: 1s;
}
.circle2.muncul {
    transform: translateX(0);
    opacity: 1;
}

.circle3 {
    transform: translateX(-100px);
    opacity: 0;
    transition: 2s;
}
.circle3.muncul {
    transform: translateX(0);
    opacity: 1;
}

.circle4 {
    transform: translateX(-190px);
    opacity: 0;
    transition: 2.4s;
}
.circle4.muncul {
    transform: translateX(0);
    opacity: 1;
}

.btn-map {
    transform: translateY(100px);
    opacity: 0;
    transition: .5s;
}
.btn-map.muncul {
    opacity: 1;
    transform: translateY(0);
}

ul li a {
    width: 120px;
    height: 70px;
    padding: 10px;
    transition: .5s;
}

ul li a.active{
    background-color: salmon;
}

@media screen and (max-width: 639px) {
    ul li a.active{
        background-color: salmon;
    }
    ul li a {
        width: 55px;
        height: 70px;
    }
    ul li a svg{
    }
}

ul li a.active span {
    color: #fff;
}
ul li a.active svg {
    fill: #fff;
}


/* End Animation CSS */

/* AUDIO */
.audio-player {
    position: fixed;
    bottom: 5rem;
    right: 1rem;
    background: white;
    padding: 0.5rem;
    border-radius: 2rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.audio-player audio {
    width: 200px;
}

@media (max-width: 640px) {
    .audio-player {
        bottom: 4rem;
        right: 0.5rem;
    }
    
    .audio-player audio {
        width: 150px;
    }
}

/* AUDIO END */

/* RESPONSIVE */

@media screen and (max-width: 340px) {

    li a svg {
        width: 17px;
        height: 17px;
    }
    .bi-house-heart-fill {
        width: 20px;
        height: 20px;
    }

    li a span {
        margin-left: -1005px;
        visibility: hidden;
        position:absolute;
    }
  }

@media screen and (max-width: 639px) {

    /* h2.title-hero {
        margin-top: -150px;
    } */

    li {
        margin-left: 25px;
    }

    li a span {
        margin-left: -1005px;
        visibility: hidden;
        position:absolute;
    }
  }

.acara {
    display: flex;
}

@media screen and (max-width: 855px) {
    .acara {
        display: grid;
    }
    .card2 {
        margin-top: 20px;
    }
}

.card1 {
    width: 400px;
}
.card2 {
    width: 400px;
}

@media screen and (max-width: 418px) {
    .card1 {
        width: 300px;
        height: 230px;
    }
    .card2 {
        width: 300px;
        height: 230px;
    }
}

@media screen and (max-width: 315px) {
    .card1 {
        width: 245px;
        height: 230px;
    }
    .card2 {
        width: 245px;
        height: 230px;
    }
}

@media screen and (max-width: 250px) {
    .card1 {
        width: 230px;
        height: 230px;
    }
    .card2 {
        width: 230px;
        height: 230px;
    }
}

@media screen and (max-width: 375px) {
    .gallery {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-gap: 15px;
    }
}

@media screen and (max-height: 850px) {
    section#event {
        height: 100%;
    }
}

@media screen and (max-height: 815px) {
    section#event {
        height: 100%;
    }
}

@media screen and (max-height: 815px) {
    section#event {
        height: 100%;
    }
}

@media screen and (max-height: 670px) {
    section#event {
        height: 100%;
    }
    #letter {
        padding-bottom: 30%;
    }
}

@media screen and (max-height: 670px) {
    section#event {
        height: 100%;
    }
}

@media screen and (max-height: 555px) {
    section#event {
        height: 100%;
    }
}

@media screen and (max-height: 445px) {
    .surah {
        height: 100%;
    }
}

/* wave animate */

.waves1 {
    position: relative;
    width: 100%;
    height: 15vh;
    bottom: 0;
    min-height: 100px;
    max-height: 100px;
}

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -50px;
    min-height: 100px;
    max-height: 100px;
}

.parallax > use {
    -webkit-animation: moveForever 25s cubic-bezier(.55, .5, .45, .5) infinite;
            animation: moveForever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax > use:nth-child(1) {
    -webkit-animation-delay: -2s;
            animation-delay: -2s;
    -webkit-animation-duration: 7s;
            animation-duration: 7s;
}

.parallax > use:nth-child(2) {
    -webkit-animation-delay: -3s;
            animation-delay: -3s;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
}

.parallax > use:nth-child(3) {
    -webkit-animation-delay: -4s;
            animation-delay: -4s;
    -webkit-animation-duration: 13s;
            animation-duration: 13s;
}

.parallax > use:nth-child(4) {
    -webkit-animation-delay: -5s;
            animation-delay: -5s;
    -webkit-animation-duration: 20s;
            animation-duration: 20s;
}

@-webkit-keyframes moveForever {
    0% {
        -webkit-transform: translate3d(-90px, 0, 0);
                transform: translate3d(-90px, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(85px, 0, 0);
                transform: translate3d(85px, 0, 0);
    }
}

@keyframes moveForever {
    0% {
        -webkit-transform: translate3d(-90px, 0, 0);
                transform: translate3d(-90px, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(85px, 0, 0);
                transform: translate3d(85px, 0, 0);
    }
}

@media (max-width : 768px) {
    h1 {
        font-size: 24px;
    }
    .content {
        height: 30vh;
    }
    .waves {
        height: 40px;
        min-height: 40px;
    }
}

/* Cover Section */
#cover {
    position: fixed;
    inset: 0;
    z-index: 30;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    transition: opacity 0.5s ease-out;
}

#cover::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    animation: fadeIn 2s ease-out;
}

#cover > * {
    position: relative;
    z-index: 1;
}

#cover .animate-fade-in {
    opacity: 0;
    transform: translateY(20px);
    animation: slideUp 1s ease-out forwards;
}

#cover .animate-fade-in:nth-child(1) { animation-delay: 0.5s; }
#cover .animate-fade-in:nth-child(2) { animation-delay: 0.7s; }
#cover .animate-fade-in:nth-child(3) { animation-delay: 0.9s; }
#cover .animate-fade-in:nth-child(4) { animation-delay: 1.1s; }
#cover .animate-fade-in:nth-child(5) { animation-delay: 1.3s; }

/* Sections */
section {
    padding: 4rem 1rem;
}

@media (min-width: 768px) {
    section {
        padding: 6rem 2rem;
    }
}

/* Typography */
h1, h2, h3, h4 {
    font-family: 'Passions Conflict', cursive;
    line-height: 1.2;
}

/* Cards */
.card {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: translateX(-100%);
    transition: 0.5s;
}

.card:hover::before {
    transform: translateX(100%);
}

/* Gallery */
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    padding: 1rem;
}

.gallery img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.gallery img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: 0.3s;
}

.gallery img:hover {
    transform: scale(1.05);
    filter: brightness(1.1);
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in {
    animation: fadeIn 0.5s ease forwards;
}

/* Guestbook Styles */
.guestbook-entries {
    max-height: 600px;
    overflow-y: auto;
    padding-right: 1rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.guestbook-entries::-webkit-scrollbar {
    width: 6px;
}

.guestbook-entries::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.guestbook-entries::-webkit-scrollbar-thumb {
    background: #fecaca;
    border-radius: 10px;
}

.guestbook-entries::-webkit-scrollbar-thumb:hover {
    background: #f87171;
}

.guestbook-entry {
    background: white;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.guestbook-entry::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #fecaca, #f87171);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.guestbook-entry:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.guestbook-entry:hover::before {
    transform: scaleX(1);
}

.guestbook-avatar {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 6px rgba(248, 113, 113, 0.2);
    transition: transform 0.3s ease;
    overflow: hidden;
    background: #fecaca;
}

.guestbook-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.guestbook-entry:hover .guestbook-avatar {
    transform: scale(1.1);
}

.guestbook-entry:hover .guestbook-avatar img {
    transform: scale(1.1);
}

.guestbook-entry h4 {
    font-size: 1.125rem;
    line-height: 1.5;
    color: #1f2937;
    margin-bottom: 0.25rem;
}

.guestbook-entry .text-gray-500 {
    font-size: 0.75rem;
    line-height: 1.25;
    color: #6b7280;
}

.guestbook-entry p {
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 0.75rem;
    color: #374151;
    position: relative;
    padding-left: 1rem;
}

.guestbook-entry p::before {
    content: '"';
    position: absolute;
    left: 0;
    top: -0.5rem;
    font-size: 2rem;
    color: #fecaca;
    font-family: 'Passions Conflict', cursive;
}

/* Success Message Animation */
.success-message {
    background: #dcfce7;
    color: #166534;
    padding: 1rem;
    border-radius: 0.75rem;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    animation: slideIn 0.3s ease;
    box-shadow: 0 4px 6px rgba(22, 101, 52, 0.1);
}

.success-message i {
    font-size: 1.25rem;
    margin-right: 0.75rem;
}

/* Form Styles */
.guestbook-form {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.guestbook-form:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.guestbook-form input,
.guestbook-form textarea {
    transition: all 0.3s ease;
}

.guestbook-form input:focus,
.guestbook-form textarea:focus {
    border-color: #f87171;
    box-shadow: 0 0 0 3px rgba(248, 113, 113, 0.1);
}

.guestbook-form button {
    background: linear-gradient(135deg, #fecaca, #f87171);
    transition: all 0.3s ease;
}

.guestbook-form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(248, 113, 113, 0.2);
}

/* Loading Animation */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Adjustments */
@media (max-width: 640px) {
    .guestbook-entries {
        grid-template-columns: 1fr;
    }
    
    .guestbook-entry {
        padding: 1.25rem;
    }
    
    .guestbook-avatar {
        width: 3rem;
        height: 3rem;
    }
}

/* Countdown */
.countdown-item {
    background: white;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    animation: pulse 2s infinite;
}

.countdown-number {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--primary-color);
}

.countdown-label {
    font-size: 0.75rem;
    color: var(--text-color);
}

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

/* Map */
.map-container {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    background: var(--primary-color);
    color: white;
    font-weight: 600;
    transition: all 0.3s ease;
}

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

.btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.btn:hover::before {
    width: 300px;
    height: 300px;
}

/* Flower Animation */
.flower {
    animation: float 3s ease-in-out infinite;
}

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

/* Navigation Animation */
.nav a {
    position: relative;
    transition: all 0.3s ease;
}

.nav a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.nav a:hover::after {
    width: 100%;
}

.nav a.active::after {
    width: 100%;
}

/* Audio Player Animation */
.audio-player {
    animation: slideIn 0.5s ease-out;
    transition: all 0.3s ease;
}

.audio-player:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Keyframe Animations */
@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Loading Animation */
.loading {
    position: fixed;
    inset: 0;
    background: var(--background-color);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.5s ease-out;
}

.loading::after {
    content: '';
    width: 50px;
    height: 50px;
    border: 5px solid var(--primary-color);
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

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

/* Responsive Animations */
@media (max-width: 768px) {
    .card:hover {
        transform: translateY(-5px);
    }
    
    .gallery img:hover {
        transform: scale(1.03);
    }
    
    .countdown-item {
        animation: none;
    }
}

/* Decorative Elements */
.wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.wave svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 50px;
}

.wave .shape-fill {
    fill: #FEF2F2;
}

/* Social Media Icons */
.social-icon {
    transition: all 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-3px);
    color: var(--primary-color);
}

/* RSVP Section */
.rsvp-form {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Wedding Details */
.wedding-detail {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 0.5rem;
    padding: 1rem;
    transition: all 0.3s ease;
}

.wedding-detail:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.2);
}

/* Profile Badges */
.profile-badge {
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary-color);
    color: white;
    padding: 0.25rem 1rem;
    border-radius: 1rem;
    font-size: 0.875rem;
    white-space: nowrap;
}

/* Map Container */
.map-container {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.map-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

/* Form Focus States */
.form-input:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(248, 113, 113, 0.1);
}

/* Loading States */
.loading-spinner {
    border: 3px solid rgba(248, 113, 113, 0.1);
    border-top-color: var(--primary-color);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 1s linear infinite;
}

/* Emoji Picker Styles */
.emoji-picker {
    z-index: 50;
    transform-origin: bottom right;
    animation: scaleIn 0.2s ease-out;
}

.emoji-picker-btn {
    transition: all 0.2s ease;
}

.emoji-picker-btn:hover {
    transform: scale(1.1);
}

.emoji-btn {
    font-size: 1.25rem;
    transition: all 0.2s ease;
}

.emoji-btn:hover {
    transform: scale(1.2);
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}