    /* Global Styles */
    body {
      font-family: 'Questrial', sans-serif;
      margin: 0;
      padding: 0;
    }

    .bakbak-one-regular {
      font-family: "Bakbak One", sans-serif;
      font-weight: 400;
      font-style: normal;
    }

    .primary-font-family {
      font-family: 'Questrial', sans-serif;
    }

    .secondary-font-family {
      font-family: 'Montserrat', sans-serif;
    }

    /* Header Styles */
    header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1000;
      transition: background-color 0.3s ease; /* Smooth transition on scroll */
      /*padding: 32px 20px;*/
      height: 101px;
      background:#fff;
    }

    header.scrolled {
      background-color: #fff; /* Solid black when scrolled */
    }


    /* Top Header */

    .top-header{
      background: #F01737;
      color: #fff;
      padding: 12px 0;
      height: 42px;
      text-align: center;
      font-size: 14px;
    }

    /* Bottom Header */

    .bottom-header{
      background:#fff;
      width: 100%;
      z-index: 1000;
      transition: background-color 0.3s ease; /* Smooth transition on scroll */
      padding: 8px 20px;
      height: 67px;
    }


    .logo img{
      width:71px;
      height:34px;  
    }

    .list-unstyled {
        margin: 14px 0 0 0;
    }


    /* Remove underline and set white color for navigation links */
    nav a {
      color: #222E46;
      text-decoration: none;
      transition:all 0.3s ease-in-out;
      -moz-transition:all 0.3s ease-in-out;
      -webkit-transition:all 0.3s ease-in-out;


    }

    nav a:hover {
      color: #EF2B55;
      text-decoration: none;
    }

    nav ul.active {
      display: flex;
    }


    nav .list-unstyled{
      margin: 0px 0 0px 100px;
    }


    /*nav ul li.mx-3:last-child {
        margin: 30px 0 0 0;
    }*/

    /* Hero Section */
    .hero-section {
      position: relative;
      width: 100%;
      /*height: 914px;*/
      /*background-color: black;*/
      margin-top:112px; /* Account for fixed header height */
    }

    /*.hero-section .slick-dots{
      display:none!important;
    }
*/

    .slick-dotted.slick-slider{
      margin-bottom:0;
    }

    .slick-slide {
      position: relative;
      height: 100%;
    }

    .slick-slide img {
      width: 100%;
      height: 290px;
      /*height:auto;*/
      /* object-fit: cover;*/
    }

    .slick-slide .slider-text {
      position: absolute;
      top: 50.5%;
      /*left: 6.5%;*/
      transform: translateY(-50%);
      color: white;
      z-index: 10;
      /*max-width: 42%;*/
      max-width: 100%;
      text-align: center;
      display: block;
      width: 100%;

    }

    .slider-text h2 {
      font-size: 35px;
      font-weight: 900;
      color:#fff;
      font-family: 'Orbitron', sans-serif;
      /*text-transform:uppercase;*/
    }

    .slider-text h2 span{
      font-size: 55px;
      /* font-style: italic; */
      color: #fb0f0f;
      font-family: inherit;
      /* text-decoration: underline; */
      text-transform: uppercase;

    }

    .slider-text ul{
      max-width: 535px;
      margin: 26px auto;
      list-style: inside;
      padding-left: 0 !important;
      box-shadow: 0px 0px 9px;
      border-radius: 20px;
      padding: 20px 0;
    }

    .slider-text ul li{
      margin: 2px 0;
      font-size: 17px;
    }

    .typing {
          display: inline-block;
          color: gold;
          white-space: nowrap;
          overflow: hidden;
          border-right: 2px solid #fff;

          width: 0;
          animation: typing 4s steps(13) infinite,
                     blink 0.7s step-end infinite;
        }

        @keyframes typing {
          0%   { width: 0; }
          40%  { width: 13ch; }  /* fully typed */
          80%  { width: 13ch; }  /* hold */
          100% { width: 0; }     /* reset */
        }

        @keyframes blink {
          50% { border-color: transparent; }
        }

    .slider-text p {
      font-size: 16px;
      font-weight: 400;
      margin: 18px 0 8px;
      display: block;
      position: relative;
      color: #fff;
      font-family: 'Montserrat', sans-serif;
    }

    .slider-text p:before{
      /*content: '';
      position: absolute;
      top: 0;
      left: -25px;
      width: 1px;
      height: 65px;
      background: #EF2B55;
      border: 2px solid #EF2B55;*/
    }

    /*.slick-dots{
      bottom: -45px!important;
    }

    .slick-dots li {
        width: 35px;
        height: 6px;
        margin: 0 5px;
    }

    .slick-dots li.slick-active button:before{
        opacity: 1;
        color: black;
        background: #EF2B55;
    }

    .slick-dots li button:before{
      background: #DBDBDB;
      width: 35px;
      height: 6px;
      border-radius: 19px;
      opacity:1;
      font-family:none;
      font-size:0;
    }*/


    .header-slider .slick-dots{
      display:none!important;
    }

    .header-slider .slick-prev,
    .header-slider .slick-next{
      display:none!important;
    }


    .slider-text button,
    a.btn-free-enter {
      color: #F01737;
      border: none;
      padding: 15px 18px;
      border-radius: 40px;
      font-size: 15px;
      width: 217px;
      height: 52px;
      background: #fff;
      font-family: 'Orbitron', sans-serif;
      margin-left: 0;
      margin-top: 26px;
      font-weight: 600;
      text-decoration: none;
      display: block;
      text-align:center;
      transition:all 0.2s ease-in-out;
      -moz-transition:all 0.2s ease-in-out;
      -webkit-transition:all 0.2s ease-in-out;
      display:inline-block;
      font-weight:900;

    }

    a.btn-free-enter a{
      color:#fff;
      text-decoration:none;
      display:block;
    }

    a.btn-free-enter:hover{
      background-color: #c31942;
    }

    a.btn-free-enter.red-btn{
      background-color: #fff;
      color: #000;
    }

    a.btn-free-enter.red-btn:hover{
      background-color:#fff;
      color:#F01737;
    }

    a.plain {
        margin-left: 28px;
        font-size: 12px;
    }

    a.plain:hover{
      text-decoration:none;
      color:#f3d8dc!important;
    }


    .btn-red.border-40 {
            color: #EF2B55;
            border: none;
            padding: 12px 18px;
            border-radius: 0;
            font-size: 1rem;
            width: 170px;
            height: 47px;
            background: transparent;
            margin-left: 0;
            margin-top: 0;
            font-weight: 400;
            text-decoration: none;
            display: block;
            border: 2px solid #EF2B55;
            text-transform: capitalize;
            border-radius: 40px;
            text-align: center;
            margin-top: -12px;
            font-size:13px;
            transition:all 0.3s ease-in-out;
            -moz-transition:all 0.3s ease-in-out;
            -webkit-transition:all 0.3s ease-in-out;
        }

        .btn-red {
            color: #EF2B55;
            padding: 15px 9px;
            font-size: 1rem;
            width: 316px;
            height: 59px;
            background: transparent;
            margin: 0 auto;
            font-weight: 500;
            text-decoration: none;
            display: block;
            text-transform:capitalize;
            border: 2px solid #EF2B55;
            border-radius:40px;
            border-radius: 40px;
            text-align: center;
            margin-top: 63px;
            font-size:18px;
            transition:all 0.3s ease-in-out;
            -moz-transition:all 0.3s ease-in-out;
            -webkit-transition:all 0.3s ease-in-out;
            font-family: 'Montserrat', sans-serif;
        }


        #header .account-menu-container .btn-red {
            width: 170px;
            height: 47px;
            margin-top:0;
            padding: 8px 9px;
        }


    a.btn-free-enter.red-btn:hover{
      color:#fff;
        background-color:#c31942;
    }

    a.btn-free-enter.align-items-center {
        margin: 80px auto 0 auto;
        text-align: center;
        /*width: auto;*/
        min-width:286px;
        dipslay:block;
      }

    .btn-free-enter:hover,
    .btn-red:hover{
      color:#fff;
        background-color: #EF2B55;
      }



    /* Slider Navigation: Left Arrow, Slide Number, Right Arrow */
    .slider-nav {
      position: absolute;
      bottom: 21%;
      left: 15%;
      transform: translateX(-50%) translateY(-50%);
      color: white;
      font-size: 1.5rem;
      z-index: 10;
      display: flex;
      align-items: center;
    }

    .slider-nav span {
      color: white;
      padding: 5px 7px;
      border-radius: 5px;
      margin: 0 15px;
      cursor: pointer;
      font-size: 14px;
    }

    .slide-number {
      /*background-color: red;*/

    }

    .slider-nav .divider {
      margin: 0 2px;
      font-size: 1.5rem;
      color: white;
    }

    .slick-dots {
      position: absolute;
      bottom: 21px;
      width: 100%;
      text-align: center;
      z-index: 10;
    }

    .slick-dots li button:before {
      color: red;
    }


    .slide-count {
      background: #C70E1E;
      transform: skewX(-20deg);
      width: 35px;
      height: 30.5px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }

    .slide-count span {
      transform: skewX(20deg); /* Opposite of the container skew */
      font-size: 14px;
      color: white;
      font-weight: 400;
    }



    /* Social Media Icons */
    .social-icons {
      position: fixed;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10;
      background: #000000;
      padding: 9px 12px;
      display:none;
    }

    .social-icons a {
      display: block;
      margin-bottom: 15px;
      color: white;
      font-size: 20px;
      transition:all 0.3s ease-in-out;
      -moz-transition:all 0.3s ease-in-out;
      -webkit-transition:all 0.3s ease-in-out;
    }


    .social-icons a:hover {
        opacity: 0.8;
    }

    /* Latest Updates Section */
    .latest-updates {
      padding: 112px 0;
      text-align: center;
      /*margin-bottom:63px;*/
      /*background-color: #f9f9f9;*/
    }

    .latest-updates h2 {
      font-size: 20px;
      color: #000;
      text-transform: uppercase;
      position: relative;
      margin-bottom: 30px;
      font-weight:700;
    }

    .latest-updates h2::before, .latest-updates h2::after {
      content: "";
      position: absolute;
      top: 50%;
      width: 39%;
      height: 2px;
      background-color: rgba(0, 0, 0,0.21);
    }

    .latest-updates h2::before {
      left: 0px;
    }

    .latest-updates h2::after {
      right: 0px;
    }

    .latest-updates .left-content {
      text-align: left;
      margin-top: 145px;
      margin-bottom: 30px;
      
    }


    .close-date{
      margin:16px 0 0 0;
    }

    /*.latest-updates .right-content {
      background-image: url('https://megarewards.au/wp-content/uploads/2025/05/Banner-Mega-Motor-Mania-Campaign.jpg');
      background-size: cover;
      padding: 30px;
      border-radius: 10px;
      color: white;
      height: 350px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
    }

    .latest-updates .countdown {
      font-size: 2rem;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .latest-updates .countdown span {
      margin: 0 10px;
    }

    .latest-updates .get-entries {
      background-color: #EF2B55;
      color: white;
      padding: 10px 30px;
      border-radius: 5px;
      font-size: 16px;
      text-transform: uppercase;
      cursor: pointer;
      margin-top: 20px;
    }*/

    .latest-updates h3{
      color:#000;
      font-size:37px;
    }

    h2.title-big.font-bold {
        text-align: center;
        /* text-transform: uppercase; */
        /* color: #EF2B55; */
         font-weight: 700; 
        margin-bottom: 47px;
        font-family: 'Montserrat', sans-serif;

    }

    .previous-winners {
        padding-bottom: 63px;
        margin-top:181px;
        padding-top: 81px;

    }

    .inner-cta{
      max-width: 860px;
      margin: 59px auto 0 auto;
    }


    /* About Partner Section */

    .about-partner-section{
      padding:128px 0;
      box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.05);
    }

    .about-content{
      text-align:center;
      
    }

    .about-content h3{
      margin:0 0 63px 0;
      font-size: 36px;
      font-family: 'Montserrat', sans-serif;
      font-weight:700;
    }

    .about-content img{
      width:100%;
    }

    .about-details{
      max-width:1045px;
      margin:63px auto 0 auto;
      text-align:center;
    }

    .about.container {
        padding: 0 0 138px 0;
        border-bottom: 1px solid #EF2B55;
    }


    .about-left img {
        width: 100%;
    }

    .about-right{
      text-align:left;
    }

    .about-right h3{
      font-size: 57px;
      color: #EF2B55;
      margin: 12px 0 16px 0;
    }

    .about-right{
      color:#fff;
      font-size:20px;
      padding: 0 70px;
    }


    .about-right p {
        font-size: 20px;
        font-weight: 400;
        line-height: 26px;
    }


    a.learn-more{
      color: #000;
      font-size: 20px;
      font-weight: 700;
      background: none;
      text-decoration: none;
      text-transform: uppercase;
      position: relative;
      /*margin-top: 61px;*/
      margin-top: 31px;
      transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      display: block;
      text-decoration: underline;
      font-family: 'Montserrat', sans-serif;
    }

    /*a.learn-more:after {
        content: '';
        position: absolute;
        bottom: -16px;
        left: 78px;
        width: 60px;
        background: url(https://megarewards.au/wp-content/uploads/2025/05/line.png) no-repeat;
        height: 13px;
    }*/


    a.learn-more:hover{
      color:#EF2B55;
    }


    /* Become a Partner */

    .partner.container{
      margin-top:118px;
      margin-bottom:118px;
      color:#000;
      text-align:center;
      display:block;
    }


    .partner.partner-section {
        box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.05);
        padding: 90px 0 0;
    }


    .partner h3{
      color:#fff;
      text-transform:uppercase;
      font-size:41px;
      font-weight:700;
    }

    /*.partner-section{
      box-shadow: inset 0 1px 26px -8px rgba(0, 0, 0, 0.2);
    }*/

    .partner-right{
      text-align:center;
    }

    .partner-right img{
      text-align: center;
      padding: 0px 9px;
      width: 18%;
      margin: 0 auto;
    }

    .part-logo-left{
      display:none;
    }


    .partner-column .container{
      text-align:center;
    }


    .partner-details h3{
      color:#000;
      text-align:center;
      font-family: 'Montserrat', sans-serif;
      font-weight:700;
    }

    .part-logo-left img{
      text-align: center;
      padding: 0px 9px;
      width: 18%;
      margin: 0 auto;
    }

    .partner-details p{
      font-family: 'Montserrat', sans-serif;
      margin-bottom: 84px;
      margin-top: 27px;
      text-align:center;
    }

    .partner-column a{
      font-size:20px;
      font-weight:700;
      text-decoration:none;
      color:#000;
      font-family: 'Montserrat', sans-serif;
      transition:all 0.3s ease-in-out;
      -moz-transition:all 0.3s ease-in-out;
      -webkit-transition:all 0.3s ease-in-out;
      text-align:center;
    }

    .partner-column a:hover{
      color:#F01737;
    }

    .partner span,
    .partner2 span,
    .partner3 span{
      display:block;
      margin-top:24px;

    }

    /* Countdown */




        .countdown-container {
          background: url('https://megarewards.au/wp-content/uploads/2025/05/countdown-background.jpg') no-repeat center center;
          background-size: cover;
          padding: 40px 20px;
          border-radius: 10px;
          /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);*/
          display: flex;
          flex-direction: column;
          align-items: center;
          margin-top:81px;
        }

        .countdown-container h1 {
          color: #fff;
          margin: 20px 0;
          font-size: 2rem;
          text-align: center;
          text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
          font-size: 20px;
          text-transform: uppercase;
          }

        .countdown {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          gap: 20px;
        }

        .time-unit {
          text-align: center;
        }

        .flip-digit {
          position: relative;
          perspective: 1000px;
          width: 40px;
          height: 60px;
          margin: 0 2px;
          display: inline-block;
        }

        .digit-wrapper {
          position: relative;
          width: 100%;
          height: 100%;
          overflow: hidden;
        }

        .top, .bottom {
          background: rgba(0, 0, 0, 0.25);
          color: #fff;
          font-size: 2.5rem;
          line-height: 60px;
          text-align: center;
          position: absolute;
          width: 100%;
          height: 50%;
          overflow: hidden;
          border-radius: 5px;
          box-shadow: 0 0 5px #000;
        }

        .top {
          top: 0;
          border-bottom: 1px solid #333;
        }

        .bottom {
          bottom: 0;
          line-height: 0;
          border-top: 1px solid #333;
        }

        .top-flip, .bottom-flip {
          position: absolute;
          width: 100%;
          height: 50%;
          left: 0;
          background: rgba(0, 0, 0, 0.25);
          backface-visibility: hidden;
          transform-style: preserve-3d;
          z-index: 5;

          /* ðŸ‘‡ This line removes the small white digits */
          color: transparent;
        }

        .top-flip {
          top: 0;
          transform-origin: bottom;
          transform: rotateX(0deg);
          transition: transform 0.5s ease-in;
        }

        .bottom-flip {
          bottom: 0;
          transform-origin: top;
          transform: rotateX(90deg);
          transition: transform 0.5s ease-out;
        }

        .time-label {
          margin-top: 10px;
          font-size: 1rem;
          color: #fff;
        }

        .get-entries {
          margin-top: 30px;
          font-size: 16px;
          text-transform: uppercase;
          color: #fff;
          /* background-color: #EF2B55; */
          padding: 12px 24px;
          /* border-radius: 5px; */
          text-decoration: none;
          /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); */
          transition: background-color 0.3s ease;
          border-radius: 40px;
          border: 2px solid #fff;
          font-weight: 700;
        }

        .get-entries:hover {
          color: #c31942;
          background-color: #fff;
        }



