:root {
  --primary-gold: #C21807;            /* Roșu imperial – bogat și artistic */
  --gold-light: rgba(194, 24, 7, 0.2); /* Varianta translucidă pentru accente */
  --dark-bg: #121212;                 /* Fundal foarte închis, neutru */
  --text-dark: #2a2a2a;               /* Gri închis pentru text */
  --light-bg: #fff9f9;                /* Fundal alb-roșiatic subtil */
  --white: #ffffff;                   /* Alb pur pentru contrast */
  --section-bg: #fceaea;              /* Fundal pastelat, cald */
  --card-shadow: 0 10px 30px rgba(194, 24, 7, 0.25); /* Umbra roșie artistică */
}

body{
    background: rgb(249 250 251)!important;
}
.err-btn{
    margin: 0 auto;
    font-size: 16px;
}
.error-page-area{
    height: 100vh;
    display: flex;
    align-items: center;
    background: #23211b;
}
.logo img{
    max-height: 90px;
}
.nav-logo img{
    max-height: 100px;
}
.footer-logo img{
    max-height: 100px;
}
.sticky-header .logo img{
    max-height: 60px;
}
.hero-section-home{
    width: 100%;
    height: 100svh;
    background: #000;
    position: relative;
}

.hero-section-home .container{
  display: flex;
  justify-content: center;
  align-items: end;
  height: 100%;
}

.hero-section-home-content{
    z-index: 3;
    width: 100%;
}

.sound-btn {
  position: absolute;
  bottom: 40px;
  right: 20px;
  border: none;
  color: #fff;
  border: 1px solid #fff;
  font-size: 22px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
.sound-btn i{
    font-size: 20px;
}
.sound-btn:hover {
  background: rgba(0,0,0,0.7);
}


.hero-section-home-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn-one.style9 {
    color: #ffffff;
    background: #d9a95b;
    text-transform: inherit;
}

.btn-one.style9:after {
    background: #23211b;
}

.btn-one.style9 span {
    position: relative;
    z-index: 1; 
}


.featured-style2-area{
    position: relative;
    z-index: 10;
}

.featured-style2-content{
    margin-top: 30px;
}

.scroll-down {
  height: 60px;
  width: 40px;
  border: 2px solid white;
  border-radius: 50px;
  cursor: pointer;
  z-index: 19;
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
}
.scroll-down:hover, .scroll-down:focus{
      border: 2px solid white;

}
.scroll-down::before,
.scroll-down::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 50%;
  height: 10px;
  width: 10px;
  transform: translate(-50%, -100%) rotate(45deg);
  border: 2px solid white;
  border-top: transparent;
  border-left: transparent;
  animation: scroll-down 1s ease-in-out infinite;
}
.scroll-down::before {
  top: 30%;
  animation-delay: 0.3s;
  /* animation: scroll-down 1s ease-in-out infinite; */
}
.img-icon-about{
  width: 50px!important;
  height: auto ;
}
@keyframes scroll-down {
  0% {
    /* top:20%; */
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    top: 90%;
    opacity: 0;
  }
}
.about-z{
  z-index: 10;
  position: relative;
}
.package-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top;
    transition: all 0.5s ease;
}


/* ABOUT */

    
        .artistic-about-section {
            position: relative;
            padding:  0;
            overflow: visible;
        }
        
        .decorative-element {
            position: absolute;
            top: 10%;
            left: 5%;
            z-index: 0;
            opacity: 0.1;
        }
        
        .floating-animation {
            animation: float-up-down 8s infinite ease-in-out;
        }
        
        @keyframes float-up-down {
            0% { transform: translateY(-20px); }
            50% { transform: translateY(20px); }
            100% { transform: translateY(-20px); }
        }
        
        .section-header {
            margin-bottom: 40px;
        }
        
        .section-subtitle h3 {
            color: var(--primary-gold);
            font-size: 18px;
            font-weight: 500;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 15px;
        }
        
        .section-title h2 {
            font-size: 48px;
            line-height: 1.2;
            margin-bottom: 20px;
            position: relative;
            display: inline-block;
        }
        
        .section-title h2:after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 80px;
            height: 3px;
            background-color: var(--primary-gold);
        }
        
        .about-content .description p {
            font-size: 16px;
            line-height: 1.8;
            margin-bottom: 25px;
        }
        
        .artistic-image-container {
            position: relative;
            border-radius: 1rem;
            transition: all 0.3s ease;
            height: 100%;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1); 
            transition: all 0.3s ease;

        }
        
        .artistic-image-container:hover {
             box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
        }
        
        .main-image-wrapper {
            position: relative;
            display: block;
            width: 100%;
            height: 100%;
        }
        
        .wrapper-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 1rem;
        }
        
        .floating-info-card {
            position: absolute;
            bottom: 30px;
            right: 30px;
            background: var(--gold-light);
            backdrop-filter: blur(5px);
            border-radius: 1rem;
            padding: 20px;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            animation: pulse-glow 2s infinite;
        }
        .floating-info-card h3{
            color: #ffffff;
        }
        
      @keyframes pulse-glow {
  0% { 
    transform: scale(1); 
    box-shadow: 0 0 10px rgba(194, 24, 7, 0.3); 
  }
  50% { 
    transform: scale(1.05); 
    box-shadow: 0 0 25px rgba(194, 24, 7, 0.6); 
  }
  100% { 
    transform: scale(1); 
    box-shadow: 0 0 10px rgba(194, 24, 7, 0.3); 
  }}
        
        .icon-image {
            width: 40px;
            height: 40px;
            margin-bottom: 10px;
        }
        .icon-image img{
            height: 40px;
            object-fit: contain;

        }
        
        
        .floating-info-card h3 {
            color: #fff;
            font-size: 18px;
            margin: 0;
            font-weight: 600;
        }
        
        .feature-card {
            background: var(--white);
            padding: 25px;
            border-radius: 1rem;
            margin-bottom: 20px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1); 
            transition: all 0.3s ease;

        }
        
        .feature-card:hover {
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
        }
        
        .feature-card h3 {
            font-size: 20px;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
        }
        
        .gold-checkmark {
            color: var(--primary-gold);
            margin-right: 10px;
            font-size: 24px;
        }
        
        .feature-card p {
            font-size: 16px;
            line-height: 1.6;
            margin-bottom: 0;
        }
        
        .feature-card strong {
            color: var(--primary-gold);
            font-weight: 600;
        }
        
 
        
        .contact-ribbon h3 {
            color: var(--white);
            margin: 0;
            font-size: 24px;
        }
        
        .contact-ribbon a {
            color: var(--white);
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
        }

        .btn-package.style-2{
            border-radius: 100px;
        }
        
        .contact-ribbon a:hover {
            color: var(--dark-bg);
            text-decoration: none;
        }
        
      


 .artistic-note {
    padding: 30px 35px;
    border-radius: 1rem;
    margin: 30px 0;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden; 
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1); 
    transition: all 0.3s ease;


}



