        @font-face {
  font-family: 'Userway Dyslexia';
  src: url('../fonts/Userway Dyslexia Font.ttf') format('opentype');
  font-style: normal;
}
    
       * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Userway Dyslexia';
    }
    
    .offer-strip {
  width: 100%;
  background-color: #f9d979;
  color: #000;
  text-align: center;
  padding: 7px 5px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.offer-strip .divider {
  display: inline;
}

.offer-strip .break {
  display: none;
}


    /* LOGO STRIP */
    .logo-strip {
      width: 100%;
      height: auto;
      padding: 0.6rem;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #542785;
    }

    .logo-strip img {
      height: 12vh;
      width: auto;
      object-fit: contain;
    }

    /* HERO SECTION */
   .hero {
  width: 100%;
  height: 90vh;
  background: url('../images/2024-12-16.webp') no-repeat center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
  position: relative;
  z-index: 1;
}

/* OVERLAY */
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* adjust opacity here */
  z-index: -1;
}

    .hero-content {
      color: #fff;
      max-width: 100%;
    }

    .hero h1 {
      font-size: 3rem;
      margin-bottom: 1rem;
    }
    
    .p1 {
       font-size: 1.7rem;
      margin-bottom: 1rem;
}

.p2 {
           font-size: 1.2rem;
      margin-bottom: 2rem;
}

    .hero button {
      padding: 1em 2em;
      font-size: 1rem;
      border: none;
      background: #f9d979;
      color: #000;
      cursor: pointer;
      border-radius: 0.5rem;
      transition: 0.3s;
    }

    .hero button:hover {
      background: #542785;
      color: #fff;
    }
    
    /* ===== COMMON SPLIT ===== */
.split {
  display: flex;
  width: 100%;
     height: auto;

}

/* ===== FIRST SECTION ===== */
.section-1 .left {
  width: 50%;
  background: #e4c56a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5vw;
}

.section-1 h1 {
  font-size: 2rem;
  color: #5a2a82;
  margin-bottom: 1rem;
}

.line {
  width: 80%;
  height: 0.2vh;
  background: #5a2a82;
  margin-bottom: 1.5rem;
}

.btn {
  display: inline-block;
  padding: 0.8em 1.8em;
  font-size: 0.9rem;
  background: #5a2a82;
  color: #fff;
  border-radius: 2rem;
  text-decoration: none;
  width: fit-content;
}

.section-1 .right {
  width: 50%;
}

.section-1 iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* ===== SECOND SECTION ===== */
.section-2 .left {
  width: 50%;
  background: url('../images/background-2.jpg') center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-img {
  width: 25vw;
}

.section-2 .right {
  width: 50%;
  background: #5a2a82;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5vw;
}

.section-2 h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #f9d979;
}

.section-2 p {
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  line-height: 1.6em;
  color: #f9d979;
}

.btn-yellow {
  background: #f9d979;
  color: #000;
}



/* MAIN */
.footer {
  width: 100%;
    min-height: auto;
  background-color: #260d41;
  display: flex;
  justify-content: space-between;
  padding: 6vh 6vw;
  position: relative;
  overflow: hidden;
}

/* BACKGROUND */
.footer::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: url('../images/yellow-rotated-1.webp') no-repeat center;
  background-size: cover;
  opacity: 0.15;
  top: 0;
  left: 0;
}

/* LEFT */
.footer-left {
width: 90%;
    color: #cfc3dd;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.logo {
  width: 10vw;
  min-width: 120px;
  margin-bottom: 3vh;
}

.contact-block p {
  margin-bottom: 1.5vh;
  font-size: 0.95rem;
}

.timing {
  margin-top: 3vh;
}

.timing h4 {
  margin-bottom: 1vh;
}

.timing p {
  margin-bottom: 1vh;
  font-size: 0.9rem;
}

/* MENU */
.footer-menu {
  width: 20%;
  z-index: 2;
}

.footer-menu ul {
  list-style: none;
}

.footer-menu li {
  color: #cfc3dd;
  margin-bottom: 2.2vh;
  font-size: 1.1rem;
  cursor: pointer;
}

/* RIGHT */
.footer-right {
  width: 35%;
  z-index: 2;
}

.footer-right h2 {
  color: #cfc3dd;
  margin-bottom: 2vh;
}

.email-input {
  width: 100%;
  padding: 1.2vh 1vw;
  border-radius: 2rem;
  border: none;
  margin-bottom: 2vh;
}

.captcha {
  width: 60%;
  height: 6vh;
  background: #2d6cdf;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2vh;
  font-size: 0.85rem;
}

.cta-btn {
  padding: 1.2vh 2vw;
  border-radius: 2rem;
  border: none;
  background: #f4c95d;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 3vh;
}

.license {
  width: 8vw;
  min-width: 90px;
}

/* BOTTOM */
.footer-bottom {
  text-align: center;
  padding: 3vh 5vw;
  color: #cfc3dd;
  background-color: #260d41;
  font-size: 0.75rem;
  line-height: 1.5;
}

.privacy-link {
        color: #c4c3dd;
    text-decoration: none;
}

    /* RESPONSIVE */
    @media (max-width: 768px) {
        
         .offer-strip .divider {
    display: none;
  }

  .offer-strip .break {
    display: block;
    height: 4px;
  }
        
      .logo-strip {
        height: auto;
      }

      .logo-strip img {
        height: 10vh;
      }

      .hero {
        height: 80vh;
      }

      .hero h1 {
        font-size: 3rem;
        line-height: 1.3;
      }

    .p1 {
       font-size: 1.5rem;
}

.p2 {
           font-size: 1rem;
}

      .hero button {
        font-size: 1.2rem;
        padding: 0.8em 1.5em;
      }
      
       .split {
    flex-direction: column;
    height: auto;
  }

  .section-1 .left,
 
  .section-2 .left,
  .section-2 .right {
    width: 100%;
    height: auto;
  }
  
   .section-1 .right{
        width: 100%;
    height: 55vh;
   }
   
   .section-2 .left{
         width: 100%;
    height: 50vh;
   }

  .section-1 h1 {
    font-size: 2rem;
  }

  .logo-img {
    width: 65vw;
  }
  
   .footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
        padding: 6vh 6vw 2vh 6vw;
  }

  .footer-left,
  .footer-menu,
  .footer-right {
    width: 100%;
    margin-bottom: 4vh;
  }
   .footer-left{flex-direction: column;}

  .footer-right {
    align-items: center;
  }

  .captcha {
    width: 80%;
  }

  .license {
    width: 25vw;
  }
  
  .footer-bottom {
    padding: 0vh 5vw 3vh 5vw;
}
    }