/* Main Connect */

.main-connect-section {
    margin-top: 157px;
}

.main-connect-inner {
       background:#F01737;
       color: white;
       width: 100%;
       height: 408px;
       position: relative;
       display: flex;
       justify-content: center;
       align-items: center;
       text-align: center;
       padding: 20px;
       overflow:hidden;
     }

     .main-connect-inner .content {
       max-width: 700px;
       width: 100%;
       z-index: 1;
     }

     .main-title {
       font-size: 28px;
       font-weight: 700;
       margin-bottom: 27px;
       font-family: 'Montserrat', sans-serif;
     }

     .main-paragraph {
       font-size: 16px;
       margin-bottom: 27px;
       line-height: 1.5;
       font-family: 'Questrial', sans-serif;
     }

     .partner-button {
       padding: 12px 43px;
       font-size: 16px;
       color: white;
       border: 2px solid white;
       background: transparent;
       border-radius: 40px;
       cursor: pointer;
       transition: background 0.3s ease;
     }

     .partner-button:hover {
       background: rgba(255, 255, 255, 1);
       color: #000;
     }

     /* Left center icon */
     .icon-left {
       position: absolute;
       left: 17%;
       top: 43.5%;
       transform:   translateY(-50%);
       /*width: 89px;
       height: 90px;*/
       width: 100px;
       height: 101px;
     }

     /* Right top logo */
     .logo-top-right {
       position: absolute;
       top: 29px;
       right: 18%;
       height: 125px;
     }

     /* Right bottom logo */
     .logo-bottom-right {
       position: absolute;
       bottom: 43px;
       right: 18%;
       width: 140px;
       height: 80px;
     }

     .icon-left img,
     .logo-top-right img,
     .logo-bottom-right img {
       width: 100%;
       height: auto;
     }


     .explore {
         text-align: center;
         margin: 60px auto 0 auto;
         display: block;
         max-width: 217px;
     }

     .explore a{
       display: block;
       background: #F01737;
       border-radius: 40px;
       text-align: center;
       height: 52px;
       padding: 14px 12px;
       color: #fff;
       text-decoration: none;
       transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
       -webkit-transition: all 0.2s ease-in-out;
     }

     .explore a:hover{
      background-color: #c31942;
     }