.artistic-note::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 80px;
    color: rgba(212, 175, 55, 0.15);
    line-height: 1;
}

.artistic-note p {
    margin: 0;
    color: #333029;
    font-size: 18px;
    line-height: 1.6;
    font-style: italic;
    text-align: center;
    position: relative;
    z-index: 1;
    text-shadow: 0 1px 1px rgba(175, 32, 32, 0.288);
}

.artistic-note:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px); 
}

        
        
      
        
        .gold-divider {
            height: 1px;
            background: linear-gradient(to right, transparent, var(--primary-gold), transparent);
            margin: 20px 0;
        }
        
    
        
        /* Responsive adjustments */
        @media (max-width: 991px) {
            .section-title h2 {
                font-size: 36px;
            }
            
            .floating-info-card {
                bottom: 20px;
                right: 20px;
                padding: 15px;
            }
            
            .floating-info-card h3 {
                font-size: 16px;
            }
        }
        
        @media (max-width: 767px) {
            .artistic-about-section {
                padding: 60px 0;
            }
            
            .section-title h2 {
                font-size: 32px;
            }
            
            .floating-info-card {
                display: none;
            }
            
            .music-note-decoration {
                display: none;
            }
        }
        .artistic-booking {
            position: relative;
            overflow: hidden;
        }
        
        .booking-container {
            position: relative;
            z-index: 5;
        }
        
        .booking-card {
            background: var(--white);
            border-radius: 1rem;
            box-shadow: var(--card-shadow);
            overflow: hidden;
            padding: 0;
            display: flex;
            flex-direction: row;
            position: relative;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            height: 280px;
        }
        
        .booking-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
        }
        
        .booking-phone-section {
            flex: 0 0 40%;
            background: linear-gradient(135deg, var(--primary-gold) 0%, #c19b2e 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 40px 30px;
            position: relative;
            overflow: hidden;
        }
        
        .booking-phone-section::before {
            content: '';
            position: absolute;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle at center, rgba(255, 255, 255, 0.15) 0%, transparent 60%);
            transform: rotate(-45deg);
            transition: all 0.5s ease;
        }
        
        .booking-phone-section:hover::before {
            transform: rotate(-45deg) translate(20px, 20px);
        }
        
        .phone-content {
            text-align: center;
            color: var(--white);
            position: relative;
            z-index: 2;
        }
        
        .phone-icon {
            font-size: 42px;
            display: inline-block;
            background: rgba(255, 255, 255, 0.2);
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.3);
            transition: all 0.3s ease;
            margin: 0 auto;
                        margin-bottom: 15px;

        }
        
        .phone-content h2 {
            font-size: 28px;
            margin-bottom: 8px;
            font-weight: 700;
            letter-spacing: 0.5px;
        }
        
        .phone-content p {
            font-size: 16px;
            margin-bottom: 15px;
            opacity: 0.9;
            font-weight: 500;
        }
        
        .phone-content a {
            color: var(--white);
            text-decoration: none;
            font-size: 24px;
            font-weight: 700;
            transition: all 0.3s ease;
            display: inline-block;
            padding: 8px 16px;
            border-radius: 1rem;
            background: rgba(0, 0, 0, 0.2);
        }
        
        .phone-content a:hover {
            background: rgba(0, 0, 0, 0.3);
            transform: scale(1.05);
        }
        
        .booking-content-section {
            flex: 0 0 60%;
            padding: 40px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            background: var(--white);
        }
        
        .booking-text {
            margin-bottom: 25px;
        }
        
        .booking-text p {
            font-size: 18px;
            line-height: 1.6;
            color: var(--text-dark);
            margin: 0;
            font-weight: 400;
        }
        
        .booking-text strong {
            color: var(--primary-gold);
            font-weight: 600;
            position: relative;
            display: inline-block;
        }
        
        .booking-text strong::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 100%;
            height: 2px;
            background: var(--primary-gold);
            transform: scaleX(0.8);
            transition: transform 0.3s ease;
        }
        
        .booking-text strong:hover::after {
            transform: scaleX(1);
        }
        
        .booking-button .btn-booking {
            padding: 16px 38px;
            background: linear-gradient(135deg, var(--primary-gold) 0%, #c19b2e 100%);
            color: var(--white);
            border: none;
           border-radius: 1rem;
            font-size: 16px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
            text-decoration: none;
            position: relative;
            overflow: hidden;
        }
        
        .btn-booking::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: all 0.6s ease;
        }
        
        .btn-booking:hover::before {
            left: 100%;
        }
        
        .booking-button .btn-booking:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(212, 175, 55, 0.4);
        }
        
        .btn-booking i {
            margin-left: 12px;
            transition: transform 0.3s ease;
        }
        
        .btn-booking:hover i {
            transform: translateX(5px);
        }
        
        /* Efecte de border subtle */
        .booking-card::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
         border-radius: 1rem;
            padding: 2px;
            background: linear-gradient(135deg, var(--primary-gold) 0%, transparent 30%, transparent 70%, var(--primary-gold) 100%);
            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            opacity: 0;
            transition: opacity 0.4s ease;
        }
        
        .booking-card:hover::after {
            opacity: 1;
        }
        
        /* Responsive adjustments */
        @media (max-width: 992px) {
            .booking-card {
                flex-direction: column;
                height: auto;
            }
            
            .booking-phone-section, .booking-content-section {
                flex: 1 1 100%;
            }
            
            .booking-phone-section {
                padding: 30px 20px;
            }
            
            .booking-content-section {
                padding: 30px;
            }
        }
        
        @media (max-width: 768px) {
            .artistic-booking {
                padding: 70px 0;
            }
            
            .phone-icon {
                width: 70px;
                height: 70px;
                font-size: 32px;
            }
            
            .phone-content h2 {
                font-size: 24px;
            }
            
            .phone-content a {
                font-size: 20px;
            }
            
            .booking-text p {
                font-size: 16px;
            }
            
            .booking-button .btn-booking {
                padding: 14px 30px;
                font-size: 14px;
            }
        }
        
        @media (max-width: 576px) {
            .booking-phone-section {
                padding: 25px 15px;
            }
            
            .booking-content-section {
                padding: 25px 20px;
            }
            
            .phone-content h2 {
                font-size: 22px;
            }
            
            .phone-content a {
                font-size: 18px;
            }
            
            .booking-button .btn-booking {
                width: 100%;
                justify-content: center;
            }
        }
