html{
  scroll-behavior:smooth;
}

/* =========================
   SMOOTH AOS ANIMATIONS
========================= */

[data-aos]{
  transition-property:transform, opacity !important;
}


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

body{
  font-family:'Montserrat', sans-serif;
  background:#fff;
  overflow-x:hidden;
}

img{
  max-width:100%;
  display:block;
}

/* =========================================
   GEOM GRAPHIC
========================================= */

.font-geom-regular{
  font-family:"geom-graphic", sans-serif;
  font-weight:400;
  font-style:normal;
}

.font-geom-bold{
  font-family:"geom-graphic", sans-serif;
  font-weight:700;
  font-style:normal;
}

/* =========================================
   HERO SECTION
========================================= */


/* ==========================================

  HEADER SECTION

========================================== */



/* 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 */
    }


    .banner-mobile{
      display:none;
    }

    /* 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;
    }

    /* Keep desktop nav above page sections so links remain clickable */
    @media (min-width: 769px) {
      #header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1101;
        pointer-events: auto;
      }
      #header .bottom-header,
      #header nav,
      #header #menu,
      #header #menu li,
      #header #menu li a {
        position: relative;
        z-index: 1101;
        pointer-events: auto;
      }
    }


.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;
      }

#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;
    }


/* 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;*/
  right: 100px;
  top: 105px;
  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 */




/* Tablet Portrait (e.g., iPad 768px wide) */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    /* Your styles here */


}

@media (max-width: 1024px) {




  .account-menu span {
    display: none;
  }


  .slider-text h2 span{
    font-size: 40px;
  }

  nav a {
    font-size: 11px;
  }

  .card span.plain-text{
    font-size: 10px;
    height: 22px;
  }


  .card p {
      font-size: 10px;
    }

  .card h2 {
    font-size: 13px;
    margin: 1px 0 5px;
    height: 19px;
  }


  .card-buttons {
      margin-top: -8px;
    }


    .card-buttons a.btn-free {
        padding: 9px 18px;
        height: 35px;
        font-size: 12px;


  }

  .view-btn,
  .more-prizes button {
    padding: 15px 54px;
  }


  .points {
    font-size: 16px;
  }


  #competitions-list {
      grid-template-columns: repeat(auto-fit, minmax(193px, 1fr));
      gap: 6px;
  }

  .comp-btn{
    width: 77%;
    font-size: 11px;
  }

  .comp-number {
      font-size: 8px;
    }


  .points-balance{
    font-size:25px;
  }


  .results-container{
      gap: 7px;
      grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
      justify-content: center;
      max-width: 760px;
      margin: 0 auto;
  }

  .work-text{
    font-size: 15px;
  }

  .work-details p{
    font-size:13px;
  }

  .footer-social {
    margin: 31px 0 0 12%;
  }

  .icon img {
      margin: 0 3px 0 0;
      width: 19px;
  }


}

@media (max-width: 768px) {

  .banner-mobile{
      display:block;
    }

    .banner-desktop{
      display:none;
    }


    .account-dropdown {
        right: 0;
        left: -142px;
        top: 56px;
    }



  /* Universal modal layering fix */
  .modal {
      z-index: 999999 !important;
  }

  .modal-backdrop {
      z-index: 999998 !important;
  }

  .account-menu span {
    display: none;
  }


    nav .list-unstyled{
      margin:0!important;
    }


    .view-btn {
      padding: 19px 24px;
    }

    #header .account-menu-container .btn-red{
      margin-right:40px;
      width:120px;
    }

    span.icon.message-us img {
        width: 78%;
    }

}



/* end of Dashboard - Prizes */






/* 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%;

    }

    .divider.two:before{
      left: -17px;
    }

    .divider.two:after{
      right: 35px;
    }

  }


    /* Responsive styles */
    @media (max-width: 768px) {

      .account-btn{
        margin-right: 33px;
      }

    .container, .container-sm{
      max-width:100%!important;
    }




      .account-menu{
        /*position: absolute;*/
        position:relative;
        top: 5%;
        right: 0;
        z-index: 999;
        left: 0;
      }

      

      .account-dropdown{
        right: 0;
        left: -94px;
      }

      .main-footer{
        text-align:center;
      }

      .main-footer .row>*{
        width:auto!important;
        text-align:left;
        margin: 0 0 30px 0;
      }


      .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;
          width: 25px;
      }

      span.icon.message-us img {
          width: 100%;
      }

      .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;
      }


      #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%;
      }


      .divider.two:before,
      .divider.two:after{
        display:none;
      }


      .icon-left,
      .logo-top-right,
      .logo-bottom-right {
        width: 40px;
        height: 40px;
      }


      .footer-logo,.footernav, .legal-nav,.footer-title,.footer-social{
        text-align:left;
      }



      .social-icons{
        display:none;
      }

      .main-footer{
        text-align:center;
      }


    }


    /*@media (max-width: 768px) {
      .slider { display: block !important; }
        .slider-mobile { display: none !important; }
    }*/

    @media (max-width: 576px) {

      .account-btn{
        margin-right: 33px;
      }

      .container, .container-sm{
        width:100%;
      }
    }


    @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;
      }

      .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 */
        }
     }


     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;
     }




