﻿ .modal-header {
      background: linear-gradient(45deg, #6a1b9a, #fbc02d);
      color: #fff;
      border-bottom: none;
    }

    .modal-content {
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0,0,0,0.3);
      animation: fadeInUp 0.5s ease-out;
    }

    .carousel-inner img {
      width: 100%;
      height: auto;
      border-radius: 10px;
    }

    .modal-body {
      padding: 20px;
      background: #f8f9fa;
    }

    .carousel-indicators li {
      background-color: #6a1b9a;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-color: rgba(255, 255, 255, 0.8);
      border-radius: 50%;
    }

    @keyframes fadeInUp {
      from { transform: translateY(20px); opacity: 0; }
      to { transform: translateY(0); opacity: 1; }
    }

    .btn-modern {
      background: #6a1b9a;
      color: #fff;
      border-radius: 30px;
      padding: 10px 20px;
      transition: 0.3s;
    }

    .btn-modern:hover {
      background: #fbc02d;
      color: #000;
    }
    .modal-header .modal-title {
  color: #ffffff;
}