/* EVENTS */

        .events-section {
            position: relative;
            overflow: hidden;
        }
        
        .events-header {
            margin-bottom: 60px;
            text-align: center;
        }
        
        .events-subtitle h3 {
            color: var(--primary-gold);
            font-size: 18px;
            font-weight: 500;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 15px;
        }
        
        .events-title h2 {
            font-size: 42px;
            line-height: 1.2;
            margin-bottom: 20px;
            position: relative;
            display: inline-block;
        }
        
        .events-title h2:after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 3px;
            background-color: var(--primary-gold);
        }
        
           /* Stilizare carduri cu rame decorative */
        .event-card {
            background: var(--white);
            overflow: hidden;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            height: 100%;
            display: flex;
            flex-direction: column;
            position: relative;
            border: 2px solid transparent;
            background-clip: padding-box;
            background: #ffffff; 
            border-radius: 1rem; 
            overflow: hidden; 
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1); 
            transition: all 0.3s ease; 
}
        
        .event-card::before {
            content: '';
            position: absolute;
            top: -2px;
            left: -2px;
            right: -2px;
            bottom: -2px;
            background: linear-gradient(45deg, transparent, transparent, var(--light-bg), transparent, transparent);
            background-size: 400% 400%;
            z-index: -1;
            border-radius: 14px;
            animation: borderAnimation 6s ease infinite;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .event-card:hover::before {
            opacity: 1;
        
        }
        
        @keyframes borderAnimation {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }
        
        .event-card:hover {
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
            transform: translateY(-10px);
        }
        
        .event-image {
            position: relative;
            overflow: hidden;
            flex-shrink: 0;
            height: 280px;
        }
        
        .event-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.5s ease;
        }
        
        .event-card:hover .event-image img {
            transform: scale(1.08);
        }
        
        .event-image::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 40%;
            background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 100%);
            opacity: 0.6;
            z-index: 1;
        }
        
        .event-content {
            padding: 25px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            position: relative;
        }
        
        .event-content h3 {
            font-size: 22px;
            margin-bottom: 15px;
            color: var(--dark-bg);
            position: relative;
            display: inline-block;
        }
        
        .event-content h3::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 40px;
            height: 2px;
            background-color: var(--primary-gold);
            transition: width 0.3s ease;
        }
        
        .event-card:hover .event-content h3::after {
            width: 80px;
        }
        
        .event-content p {
            font-size: 16px;
            line-height: 1.7;
            margin-bottom: 0;
            flex-grow: 1;
            color: #555;
        }
        
        /* Stilizare pentru Owl Carousel */
        .events-carousel.owl-carousel .owl-stage {
            display: flex;
            padding: 30px 10px;
        }
        
        .events-carousel .owl-item {
            display: flex;
            height: auto;
        }
        
        .events-carousel .owl-dots {
            margin-top: 40px;
            text-align: center;
        }
        
        .events-carousel .owl-dot span {
            width: 14px;
            height: 14px;
            margin: 5px;
            background: #ddd;
            display: block;
            transition: all 0.3s ease;
            border-radius: 50%;
        }
        
        .events-carousel .owl-dot.active span,
        .events-carousel .owl-dot:hover span {
            background: var(--primary-gold);
            transform: scale(1.3);
        }
        
        /* Efect special pentru carduri */
        .event-card::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(to right, transparent, var(--primary-gold), transparent);
            transform: scaleX(0);
            transition: all 0.4s ease;
        }
        
        .event-card:hover::after {
            transform: scaleX(1);
        }
        
        /* Stilizare pentru Owl Carousel */
        .events-carousel.owl-carousel .owl-stage {
            display: flex;
            padding: 20px 0;
        }
        
        .events-carousel .owl-item {
            display: flex;
            height: auto;
        }
        
        .events-carousel .owl-dots {
            margin-top: 40px;
            text-align: center;
        }
        
        .events-carousel .owl-dot span {
            width: 12px;
            height: 12px;
            margin: 5px;
            background: #ddd;
            display: block;
            transition: all 0.3s ease;
            border-radius: 50%;
        }
        
        .events-carousel .owl-dot.active span,
        .events-carousel .owl-dot:hover span {
            background: var(--primary-gold);
            transform: scale(1.3);
        }
        
        /* Elemente decorative */
        .event-decoration {
            position: absolute;
            color: var(--primary-gold);
            opacity: 0.1;
            font-size: 32px;
            z-index: 0;
        }
        
       
        
        @keyframes float-element {
            0% { transform: translateY(0) rotate(0deg); }
            50% { transform: translateY(-20px) rotate(5deg); }
            100% { transform: translateY(0) rotate(0deg); }
        }
        
        .gold-accent {
            position: absolute;
            top: 0;
            right: 0;
            width: 200px;
            height: 200px;
            background: radial-gradient(circle, var(--gold-light) 0%, transparent 70%);
            opacity: 0.3;
            z-index: 0;
        }
        
        /* Efect special pentru carduri */
        .event-card:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: linear-gradient(to right, transparent, var(--primary-gold), transparent);
            transform: scaleX(0);
            transition: all 0.4s ease;
        }
        
        .event-card:hover:after {
            transform: scaleX(1);
        }
        
        /* Responsive adjustments */
        @media (max-width: 991px) {
            .events-title h2 {
                font-size: 36px;
            }
        }
        
        @media (max-width: 767px) {
      
            
            .events-title h2 {
                font-size: 32px;
            }
            
            .event-content {
                padding: 20px;
            }
            
            .event-decoration {
                display: none;
            }
        }