/* end of Main Connect */


    /* main-footer */

        .main-footer{
          background: #fff;
          padding: 60px 0;
          width: 100%;
          max-width: 100%;
          text-align: center;
          color:#000;
          box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.05);
          /*margin-top:142px;*/
          text-align:left;
          overflow:hidden;
        }


        .footer-logo {
            text-align: left;
        }

        .footer-details{
            display: block;
            margin: -1px 0 0;
            font-size: 12px;
        }

        .row.custom-footer-link{
              margin: 40px 0 40px 0;
        }

        .container.border-divider{
          border-bottom: 2px solid #E10600;
        }

        .copyright {
            text-align: center;
            margin: 30px 0 0;
            color: #000;
            font-size:14px;
        }


        .copyright a {
            color: #000;
            text-decoration: none;
            transition:all 0.3s ease-in-out;
            -moz-transition:all 0.3s ease-in-out;
            -webkit-transition:all 0.3s ease-in-out;
        }

        .copyright a:hover {
            color: #E10600;
        }

        .main-footer a{
          color: #000;
          text-decoration:none;
          word-wrap: break-word;
          transition:all 0.3s ease-in-out;
          -moz-transition:all 0.3s ease-in-out;
          -webkit-transition:all 0.3s ease-in-out;
        }

        .main-footer a:hover{
          color:#E10600;
        }


        .footer-title{
          color: #000;
          font-size: 16px;
          font-weight: 700;
          text-align: left;
          display: block;
          margin: 0 0 12px 0;
          font-family: 'Orbitron', sans-serif;
        }

        .footernav,
        .legal-nav{
          margin:0;
          padding:0;
          list-style:none;
          text-align:left;
          font-family: 'Montserrat', sans-serif;
        }

        .footernav li a,
        .legal-nav li a{
          color:#000;
          font-size:14px;
          text-decoration:none;
          margin: 6px 0;
          display: block;
          display: inline-block;
          transition:all 0.3s ease-in-out;
          -moz-transition:all 0.3s ease-in-out;
          -webkit-transition:all 0.3s ease-in-out;
          font-family: 'Montserrat', sans-serif;
        }

        .footer-social img {
            width: 18px;
        }

        .footer-social a:hover img{
          opacity: 0.7;
        }

        .footernav li a:hover,
        .legal-nav li a:hover,
        .footer-social a:hover{
          color:#E10600;
        }

        .footer-social{
          margin: 31px 0 0 30%;
          padding: 0;
          list-style: none;
          text-align: left;
        }

        .footer-social li{
          display:inline-block
          margin: 6px;
        }

        .footer-social li a{
          color:#808080;
        }

        .footer-social a {
            text-align: left;
            margin: 0 4px;
            font-size:19px;
        }

        .footer-logo-social{
          display:flex;
        }



    /*nav ul li.mx-3:last-child {
        display:none;
    }*/

    span.admin-name {
        display: none;
    }



    .divider.two {
        position: relative;
    }

    /*.divider.two:before {
        content: '';
        position: absolute;
        top: 0;
        left: -69px;
        width: 1px;
        height: 100%;
        background: #000;
    }

    .divider.two:after {
        content: '';
        position: absolute;
        top: 0;
        right: 66px;
        width: 1px;
        height: 100%;
        background: #000;
    }*/



    .previous-winners-slider-mobile{
      display:none;
    }


    .latest-updates .left-content span{
     font-size:20px;
    }
    .current-text{
      font-size:20px;
      color: #F01737;
    }

    .latest-updates .left-content h3{
      color:#000;
      font-size:37px;
    }



    .how-it-works-section {
        padding: 90px 0 71px 0;
    }

    .how-it-works-section h2{
      font-size:36px;
      font-weight:700;
      text-align:center;
      color:#000;
      margin-bottom: 90px;
      font-family: 'Montserrat', sans-serif;
    }


    .work-details .icon{
      width:54px;
    }

    .work-details{
      text-align: left;
      margin: 0 auto;
      box-shadow: 1px 1px 7px #e1e1e1; 
      padding: 50px;
      border-radius: 15px;
    }

    .work-text{
      font-size: 20px; 
      color: #000;
      font-weight: 700;
      margin: 30px 0 10px 0;
      display: block;
    }

    .work-details p{
      font-size:15px;
      font-weight:500;
    }

  

  /*.previous-campaign-section {
      margin-top: 89px;
  }*/


  .current-competitions{
    margin:0 0 92px 0;
  }

  .featured-competitions{
    margin:0 0 92px 0;
  }

  .previous-campaign-section h2 {
      font-size: 28px;
      font-weight: 700;
      text-align: left;
      color: #000;
      margin: 0 0 27px 0;
      font-family: 'Montserrat', sans-serif;
  }

  .previous-campaign-section h2.center-text{
    text-align:center;
    font-family: 'Orbitron', sans-serif;
    font-weight: 900;
    text-transform:uppercase;

  }

   .campaign-details{
    box-shadow: rgba(0, 0, 0, 0.25) 1px 0px 4px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-radius:15px;
  }

  .campaign-details p{
    font-size: 14px;
    font-weight: 400;
    margin-top: 7px;
    margin-bottom: 11px;
  }

  .campaign-details img{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width:100%;
    height:160px;
  }

  .campaign-details a.campaign-link{
    color: #000;
    /*font-size: 24px;*/
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    border-left: 1px solid rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    border-right: 1px solid rgba(0, 0, 0, 0.25);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: block;
    box-shadow: #8f7979 0px 1px 5px;
    padding: 27px 24px 32px 24px;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    /*height:162px;*/
    height:auto;
    font-family: 'Montserrat', sans-serif;

  }

  .campaign-details a:hover {
      background: #a70606;
      color: #fff;
  }

  .slick-prev, .slick-next{
    top: 52%;
  }

  .slick-prev,
  .slick-prev:hover {
      left: -48px;
      background:url(https://megarewards.au/wp-content/uploads/2025/05/arrow-left.png) no-repeat;
      width:17px;
      height:29px;
  }

  .slick-next,
  .slick-next:hover {
      right: 6px;
      background:url(https://megarewards.au/wp-content/uploads/2025/05/arrow-right.png) no-repeat;
      width:17px;
      height:29px;
  }
    
  .slick-prev:before, .slick-next:before{
    opacity: 1;
    color: #000;
    display:none;
  }


  /*.slick-dots li button:before {
      color: transparent;
      border: 3px solid #fff;
      border-radius: 100%;
      opacity:1;
  }

  .slick-dots li.slick-active button:before {
      opacity: 1;
      color: #fff;
  }*/


  .slick-dots li{
    width: 13px;
    height: 13px;
  }


  .slick-dots li button {
    width: 13px;
    height: 13px;
    border: 2px solid white;      /* white outline */
    background-color: transparent; /* empty by default */
    border-radius: 50%;           /* makes it a circle */
    opacity: 1;                   /* prevent slick default fade */
    transition: background-color 0.3s ease;
  }

  /* Remove default dot text */
  .slick-dots li button:before {
    content: '';
  }

  /* Active dot becomes solid white */
  .slick-dots li.slick-active button {
    background-color: white;
  }

.hero-section .slick-prev,
.hero-section .slick-next{
  display:none!important;
}



.previous-winners .slick-dots li.slick-active button {
    background-color: red;
    border: 2px solid red;
}

.previous-winners .slick-dots li button{
  background: #D8D8D8;
  border: 2px solid #D8D8D8;
}

.previous-winners .slick-dots {
    position: absolute;
    bottom: -14px;
}




  .campaign-slider.slick-initialized .slick-slide,
  .current-campaign-slider.slick-initialized .slick-slide{
           display: block!important;
           /*width: auto !important;*/
           margin: 1px 17px;

       }

       .campaign-details br,
       .current-campaign-details br {
           display: none;
       }

       .campaign-slider .slick-prev,
       .current-campaign-slider .slick-prev,
       .campaign-slider .slick-next,
       .current-campaign-slider .slick-next {
           top: -9%;
       }

       .current-campaign-slider.slick-initialized .slick-slide {
         display: block !important;
         margin: 1px 6px;
        }


       .campaign-slider .slick-prev,
       .current-campaign-slider .slick-prev,
       .campaign-slider .slick-prev:hover,
       .current-campaign-slider .slick-prev:hover{
           left:93%;
           background: url(https://megarewards.au/wp-content/uploads/2025/08/slider-arrow-left.png) no-repeat;
           width: 31px;
           height: 31px;
       }

       .campaign-slider .slick-next,
       .current-campaign-slider .slick-next,
       .campaign-slider .slick-next:hover,
       .current-campaign-slider .slick-next:hover {
           background: url(https://megarewards.au/wp-content/uploads/2025/08/slider-arrow-right.png) no-repeat;
           width: 31px;
           height: 31px;
           right: 1.3%;
       }



/* end of Previous Competitions */





  /* Mega Partners */

  div#mega-partners {
      text-align: center;
      margin: 76px 0;
  }


  #mega-partners span.text-red.text-align-center {
      margin-bottom: 40px;
      display: block;
  }


  .logo-slider {
      width: 100%;
      overflow: hidden;
      position: relative;
    }

    .logo-track {
      display: flex;
      align-items: center;
      gap: 92px;
      width: max-content;
      animation: scroll 25s linear infinite;
    }

    .logo-track img {
      width: 178px;
      height: 101px;
      object-fit: contain;
      flex-shrink: 0;
    }

    /* Pause on hover (optional) */
    .logo-slider:hover .logo-track {
      /*animation-play-state: paused;*/
    }

    @keyframes scroll {
      from {
        transform: translateX(0);
      }
      to {
        transform: translateX(-50%);
      }
    }



  .text-align-center{
    text-align:center;
  }


  #mega-winners{
    border-top: 1px solid #e9e7e7;
    /*margin:86px 0;*/
    text-align:center;
  }


  .paragraph{
    color: #565656;
    margin: -15px 0 30px 0;
  }


  #mega-membership{
    text-align:center;
    margin: 26px 0 0 0;
  }



  .member-dashboard .container {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

/* LEFT SIDE */
.tabs {
    width: 220px;
    min-width: 220px;
    display: flex;
    flex-direction: column;
    /*background: #fafafa;*/
    border-radius: 10px;
    padding: 10px 0;
}

/* TAB BUTTON */
.tab-btn {
    width: 100%;
    text-align: left;
    padding: 14px 20px;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 15px;
    transition: 0.2s;
}

.tab-btn:hover {
    background: #f2f2f2;
}

.tab-btn.active {
    background: #e60023;
    color: #fff;
    border-radius: 23px;
    margin: 0px 10px 10px 5px;
}

/* RIGHT SIDE */
.dashboard-content {
    flex: 1;
}

/* PANELS */
.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}



  /* ===== Layout ===== */
  .mega-columns {
    max-width: 1320px;
    margin: 40px auto 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .mega-column {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  /* ===== Mega Thumb ===== */
  .mega-thumb {
    height: 260px;
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transform: translateY(60px) scale(0.96);
    opacity: 0;
    transition:
      transform 0.9s cubic-bezier(.2,.8,.2,1),
      opacity 0.9s ease;
  }

  .mega-thumb.is-visible {
    transform: translateY(0) scale(1);
    opacity: 1;
  }

  /* ===== Backgrounds ===== */
  .mega-thumb__bg,
  .mega-thumb__hover {
    position: absolute;
    inset: 0;
    transition: opacity 0.6s ease;
  }

  .mega-thumb__bg {
    background-size: cover;
    background-position: center;
  }


  .mega-thumb__bg.one{
  background:
      linear-gradient(to right, rgba(0,0,0,.65), rgba(0,0,0,.25)),
      url("https://megarewards.au/wp-content/uploads/2026/02/moment-img1.png");
      background-repeat: no-repeat;
      background-size: cover;
  }

  .mega-thumb__bg.two{
  background:
      linear-gradient(to right, rgba(0,0,0,.65), rgba(0,0,0,.25)),
      url("https://megarewards.au/wp-content/uploads/2026/02/moment-img2.png");
      background-repeat: no-repeat;
      background-size: cover;
  }

  .mega-thumb__bg.three{
  background:
      linear-gradient(to right, rgba(0,0,0,.65), rgba(0,0,0,.25)),
      url("https://megarewards.au/wp-content/uploads/2026/02/moment-img3.png");
      background-repeat: no-repeat;
      background-size: cover;
  }

  .mega-thumb__bg.four{
  background:
      linear-gradient(to right, rgba(0,0,0,.65), rgba(0,0,0,.25)),
      url("https://megarewards.au/wp-content/uploads/2026/02/moment-img4.png");
      background-repeat: no-repeat;
      background-size: cover;
  }

  .mega-thumb__hover {
    background: #e10600;
    opacity: 0;
  }

  .mega-thumb:hover .mega-thumb__bg { opacity: 0; }
  .mega-thumb:hover .mega-thumb__hover { opacity: 1; }

  /* ===== Content ===== */
  .mega-thumb__content {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 36px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align:left;
    transition: transform 0.6s ease;
  }

  .mega-thumb:hover .mega-thumb__content {
    transform: translateY(-6px);
  }

  /* ===== Icon (PNG swap) ===== */
  .mega-thumb__icon {
    width: 46px;
    height: 46px;
    /*border-radius: 50%;
    background: rgba(255,255,255,0.15);*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    position: relative;
    transition: background 0.4s ease;
  }

  .mega-thumb__icon img {
    width: 40px;
    height: 40px;
    position: absolute;
    transition: opacity 0.35s ease, transform 0.35s ease;
  }

  .mega-thumb__icon img.white { opacity: 1; }
  .mega-thumb__icon img.black { opacity: 0; }

  .mega-thumb:hover .mega-thumb__icon {
    /*background: rgba(0,0,0,0.15);*/
  }

  .mega-thumb:hover .mega-thumb__icon img.white {
    opacity: 0;
    transform: scale(0.9);
  }

  .mega-thumb:hover .mega-thumb__icon img.black {
    opacity: 1;
  }

  /* ===== Text ===== */
  .mega-thumb__title {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
    font-family: 'Orbitron', sans-serif;
  }

  .mega-thumb__desc {
    margin: 0;
    font-size: 14px;
    max-width: 420px;
    line-height: 1.3;
    opacity: 0.9;
  }



  #mega-reels{
    text-align:center;
    margin:76px 0 0 0;
  }


  .reel-slider {
    overflow: hidden;
    width: 100%;
    padding: 24px 0;
    cursor: grab;
  }

  .reel-track {
    display: flex;
    width: max-content;
    animation: scroll 22s linear infinite;
    user-select: none;
  }

  /* ⛔ Pause auto-scroll on hover */
  .reel-slider:hover .reel-track,
  .reel-slider.dragging .reel-track,
  .reel-slider.watching .reel-track {
    animation-play-state: paused;
  }

  .reel {
    position: relative;
    flex: 0 0 auto;
    width: clamp(180px, 60vw, 280px);
    aspect-ratio: 9 / 16;
    margin-right: 16px;
    border-radius: 14px;
    overflow: hidden;
    background: #333;
    cursor: pointer;
  }

  .reel video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Hover play icon (paused only) */
  .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    color: #fff;
    font-size: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
  }

  .reel:hover .overlay {
    opacity: 1;
  }

  @keyframes scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
  }




  #mega-become-a-member{
    margin:76px 0 0 0;
    overflow:hidden;
  }


  /* ------------------------ Badge ------------------------*/

  div#badge-cash-giveaway{
    position: fixed;
    bottom: 0;
    z-index: 9;
  }


  /* ---------- Badge ---------- */
  .badge-anchor {
    position: relative;
    height: 1px; /* reference point */
    display:none;
  }

  .badge-wrapper {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 10;

    opacity: 0;
    transform: translateX(120px) rotate(12deg);
    transition: transform 0.4s ease;
  }

  /* roll in */
  .badge-wrapper.show {
    animation: rollIn 0.7s ease-out forwards;
  }

  /* fixed state */
  .badge-wrapper.fixed {
    position: fixed;
    top: auto;
    bottom: 20px;
    left: 0px;

    /* slide DOWN effect */
    transform: translateY(12px);
  }

  @keyframes rollIn {
    0% {
      opacity: 0;
      transform: translateX(120px) rotate(12deg);
    }
    100% {
      opacity: 1;
      transform: translateX(0) rotate(0deg);
    }
  }

  .badge {
    position: relative;
    display: inline-block;
  }

  .badge img {
    width: 168px;
    display: block;
  }

  /* close */
  .badge-close {
    position: absolute;
    top: 0px;
    right: -4px;
    width: 24px;
    height: 24px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
  }



  /* -------------------- Carousel ----------------------*/


  /* =========================
     MEGA CAROUSEL BASE
  ========================= */
  .mega-carousel {
    position: relative;
    width: 100%;
    /*max-width: 1200px;*/
    max-width:100%;
    margin: auto;
    overflow: hidden;
    margin: 40px 0 0 0;
  }

  .mega-carousel-track {
    display: flex;
    transition: transform 0.6s ease;
  }

  /* =========================
     SLIDE CARD
  ========================= */
  .mega-carousel-slide {
    min-width: 700px;
    margin: 0 24px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    overflow: hidden;
    opacity: 0.7; /* inactive opacity */
    transform: scale(0.88);
    transition: all 0.5s ease;
    box-shadow: 3px 1px 12px rgb(215 215 215 / 70%);
  }

  .mega-carousel-slide.mega-active {
    opacity: 1; /* active opacity */
    transform: scale(1);
  }

  /* =========================
     SPLIT LAYOUT
  ========================= */
  .mega-carousel-image {
    width: 45%;
  }

  .mega-carousel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mega-carousel-content {
    width: 55%;
    padding: 42px;
    background: transparent;
    transition: background 0.5s ease;
    text-align:left;
  }

  .mega-carousel-slide.mega-active .mega-carousel-content {
    background: #e10600;
    color: #fff;
    border-radius: 0 20px 20px 0;
  }

  .mega-carousel-quote {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .mega-carousel-name {
    margin-top: 20px;
    font-weight: 700;
    color: #000;
    border-top: 2px solid #000;
    padding: 15px 0 0 0;
    font-size:20px;
    font-family: 'Orbitron', sans-serif;
    text-transform:uppercase;
  }


  .mega-carousel-content p {
      color: #000;
      font-size:14px;
      font-family: 'Montserrat', sans-serif;
  }

  .mega-carousel-role {
    font-size: 16px;
    opacity: 0.85;
    color: #000;
    font-family: 'Montserrat', sans-serif;
  }

  /* =========================
     ARROWS (CENTER-LOCKED)
  ========================= */
  .mega-carousel-arrow {
    position: absolute;
    top: 50%;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: red;
    color: #000;
    border: none;
    cursor: pointer;
    font-size: 20px;
    z-index: 10;
    transform: translateY(-50%);
  }

  .mega-carousel-arrow.left {
    left: 50%;
    transform: translate(-390px, -50%);
  }

  .mega-carousel-arrow.right {
    left: 50%;
    transform: translate(342px, -50%);
  }



  /* ------------------------- Mega Countdown ----------------------*/

  /* Overlay */
  .countdown-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0.6s;
    z-index: 99999;
  }

  .countdown-overlay.show {
    opacity: 1;
    visibility: visible;
  }

  /* Countdown Container */
  .countdown-container {
    /*background: url('https://megarewards.au/wp-content/uploads/2026/01/countdown-popup-bg.png') no-repeat center center/cover;*/
    background: url('https://megarewards.au/wp-content/uploads/2026/02/lightbox.png') no-repeat center center/cover;
    color: #fff;
    padding:130px 20px;
    text-align: center;
    border-radius: 12px;
    position: relative; /* important for absolute child */
    max-width: 760px;
    width: 100%;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
  }




  /* Close Icon - outside but attached to top-right corner */
  .countdown-close {
    position: absolute;
    top: -35px;
    right: -28px;
    font-size: 35px;
    cursor: pointer;
    color: #fff;
    z-index: 10;
    transition: transform 0.3s;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 37px;
    height: 37px;
    padding: 0px;
    line-height: 1;
  }

  .countdown-close:hover {
    transform: rotate(90deg);
    color:#E10600;
    border: 2px solid #E10600;
  }

  /* Header */
  .countdown-container h1 {
    font-size: 28px;
    margin: 15px 0;
    font-weight: 700;
    font-family: 'Orbitron', sans-serif;
  }

  .countdown-container span.badge {
    font-size: 12px;
    letter-spacing: 1px;
    border: 1px solid #fff;
    padding: 5px 12px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 15px;
    font-family: 'Orbitron', sans-serif;
  }

  /* Countdown Numbers */
  .countdown-timer {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    font-size: 48px;
    font-weight: 700;
    font-family: 'Orbitron', sans-serif;

  }

  .countdown-timer div {
    flex: 1;
    text-align: center;
    margin: 0 30px;
  }

  .countdown-timer div span.label {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
  }

  /* Enter Button */
  .countdown-container .enter-btn {
    background: #fff;
    color: #000;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    transition: background 0.3s, color 0.3s;
    font-family: 'Orbitron', sans-serif;
  }

  .countdown-container .enter-btn:hover {
    background: #ff3b3b;
    color: #fff;
  }


  /* --------------------- HP Become a Member Content -------------------  */


  /* Full-width red container */
    .red-container {
      width: 100%;
      background-color: #E10600;
      padding: 50px 0; /* top/bottom spacing */
      display: flex;
      justify-content: center; /* center inner container horizontally */
      height:95px;
      
    }

    /* Inner container with max-width */
    .inner-container {
      max-width: 1366px;
      width: 100%;
      display: flex;
      justify-content: space-between; /* space between columns */
      align-items: center; /* vertical center of columns */
      padding: 0 20px; /* optional side padding */
      box-sizing: border-box;
    }

    /* Left column */
    .left-col {
      flex: 1; /* take available space */
    }

    .left-col h2 {
      margin: 0;
      font-size: 18px;
      color: #fff;
      font-family: 'Orbitron', sans-serif;
      text-transform:uppercase;
      font-weight:700;
    }

    .left-col p {
      margin: 0;
      font-size: 16px;
      color: #fff;
      font-family: 'Montserrat', sans-serif;
      font-weight:400;
    }

    /* Right column */
    .right-col {
      /*margin-left: 20px;*/
    }

    .right-col button {
      padding: 13px 22.5px;
      font-size: 16px;
      background-color: #fff;
      border: none;
      cursor: pointer;
      border-radius: 55px;
      transition: 0.3s;
      font-family: 'Orbitron', sans-serif;
      font-weight: 700;
      color: #E10600;
      border: 2px solid #fff;
    }

    .right-col button:hover {
      color: #fff;
      background-color: #e10600;
    }

    .right-col button a{
      text-decoration:none;
      color: #E10600;
    }

    .right-col button:hover a{
      color:#fff;
    }



  .popup-box h2 {
      font-size: 26px;
      font-weight: 700;
      margin: 22px 0;
      font-family: 'Orbitron', sans-serif;
      font-weight:900;
      text-transform: uppercase;
  }

  .popup-box p {
      font-size: 16px;
      max-width: 545px;
      font-family: 'Montserrat', sans-serif;
  }

  .logo-row img {
      position: relative;
      margin: 0 19px;
  }


  .logo-row span {
      position: relative;
  }

  .logo-row span:before {
      content: '';
      position: absolute;
      top: -28px;
      left: 0;
      width: 2px;
      height: 80px;
      background: #fff;
  }


  #header{
    display:block;
  }

  #header.mobile{
    display:none;
  }



  .nav.desktop,
  .cta.desktop-btn {
      /*display: none;
      opacity: 0;
      transition: opacity 0.3s ease, transform 0.3s ease;
      transform: translateY(-20px);*/
    }

    /* Fullscreen mobile menu */
    #mobileMenu.active {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 1);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }

    #mobileMenu.active .nav.desktop,
    #mobileMenu.active .cta.desktop-btn {
      display: block;
      opacity: 1;
      transform: translateY(0);
      margin: 10px 0;
    }

    /* Optional: style nav links for mobile */
    #mobileMenu .nav.desktop a {
      font-size: 18px;
      margin: 27px 0;
      color:#000;

    }

    #mobileMenu .cta.desktop-btn a {
      font-size: 18px;
      padding: 16px 28px;
      width: auto;
      height: auto;
    }


    #mobileMenu.active .btn-red.border-40{
      color:#fff;
    }

    .burger {
      display: none;
    }


    #memberPopupContent h2{
      font-size:34px;
    }

    #memberPopupContent p{
      font-size:14px;
    }



  #mega-become-a-member{
    margin:76px 0 0 0;
    overflow:hidden;
  }



  /* Overlay */
  .popup-overlay{
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.83);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
  }

  /* Container */
  .popup-box{
      display: flex;
      max-width: 900px;
      width: 95%;
      border-radius: 16px;
      overflow: hidden;
  }

  /* LEFT SIDE (Content) */
  .pop-left{
      flex: 1;
      background: #ffffff;
      padding: 45px 34px;
      color: #000;

      
  }

  .pop-left ul li{
    margin: 8px 0;
  }

  .pop-left ul{
    padding-left: 0;
    list-style-type:none;
  }

  .pop-left h3{
    font-family: 'Orbitron', sans-serif;
    font-size:27px;
    font-weight:900;
    text-transform:uppercase;
    margin: 0 0 23px 0;
  }

  .pop-left span {
      font-weight: 700;
      margin: 10px 0 0 0;
      display: block;

  }

  /* RIGHT SIDE (Image) */
  .pop-right{
      flex: 1;
      position: relative;
  }

  .pop-right img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
  }

  /* Close button */
  .close-btn-small{
      position: absolute;
      top: 15px;
      right: 15px;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      border: none;
      font-size: 20px;
      font-weight: bold;
      cursor: pointer;
      background: none;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
      color: #fff;
      border: 2px solid #fff;
      line-height: 1;
  }


  button.copy-btn{
    border: 1px solid #E10600;
    border-radius: 50px;
    padding: 10px 10px 10px 33px;
    background: url(https://megarewards.au/wp-content/uploads/2026/02/copy-Filled.png) 41px 13px no-repeat;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Orbitron', sans-serif;
    color: #E10600;
    font-size: 12px;
    width: 140px;
  }




  /* Content styling */
  .pop-left ul{
      text-align: left;
  }

  .pop-left a{
      color: #f01737;
      font-weight: 500;
      text-decoration: none;
  }

  .code-box{
      font-size: 34px;
      font-weight: 900;
      margin: 24px 0;
      color: #F01737;
      background: #f5f5f5;
      padding: 5px;
      border-radius: 6px;
      text-align: center;
      border: dashed;
      font-family: 'Orbitron', sans-serif;
      transition:all 0.3s ease-in-out;
      -moz-transition:all 0.3s ease-in-out;
      -webkit-transition:all 0.3s ease-in-out;
  }



  .copy-btn:hover{
      background: url(https://megarewards.au/wp-content/uploads/2026/02/copy-Filled-white.png) 41px 13px no-repeat #E10600;
      color:#fff;
  }



  /* Section Wrapper */
  .new-partners {
    /*background: #e5e5e5;
    padding: 40px 20px;*/
    margin: 0 0 76px 0;
  }

  /* Banner */
  .new-partners .banner {
    position: relative;
    max-width: 1286px;
    margin: 30px auto;
    background: linear-gradient(135deg, #7a0000, #ff0000);
    border-radius: 25px;
    padding: 80px 20px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
  }

  /* Logos */
  .new-partners .logo-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
  }

  .new-partners .logo1{
    height:82px;
  }

  .new-partners .logo2{
    height:65px;
  }

  .new-partners .divider {
    width: 1px;
    height: 79px;
    background: #fff;
    opacity: 1;
  }

  /* Heading */
  .new-partners h1 {
    font-size: 36px;
    letter-spacing: 2px;
    font-weight: 900;
    margin-bottom: 13px;
    font-family: 'Orbitron', sans-serif;
    text-transform:uppercase;
  }

  /* Paragraph */
  .new-partners p {
    font-size: 16px;
    max-width: 100%;
    margin: 0 auto 30px auto;
    opacity: 0.9;
  }

  /* Button */
  .new-partners .cta-btn {
    background: #fff;
    color: #cc0000;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s ease;
    font-family: 'Orbitron', sans-serif;
    font-weight:900;
  }

  .new-partners .cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  }


  span.text-red{
    color:#E10600;
    font-size:26px;
    font-weight:900;
    text-transform:uppercase;
    font-family: 'Orbitron', sans-serif;
    text-align:center;
    display:block;
    margin: 0 0 25px 0;
  }

  span.text-black{
    color:#000;
  }

  span.button-round {
      display: inline-block;
      background: #fff;
      color: #E10600;
      font-family: 'Orbitron', sans-serif;
      font-size: 12px;
      padding: 10px 29px;
      border-radius: 30px;
      text-decoration: none;
      transition: 0.3s ease;
      border: 1px solid #E10600;
      margin: 54px 0 18px 0;
      font-weight:900;
  }

  .button-round.solid{
    display: inline-block;
      background: #E10600;
      color: #fff;
      font-family: 'Orbitron', sans-serif;
      font-size: 16px;
      padding: 10px 29px;
      border-radius: 30px;
      text-decoration: none;
      transition: 0.3s ease;
      border: 1px solid #E10600;
      margin: 10px 0 25px 0;
  }


  span.icon.message-us img {
      width: 27px;
  }

  .icon img {
      margin: 0 3px 0 0;
  }

  .logo {
      /*margin: 9px 0px 0 0;*/
  }


/* New Popup */

  #competition-popup{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.7);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:9999;
  }

  #competition-popup.show{
  display:flex;
  }

  .popup-inner{
  background:#fff;
  padding:40px;
  border-radius:10px;
  text-align:center;
  }

  #competition-number{
  font-size:36px;
  font-weight:bold;
  margin:20px 0;
  }



