
      .audition-section {
      margin: auto;
      padding-bottom: 50px;
    }

    .audition-section h4 {
      text-align: center;
      font-size: 16px;
      color: #260f07;
      text-transform: uppercase;
      margin-bottom: 10px;
    }

    .audition-section h2 {
      text-align: center;
      font-size: 32px;
      color: #111;
      font-weight: 700;
      margin-bottom: 40px;
    }

    .audition-section ul {
      list-style: none;
      padding-left: 0;
      margin-bottom: 30px;
    }

    .audition-section ul li {
      position: relative;
      padding-left: 28px;
      margin-bottom: 20px;
      line-height: 1.6;
    }

    .audition-section ul li::before {
      content: "✔";
      position: absolute;
      left: 0;
      top: 0;
      color: #260f07;
      font-size: 18px;
    }

    .audition-section p {
      font-size: 16px;
      line-height: 1.6;
      color: #444;
      margin: 0;
    }

    @media screen and (max-width: 600px) {
      .audition-section h2 {
        font-size: 24px;
      }
    }

    .section {
      padding: 60px 20px;
      text-align: center;
      background:#260f07 ;
      color: #fff;
    }

    .section h4 {
      font-size: 16px;
      letter-spacing: 1px;
      margin-bottom: 5px;
    }

    .section h2 {
      font-size: 36px;
      margin: 0 0 15px;
    }

    .section p.subtitle {
      max-width: 700px;
      margin: 0 auto 40px;
      font-size: 16px;
      line-height: 1.5;
    }

    .category-row {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      margin-bottom: 50px;
    }

    /* Flip card container */
    .flip-card {
      background-color: transparent;
      width: 31%;
      height: 150px;
      perspective: 1000px;
    }

    .flip-card-inner {
      position: relative;
      width: 100%;
      height: 100%;
      text-align: center;
      transition: transform 0.6s;
      transform-style: preserve-3d;
    }

    .flip-card:hover .flip-card-inner {
      transform: rotateY(180deg);
    }

    .flip-card-front, .flip-card-back {
      position: absolute;
      width: 100%;
      height: 100%;
      backface-visibility: hidden;
      background: #fff;
      color: #260f07;
      border-radius: 10px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      box-shadow: 0 4px 15px rgba(0,0,0,0.3);
      padding: 10px;
    }

    .flip-card-back {
      transform: rotateY(180deg);
    }

    .classic-card {
      width: 45%;
      height: 150px;
      background: #fff;
      color: #260f07;
      border-radius: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    }

    .card-title {
      font-size: 24px;
      font-weight: 600;
    }

    .card-subtitle {
      font-size: 14px;
    }

    .winner-title {
      font-size: 18px;
      margin-bottom: 20px;
      margin-top: 20px;
    }

    .winner-cards {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 25px;
      margin-bottom: 20px;
    }
    .cate_page p{ margin-top:10px; margin-bottom:10px; }

    .winner-card {
      width: 30%;
      background: #fff;
      color: #260f07;
      border-radius: 10px;
      padding: 20px;
      text-align: center;
      box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    }

    .winner-card h4 {
      font-size: 18px;
      margin-bottom: 10px;
    }

    .winner-card p {
      font-size: 14px;
      line-height: 1.4;
    }

      .sub_contest {
      margin: 0 auto;
      padding-top: 50px;
      padding-bottom: 30px;
    }

    .sub_contest h5 {
      color: #260f07;
      text-align: center;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 10px;
    }

    .sub_contest h2 {
      text-align: center;
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 30px;
    }


    .sub_contest ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .sub_contest li {
      margin-bottom: 12px;
      font-size: 16px;
      line-height: 1.6;
      color: #333;
    }

    .sub_contest li a {
      color: #260f07;
      text-decoration: none;
      font-weight: 500;
    }

    .sub_contest li a:hover {
      text-decoration: underline;
    }

    .platform-section {
      background: url('https://mrsindiaplanet.com/wp-content/uploads/2022/05/Group-5115-3.webp') no-repeat center center/cover;
      color: #fff;
      text-align: center;
      padding: 80px 20px;
    }

    .platform-section h2 {
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 20px;
    }

    .platform-section p {
      font-size: 18px;
      line-height: 1.6;
      max-width: 800px;
      margin: 0 auto 10px auto;
    }

    .platform-section .highlight {
      color: #fff;
      font-weight: 500;
    }

    

  

 .section_top {
      text-align: center;
      padding: 40px 20px;
    }
    .section_top h4 {
      color: #260f07;
      text-transform: uppercase;
      font-size: 16px;
      margin-bottom: 8px;
    }
    .section_top h1 {
      font-size: 32px;
      margin-bottom: 40px;
      font-weight: bold;
    }

    .timeline-container {
      margin: auto;
      background: #260f07;
      padding: 50px 20px;
      position: relative;
      border-radius: 16px;
    }

    .timeline-container::before {
      content: '';
      position: absolute;
      left: 50%;
      top: 0;
      bottom: 0;
      width: 3px;
      background: #f1d9cd;
      transform: translateX(-50%);
    }

    .timeline-step {
      position: relative;
      width: 50%;
      padding: 5px 20px;
      box-sizing: border-box;
      color: #fff;
    }

    .timeline-step.left {
      left: 0;
      text-align: right;
    }
    .timeline-step ul{ margin-left:20px; }
    .timeline-step ul li{ list-style:none; }

    .timeline-step.right {
      left: 50%;
      text-align: left;
    }

    .timeline-step .arrow {
      font-size: 24px;
      color: #f1d9cd;
      display: inline-block;
      margin-bottom: 10px;
    }

    .timeline-step h3 {
      font-size: 20px;
      margin: 0;
    }

    .timeline-step p {
      font-size: 14px;
      margin-top: 5px;
      color: #ddd;
    }
.faq-section{ padding-top:50px; padding-bottom:30px; }
    @media screen and (max-width: 768px) {
      .timeline-step,
      .timeline-step.left,
      .timeline-step.right { width: 100%;left: 0;text-align: center;      }
      .timeline-container::before {left: 20px;transform: none; display:none}
	  .section_top{padding: 10px 0px;}
	  .section_top h1{ font-size:30px;margin-bottom: 20px;}
      .platform-section {padding: 60px 15px;}
      .platform-section h2 {font-size: 26px;}
      .platform-section p {font-size: 16px;}
	  .timeline-step{ padding:5px 5px;}
	  .left .arrow{transform: rotate(180deg);}
	  .section{ padding:30px 10px;}
	  .section h2 { font-size: 30px;}
	  .section h3 { font-size: 26px;}
	  .winner-card{ padding:10px;}
	  .winner-card h4{ font-size:10px;}
	  .card-title{ font-size:15px;}
	  .timeline-container{ padding:20px 10px}
	  .timeline-step h3{ font-size:18px;}
	  .flip-card-front, .flip-card-back{ padding:5px;}
	  .faq-section { padding-top: 30px;padding-bottom: 20px;}
    }
    