/* GALLERY */
    .gallery-section {
        position: relative;
    }


    .gallery-section .sec-title {
        text-align: center;
        margin-bottom: 40px;
    }

    .gallery-section .sub-title h3 {
        font-size: 1.5rem;
        color: #fff;
        margin-bottom: 10px;
    }

    .gallery-section .clr_white {
        color: #fff;
        font-size: 2.25rem;
        font-weight: bold;
    }

    .gallery__wrapper {
        position: relative;
        padding-bottom: 100px;
       width: 100%;
    }

    .gallery__container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        padding: 0 16px;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .gallery__item {
        aspect-ratio: 4 / 3; 
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
        border-radius: 1rem;
        cursor: pointer;
        z-index: 2;
    }

    .gallery__item img {
        width: 100%;
        height: 100%;
        object-fit: cover; 
        border-radius: 1rem;
    }

    .video-item {
        position: relative;
    }
    .video-item img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .video-play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary-gold);
        font-size: 20px;
        opacity: 0.9;
        transition: all 0.3s ease;
        z-index: 2;
    }

    .video-item:hover .video-play-btn {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.1);
        background: rgba(255, 255, 255, 1);
    }

    .load-more-container {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
    }

    .load-more {
        padding: 10px 20px;
        background: var(--primary-gold);
        color: #fff;
        border: none;
        border-radius: 1rem;
        cursor: pointer;
        font-size: 1rem;
        transition: background 0.3s ease;
    }

    .load-more:hover {
        background: var(--primary-gold);
    }

    .loading {
        display: none;
        text-align: center;
        margin: 30px 0;
    }

    .loading-spinner {
        border: 4px solid #f3f3f3;
        border-top: 4px solid var(--primary-gold);
        border-radius: 50%;
        width: 40px;
        height: 40px;
        animation: spin 1s linear infinite;
        margin: 0 auto;
    }

   
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 9999999;
}

