
    @font-face {
        font-family:Poppins-Bold ;
        src: url(../fonts/Poppins/Poppins-Bold.ttf);
    }

      @font-face {
        font-family:Poppins-Regular;
        src: url(../fonts/Poppins/Poppins-Regular.ttf);
    }

       @font-face {
        font-family:Poppins-SemiBold;
        src: url(../fonts/Poppins/Poppins-SemiBold.ttf);
    }

         @font-face {
        font-family:Poppins-Light;
        src: url(../fonts/Poppins/Poppins-Light.ttf);
    }

    a:hover {
    text-decoration: none !important;
}
.rupee-sym {
    font-family: sans-serif;
}

    *, *::before, *::after {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    body {
        background: #EEF2F7;
        font-family:Poppins-Regular;
    }

    .hero {
        background: linear-gradient(135deg, #0D1B2A 0%, #1A2F45 60%, #1E3A5F 100%);
        position: relative;
        overflow: hidden;
        padding: 0;
    }

    .hero::before {
        content: '';
        position: absolute;
        top: 0;
        right: -80px;
        width: 400px;
        height: 100%;
        background: #D72638;
        transform: skewX(-12deg);
        opacity: 0.08;
    }

    .hero::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #F4A522, #D72638, #F4A522);
    }

    .hero-circle {
        position: absolute;
        border-radius: 50%;
        opacity: 0.05;
        background: #fff;
    }

    .hero-circle-1 {
        width: 500px;
        height: 500px;
        top: -200px;
        right: -80px;
    }

    .hero-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 40px;
        position: relative;
        z-index: 10;
    }

    .dare-logo {
        height: 55px;
        filter: drop-shadow(0 2px 8px rgba(0,0,0,0.3));
    }

    .btn-register-nav {
        background: #D72638;
        color: #fff;
        padding: 9px 24px;
        border-radius: 30px;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        letter-spacing: 0.5px;
        transition: 0.2s;
    }

    .btn-register-nav:hover {
        background: #A51C2B;
        color: #fff;
    }

    .hero-content {
        text-align: center;
        padding: 30px 20px 50px;
        position: relative;
        z-index: 10;
    }

    .header-btn:hover{
        text-decoration: none;
        color: #fff;
    }

    .hero-eyebrow {
        display: inline-block;
        background: #D72638;
        color: #fff;
        font-size: 11px;
        letter-spacing: 3px;
        text-transform: uppercase;
        padding: 5px 20px;
        border-radius: 30px;
        margin-bottom: 14px;
        font-family: 'Oswald', sans-serif;
    }

    .hero-title {
        font-family: 'Oswald', sans-serif;
        font-size: clamp(36px, 6vw, 70px);
        font-weight: 700;
        color: #fff;
        line-height: 1;
        letter-spacing: 3px;
        text-transform: uppercase;
    }

    .hero-title span {
        color: #F4A522;
    }

    .hero-sub {
        font-size: 13px;
        color: rgba(255,255,255,0.6);
        margin-top: 8px;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-family: 'Oswald', sans-serif;
    }

    .main-wrap {
        padding: 50px 20px;
        max-width: 1000px;
        margin: 0 auto;
        width: 100%;
    }

    .user-name {
        font-family: 'Helvetica Neue', Arial, sans-serif;
        font-size: 15px;
        color: #000;
        letter-spacing: 2.5px;
        margin-bottom: 7px;
    }

    .details-text {
        font-family: 'Helvetica Neue', Arial, sans-serif;
        font-size: 14px;
        color: #000;
        letter-spacing: 1.5px;
        margin-bottom: 30px;
    }

    .summary-table {
        width: 100%;
        border: 1px solid #dcdcdc;
        border-collapse: collapse;
        border-radius: 12px;
        overflow: hidden;
        background: #fff;
    }

    .summary-table td {
        padding: 14px 20px;
        border: 1px solid #dcdcdc;
    }

    .summary-label {
        background: #fafafa;
        width: 38%;
    }

    .summary-label div {
        font-family: 'Helvetica Neue', Arial, sans-serif;
        font-size: 11px;
        color: #000;
        letter-spacing: 1.5px;
        text-transform: uppercase;
    }

    .summary-value div {
        font-family: 'Helvetica Neue', Arial, sans-serif;
        font-size: 15px;
        font-weight: 500;
        color: #1a1a1a;
        text-transform: uppercase;
    }

    .email-text {
        color: #00c2e0 !important;
    }

    .pay-btn-wrap {
        text-align: center;
        padding-top: 50px;
    }

    .pay-btn {
        padding: 10px 24px;
        border-radius: 5px;
        background: #1b324b;
        color: #fff;
        display: inline-block;
        text-decoration: none;
        font-size: 15px;
        font-weight: 600;
        transition: 0.2s;
    }

    .pay-btn:hover {
        background: #102235;
        color: #fff;
        text-decoration: none;
    }

    @media (max-width: 768px) {

        .hero-nav {
            padding: 20px;
        }

        .dare-logo {
            height: 42px;
        }

        .summary-table td {
            padding: 12px;
        }

        .summary-label {
            width: 45%;
        }

        .summary-label div {
            font-size: 10px;
            letter-spacing: 1px;
        }

        .summary-value div {
            font-size: 14px;
        }
    }

    .table-responsive{
    width:100%;
    overflow-x:auto;
}