/* Dashboard */


.member-dashboard{
  /*margin: 210px auto 0 auto;*/
  margin: 70px auto 0 auto;
  /*text-align: center;*/
}


.dashboard-content {
    background: #f1f1f1;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid #eee;
    margin: 10px 0 0px 0;
}


/* TABS CONTAINER */
.dashboard-tabs {
    display: flex;
    gap: 10px;
    background: #f5f5f5;
    padding: 8px;
    border-radius: 50px;
    width: fit-content;
    margin-bottom: 30px;
}

/* TAB BUTTON */
.tab-btn {
    padding: 10px 22px;
    margin: 0 0 10px 0;
    border: none;
    background: #f4f2f2;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    color: #555;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* HOVER EFFECT */
.tab-btn:hover {
    background: rgba(211, 47, 47, 0.1);
    color: #d32f2f;
}

/* ACTIVE TAB */
.tab-btn.active {
    background: #d32f2f;
    color: #fff;
    box-shadow: 0 4px 12px rgba(211, 47, 47, 0.3);
}

/* PANELS */
.tab-panel {
    display: none;
    animation: fadeIn 0.3s ease;
}

.tab-panel.active {
    display: block;
}

/* CONTENT BOX */
.competition-box {
    background: #fff;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

/* ENTRY CARD */
.competition-entry {
    padding: 15px;
    border-radius: 10px;
    background: #fafafa;
    border: 1px solid #eee;
    margin-top: 10px;
}

/* LINKS */
.competition-entry a {
    display: inline-block;
    margin-top: 8px;
    color: #d32f2f;
    font-weight: 600;
    text-decoration: none;
}

.competition-entry a:hover {
    text-decoration: underline;
}

/* ENTRY CARD */
.entry-card {
    background: linear-gradient(135deg, #d32f2f, #ff6b6b);
    color: #fff;
    padding: 20px;
    border-radius: 16px;
    margin-top: 15px;
    box-shadow: 0 8px 25px rgba(211,47,47,0.25);
}

/* TITLE */
.entry-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* INNER BOX */
.entry-number-box {
    background: rgba(255,255,255,0.15);
    padding: 15px;
    border-radius: 12px;
    text-align: center;
}

/* LABEL */
.entry-label {
    font-size: 12px;
    opacity: 0.8;
    display: block;
    margin-bottom: 5px;
}

/* NUMBER */
.entry-number {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
}


.entry-empty {
    padding:20px;
    background:#fafafa;
    border-radius:12px;
    border:1px dashed #ddd;
}

.join-link {
    color:#d32f2f;
    font-weight:600;
    text-decoration:none;
}


#billing {
    text-align: center;
}

.billing-btn {
    margin-top: 20px;
}


.profile-card-main {
    text-align:center;
    display: block!important;
}

.profile-avatar-large{
  margin: 0 auto 15px auto;
}



/* ANIMATION */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}


/* GRID LAYOUT */
#competitions-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

/* CARD BASE */
.comp-card {
    border-radius: 18px;
    padding: 20px;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
}





/* HOVER EFFECT */
.comp-card:hover {
    transform: translateY(-5px);
}

/* HEADER */
.comp-header {
    position: absolute;
    top: -15px;
    right: 0px;
}

/* STATUS BADGE */
.comp-status {
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 50px;
    font-weight: 600;
}

/* TITLE */
.comp-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align:center;
}

