 /* SANGAM Event Page - Invitation Card Style */
 .sangam-hero {
    background-color: #b8568a;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23a04d7d' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
    min-height: 100vh;
    padding: 60px 0 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Main Invitation Card */
  .invitation-card {
    background: linear-gradient(135deg, #faf6e9 0%, #f5efe0 100%);
    border-radius: 10px;
    padding: 50px 40px;
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3);
    border: 8px solid #d4a84b;
    position: relative;
  }

  .invitation-card::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 2px solid #d4a84b;
    border-radius: 5px;
    pointer-events: none;
  }

  /* Save The Date Header */
  .save-the-date-header {
    margin-bottom: 25px;
  }

  .save-the-date-header h1 {
    font-family: 'Georgia', serif;
    font-size: 48px;
    font-weight: bold;
    color: #9c4b8e;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
  }

  .decorative-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 10px 0;
  }

  .decorative-line::before,
  .decorative-line::after {
    content: '';
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #d4a84b, transparent);
  }

  .decorative-line i {
    color: #d4a84b;
    font-size: 14px;
  }

  /* Invite Text */
  .invite-text {
    color: #555;
    font-size: 18px;
    line-height: 1.8;
    font-style: italic;
    margin-bottom: 10px;
    font-family: 'Georgia', serif;
  }

  /* Logo Section */
  .logo-section {
    margin-bottom: 25px;
  }

  .logo-section img {
    max-width: 280px;
    height: auto;
  }

  /* Cultural Fest Badge */
  .cultural-fest-badge {
    background: linear-gradient(90deg, #ffd700, #f0c000);
    color: #333;
    padding: 10px 30px;
    border-radius: 5px;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 25px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
  }

  .cultural-fest-badge span {
    color: #9c4b8e;
    font-size: 22px;
    margin-left: 8px;
    font-weight: bold;
  }

  /* Event Details */
  .event-details {
    margin-bottom: 30px;
  }

  .event-details .date {
    color: #9c4b8e;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .event-details .venue {
    color: #333;
    font-size: 16px;
    font-weight: 600;
  }

  /* Event Highlights Section */
  .highlights-section {
    margin: 20px 0;
    padding: 10px 0;
  }

  .highlights-title {
    color: #9c4b8e;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    padding: 8px 25px;
    border: 2px solid #d4a84b;
    display: inline-block;
    border-radius: 5px;
  }

  .highlights-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
  }

  .highlight-item {
    text-align: center;
    max-width: 150px;
  }

  .highlight-item i {
    font-size: 28px;
    color: #d4a84b;
    margin-bottom: 10px;
    display: block;
  }

  .highlight-item p {
    color: #555;
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
  }

  /* Formal Note */
  .formal-note {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin: 25px 0 15px;
  }

  .participation-note {
    color: #9c4b8e;
    font-size: 15px;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 25px;
  }

  .btn-register-coming-soon {
    background: linear-gradient(90deg, #ffd700, #f0c000);
    color: #333;
    padding: 14px 20px 14px 28px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    border: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px rgba(212, 168, 75, 0.4);
  }

  .btn-register-coming-soon:hover {
    background: linear-gradient(90deg, #e6c200, #d4a84b);
    color: #333;
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(212, 168, 75, 0.5);
  }

  .btn-register-coming-soon i {
    font-size: 18px;
  }

  .btn-register-coming-soon .coming-soon-badge {
    background: linear-gradient(45deg, #424242, #b0b0b0);
    color: white;
    font-size: 11px;
    padding: 5px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
  }

  /* Divider */
  .divider {
    width: 40px;
    height: 40px;
    margin: 15px auto;
    position: relative;
  }

  .divider::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 2px;
    height: 15px;
    background: #d4a84b;
  }

  .divider::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 18px;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background: #d4a84b;
    border-radius: 50%;
  }

  /* Organized By */
  .organized-by {
    margin-top: 20px;
  }

  .organized-by-label {
    color: #9c4b8e;
    font-size: 12px;
    /* padding: 6px 20px; */
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 15px;
    font-weight: bold;
    letter-spacing: 1px;
  }

  .organized-by img {
    max-width: 100px;
    height: auto;
  }

  /* Bottom Silhouettes - Using gradient as placeholder */
  .dancers-silhouette {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: linear-gradient(to top, rgba(156, 75, 142, 0.3) 0%, transparent 100%);
    border-radius: 0 0 5px 5px;
    overflow: hidden;
  }

  /* Website Footer */
  .card-footer {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(212, 168, 75, 0.3);
  }

  .card-footer a {
    color: #9c4b8e;
    text-decoration: none;
    font-weight: 600;
    margin: 0 10px;
  }

  .card-footer .social-icons {
    margin-top: 10px;
  }

  .card-footer .social-icons a {
    color: #9c4b8e;
    font-size: 20px;
    margin: 0 8px;
    transition: color 0.3s ease;
  }

  .card-footer .social-icons a:hover {
    color: #d4a84b;
  }

  /* Countdown Section */
  .sangam-countdown {
    background: linear-gradient(135deg, #9c4b8e 0%, #7a3a6e 100%);
    padding: 60px 0;
    text-align: center;
  }

  .sangam-countdown h3 {
    color: white;
    font-size: 32px;
    margin-bottom: 30px;
  }

  .countdown-items {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
  }

  .countdown-item {
    background: rgba(255,255,255,0.1);
    border-radius: 15px;
    padding: 25px 35px;
    min-width: 120px;
  }

  .countdown-item .number {
    font-size: 48px;
    font-weight: bold;
    color: #ffd700;
    display: block;
    line-height: 1;
  }

  .countdown-item .label {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 10px;
    display: block;
  }

  /* Features Section */
  .sangam-features {
    padding: 80px 0;
    background: #f8f5f0;
  }

  .sangam-features .section-title {
    text-align: center;
    margin-bottom: 50px;
  }

  .sangam-features .section-title h2 {
    color: #9c4b8e;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .sangam-features .section-title p {
    color: #666;
    font-size: 18px;
  }

  .feature-card {
    background: white;
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(156, 75, 142, 0.1);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-bottom: 4px solid #d4a84b;
  }

  .feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(156, 75, 142, 0.2);
  }

  .feature-card i {
    font-size: 50px;
    color: #9c4b8e;
    margin-bottom: 25px;
    display: block;
  }

  .feature-card h4 {
    color: #333;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .feature-card p {
    color: #666;
    font-size: 15px;
    line-height: 1.7;
  }

  /* Venue Section */
  .sangam-venue {
    padding: 80px 0;
    background: white;
  }

  .sangam-venue .section-title {
    text-align: center;
    margin-bottom: 40px;
  }

  .sangam-venue .section-title h2 {
    color: #9c4b8e;
    font-size: 40px;
    font-weight: bold;
  }

  .venue-info {
    background: linear-gradient(135deg, #faf6e9 0%, #f5efe0 100%);
    border-radius: 15px;
    padding: 40px;
    border: 3px solid #d4a84b;
  }

  .venue-info h4 {
    color: #9c4b8e;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .venue-info p {
    color: #555;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .venue-info i {
    color: #d4a84b;
    margin-right: 10px;
  }

  /* CTA Section */
  .sangam-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, #9c4b8e 0%, #c87ba3 100%);
    text-align: center;
  }

  .sangam-cta h2 {
    color: white;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .sangam-cta p {
    color: rgba(255,255,255,0.9);
    font-size: 18px;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .btn-sangam {
    background: #ffd700;
    color: #333;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50px;
    border: none;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
  }

  .btn-sangam:hover {
    background: white;
    color: #9c4b8e;
    transform: scale(1.05);
  }

  .social-links-sangam {
    margin-top: 30px;
  }

  .social-links-sangam a {
    color: white;
    font-size: 24px;
    margin: 0 15px;
    transition: color 0.3s ease;
  }

  .social-links-sangam a:hover {
    color: #ffd700;
  }

  /* Decorative Elements */
  .decorative-border {
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #d4a84b, transparent);
    margin: 20px auto;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .sangam-hero {
      padding: 60px 15px 50px;
    }

    .invitation-card {
      padding: 30px 25px;

    }

    .save-the-date-header h1 {
      font-size: 32px;
      letter-spacing: 2px;
    }

    .invite-text {
      font-size: 16px;
    }

    .logo-section img {
      max-width: 220px;
    }

    .highlights-grid {
      gap: 25px;
    }

    .highlight-item {
      max-width: 50%;
    }

    .countdown-item {
      min-width: 70px;
      padding: 12px 15px;
    }

    .countdown-item .number {
      font-size: 20px;
    }

    .countdown-item .label{
        font-size: 12px;
    }

    .sangam-features .section-title h2,
    .sangam-venue .section-title h2,
    .sangam-cta h2 {
      font-size: 30px;
    }
    .countdown-items{
        gap: 5px;
    }
    .sangam-features{
        padding: 50px 0px;
    }
  }