.lightbox.active {
    display: flex;
    opacity: 1;
}

.lightbox-content {
    max-width: 90%;
    max-height: 80vh; /* Folosim viewport height pentru a ocupa 80% din ecran */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lightbox-image {
    max-width: 100%;
    max-height: 80vh; /* Ocupă 80% din înălțimea ecranului */
    width: auto;
    height: auto;
    border-radius: 1rem;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    object-fit: contain; /* Asigură că întreaga imagine este vizibilă */
}

.lightbox-video {
    width: 800px;
    max-width: 90vw; /* 90% din lățimea viewport-ului */
    height: 450px;
    max-height: 50.625vw; /* Menține raportul de aspect 16:9 */
    border: none;
    border-radius: 1rem;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 30px;
    cursor: pointer;
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 20px;
    pointer-events: none; /* Permite click-ul prin element */
}

.lightbox-prev, .lightbox-next {
    color: white;
    font-size: 30px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    transition: background 0.3s ease;
    pointer-events: auto; /* Reactivează evenimentele de click */
}

.lightbox-prev:hover, .lightbox-next:hover {
    background: rgba(0, 0, 0, 0.8);
}

/* Optimizări pentru dispozitive mobile */
@media (max-width: 768px) {
    .lightbox-content {
        max-width: 95%;
        max-height: 85vh;
    }
    
    .lightbox-image {
        max-height: 85vh;
    }
    
    .lightbox-video {
        width: 95vw;
        height: calc(95vw * 0.5625); /* 16:9 aspect ratio */
        max-height: 60vh;
    }
    
    .lightbox-close {
        top: 10px;
        right: 10px;
        font-size: 24px;
        width: 35px;
        height: 35px;
    }
    
    .lightbox-nav {
        padding: 0 10px;
    }
    
    .lightbox-prev, .lightbox-next {
        width: 35px;
        height: 35px;
        font-size: 24px;
    }
}

/* Optimizări pentru dispozitive foarte mici */
@media (max-width: 480px) {
    .lightbox-close {
        top: 5px;
        right: 5px;
        font-size: 20px;
        width: 30px;
        height: 30px;
    }
    
    .lightbox-prev, .lightbox-next {
        width: 30px;
        height: 30px;
        font-size: 20px;
    }
    
    .lightbox-nav {
        padding: 0 5px;
    }
}
    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

    @media (max-width: 768px) {
        .gallery__container {
            grid-template-columns: repeat(2, 1fr);
            gap: 12px;
            padding: 0 12px;
        }

        .video-play-btn {
            width: 50px;
            height: 50px;
            font-size: 18px;
        }

        .lightbox-video {
            width: 100%;
            height: auto;
        }
    }

    @media (max-width: 576px) {
        .gallery__container {
            grid-template-columns: 1fr;
            gap: 10px;
            padding: 0 10px;
        }

        .video-play-btn {
            width: 40px;
            height: 40px;
            font-size: 16px;
        }
    }
/* HISTROY */

        .history-section {
            position: relative;
            overflow: hidden;
        }
        
        .history-header {
            margin-bottom: 60px;
            text-align: center;
        }
        
        .history-subtitle h3 {
            color: var(--primary-gold);
            font-size: 18px;
            font-weight: 500;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 15px;
        }
        
        .history-title h2 {
            font-size: 42px;
            line-height: 1.2;
            margin-bottom: 20px;
            position: relative;
            display: inline-block;
        }
        
        .history-title h2:after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 3px;
            background-color: var(--primary-gold);
        }
        
        .history-item {
            background: var(--white);
            padding: 30px;
           border-radius: 1rem;
            margin-bottom: 30px;
            transition: all 0.4s ease;
            height: 100%;
            position: relative;
            overflow: hidden;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1); 
            transition: all 0.3s ease;
        }
    
        .history-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 8px 14px rgba(194, 24, 7, 0.2);
        }
        
        .history-item:hover {
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
            transform: translateY(-10px);
        }
        
        .history-icon {
            position: relative;
            margin-bottom: 20px;
            z-index: 1;
        }
        
        .history-icon span {
            display: inline-block;
            width: 70px;
            height: 70px;
            line-height: 70px;
            text-align: center;
            background: var(--gold-light);
            border-radius: 50%;
            color: var(--primary-gold);
            font-size: 28px;
            transition: all 0.3s ease;
        }
        
        .history-item:hover .history-icon span {
            background: var(--primary-gold);
            color: var(--white);
            transform: rotate(10deg) scale(1.1);
        }
        
        .history-content {
            position: relative;
            z-index: 1;
        }
        
        .history-content h3 {
            font-size: 22px;
            margin-bottom: 15px;
        }
        
        .history-content h3 a {
            color: var(--dark-bg);
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .history-content h3 a:hover {
            color: var(--primary-gold);
        }
        
        .history-content p {
            font-size: 16px;
            line-height: 1.7;
            margin-bottom: 0;
        }
        
        .history-content strong {
            color: var(--primary-gold);
            font-weight: 600;
        }
        
        /* Elemente decorative */
        .timeline-connector {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 50%;
            width: 3px;
            background: linear-gradient(to bottom, transparent, var(--primary-gold), transparent);
            transform: translateX(-50%);
            z-index: 0;
        }
        
        .music-note {
            position: absolute;
            color: var(--primary-gold);
            opacity: 0.1;
            font-size: 32px;
            z-index: 0;
        }
        
        .note-1 {
            top: 15%;
            left: 10%;
            animation: float-note 15s infinite ease-in-out;
        }
        
        .note-2 {
            bottom: 20%;
            right: 8%;
            animation: float-note 12s infinite ease-in-out;
            animation-delay: 1s;
        }
        
        @keyframes float-note {
            0% { transform: translateY(0) rotate(0deg); }
            50% { transform: translateY(-30px) rotate(10deg); }
            100% { transform: translateY(0) rotate(0deg); }
        }
        
        .gold-pattern {
            position: absolute;
            top: 0;
            right: 0;
            width: 200px;
            height: 200px;
            background: radial-gradient(circle, var(--gold-light) 0%, transparent 70%);
            opacity: 0.3;
            z-index: 0;
        }
        
        /* Responsive adjustments */
        @media (max-width: 991px) {
            .history-title h2 {
                font-size: 36px;
            }
            
            .timeline-connector {
                display: none;
            }
        }
        
        @media (max-width: 767px) {
       
            .history-title h2 {
                font-size: 32px;
            }
            
            .history-item {
                padding: 20px;
            }
        
        }


        /* SERVICES */

          .packages-section {
            position: relative;
        }
        
        .packages-header {
            margin-bottom: 60px;
            text-align: center;
        }
        
        .packages-subtitle h3 {
            color: var(--primary-gold);
            font-size: 18px;
            font-weight: 500;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 15px;
        }
        
        .packages-title h2 {
            font-size: 42px;
            line-height: 1.2;
            margin-bottom: 20px;
            position: relative;
            display: inline-block;
        }
        
        .packages-title h2:after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 3px;
            background-color: var(--primary-gold);
        }
        
        .package-card {
            background: var(--white);
           border-radius: 1rem;
            overflow: hidden;
            transition: all 0.4s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
            position: relative;
            border: 1px solid rgba(228, 45, 45, 0);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1); 
            transition: all 0.3s ease;
        }
        
        .package-card:hover {
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
            transform: translateY(-10px);

        }           

        
        .package-card.popular {
            border: 2px solid var(--primary-gold);
            transform: scale(1.03);
            z-index: 2;
        }
        
        .package-card.popular:before {
            content: 'POPULAR';
            position: absolute;
            top: 15px;
            right: -45px;
            background: var(--primary-gold);
            color: var(--white);
            padding: 5px 50px;
            font-size: 14px;
            font-weight: 600;
            transform: rotate(45deg);
            z-index: 3;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        }
        
        .package-image {
            position: relative;
            overflow: hidden;
            flex-shrink: 0;
        }
        

        
        .package-card:hover .package-image img {
            transform: scale(1.05);
        }
        
        .package-content {
            padding: 25px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }
        
        .package-title {
            font-size: 24px;
            margin-bottom: 15px;
            text-align: center;
            color: var(--dark-bg);
            position: relative;
            padding-bottom: 15px;
        }
        
        .package-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 50px;
            height: 2px;
            background-color: var(--primary-gold);
        }
        
        .package-description {
            font-size: 16px;
            line-height: 1.6;
            margin-bottom: 20px;
        }
        
        .package-features {
            list-style: none;
            padding: 0;
        }
        
        .package-features li {
            position: relative;
        }
             .package-features li i {
                color: var(--primary-gold);
        }
        
 
        
        .package-button {
            margin-top: auto;
        }
        
        .btn-package {
            display: block;
            width: 100%;
            padding: 12px 20px;
            background: var(--primary-gold);
            color: var(--white);
            border: none;
            border-radius: 1rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
            text-align: center;
            text-decoration: none;
        }
        
            .btn-package:hover {
            background: #a31206;
            color: #fff;
            text-decoration: none;
        }
        .btn-package:active {
            transform: scale(0.95);
        }
        
      
        
        .gold-pattern {
            position: absolute;
            top: 0;
            right: 0;
            width: 200px;
            height: 200px;
            background: radial-gradient(circle, var(--gold-light) 0%, transparent 70%);
            opacity: 0.3;
            z-index: 0;
        }
        
        /* Efect special pentru carduri */
        .package-card:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: linear-gradient(to right, transparent, var(--primary-gold), transparent);
            transform: scaleX(0);
            transition: all 0.4s ease;
        }
        
        .package-card:hover:after {
            transform: scaleX(1);
        }
        
        /* Responsive adjustments */
        @media (max-width: 991px) {
            .packages-title h2 {
                font-size: 36px;
            }
            
            .package-card.popular {
                transform: scale(1);
                margin: 0 0;
            }
        }
        
        @media (max-width: 767px) {
        
            
            .packages-title h2 {
                font-size: 32px;
            }
            
            .package-content {
                padding: 20px;
            }
            
            .package-decoration {
                display: none;
            }
            
            .package-card.popular:before {
                font-size: 12px;
            }
        }

    
        /* contact */
        
        .contact-header {
            background: #333029;
            color: white;
            display:flex;
            align-items:center;
            padding: 40px;
            gap: 40px;
            border-radius: 1rem;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1); 
            transition: all 0.3s ease;
        }
        
        
        .contact-header p{
            text-wrap: balance;   
        }
        
        .contact-options {
            display: flex;
            justify-content: end;
            flex-wrap: wrap;
            gap: 20px;
            flex: 1.5;
            min-width: 300px;            
        }
        
        .contact-option {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            width: 100%;
            padding: 12px 20px;
            background: rgba(255, 255, 255, 0.15);
            border-radius: 50px;
            transition: all 0.3s ease;
            color: #fff;
        }
        
        .contact-option:hover {
            background: rgba(255, 255, 255, 0.25);
            color: #fff;
        }
        
        .contact-option i {
            font-size: 1.2rem;
        }
   
        .contact-content {
            margin-top: 60px;
            display: inline-flex;
            flex-wrap: wrap;
            background: #333029;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1); 
            transition: all 0.3s ease;
            border-radius: 1rem;
        }
        
        .contact-info {
            flex: 1;
            min-width: 300px;
            padding: 40px;
            color: white;
            display: flex;
            flex-direction: column;
            justify-content: center;
     
        }
        
        .contact-info h2 {
            font-size: 2rem;
            margin-bottom: 20px;
            color: var(--white);
            position: relative;
            display: inline-block;
        }
        
        .contact-info h2::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 50px;
            height: 3px;
            background: var(--primary-gold);
        }
        
        .contact-info p {
            margin-bottom: 25px;
            opacity: 0.9;
            line-height: 1.8;
        }
        
        .contact-info-img {
            margin-top: 30px;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }
        
        .contact-info-img img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        .contact-form-wrapper {
            flex: 1.5;
            min-width: 280px;
            margin: 40px;
            padding: 40px;
            background: var(--white);
            height: 100%;
            border-radius: 1rem;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1); 
            transition: all 0.3s ease;
        }
        .contact-form-wrapper p{
            font-size: 1.5rem;
            color: #000;
            font-weight: 600;
        }
        .contact-form {
            position: relative;
            display: block;
        }
        
        .contact-form .input-box {
            position: relative;
            display: block;
            margin-bottom: 25px;
        }
        
        .contact-form input[type="text"],
        .contact-form input[type="email"],
        .contact-form textarea {
            position: relative;
            display: block;
            background: #fff;
            border: 1px solid #a31206;
            width: 100%;
            height: 70px;
            color: var(--dark);
            font-size: 16px;
            font-weight: 500;
            padding-left: 25px;
            padding-right: 25px;
            border-radius: 10px;
            transition: all 0.3s ease;
        }
        
        .contact-form input[type="text"]:focus,
        .contact-form input[type="email"]:focus,
        .contact-form textarea:focus {
            border-color: var(--primary-gold);
            background: var(--white);
            outline: none;
            box-shadow: 0 5px 15px rgba(194, 24, 7, 0.1);
        }
        
        .contact-form textarea {
            height: 180px;
            padding-top: 20px;
            resize: vertical;
        }
        
        .contact-form input[type="text"]::placeholder,
        .contact-form input[type="email"]::placeholder,
        .contact-form textarea::placeholder {
            color: var(--gray);
            transition: all 0.3s ease;
        }
        
        .contact-form input[type="text"]:focus::placeholder,
        .contact-form input[type="email"]:focus::placeholder,
        .contact-form textarea:focus::placeholder {
            opacity: 0.7;
        }
        
        .button-box {
            position: relative;
            display: block;
            margin-top: 10px;
        }
        
        
        /* Responsive adjustments */
        @media (max-width: 900px) {
            .contact-content {
                flex-direction: column;
                padding: 30px 20px;
            }
            .contact-info{
                padding: 0;
            }


            .contact-header{
               flex-direction: column;
               gap: 12px;
            }
            .contact-options{
                justify-content: center;
            }
            .contact-header{
                text-align:center;
            }
            .contact-option {
                width: 100%;
                max-width: 300px;
                justify-content: center;
            }
            .contact-info-img{
                display:none;
            }
            .contact-form-wrapper{
                margin:0;
            }
        }
        
        @media (max-width: 576px) {
            .contact-header {
                padding: 30px 20px;
            }
            .contact-form input[type="text"],
            .contact-form input[type="email"],
            .contact-form textarea {
                height: 60px;
                padding-left: 20px;
                padding-right: 20px;
            }   
        }

        .form-alert.success {
            color: #2e7d32 !important;
        }
        .form-alert.fail {
            color: #a31206 !important;
        }
        .form-alert {
            border: none;
            border-radius: 1rem;
            margin: 0;
        }
       

        html {
            scroll-behavior: smooth;
            }

        section{
            z-index: 2;
        }


      #music-notes-container {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            pointer-events: none;
            z-index: 1;
        }
 
        .music-notes-container-button {
            position: relative;
            pointer-events: none;
            width: 100%;
            z-index: 1;
        }
        .music-note {
            position: absolute;
            opacity: 0;
        }
        @keyframes floatNote {
            0% {
                opacity: 0.8;
                transform: translate(0, 0) rotate(0deg);
            }
            100% {
                opacity: 0;
                transform: translate(var(--end-x), var(--end-y)) rotate(360deg);
            }
        }
        @keyframes floatNoteScroll {
            0% {
                transform: translateY(100vh) rotate(0deg);
                opacity: 0.7;
            }
            100% {
                transform: translateY(-50px) rotate(360deg);
                opacity: 0;
            }
        }
        .music-button {
            position: relative;
            cursor: pointer;
            text-decoration: none;
            transition: transform 0.2s, background 0.3s;
            z-index: 2;
            display: block;
            width: 100%;
            padding: 12px 20px;
            background: var(--primary-gold);
            color: var(--white);
            border: none;
            border-radius: 1rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-align: center;
        }
        .music-button:hover {
            background: #a31206;
            color: #fff;
            text-decoration: none;
        }
        .music-button:active {
            transform: scale(0.95);
        }