/* ENTRY BOX */
.comp-entry-box {
    background: rgb(185 185 185 / 20%);
    padding: 15px;
    border-radius: 12px;
    text-align: center;
    font-weight:700;
}

/* ENTRY NUMBER */
.comp-number {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
    margin-top: 5px;
    color:#fff;
    background: #07a130;
    /*border-radius: 12px;*/
    padding: 11px;
    text-transform: uppercase;
    clip-path: polygon(0 0, 100% 0, 97% 47%, 100% 93%, 0 96%, 3% 45%);
}


/* CARD Date and Time */

.comp-card {
  position: relative;
  padding-bottom: 74px; /* space for date/time */
}

.comp-datetime {
  position: absolute;
  bottom: 11px;
  left: 6%;
  width: 89%;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  font-size: 0.83em;
  color: #000;
  font-weight: 700;
  background: rgb(0 0 0 / 20%);
  padding: 6px 13px;
  border-radius: 10px;
  background: rgb(206 205 205 / 30%);
  /* border: 3px solid #1d1d1d;*/
}

.comp-card.not-joined .comp-datetime {
    background: rgb(206 205 205 / 30%);
}



.comp-image {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
}

.comp-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.comp-image {
    position: relative;
}

.comp-image::after {
    content: "";
    position: absolute;
    inset: 0;

}
/* end of CARD Date and Time */

/* JOINED STYLE */
.comp-card.joined {
    /*background: linear-gradient(135deg, #2e7d32, #66bb6a);*/
    /*background: linear-gradient(135deg, #d32f2f, #d32f2f);*/
    color: #000;
    box-shadow: 0 10px 25px rgba(46,125,50,0.25);
}

.comp-card.joined .comp-status {
    /*background: rgba(255,255,255,0.2);*/
    background: rgb(7 161 48);
    color: #ffffff;
    text-transform:uppercase;
}

/* NOT JOINED STYLE */
.comp-card.not-joined {
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 6px 15px rgba(0,0,0,0.05);
}

.comp-card.not-joined .comp-status {
    background: #d32f2f;
    color: #fff;
    text-transform: uppercase;
}

/* DESCRIPTION */
.comp-desc {
    font-size: 13px;
    color: #777;
    margin-bottom: 15px;
    text-align: center;
    font-style: italic;
}

/* BUTTON */
.comp-btn {
    display: inline-block;
    padding: 10px 16px;
    background: #d32f2f;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
    display: block;
    text-align: center;
    width: 65%;
    margin: 0 auto;
}

.comp-btn:hover {
    background: #a10c0c;
    color:#fff;
}

.account-menu{
  position:relative;
  margin-left:20px;
}


/* end of Dashboard */


.billing-info {
  max-width: 600px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  margin: 0 auto 30px auto;
}

.billing-info p {
  display: flex;
  margin: 0;
}

/* BOTH SIDES */
.billing-info strong,
.billing-info span {
  flex: 1;
  padding: 14px 16px;
  display: block;
}

/* LEFT (label) */
.billing-info strong {
  background: #f7f7f7;
  font-weight: 600;
  border-right: 2px solid #ffffff;
}

/* RIGHT (value) */
.billing-info span {
  background: #eaeaea;
  text-align: center;
}

/* row divider */
.billing-info p:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

/*.billing-info strong {
  background: linear-gradient(to right, #f7f7f7, #ededed);
}

.billing-info span {
  background: linear-gradient(to right, #ededed, #e0e0e0);
}*/


.tab-content{
  display:none;
}

.tab-content.active{
  display:block;
}



/* Account Menu */

.account-btn{
  display:flex;
  align-items:center;
  gap:10px;
  background:#fff;
  border:1px solid #eee;
  padding:8px 14px;
  border-radius:50px;
  cursor:pointer;
  box-shadow:0 5px 20px rgba(0,0,0,0.08);
  transition:0.3s;
}