.details-table{
    min-width:600px;
}

    .label-cell {
          width: 38%;
          font-size: 17px;
              min-width: 230px;
    }

    .label-text {
            padding: 14px 20px;
        border: 1px solid #d4dbe4;
  
    }

    .value-cell {
        padding-left: 20px;
            border: 1px solid #d4dbe4;
            font-size: 17px;
              font-family:Poppins-SemiBold;
    }

    @media (max-width:576px) {
         .value-cell, .label-cell {
            font-size: 16px;
         }

    }

    .header {
        justify-content: space-between;
    align-items: center;
  margin: 0 auto;
    width: 90%;
    }

    .header-btn {
        color: #FFF;
         font-family:Poppins-Bold ;
        font-size: 17.232px;
        font-style: normal;
        font-weight: 600;
        line-height: 182%; /* 31.362px */
        letter-spacing: 0.172px;
        text-transform: uppercase;
    padding: 6px 23px;
        border-radius: 55.577px;
border: 1.231px solid #E1E1E1;
background: linear-gradient(270deg, #0B3667 0%, #1155A3 48.81%, #0A2F59 100%);
    }

    .header img {
        width: 270px;
    }


    .banner-content-one {
        color: #FFF;
      font-family:Poppins-Bold ;
      text-align: center;
font-size: 60.202px;
font-style: normal;
font-weight: 700;
line-height: 98%; /* 58.998px */
letter-spacing: -1.204px;
    }

    .banner-content-two {
        color: #FFF;
        font-family:Poppins-Light;
        /* font-family:Poppins-Regular; */
        font-size: 17px;
        text-align: center;
        font-style: normal;
        font-weight: 400;
        line-height: 98%; /* 16.969px */
        letter-spacing: 0.693px;
            text-decoration: none;
    }

    .banner-content-three {
        color: #FFF;
text-align: center;
 font-family:Poppins-Bold ;
font-size: 13px;
font-style: normal;
font-weight: 600;
line-height: 98%; /* 13.967px */
letter-spacing: 0.428px;
    }

    .banner-content-date {
        color: #FFF;
    font-family: Poppins-Regular;
    font-size: 24.865px;
    font-style: normal;
    text-align: center;
    font-weight: 500;
    line-height: 98%;
    letter-spacing: 1.492px;
    border-bottom: 1px dashed #E6B00F;
    padding-bottom: 13px;
        display: inline-block;
    }

    .banner-content-day {
        color: #FFF;
   font-family: Poppins-Regular;
    font-size: 19.004px;
    font-style: normal;
    font-weight: 500;
    line-height: 98%; /* 18.624px */
    letter-spacing: 1.14px;
    text-align: center;
    padding-top: 5px;
    }

    .banner-section {
        background-image: url(../images/dare-2026/2026banner.jpg);
        background-size: cover;
        background-position: center;
        padding-top: 30px;
    }

    @media (max-width:576px) {
          .header img {
        width: 180px;
    }

    .header-btn, .banner-content-two {
        font-size: 13px;
    }

    .banner-content-one {
         font-size: 45px;
    }

    .banner-content-three {
        font-size: 12px;
    }

    .banner-content-date {
font-size: 18px;
    }

    .banner-content-day {
font-size: 16px;
    }

    .header-btn {
        padding: 6px 12px;
    }
    
    }