/* Sus - padding top */
.section-padding {
  padding-top: 3rem; /* pt default (mobil) */
}

@media (min-width: 576px) { /* sm */
  .section-padding {
    padding-top: 4rem;
  }
}

@media (min-width: 768px) { /* md */
  .section-padding {
    padding-top: 5rem;
  }
}

@media (min-width: 992px) { /* lg */
  .section-padding {
    padding-top: 6rem;
  }
}

@media (min-width: 1200px) { /* xl */
  .section-padding {
    padding-top: 7rem;
  }
}

/* Jos - padding bottom */
.section-padding-bottom {
  padding-bottom: 3rem; /* pt default (mobil) */
}

@media (min-width: 576px) { /* sm */
  .section-padding-bottom {
    padding-bottom: 4rem;
  }
}

@media (max-width: 576px){
    .btn-package{
        padding: 10px 10px;
    }
}

@media (max-width: 992px){
   .logo img{
        max-height: 72px ;
   }
    .header-left-style2 .logo{
    height: 133px;
    display: flex!important;
    align-items: center;
    justify-content: center;
   }
}


@media (max-width: 768px){
   .logo img{
        max-height: 66px;
   }
    .header-left-style2 .logo{
    height: 100px;

   }
}

@media (min-width: 768px) { /* md */
  .section-padding-bottom {
    padding-bottom: 5rem;
  }
}