.account-btn{
  display:flex;
  align-items:center;
  gap:10px;
  position:relative;
  padding-right:28px; /* space for caret */
}

/* Caret */
.account-btn::after{
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #333;
  transition: 0.3s;
}

.account-btn:hover{
  transform:translateY(-2px);
}

.avatar{
  width:35px;
  height:35px;
  border-radius:50%;
  background:#d32f2f;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:600;
}

.account-dropdown{
  position:absolute;
  right:0;
  top:60px;
  width:220px;
  background:#fff;
  border-radius:12px;
  box-shadow:0 10px 30px rgba(0,0,0,0.1);
  padding:10px 0;
  display:none;
  animation:fadeDown 0.3s ease;
}

@keyframes fadeDown{
  from{opacity:0; transform:translateY(-10px);}
  to{opacity:1; transform:translateY(0);}
}

.account-dropdown a{
  display:block;
  padding:12px 18px;
  text-decoration:none;
  color:#333;
  font-size:14px;
  transition:0.2s;
}

.account-dropdown a:hover{
  background:#f5f5f5;
}

.account-dropdown .divider{
  height:1px;
  background:#eee;
  margin:8px 0;
}

.account-dropdown .logout{
  color:#d32f2f;
  font-weight:600;
}

/* end of account menu */


.tab-content{
  scroll-margin-top: 550px; /* adjust based on header height */
}



/* Become a Partner */

.partner.container{
  margin-top:118px;
  margin-bottom:118px;
  color:#000;
  text-align:center;
  display:block;
}


.partner.partner-section {
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.05);
    padding: 90px 0 0;
}


.partner h3{
  color:#fff;
  text-transform:uppercase;
  font-size:41px;
  font-weight:700;
}

/*.partner-section{
  box-shadow: inset 0 1px 26px -8px rgba(0, 0, 0, 0.2);
}*/

.partner-right{
  text-align:center;
}

.partner-right img{
  text-align: center;
  padding: 0px 9px;
  width: 18%;
  margin: 0 auto;
}

.part-logo-left{
  display:none;
}


.partner-column .container{
  text-align:center;
}


.partner-details h3{
  color:#000;
  text-align:center;
  font-family: 'Montserrat', sans-serif;
  font-weight:700;
}

.part-logo-left img{
  text-align: center;
  padding: 0px 9px;
  width: 18%;
  margin: 0 auto;
}

.partner-details p{
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 84px;
  margin-top: 27px;
  text-align:center;
}

.partner-column a{
  font-size:20px;
  font-weight:700;
  text-decoration:none;
  color:#000;
  font-family: 'Montserrat', sans-serif;
  transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -webkit-transition:all 0.3s ease-in-out;
  text-align:center;
}

.partner-column a:hover{
  color:#F01737;
}

.partner span,
.partner2 span,
.partner3 span{
  display:block;
  margin-top:24px;

}


/* Partner Offering */


.search-box {
      background-color: #e71d32;
      color: white;
      padding: 40px 20px;
      text-align: center;
      position:relative;
      height: 408px;
    }

  .search-box .content {
    max-width: 495px;
    width: 100%;
    z-index: 1;
    margin:0 auto;
  }

    .search-box h1 {
      font-size: 28px;
      margin-bottom: 20px;
      margin-top: 40px;
    }

    .form-group {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-bottom: 20px;
    }

    select, input[type="text"] {
      padding: 10px;
      /*width: 200px;*/
      width: 48%;
      font-size: 16px;
      border: none;
      border-bottom: 2px solid white;
      background: transparent;
      color: white;
      outline: none;
    }

    input#suburb::placeholder {
        color: #fff;
    }

    option {
      color: black;
    }

    .search-btn {
      background: transparent;
      border: 2px solid white;
      border-radius: 30px;
      padding: 10px 30px;
      font-size: 16px;
      color: white;
      cursor: pointer;
    }

    .results-container {
        padding: 0px 0px 45px 0px;
        display: grid;
        /*grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));*/
        grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
        gap: 20px;
        justify-content: center;
        max-width: 1280px;
        margin: 0 auto;
    }


    .btn-holder{
      margin: 0 auto 15px auto;
      text-align: center;
    }

    .view-btn{
      background-color: #e10600;
      padding: 19px 68px;
      width: auto;
      /*height: 40px;*/
      height:auto;
      font-size: 16px;
      text-transform: capitalize;
      font-weight: 700;
      border-radius: 32px;
      color: #fff;
      text-decoration: none;
      font-weight: 700;
      text-align: center;
      display: initial;
      transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -webkit-transition: all 0.2s ease-in-out;
    }


    .view-btn.small{
      background-color: #E10600;
      padding: 9px 18px;
      width: auto;
      height: 40px;
      font-size: 14px;
      text-transform: capitalize;
      font-weight: 700;
      color: #fff;
      border:none;
    }


    a.view-btn:hover{
      background:#000;
      color:#fff;
    }

    div#platinum {
        text-align: center;
    }

    .card {
      background: white;
      border-radius: 12px;
      padding: 20px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -webkit-transition: all 0.2s ease-in-out;
    }

    .card:hover{
      background:#E10600;
    }



    .card:hover span.plain-text,
    .card:hover h2,
    .card:hover p{
      color:#fff;
    }

    .card:hover .card-buttons a.btn-free,
    .card:hover a.btn-free-enter{
      background-color: #fff!important;
      color:#E10600;
    }

    .card-buttons a.btn-free {
        background-color: #E10600;
        padding: 9px 18px;
        width: auto;
        height: 40px;
        font-size: 14px;
        text-transform: capitalize;
        font-weight: 700;
        color:#fff;
    }

    .card img {
      width: 60px;
      height: 60px;
      margin-bottom: 10px;
      border-radius:100%;
    }

    .card h2 {
      font-size: 16px;
      margin: 10px 0 5px;
      font-weight: 900;
      font-family: 'Orbitron', sans-serif;
      text-transform: uppercase;
      height: 30px;
    }

    .card p {
      font-size: 14px;
      color: #333;
      font-weight:500;
      margin-top: 15px;
      height: 110px;
    }

    .card span.plain-text {
        font-size: 15px;
        color: #E10600;
        margin: 0 0 11px 0;
        /* color: #000; */
        font-style: italic;
        font-weight:500;
        height: 32px;
    }


    .card-buttons {
      margin-top: 15px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .card-buttons a {
      text-decoration: none;
      font-size: 12px;
      color: #e71d32;
      font-weight: 400;
    }



    /*
    *Perth Wildcats 5
    *Tickford Racing 6
    *BP Adelaide Grand Final 7
    *Supercars 8
    *Returnify 9
    *Lendux 10
     */
    .card:nth-child(5) span,
    .card:nth-child(6) span {
        opacity: 0;
    }

    .card:nth-child(7) span,
    .card:nth-child(8) span,
    .card:nth-child(9) span,
    .card:nth-child(10) span{
      display:none;
    }



    .learn-more {
      background-color: #e71d32;
      color: white;
      padding: 8px 22px;
      border: none;
      border-radius: 20px;
      font-size: 14px;
      cursor: pointer;
      width: 153px;
      height: 41px;
      font-weight: 600;
    }

    .no-results {
      font-size: 18px;
      color: #333;
      text-align: center;
      margin-top: 30px;
    }



    .trigger-btn {
        /*padding: 10px 20px;
        background: #e63946;*/
        color: #fff;
        border: none;
        border-radius: 6px;
        cursor: pointer;
      }
      /*.trigger-btn:hover {
        background: #d62828;
        color:#fff;
      }*/

      /* Popup Overlay */
      .popup-overlay {
        display: none; /* hidden by default */
        position: fixed;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background: rgba(0,0,0,0.6);
        z-index: 9999;
      }

      .popup-content {
        background: #fff;
        max-width: 400px;
        margin: 220px auto;
        padding: 20px;
        border-radius: 10px;
        position: relative;
        text-align: center;
      }

      .close-btn {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 32px;
        cursor: pointer;
        font-weight: 700;
        color: red;
      }

      .popup-content input {
        width: 90%;
        padding: 8px;
        margin: 10px 0;
      }
      .popup-content button {
        padding: 10px 20px;
        background: #e63946;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
      }
      .popup-content button:hover {
        background: #d62828;
      }

/* end of Partner Offering search featured */


/* My Dashboard - Prizes */


.rewards-wrapper {
    max-width: 1100px;
}

/* POINTS */
.points-balance {
    background: linear-gradient(135deg, #d32f2f, #c11130);
    color: #fff;
    padding: 20px;
    border-radius: 12px;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Orbitron';
}

/* EARN BOX */
.earn-box {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.earn-box h3 {
    margin-bottom: 10px;
}

.earn-sub {
    color: #666;
    margin-bottom: 20px;
}

.earn-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.earn-item {
    text-align: center;
    background: #ebebeb;
    padding: 20px;
    border-radius: 10px;
}

.earn-item .icon {
    font-size: 30px;
    margin-bottom: 10px;
}


.earn-item strong {
    color: #ec2020;
}

.earn-footer {
    margin-top: 20px;
    font-size: 14px;
    color: #888;
}

/* REWARDS */
.rewards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.reward-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.reward-card h4 {
    margin-bottom: 10px;
    font-family: 'Orbitron';
    font-size: 16px;
    font-weight: 700;
}

.reward-card p {
    color: #666;
    font-size: 14px;
}

.points {
    font-weight: bold;
    margin: 15px 0;
    color: #e60023;
    font-size: 24px;
    font-weight: 700;
}

.redeem-btn {
    padding: 12px;
    border: none;
    background: #000;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.redeem-btn:hover {
    background: #e60023;
}

/* FOOTER BUTTON */
.more-prizes {
    text-align: center;
    margin-top: 30px;
}

.more-prizes button {
    padding: 14px 25px;
    border: none;
    background: #f2f2f2;
    border-radius: 30px;
    cursor: pointer;
}



/* SECTION */
.mr-winners-section{
  padding:60px 20px;
  margin: 100px 0 0 0;
}

.mr-winners-container{
  max-width:1366px;
  margin:auto;
}

.mr-winners-title{
  font-size: 28px;
  margin-bottom: 70px;
  font-family: 'Orbitron';
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
}

.mr-winners-title span{
  color:#a70606;
}

/* GRID */
.mr-winners-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:45px;
}

/* CARD */
.mr-winner-card{
  border-radius:15px;
  /*overflow:hidden;*/
  box-shadow:rgba(0,0,0,0.25) 1px 0px 4px;
  transition:.3s;
  background:#fff;
}

.mr-winner-card:hover{
  transform:translateY(-6px);
}

/* IMAGE WRAP */
.mr-image-wrap{
  position:relative;
}

.mr-winner-image{
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

/* WINNER BADGE */
.mr-badge{
  position: absolute;
  top: -15px;
  right: 5px;
  background: #1caa04;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 12px 4px 12px;
  border-radius: 20px;
  letter-spacing: 1px;
}

/* CONTENT */
.mr-winner-content{
  padding:22px;
  border:1px solid rgba(0,0,0,0.1);
  border-top:none;
  height: 153px;
  text-align: center;
}

/* NAME (HERO) */
.mr-winner-name{
  font-size:20px;
  font-weight:800;
  margin:0 0 8px;
  color:#000;
}

/* COMPETITION */
.mr-competition{
  font-size: 14px;
  font-weight: 600;
  color: #a70606;
  margin-bottom: 10px;
  text-transform: uppercase;
}

/* DATE */
.mr-date{
  font-size:13px;
  color:#777;
}

/* BUTTON */
.mr-btn-wrap{
  text-align:center;
  margin-top:35px;
}

.mr-toggle-btn{
  background:#a70606;
  color:#fff;
  border:none;
  padding:14px 35px;
  border-radius:40px;
  font-size:16px;
  font-weight:700;
  cursor:pointer;
}

.mr-toggle-btn:hover{
  background:#000;
}

/* RESPONSIVE */
@media(max-width:991px){
  .mr-winners-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:768px){
  .mr-winner-content{
    height:auto;
  }
}

@media(max-width:600px){
  .mr-winners-grid{
    grid-template-columns:1fr;
  }

  
}


/* MOBILE */

@media only screen and (max-width: 1199px) {


  #header .account-menu-container .btn-red {
    width: 112px;
  }

  nav ul {
      font-size: 10px;
  }

  .footer-social {
      margin: 6px 0 0 3%;
  }

  .footer-logo-social > a > img {
      width: 60px;
  }

  .main-footer .icon img {
      margin: 0 3px 0 0;
      width: 15px;
  }

  .main-footer a{
    font-size: 11px;
  }


  #mega-become-a-member{
    margin:117px 0 0 0;
  }

  .list-unstyled {
      margin: 7px 0 0 0;
  }

  nav ul {
    font-size:13px;
  }

  #header .account-menu-container .btn-red{
    width: 130px;
    height: 42px;
    margin-top: 9px;
    padding: 8px 9px;
    margin-right: 0;
    font-size: 15px;
  }

  .mx-3 {
      margin-right: 0.5rem !important;
      margin-left: 0.5rem !important;
  }

}

  
@media only screen and (min-width: 600px) and (max-width: 1024px) and (orientation: landscape) {


  #mega-become-a-member {
      margin: 109px 0 0 0;
  }

  .list-unstyled {
      margin: 7px 0 0 0;
  }

  nav ul {
    font-size:13px;
  }

  #header .account-menu-container .btn-red{
    width: 130px;
    height: 42px;
    margin-top: 4px;
    padding: 8px 9px;
    margin-right: 0;
    font-size: 15px;
  }

  .mx-3 {
      margin-right: 0.5rem !important;
      margin-left: 0.5rem !important;
  }

  .campaign-slider .slick-prev, .current-campaign-slider .slick-prev, .campaign-slider .slick-prev:hover, .current-campaign-slider .slick-prev:hover {
      left: 87%;

    }

    .popup-box {
        width: 68%;
        left: 67%;
        top:10px;

    }

    .divider.two:before{
      left: -17px;
    }

    .divider.two:after{
      right: 35px;
    }

  }



  @media (max-width: 820px) {

    #header .account-menu-container .btn-red {
      width: 112px;
    }

    nav ul {
        font-size: 10px;
    }

    .footer-social {
        margin: 6px 0 0 3%;
    }

    .footer-logo-social > a > img {
        width: 60px;
    }

    .main-footer .icon img {
        margin: 0 3px 0 0;
        width: 15px;
    }

    .main-footer a{
      font-size: 11px;
    }

  }



