@font-face {
  font-family: 'Muller';
  src: url('../font-muller/Fontfabric - MullerRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Muller';
  src: url('../font-muller/Fontfabric - MullerBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body.sangam-page {
  font-family: 'Muller', 'Helvetica Neue', Arial, sans-serif;
}

.sangam-page h1,
.sangam-page h2,
.sangam-page h3,
.sangam-page h4 {
  font-family: 'Muller', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
}

/* .hero-register {
  min-height: 80px;
} */

.sangam-register-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1100;
  margin-top: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

/* SANGAM Event Page Styles - Full Width Banner */
.sangam-hero {
    background-image: url(../img/sangam-bg2.png);
    background-size: cover;
    padding-top: 60px;
    position: relative;
    overflow: hidden;
  }

  .sangam-hero .btn-main{
    background: #951e72;
    color: white;
    padding: 10px 30px;
    font-size: 20px;
    margin-top: 60px;
    font-weight: 600;
  }

  .sangam-hero .container-fluid {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
  }

  .sangam-hero ul{
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
    margin-top: 50px;
    text-align: center;
  }

  .sangam-hero ul li{
    list-style: none;
    display: inline-block;
    margin: 0px 20px;
    font-size: 20px;
    color: #951e72;
    font-weight: 700;
  }

  .sangam-hero ul li i{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #e5731c;
    color: white;
    border-radius: 10px;
    margin-right: 3px;
  }

  /* Main Hero Content - Left Aligned Horizontal */
  .hero-content {
    display: flex;
    align-items: center;
    gap: 50px;
  }

  /* Left - Logo Section */
  .hero-logo {
    flex: 0 0 550px;
  }

  .hero-logo img {
    max-width: 100%;
    height: auto;
  }

  .cultural-fest-badge {
    background: linear-gradient(90deg, #ffd700, #f0c000);
    color: #333;
    padding: 12px 30px;
    border-radius: 50px;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 2px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
  }

  .cultural-fest-badge span {
    color: #001d55;
    font-size: 22px;
    margin-left: 5px;
  }

  /* Right - Event Info */
  .hero-info {
    flex: 1;
    padding-top: 20px;
  }

  .save-the-date {
    font-size: 52px;
    font-weight: bold;
    color: white;
    margin-bottom: 15px;
    text-transform: uppercase;

    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
  }

  .invite-text {
    color: rgba(255,255,255,0.9);
    font-size: 18px;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 30px;
    max-width: 550px;
  }

  .event-datetime h3 {
    color: #ffd700;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 8px;
  }

  .event-datetime h3 i {
    margin-right: 10px;
  }

  .event-venue {
    color: white;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1.6;
  }

  .event-venue i {
    color: #ffd700;
    margin-right: 10px;
  }

  /* Highlights Row */
  .highlights-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }

  .highlights-title {
    color: #ffd700;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0px;
    width: 100%;
  }

  .highlight-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    transition: all 0.3s ease;
  }

  .highlight-item:hover {
    background: rgba(255,255,255,0.2);
    transform: translateY(-3px);
  }

  .highlight-item i {
    font-size: 24px;
    color: #ffd700;
  }

  .highlight-item h5 {
    color: white;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
  }

  /* Bottom Section */
  .hero-bottom {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,0.2);
    margin-top: 10px;
  }

  .formal-invite-note {
    color: rgba(255,255,255,0.9);
    font-size: 14px;
    line-height: 1.6;
    flex: 1;
    margin: 0;
  }

  .formal-invite-note strong {
    color: #ffd700;
  }

  .btn-save-date {
    background: #ffd700;
    color: #333;
    padding: 14px 30px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 50px;
    border: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    white-space: nowrap;
  }

  .btn-save-date:hover {
    background: white;
    color: #001d55;
    transform: scale(1.05);
  }

  .btn-save-date i {
    font-size: 16px;
  }

  .btn-register-coming-soon {
    background: transparent;
    color: #ffd700;
    padding: 14px 30px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 50px;
    border: 2px solid #ffd700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    white-space: nowrap;
  }

  .btn-register-coming-soon:hover {
    background: rgba(255, 215, 0, 0.1);
    color: #ffd700;
  }

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

  /* Organized By */
  .organized-by-banner {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 25px;
  }

  .organized-by-banner span {
    color: rgba(255,255,255,0.7);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .organized-by-banner img {
    width: 70px;
    height: auto;
    filter: brightness(0) invert(1);
  }

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

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

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

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

  .feature-card {
    background: white;
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 29, 85, 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(0, 29, 85, 0.2);
  }

  .feature-card i {
    font-size: 50px;
    color: #951e72;
    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;
  }

  /* Countdown Section */
  .sangam-countdown {
    background: linear-gradient(135deg, #9a1878 0%, #9a1878 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.15);
    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;
  }

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

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

  .sangam-venue .section-title h2 {
    color: #fff;
    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: #001d55;
    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, #001d55 0%, #003380 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: #001d55;
    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: 1200px) {
    .hero-content {
      gap: 40px;
    }

    .hero-logo {
      flex: 0 0 350px;
    }

    .hero-logo img {
      max-width: 320px;
    }
  }

  @media (max-width: 992px) {

    .hero-content {
      flex-direction: column;
      gap: 10px;
    }

    .hero-logo {
      flex: 0 0 auto;
    }

    .hero-logo img {
      max-width: 300px;
    }

    .save-the-date {
      font-size: 42px;
    }

    .highlights-row {
      flex-direction: column;
      gap: 12px;
    }

    .hero-bottom {
      flex-direction: column;
      gap: 20px;
    }
  }

  @media (max-width: 768px) {
    .sangam-register-btn {
      bottom: 20px;
      right: 20px;
    }
  }

  @media (max-width: 576px) {
    .sangam-register-btn {
      left: 15px;
      right: 15px;
      width: calc(100% - 30px);
    }
  }

  @media (max-width: 768px) {
    .organized-by-banner{
        justify-content: center;
    }

    .sangam-hero .container-fluid{
        padding: 0px 15px;
    }

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

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

    .hero-logo img {
      max-width: 250px;
    }

    .event-datetime h3 {
      font-size: 20px;
    }

    .event-venue {
      font-size: 16px;
    }

    .highlight-item {
      padding: 10px 14px;
    }

    .highlight-item i {
      font-size: 20px;
    }

    .highlight-item h5 {
      font-size: 13px;
    }

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

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

    .sangam-features .section-title h2,
    .sangam-venue .section-title h2,
    .sangam-cta h2 {
      font-size: 30px;
    }

    .btn-save-date {
      padding: 12px 25px;
      font-size: 14px;
    }

    .formal-invite-note {
      font-size: 13px;
    }
  }


  @media (max-width: 767px) {
    .hero-info{
      padding-top: 0px;
    }
    .sangam-hero ul li{
      font-size: 16px;
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 10px;
    }
    .sangam-hero ul li i{
      width: 30px;
      height: 30px;
      line-height: 30px;
    }
    .sangam-hero ul{
      text-align: left;
      margin-top: 20px;
    }

    .sangam-hero .btn-main{
      margin-top: 30px;
    }

  }