/* end of Header Section */

.mega-banner{
  position:relative;
  width:100%;
  height:935px;
  overflow:hidden;
}



/* Background Video */
  .mega-banner video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.mega-banner img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.mega-banner::before{
  content: '';
  position: absolute;
  /* inset: 0; */
  background: rgba(255, 255, 255, 0.08);
  z-index: 1;
  background: #fff;
  bottom: 0;
  width: 100%;
  height: 30px;
  /*content:'';
  position:absolute;
  inset:0;
  background:rgba(255,255,255,0.08);
  z-index:1;*/
}

.mega-banner-overlay{
  position:absolute;
  top:50%;
  left:8%;
  transform:translateY(-50%);
  max-width:750px;
  z-index:2;
}

.mega-banner-overlay h2{
  font-size:35px;
  color:#000;
  margin-bottom:10px;
  line-height:1.2;
  text-transform:uppercase;
}

.mega-banner-overlay h1{
  font-size:54px;
  color:#E00500;
  text-transform:uppercase;
  margin-bottom:22px;
  line-height:1;
}

.mega-banner-overlay p{
  font-size:16px;
  line-height:1.8;
  color:#000;
  max-width:560px;
  margin-bottom:35px;
}

.mega-banner-buttons{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}

.mega-banner-buttons a:hover {
    color: #c9daf3;
}

.mega-btn{
  padding:15px 34px;
  border-radius:50px;
  font-size:16px;
  font-weight:600;
  text-decoration:none;
  transition:0.3s ease;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.mega-btn-outline{
  border:1px solid #E00500;
  color:#E00500;
}

.mega-btn-outline:hover{
  background:#E00500;
  color:#fff;
}

.mega-btn-filled{
  border:1px solid #E00500;
  background:#E00500;
  color:#fff;
}

/* =========================================
   SECOND SECTION
========================================= */

.mega-benefits{
  padding:100px 8%;
  overflow:hidden;
}

.mega-benefits-wrapper{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}

.mega-benefits-left{
  text-align:center;
}

.mega-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#000;
  color:#fff;
  border-radius:50px;
  padding:12px 28px;
  font-size:16px;
  font-weight:600;
  margin:0 auto 30px;
}

.mega-benefits-title{
  font-size:35px;
  text-transform:uppercase;
  line-height:1.2;
  margin-bottom:25px;
}

.mega-benefits-title .black{
  color:#000;
}

.mega-benefits-title .red{
  color:#E10600;
}


span.text-red{
  color:#E10600;
}

span.text-black{
  color:#000;
}

.mega-benefits-desc{
  font-size:16px;
  line-height:1.8;
  color:#000;
  max-width:700px;
  margin:0 auto 45px;
}

.mega-feature-list{
  /*display:flex;*/
  display: inline-block;
  flex-direction:column;
  gap:28px;
  text-align:left;
}

.mega-feature-item{
  display:flex;
  align-items:flex-start;
  gap:18px;
}

.mega-feature-icon-img{
  width:60px;
  min-width:60px;
}

.mega-feature-icon-img img{
  width:60px;
  height:60px;
  object-fit:contain;
}

.mega-feature-content h3{
  font-size:20px;
  text-transform:uppercase;
  color:#E10600;
  margin-bottom:8px;
}

.mega-feature-content p{
  font-size:16px;
  line-height:1.6;
}

.mega-benefits-right img{
  width:100%;
  border-radius:30px;
}

/* =========================================
   THIRD SECTION
========================================= */

.mega-slider-section{
  padding: 130px 0 110px 0;
  overflow:hidden;
}

.mega-slider-header{
  text-align:center;
  padding:0 5%;
  margin-bottom:70px;
}

.mega-slider-header h2{
  font-size:35px;
  line-height:1.3;
  text-transform:uppercase;
  margin-bottom:24px;
}

.mega-slider-header .red{
  color:#E10600;
}