@media (max-width: 768px) {


    .account-menu span {
      display: none;
    }
    
    nav .list-unstyled{
      margin:0!important;
    }

    .account-btn{
      margin-right: 33px;
    }

    #header .account-menu-container .btn-red {
        width: 110px;
        margin-right: 35px;
        margin-top: 0;
    }

    .account-menu{
      /*position: absolute;*/
      position:relative;
      top: 5%;
      right: 0;
      z-index: 999;
      left: 0;
    }

    .account-dropdown{
      right: 0;
      left: -94px;
    }

    .earn-grid,
    .rewards-grid {
        grid-template-columns: 1fr;
    }


    .results-container{
        max-width:100%;
    }

    .profile-verify-wrap{
      align-self: center;
    }

    .dashboard-content{
      width:100%;
    }

    .view-btn {
      padding: 19px 24px;
    }

}



/* end of Dashboard - Prizes */

.col-md-3.divider.none {
    width: 16%;
}

/* MOBILE */


  
@media only screen and (min-width: 600px) and (max-width: 1024px) and (orientation: landscape) {

  .campaign-slider .slick-prev, .current-campaign-slider .slick-prev, .campaign-slider .slick-prev:hover, .current-campaign-slider .slick-prev:hover {
      left: 87%;

    }

    .popup-box {
        width: 68%;
        left: 67%;
        top:10px;

    }

    .divider.two:before{
      left: -17px;
    }

    .divider.two:after{
      right: 35px;
    }

  }


    /* Responsive styles */
    @media (max-width: 768px) {

      .account-btn{
        margin-right: 45px;
      }

    .container, .container-sm{
      max-width:100%!important;
    }


    .member-dashboard{
      margin: 40px auto 0 auto;
    }

      .member-dashboard .container {
        flex-direction: column;
    }

    .tabs {
        width: 100%;
        flex-direction: column;
        overflow-x: inherit;
        border-radius: 0;
    }

    .tab-btn {
        flex: 1;
        text-align: center;
        font-size: 13px;
        padding: 10px;
        white-space: nowrap;
    }

    .tab-btn.active{
      margin: 0px 10px 10px 0px;
    }


      .account-menu{
        /*position: absolute;*/
        position:relative;
        top: 5%;
        right: 0;
        z-index: 999;
        left: 0;
      }

      

      .account-dropdown{
        right: 0;
        left: 0;
      }

      .main-footer{
        text-align:center;
      }

      .main-footer .row>*{
        width:auto!important;
        text-align:left;
      }


      .main-footer .row>* p{
        font-size:14px;
        float:left;
      }

      .main-footer .col-md-3.divider.none {
          display: none;
      }

      .col-md-6.divider.none{
          display: none;
      }

      .col-md-6.divider.one{
        width:auto!important;
        padding-right: 35px;
        text-align: left;
      }

      .col-md-6.divider.two,
      .col-md-6.divider.three{
        width:auto!important;
      }


      .main-footer span.icon {
          margin: 0 12px 0 0;
          float: left;
      }

      .col-md-6.divider.three p{
        float: left;
        font-size: 12px!important;
      }


      .footer-logo-social a{
        float:left;
      }

      .footer-social{
        float:left;
        margin: 11px 0 0 23px;
      }

      .footer-details{
        margin: 59px 0 0;
        font-size: 12px;
        clear: both;
        font-family: 'Montserrat', sans-serif;
      }


      .footer-logo-social a img {
          width: 78%;
      }


      .footer-social img{
          width: 42% !important;
          margin: 0;
      }

      .footer-social{
        float:left;
        margin: 8px 0 0 21px;
      }


      .footer-social a {
        text-align: left;
        margin: 0 -9px;
      }


      .new-partners .banner {
        max-width: 90%;
        padding: 30px 18px;
      }

      .new-partners h1{
        font-size:18px;
      }

      span.text-red{
        font-size:22px;
      }

      .left-col h2{
        font-size: 16px;
      }

      .red-container p {
          margin: 10px 0 0;
          font-size: 14px;
      }

      .right-col button {
        padding: 9px 22.5px;
        font-size: 12px;
      }

      #memberPopupContent h2{
        font-size:23px;
      }


      .popup-box{
              flex-direction: column;
          }

          /* Reorder for mobile */
          .pop-right{
              order: 1;
          }

          .pop-left{
              order: 2;
              padding: 15px 20px;
          }

          .pop-left h3{
            margin: 0 0 11px 0;
          }

          .code-box{
              font-size: 26px;
          }


      .video-content .container{
        padding:0;
      }

      .mega-column{
        gap: 8px;
      }


      .mega-column {
          display: flex;
          flex-direction: column;
          gap: 8px;
      }


      .video-content{
        margin: 50px 0 15px 0;
      }


      .left-col h2{
        font-size: 16px;
      }

      .red-container p {
          margin: 10px 0 0;
          font-size: 14px;
      }

      .right-col button {
        padding: 9px 22.5px;
        font-size: 12px;
      }

      #memberPopupContent h2{
        font-size:23px;
      }

      #memberPopupContent p {
          font-size: 14px;
      }

      .mega-carousel-arrow.left{
        left: 46%;
      }

      .mega-carousel-slide{
        display:block;
        box-shadow: none;
      }


      .mega-thumb__content{
        padding:20px;
      }

      .current-comp-container span.text-red {
          color: #000;
          font-size: 16px;
      }

      span.text-red{
        font-size: 18px;
        /*padding:0 3px;*/
        text-align: left;
        padding: 0 0 0 10px;
      }

      .mega-carousel-name{
        font-size:14px;
      }

      .mega-carousel-role {
        font-size: 12px;
      }


      .paragraph{
        padding: 0 4px;
        font-size:14px;
      }

      .cus-slider-text h2 {
          color: #000;
          font-size: 14px;
          font-weight: 600;
        }

      .current-comp-container .paragraph{
        padding:0;
        line-height: 21px;
      }

      .cus-slider-text a.btn-free-enter.current-comp{
        font-size:14px;
        font-weight:900;
      }

      span.button-round.mobile.text-uppercase {
          display: block;
      }

      .container.current-comp-container {
          margin: 2px auto 0 auto;
        }

      /*.slide-content span.button-round{
        display:none;
      }*/


      .feature-content{
        height:auto;
      }


      .campaign-slider .slick-prev, .current-campaign-slider .slick-prev, .campaign-slider .slick-prev:hover, .current-campaign-slider .slick-prev:hover {
          left: 79%;
        }


      .featured-competitions .col-md-6.mx-auto.aos-init.aos-animate{
        margin: 0 0 25px 0;
      }

      /*#header{
        height: auto;
        position:fixed;
        background: #fff;
        padding: 20px 20px;
      }*/

      #header.scrolled {
          background-color: #fff;
      }

      .bottom-header{
        background:#fff;
        height:auto;
      }



      /*.top-header{
        display:none;
      }*/

      .hamburger div{
        background-color: #ffffff;
      }

      #header.scrolled .hamburger div{
        background-color: #000;
      }


      .slider,.previous-winners-slider {
        display: none ;
      }
        .slider-mobile,
        .previous-winners-slider-mobile { display: block;
      }

      nav ul {
        width:100%!important;
        right:0!important;
      }




      nav ul {
        display: none;
        width: 100%;
        background: rgba(0, 0, 0, 0.9);
        position: absolute;
        top: 100%;
        left: 0;
        flex-direction: column;
        align-items: center;
        padding: 15px 0;
        z-index: 1000;
        height:100vh;
      }

      nav ul li {
        width: 100%;
        text-align: center;
      }

      nav ul li a {
        padding: 20px 0;
        display: block;
        width: 100%;
        font-size: 14px;
        font-weight: 700;
        color:#000;
      }


      /* Hamburger menu - always visible */
      .hamburger {
        display: flex;
        flex-direction: column;
        cursor: pointer;
        z-index: 1050;
        right: 4%;
        position: absolute;
      }


      /*.hamburger.active + nav ul {
        display: flex;
      }*/

      .hamburger div{
        width: 30px;
        height: 4px;
        margin: 3px 0;
        border-radius: 5px;
        transition: background-color 0.3s ease;
      }



      /* Menu Toggle */


      /* Hamburger button */
      .hamburger {
        position: fixed;
        top: auto;
        right: 20px;
        width: 30px;
        height: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
        z-index: 1001;
      }

      .hamburger div {
        width: 100%;
        height: 4px;
        background-color: #000;
        transition: transform 0.4s ease, opacity 0.3s ease;
      }

      .hamburger.open div:nth-child(1) {
        transform: rotate(45deg) translate(7px, 7px);
      }

      .hamburger.open div:nth-child(2) {
        opacity: 0;
      }

      .hamburger.open div:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
      }

      /* Menu styling */
      .menu {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 1000;
        background: rgba(255, 255, 255, 0.98);
      }

      .menu.show {
        display: flex;
      }

      nav ul li.mx-3:last-child {
          display:block;
      }

      /* end of Menu Toggle */



      nav ul li ul{
        background:none!important;
        top:auto!important;
        display:inline-block!important;
      }

      nav ul li ul li{
        display: inline-block;
        width:auto;
      }

      nav ul li.mx-3:last-child ul li{
          margin: 0 19px;
      }


      .btn-red.border-40{
        margin: 0 auto;
        /*border: 2px solid #fff;*/
        background: #EF2B55;
        color: #fff;
      }

      .btn-red{
        max-width: 435px;
        font-size: 20px;
        width: 100%;
      }

      a.btn-free-enter{
        width:auto;
        height:40px;
        font-size:13px;
        padding:9px 18px;
      }


      .slider-text h2{
        font-size:30px;
      }

      .slider-text p{
        font-size:14px;
      }

      .slick-slide .slider-text{
        /*top: 38%;*/
        padding: 0 30px;
        left:0;
      }

      /*.hero-section{
        margin-top: 74px;
      }*/

      .latest-updates{
        margin-bottom:0;
      }

      .latest-updates h3 {
        font-size: 2rem;
      }

      .latest-updates .left-content {
        text-align: center;
        margin-bottom: 20px;
        color: #000;
      }

      .countdown-container{
        margin-top: -9px;
      }

      .how-it-works-section {
          padding: 90px 0 90px 0;
      }


      .how-it-works-section h2 {
          margin-bottom: 40px;
      }

      .how-it-works-section .work-details{
          display: block;
          margin:25px 0 0 0;
          text-align: left;
          padding: 22px;

      }


      .inner-cta{
        margin: 0px auto 0 auto;  
      }

      .icon-left, .logo-top-right, .logo-bottom-right{
        display:none;
      }

      .work-img {
          display: inline-block;
          margin-right:39px;
      }

      .work-details {
          text-align: center;
      }

      .work-right-details{
        display: inline-block;
      }
      .work-text{
        font-size: 24px;
        color: #000;
        font-weight: 700;
        margin: 20px 0 10px 0;
        display: block;
      }

      .how-it-works-section h2{
        margin-bottom:40px; 
      }
      

      .latest-updates .right-content {
        padding: 20px;
        /*height: 280px;*/


      }

      .latest-updates .countdown {
        font-size: 1.5rem;
        gap:15px;
      }



      .close-date{
        margin: 16px 0 0 0;
      }


      .start-date{
        font-size:18px;
      }

      span.details{
        font-size:16px;
      }


      .hero-section{
        margin-top: 101px;
      }

      .previous-winners h2 {
        font-size: 28px;
      }

      /* Countdown mobile */

      .countdown h1 {
        font-size: 1.5rem;
      }

      .time-value {
        font-size: 2.5rem;
        padding: 15px 20px;
      }

      .time-label {
        font-size: 0.9rem;
      }

      .get-entries {
        font-size: 14px;
        padding: 10px 20px;
      }

      .countdown {
        flex-direction: row;
        justify-content: center;
      }

      .countdown > div {
        margin: 0 15px;
      }

      .top, .bottom,
      .top-flip, .bottom-flip {
        font-size: 2rem;
        /*line-height: 48px;*/
      }

      .flip-digit {
        width: 32px;
        height: 48px;
      }

      .digit-wrapper {
        height: 124%;
      }

      .latest-updates h2::before, .latest-updates h2::after{
        width:16%;
      }

      .latest-updates .left-content{
        margin-top: 10px;
      }

      .previous-winners {
          padding-bottom: 63px;
          padding-top: 0px;
      }

      .previous-winners .slick-dots {
          bottom: -38px;
      }
 
      .previous-winners .slick-prev,
      .previous-winners .slick-next{
          display:none!important;
      }

      .part-logo-left{
        display:none!important;
      }

      .col-md-4.partner2 {
          margin: 30px 0;
      }

      .previous-winners{
        margin-top:50px;
      }

      .divider.two:before,
      .divider.two:after{
        display:none;
      }

      .about-partner-section{
        padding: 48px 20px;
        box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.05);
      }

      .about-right{
        padding: 0px 15px;
      }


      .about.container {
          padding: 0 0 58px 0;
      }

      .about.container {
                padding: 0 0 58px 0;
            }

            .partner.container {
                margin-top: 38px;
            }

            .partner h3 {
                font-size: 2.18rem;
            }

            .about-right h3 {
              font-size: 35px;
              margin: 42px 0 16px 0;
            }

            .partner-right img {
                width: 28%;
                margin: 50px auto 0 auto;
            }

            a.learn-more {
                margin-top: 44px;
                display:block;
            }

            .partner-left p {
                margin: 17px 0 27px 0;
            }

      .partner-right img,
      .part-logo-left img {
          width: 31%;
          margin: 20px auto 50px auto;
      }

      .partner-right{
        display:none;
      }

      .part-logo-left{
        display:block;
        text-align:center;
      }


      .main-title {
        font-size: 22px;
      }

      .main-paragraph {
        font-size: 14px;
      }

      .partner-button {
        font-size: 14px;ic
        padding: 10px 20px;
      }

      .icon-left,
      .logo-top-right,
      .logo-bottom-right {
        width: 40px;
        height: 40px;
      }


      .footer-logo,.footernav, .legal-nav,.footer-title,.footer-social{
        text-align:left;
      }

      .copyright{
        text-align:center;
      }

      .footer-title {
          margin: 50px 0 12px 0;
          text-align:left;
      }


      /*.slider-text h2{
        font-size: 1rem;
      }

      .slider-text p{
        font-size: 9px;
      }*/

      .slick-slide .slider-text{
        max-width: 100%;
        bottom:68px;
      }

      .previous-campaign-section .col-md-4,
      .container.inner-cta .col-md-6 {
          margin-bottom: 25px;
      }


      .slider-text p:before{
        /*height: 25px;*/
        left: -16px;
      }

      .social-icons{
        display:none;
      }

      .main-footer{
        text-align:center;
      }



      .popup-box{
        width: 95%;
        left: 24px;
        /*margin-left: -14px;*/
        padding: 32px 10px;
        border-radius: 20px;
      }

      .code-box {
        font-size: 23px;
        margin: 14px auto 20px auto;
        width:100%;

      }


      .slick-slide .slider-text {
          /*top: 34%;*/
          bottom: 44%;
      }

      a.btn-free-enter{
        margin-top: 2px;
      }


      .red-container {
        display: block;
        height: auto;
        padding: 30px 0;
      }

      .red-container p {
        margin: 10px 0 18px;
      }

      .inner-container {
        display: block;
        text-align: center;
      }

      .left-col {
        margin-bottom: 20px;
      }

      .right-col {
        margin-top: 0;
        text-align: center;
      }

      .right-col button {
        font-family: 'Orbitron', sans-serif;
        font-weight: 700;
        font-size: 13px;
        padding: 12px 24px;
        letter-spacing: 0.5px;
      }



    }


    /*@media (max-width: 768px) {
      .slider { display: block !important; }
        .slider-mobile { display: none !important; }
    }*/

    @media (max-width: 576px) {

      .account-btn{
        margin-right: 45px;
      }

      
      .latest-updates .right-content {
        /*height: 250px;*/
        padding: 15px;
      }

      .latest-updates .countdown {
        font-size: 1.2rem;
      }

      .latest-updates h2 {
        font-size: 1.2rem;
      }

      .container, .container-sm{
        width:100%;
      }
    }


    @media (max-width: 480px) {
      .time-value {
        font-size: 2rem;
        padding: 12px 15px;
      }

      .get-entries {
        font-size: 12px;
        padding: 8px 16px;
      }

      .countdown > div {
          margin: 0 -4px;
      }
    }



    @media (max-width: 412px) {

      .bottom-header {
          padding: 12px 20px;
      }

      .slick-slide .slider-text {
          /*top: 34%;*/
          bottom: 44%;
      }

      .slider-text h2{
        font-size: 21px;
      }

      .slider-text p {
          font-size: 14px;
          margin:14px 0;
      }

      .campaign-details a.campaign-link{
        font-size:18px;
      }

      .how-it-works-section h2,
      .previous-campaign-section h2,
      h2.title-big.font-bold,
      .about-content h3,
      .partner h3{
        font-size:20px;
        margin: 0 0 27px 13px;
      }

      .work-text {
        font-size: 16px;
      }

      .work-details p {
        font-size: 14px;
      }

      .work-img {
          margin-right: 0px;
      }

      .work-details .icon {
          width: 32.5px;
      }

      .btn-red {
          max-width: 276px;
          font-size: 16px;
      }

      

    }

    /* Responsive fixes */
    @media (min-width: 769px) {
        /* On larger screens, keep nav menu visible and horizontal */
        nav ul {
          display: flex !important;
          position: static;
          flex-direction: row;
          align-items: center;
          background: transparent;
          width: auto;
          box-shadow: none;
          padding: 0;
          width: 100%;
          margin: 0 !important;
        }

        nav ul li {
          border: none;
          margin: 0 20px;
          padding: 0;
          text-align: left;
        }

        .hamburger {
          display: none; /* Hide hamburger on larger screens */
        }
     }



     .campaign-container{
        color: #000;
        /*font-size: 24px;*/
        font-size: 20px;
        font-weight: 700;
        text-decoration: none;
        /*border-left: 1px solid rgba(0, 0, 0, 0.25);
        border-bottom: 1px solid rgba(0, 0, 0, 0.25);
        border-right: 1px solid rgba(0, 0, 0, 0.25);
        box-shadow: #8f7979 0px 1px 5px;*/
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        display: block;
        
        padding: 13px 24px 32px 24px;
        transition:all 0.3s ease-in-out;
        -moz-transition:all 0.3s ease-in-out;
        -webkit-transition:all 0.3s ease-in-out;
        height:auto;
        font-family: 'Montserrat', sans-serif;
        text-align:left;
        min-height: 225px;
      }

      .campaign-container span{
        font-size:16px;
        font-family: 'Orbitron', sans-serif;
        font-weight:900;
        text-transform:uppercase;
      }

      .campaign-container a{
        color:#fff;
        font-size:14px;
        font-weight:900;
        background:#E10600;
        border-radius:40px;
        text-align:center;
        text-transform:uppercase;
        height:37px;
        width:153px;
        padding: 8px;
        display:block;
        text-decoration:none;
        color: #fff;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        font-family: 'Orbitron', sans-serif;
      }

      .campaign-container a:hover{
        color:#fff;
        background-color: #E10600;
        
      }




     a.custom-text-link{
         color: #f01737;
         font-weight: 700;
         text-decoration: none;
         font-size: 20px;
         text-shadow: 1px 1px 16px #000;
     }

     a.custom-text-link:hover{
      text-decoration:underline;
     }


