  body {
    font-family: 'Noto Sans Malayalam', 'Noto Sans Devanagari', 'Noto Sans Kannada', 'Poppins', 'Georgia', 'Times New Roman', serif;
  }

  /* language block visibility */
  .lang {
      display: none;
  }

  .lang.en {
      display: block;
  }

  /* ================= NAVBAR ================= */
  .madayi-navbar {
      background: linear-gradient(90deg, #6b0f0f, #8b1a1a);
      padding: 20px 0;
      border-bottom: 5px solid #d4a94f;
      position: sticky;
      top: 0;
      z-index: 1000;
  }

  .madayi-navbar .navbar-brand {
      display: flex;
      align-items: center;
      gap: 10px;
      color: #fff;
      font-weight: 600;
      font-size: 18px;
  }

  .madayi-navbar .navbar-brand img {
      height: 42px;
  }

  .madayi-navbar .nav-link {
      color: #f5e6c8 !important;
      font-weight: 100;
      font-size: 15px;
      margin: 0 8px;
      position: relative;
  }

  .madayi-navbar .nav-link:hover,
  .madayi-navbar .nav-link.active {
      color: #ffd27d !important;
  }

  .madayi-navbar .nav-link.active::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #ffd27d;
  }

  .book-pooja-btn {
      background: #d4a94f;
      color: #4a2a00;
      font-weight: 600;
      padding: 8px 18px;
      border-radius: 6px;
      text-decoration: none;
  }

  .book-pooja-btn:hover {
      background: #e6bd63;
      color: #4a2a00;
  }

  .madayi-navbar .navbar-toggler {
      border: 1px solid rgba(245, 230, 200, 0.45);
      padding: 0.45rem 0.7rem;
  }

  .madayi-navbar .navbar-toggler:focus {
      box-shadow: 0 0 0 0.2rem rgba(212, 169, 79, 0.3);
  }

  .madayi-navbar .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28245, 230, 200, 0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

  .madayi-navbar .navbar-nav {
      align-items: center;
  }

  .madayi-navbar .dropdown-menu {
      min-width: 11rem;
  }

  /* Navbar responsive fixes for longer text in other languages */
  @media (max-width: 1200px) {
      .madayi-navbar .nav-link {
          margin: 0 3px;
          font-size: 14px;
          padding: 8px 6px;
      }

      .madayi-navbar .navbar-brand {
          font-size: 16px;
      }
  }

  @media (max-width: 991.98px) {
      .madayi-navbar {
          padding: 14px 0;
      }

      .madayi-navbar .container {
          align-items: flex-start;
      }

      .madayi-navbar .navbar-brand {
          max-width: calc(100% - 72px);
          font-size: 15px;
          line-height: 1.3;
          white-space: normal;
      }

      .madayi-navbar .navbar-collapse {
          width: 100%;
          margin-top: 14px;
          padding: 14px;
          background: rgba(58, 7, 7, 0.96);
          border: 1px solid rgba(212, 169, 79, 0.28);
          border-radius: 14px;
      }

      .madayi-navbar .navbar-nav {
          width: 100%;
          align-items: stretch;
          text-align: center;
      }

      .madayi-navbar .nav-item {
          width: 100%;
          margin-bottom: 4px;
      }

      .madayi-navbar .nav-link {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          margin: 0;
          padding: 10px 14px;
          font-size: 14px;
          white-space: normal;
          overflow: visible;
          text-overflow: clip;
          max-width: none;
          border-radius: 10px;
      }

      .madayi-navbar .nav-link.active {
          background: rgba(212, 169, 79, 0.12);
      }

      .madayi-navbar .nav-link.active::after {
          display: none;
      }

      .madayi-navbar .dropdown-menu {
          position: static !important;
          width: 100%;
          margin-top: 8px;
          text-align: center;
          transform: none !important;
      }
  }

  @media (max-width: 576px) {
      .madayi-navbar .navbar-brand {
          font-size: 13px;
      }

      .book-pooja-btn {
          padding: 6px 12px;
          font-size: 12px;
      }
  }

  /* ================= CONTACT HERO ================= */
  .contact-hero {
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
          url("/static/images/home/cover/event.jpg") no-repeat center center;
      background-size: cover;
      height: 40vh;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      border-bottom: 5px solid #d4a94f;
  }

  .contact-hero-title {
      font-family: 'Playfair Display', 'Poppins', sans-serif;
      font-size: clamp(28px, 6vw, 48px);
      font-weight: 700;
      color: #f5d28b;
      margin: 0;
      text-align: center;
  }

  @media (max-width: 768px) {
      .contact-hero-title {
          font-size: 36px;
      }
  }

  @media (max-width: 480px) {
      .contact-hero-title {
          font-size: 28px;
          word-wrap: break-word;
          overflow-wrap: break-word;
      }
  }

  /* ================= MINIMAL TWO-COLUMN CONTACT SECTION ================= */
  .contact-section {
      background: #fff;
      padding: 80px 0;
      border-top: 1px solid #f0f0f0;
  }

  .section-title {
      font-family: 'Playfair Display', 'Poppins', sans-serif;
      font-size: clamp(32px, 5vw, 40px);
      color: #6b0f0f;
      text-align: center;
      margin-bottom: 60px;
      font-weight: 700;
  }

  /* Equal-Height Grid Container */
    .contact-grid {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: stretch;
      box-sizing: border-box;
    }

  /* Left Column - Contact Info */
  .contact-info-panel {
      background: #fff;
      padding: 40px;
      border: 1px solid #e8e8e8;
      border-radius: 12px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 30px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  }

  .info-entry {
      display: flex;
      gap: 20px;
      align-items: flex-start;
  }

  .info-icon-box {
      width: 50px;
      height: 50px;
      background: #f8f5f2;
      color: #6b0f0f;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      font-size: 20px;
      border: 1px solid #eee;
  }

  .info-text-box h4 {
      
      font-size: 15px;
      color: #6b0f0f;
      font-weight: 600;
      margin: 0 0 5px 0;
  }

  .info-text-box p {
      color: #555;
      font-size: 15px;
      line-height: 1.6;
      margin: 0;
  }

  .info-text-box a {
      color: inherit;
      text-decoration: none;
      transition: color 0.3s ease;
  }

  .info-text-box a:hover {
      color: #d4a94f;
  }

  /* Right Column - Map Container */
  .map-panel {
      position: relative;
      border-radius: 12px;
      overflow: hidden;
      border: 1px solid #e8e8e8;
      background: #f8f8f8;
      min-height: 450px;
      /* Base height for mobile */
  }

  .map-panel iframe {
      width: 100%;
      height: 100%;
      border: 0;
      display: block;
  }

  .map-overlay-btn {
      position: absolute;
      bottom: 20px;
      left: 20px;
      background: #6b0f0f;
      color: #fff;
      padding: 12px 24px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: 500;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      box-shadow: 0 4px 15px rgba(107, 15, 15, 0.3);
      transition: all 0.3s ease;
  }

  .map-overlay-btn:hover {
      background: #8b1a1a;
      transform: translateY(-2px);
      color: #fff;
  }

  @media (max-width: 992px) {
      .contact-grid {
          grid-template-columns: 1fr;
          gap: 30px;
          padding: 0 15px;
          width: 100%;
          box-sizing: border-box;
      }

      .contact-info-panel {
          padding: 30px 20px;
          width: 100%;
          box-sizing: border-box;
      }

      .map-panel {
          height: 400px;
          width: 100%;
          box-sizing: border-box;
      }
  }

  @media (max-width: 768px) {
      .contact-hero-title {
          font-size: 32px;
      }

      .section-title {
          font-size: 28px;
          margin-bottom: 40px;
      }

      .contact-section {
          padding: 50px 0;
      }

      .contact-info-panel {
          padding: 25px 15px;
          gap: 20px;
      }
      
      .info-entry {
          gap: 12px;
      }
      
      .info-icon-box {
          width: 40px;
          height: 40px;
          font-size: 16px;
      }
  }

  /* ================= FOOTER ================= */
  .madayi-footer {
      background: #2a0909;
      color: #f5e6c8;
      padding: 60px 0 20px;
  }

  .madayi-footer h5 {
      color: #d4a94f;
      margin-bottom: 15px;
      font-size: 1.35rem;
      font-weight: 700;
  }

  .madayi-footer p {
      font-size: 0.95rem;
      line-height: 1.6;
  }

  .madayi-footer ul li {
      margin-bottom: 8px;
  }

  .madayi-footer a {
      color: #f5e6c8;
      text-decoration: none;
      font-size: 0.96rem;
  }

  .madayi-footer a:hover {
      color: #ffd27d;
      text-decoration: underline;
  }

  .footer-bottom {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      margin-top: 40px;
      padding-top: 15px;
      text-align: center;
      font-size: 0.88rem;
  }


  .whatsapp-float {
      position: fixed;
      bottom: 20px;
      right: 20px;
      width: 60px;
      height: 60px;
      background-color: #25D366;
      color: #fff;
      border-radius: 50%;
      text-align: center;
      font-size: 30px;
      box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
      z-index: 1000;

      /* FIXES */
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      /* removes underline */
      line-height: 0;
      /* removes inline gap */
      border: none;
  }

  .whatsapp-float i {
      line-height: 1;
  }

  .whatsapp-float:hover {
      transform: scale(1.1);
      box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4);
  }