.mega-slider-header .black{
  color:#000;
}

.mega-slider-header p{
  max-width:760px;
  margin:0 auto;
  font-size:16px;
  line-height:1.8;
}

.mega-slider-block{
  margin-bottom:70px;
}

.mega-slider-title{
  font-size:28px;
  text-transform:uppercase;
  color:#000;
  margin-bottom:28px;
  padding:0 8%;
}

.mega-marquee{
  position:relative;
  overflow:hidden;
}

.mega-marquee::before,
.mega-marquee::after{
  content:'';
  position:absolute;
  top:0;
  width:180px;
  height:100%;
  z-index:2;
  pointer-events:none;
}

.mega-marquee::before{
  left:0;
  background:linear-gradient(to right, #fff, transparent);
}

.mega-marquee::after{
  right:0;
  background:linear-gradient(to left, #fff, transparent);
}

.mega-track{
  display:flex;
  width:max-content;
  gap:24px;
}

.mega-track-left{
  animation:scrollLeft 90s linear infinite;
}

.mega-track-right{
  animation:scrollRight 90s linear infinite;
}

.mega-thumb{
  width:240px;
  min-width:240px;
  border-radius:20px;
  overflow:hidden;
  height:158px;
}

.mega-thumb img{
  width:100%;
  border-radius:20px;
}

@keyframes scrollLeft{
  from{
    transform:translateX(0);
  }
  to{
    transform:translateX(-50%);
  }
}

@keyframes scrollRight{
  from{
    transform:translateX(-50%);
  }
  to{
    transform:translateX(0);
  }
}

/* =========================================
   FOURTH SECTION
========================================= */

.mega-steps-section{
  padding:100px 8%;
  overflow:hidden;
}

.mega-steps-wrapper{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}

.mega-steps-image img{
  width:100%;
  border-radius:30px;
}

.mega-steps-content{
  text-align:center;
}

.mega-steps-title{
  font-size:35px;
  line-height:1.2;
  text-transform:uppercase;
  margin-bottom:20px;
}

.mega-steps-title .black{
  color:#000;
}

.mega-steps-title .red{
  color:#E10600;
}

.mega-steps-desc{
  font-size:16px;
  line-height:1.8;
  margin-bottom:45px;
}

.mega-steps-list{
  display:flex;
  flex-direction:column;
  gap:35px;
  position:relative;
  max-width:650px;
  margin:0 auto;
}

.mega-step-item{
  display:flex;
  align-items:flex-start;
  gap:25px;
  text-align:left;
  position:relative;
}

.mega-step-number-wrapper{
  position:relative;
  display:flex;
  justify-content:center;
}

.mega-step-number-wrapper::after{
  content:'';
  position:absolute;
  top:56px;
  width:3px;
  height:calc(100% + 35px);
  background:#E10600;
}

.mega-step-last .mega-step-number-wrapper::after{
  display:none;
}

.mega-step-number{
  width:56px;
  height:56px;
  min-width:56px;
  border-radius:50%;
  background:#E10600;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  font-weight:700;
  position:relative;
  z-index:2;
}

.mega-step-content h3{
  font-size:20px;
  text-transform:uppercase;
  color:#E10600;
  margin-bottom:10px;
}

.mega-step-content p{
  font-size:16px;
  line-height:1.7;
  color:#000;
}


/* 5th Section */

.faq-container {
      max-width: 1200px;
      margin: 160px auto 110px auto;
      overflow:hidden;
      display:none;
    }

    .faq-title {
      font-family: 'Orbitron', sans-serif;
      font-size: 35px;
      text-align: center;
      margin-bottom: 50px;
      letter-spacing: 1px;
      color: var(--text);
      text-transform:uppercase;
      font-weight:900;
    }

    /* Tabs */
    .tabs-wrapper {
      position: relative;
      margin-bottom: 45px;
    }

    .tabs {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      justify-content: center;
    }

    .desktop-only {
      display: inline-flex;
    }

    .tab-btn {
      border: 1px solid #000;
      background: #fff;
      color: var(--text);
      padding: 14px 22px;
      border-radius: 12px;
      cursor: pointer;
      font-family: 'Orbitron', sans-serif;
      font-size: 13px;
      transition: 0.3s ease;
      white-space: nowrap;
      font-weight:900;
    }

    .tab-btn:hover {
      border-color: #d32f2f;
      color: #d32f2f;
    }

    .tab-btn.active {
      background: #d32f2f;
      border-color: #d32f2f;
      color: #fff;
    }

    /* Mobile dropdown */
    .more-dropdown {
      display: none;
      position: relative;
    }

    .more-btn {
      border: 1px solid #000;
      background: #fff;
      padding: 14px 18px;
      border-radius: 12px;
      cursor: pointer;
      font-family: 'Orbitron', sans-serif;
      font-size: 13px;
      color: #000;
    }

    .dropdown-menu {
      position: absolute;
      top: 58px;
      right: 0;
      width: 240px;
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 14px;
      overflow: hidden;
      display: none;
      z-index: 100;
      box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    }

    .dropdown-menu button {
      width: 100%;
      background: #fff;
      border: none;
      padding: 16px;
      text-align: left;
      cursor: pointer;
      font-family: 'Questrial', sans-serif;
      transition: 0.2s ease;
    }

    .dropdown-menu button:hover {
      background: #fafafa;
      color: #d32f2f;
    }

    .dropdown-menu.show {
      display: block;
    }

    /* Tab content */
    .tab-content {
      display: none;
      animation: fade 0.3s ease;
    }

    .tab-content.active {
      display: block;
    }

    @keyframes fade {
      from {
        opacity: 0;
        transform: translateY(8px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* Accordion */
    .accordion {
      border: 1px solid #ccc;
      border-radius: 18px;
      margin-bottom: 18px;
      overflow: hidden;
      background: #fff;
      transition: 0.3s ease;
    }

    .accordion:hover {
      border-color: #d32f2f;
    }

    .accordion.active {
      border-color: #d32f2f;
      background:#f9f4f4;
    }


    .accordion.active .accordion-title{
      color:#e10600;
    }

    .accordion-header {
      width: 100%;
      background: transparent;
      border: none;
      padding: 17px 35px 31px 34px;
      display: flex;
      align-items: center; /* changed from flex-start */
      gap: 18px;
      cursor: pointer;
      text-align: left;
      position:relative;
    }

    .accordion-icon {
      width: 38px;
      height: 38px;
      min-width: 38px;
      /*border: 1px solid #000;*/
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      font-weight: 300;
      color: #d32f2f;
      transition: 0.3s ease;
      flex-shrink: 0;
      margin-top: 0; /* remove margin */
      font-weight:900;
      position:absolute;
      right:30px;
    }

    .accordion.active .accordion-icon {
      background: #d32f2f;
      color: #fff;
      border-color: #d32f2f;
      transform: rotate(180deg);
      background:url(https://assets.cdn.filesafe.space/tSCoUOTHrXglK2BwDeYc/media/6a0fc417fe2210f89e33dc8b.png) no-repeat;
      background-size: 100% 100%;
    }

    .accordion.active .accordion-icon img{
      display:none;
    }

    .accordion-title {
      font-family: 'Orbitron', sans-serif;
      font-size: 17px;
      line-height: 1.5;
      font-weight:900;
      color: var(--text);
      display: flex;
      align-items: center; /* keeps text vertically centered */
      min-height: 38px; /* same height as icon */
    }

    .accordion-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.35s ease;
      margin-top: -16px;
    }

    .accordion-content-inner {
      padding: 0 24px 26px 36px;
    }

    .accordion-content p {
      font-family: 'Questrial', sans-serif;
      font-size: 16px;
      color: var(--muted);
      line-height: 1.9;
    }





    /* =========================================
       FIFTH SECTION
    ========================================= */

    .mega-cta-section{
      position:relative;
      padding:140px 5%;
      background:url('https://assets.cdn.filesafe.space/tSCoUOTHrXglK2BwDeYc/media/6a13aae83c3aed7c63b19bd5.jpg') center center/cover no-repeat;
      overflow:hidden;
    }

    /*.mega-cta-overlay{
      position:absolute;
      inset:0;
      background:rgba(0,0,0,0.45);
    }*/

    .mega-cta-content{
      position:relative;
      z-index:2;
      max-width:900px;
      margin:0 auto;
      text-align:center;
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
    }

    .mega-cta-title{
      font-size:40px;
      font-weight:700;
      line-height:1.2;
      color:#fff;
      margin-bottom:24px;
    }

    .mega-cta-desc{
      font-size:16px;
      font-weight:400;
      line-height:1.8;
      color:#fff;
      max-width:760px;
      margin:0 auto 38px;
    }

    .mega-cta-buttons{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:20px;
      flex-wrap:wrap;
    }

    .mega-cta-btn{
      min-width:230px;
      padding:16px 34px;
      border-radius:50px;
      text-decoration:none;
      font-family:'Montserrat', sans-serif;
      font-size:16px;
      font-weight:600;
      transition:0.35s ease;
      display:inline-flex;
      align-items:center;
      justify-content:center;
    }

    .mega-cta-btn-outline{
      border:1px solid #FCD803;
      background:none;
      color:#FCD803;
    }

    .mega-cta-btn-filled{
      border:1px solid #FCD803;
      background:#FCD803;
      color:#000;
    }

    .mega-cta-btn-outline:hover,
    .mega-cta-btn-filled:hover{
      background:#FCD803;
      color:#000;
      box-shadow:
        0 0 15px rgba(252,216,3,0.55),
        0 0 30px rgba(252,216,3,0.35),
        0 0 45px rgba(252,216,3,0.2);
      transform:translateY(-2px);
    }

    /* =========================================
       RESPONSIVE
    ========================================= */

    @media(max-width:767px){




      .mega-cta-section{
        padding:90px 5%;
      }

      .mega-cta-title{
        font-size:20px;
      }

      .mega-cta-buttons{
        flex-direction:column;
        width:100%;
      }

      .mega-cta-btn{
        width:100%;
        max-width:320px;
      }

    }


/* ==========================================*/

/* Main Footer */

/* ========================================== */


/* 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: #222E46;
      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;
    }

    .footernav li a:hover,
    .legal-nav li a:hover,
    .footer-social a:hover{
      color:#E10600;
    }

    .footer-social{
      margin: 31px 0 0 29%;
      padding: 0;
      list-style: none;
      text-align: left;
      display:flex;
    }

    .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-social a:hover img{
      opacity: 0.7;
    }

    .footer-social img{
      width:18px;
    }

    .footer-logo-social{
      display:flex;
    }

    .divider.three a, divider.three span{
      font-size:14px;
    }



    span.icon {
        margin: 0 5px 0 0;
        display: ruby;
    }

    span.icon.message-us img{
      width: 13%;
    }



/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:1100px){

  .mega-benefits-wrapper,
  .mega-steps-wrapper{
    grid-template-columns:1fr;
  }

  .mega-benefits-right,
  .mega-steps-image{
    order:-1;
  }

}

@media(max-width:767px){


  .mega-cta-buttons{
    gap: 14px;
  }

  .mega-cta-btn{
    min-width: 132px;
    padding: 12px 5px;
  }

  span.icon.message-us img{
    width: 95%;
  }

  .mega-banner{
    /*height:650px;*/
    height: 1195px;
  }

  .mega-banner-overlay{
    left:5%;
    right:5%;
    max-width:100%;
    top: 77%;
  }

  .mega-banner-overlay h2{
    font-size:24px;
  }

  .mega-banner-overlay h1{
    font-size:38px;
  }

  .mega-banner-buttons{
    flex-direction:column;
    align-items:flex-start;
    gap: 8px;
  }

  .mega-btn{
    max-width: none;
    width: fit-content;
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 11px;
    white-space: nowrap;
  }

  .mega-benefits,
  .mega-steps-section{
    padding:70px 5%;
  }

  .mega-benefits-title,
  .mega-slider-header h2,
  .mega-steps-title{
    font-size:25px;
  }

  .mega-slider-title{
    font-size:22px;
  }

  .mega-thumb{
    width:180px;
    min-width:180px;
  }

  .mega-marquee::before,
  .mega-marquee::after{
    width:80px;
  }

  .mega-step-item{
    gap:18px;
  }

  .mega-step-number{
    width:48px;
    height:48px;
    min-width:48px;
    font-size:20px;
  }

  .mega-step-number-wrapper::after{
    top:48px;
    height: calc(100% + 98px);
  }

  .mega-step-content h3{
    font-size:16px;
  }


  .accordion-title {
    font-size: 14px;
    min-height: 32px;
    display: flex;
    align-items: center;
    width: 90%;
  }

  .accordion-header{
    padding: 17px 20px 31px 20px;
  }

  .accordion-content-inner{
    padding: 0 20px 22px 20px;
  }

  .accordion-icon{
    right:10px;
  }




  .faq-container{
    margin: 10px auto 90px auto;
  }

  .main-footer{
    padding:40px 16px 16px 16px;
  }

  .footer-social {
    margin: 11px 0 0 29%;
  }

  .top-header span {
      font-size: 11px;
  }


  .faq-container{
    padding:0 16px;
  }

  .accordion-content p {
    font-size: 15px;
    line-height: 1.8;
  }

  .accordion-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 20px;
  }

  .desktop-only {
    display: none;
  }

  .more-dropdown {
    display: block;
  }

}