@media (min-width: 992px) { /* lg */
  .section-padding-bottom {
    padding-bottom: 6rem;
  }
}

@media (min-width: 1200px) { /* xl */
  .section-padding-bottom {
    padding-bottom: 7rem;
  }
}
.moda.fade{
    z-index: 9;
}


.artistic-modal {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 2px solid var(--primary-gold);
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

.artistic-modal::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-gold), #ffd700, var(--primary-gold));
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}







.artistic-modal-header {
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    padding: 20px;
    position: relative;
    background: rgba(255, 255, 255, 0.8);
}

.modal-title-container {
    text-align: center;
    width: 100%;
}

.artistic-modal-header .modal-title {
    color: var(--primary-gold);
    font-weight: 600;
    font-size: 1.5rem;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.modal-divider {
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--primary-gold), transparent);
    margin: 10px auto;
    width: 80px;
}

.btn-close-artistic {
    position: absolute;
    top: 15px;
    right: 15px;
    border: 1px solid var(--primary-gold);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-gold);
    transition: all 0.3s ease;
}

.btn-close-artistic:hover {
    background: var(--primary-gold);
    color: #fff;
    transform: rotate(90deg);
}

.artistic-modal-body {
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    color: #333;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.artistic-modal-footer {
    border-top: 1px solid rgba(212, 175, 55, 0.2);
    padding: 20px;
    justify-content: center;
    background: rgba(255, 255, 255, 0.8);
}

.btn-artistic-close {
    background: linear-gradient(135deg, var(--primary-gold), #ffd700);
    color: #fff;
    border: none;
    padding: 12px 30px;
border-radius: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-artistic-close:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
}

/* Alert styles inside modal */
.artistic-modal-body .alert {
    border: none;
border-radius: 1rem;
    padding: 20px;
    margin: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.artistic-modal-body .alert-success {
    color: #155724;
    border-left: 4px solid #28a745;
    background: rgba(40, 167, 69, 0.1);
}

.artistic-modal-body .alert-danger {
    color: #721c24;
    border-left: 4px solid #dc3545;
    background: rgba(220, 53, 69, 0.1);
}

/* Animation for modal appearance */
.modal.fade .artistic-modal {
    transform: translateY(-50px);
    opacity: 0;
    transition: all 0.3s ease-out;
}

.modal.show .artistic-modal {
    transform: translateY(0);
    opacity: 1;
}

