.omdia-banner-width {
  width: 80%;
  margin: auto;
}
.omdia-banner {
  background-image: url("https://www.chetu.com/img/home-page-new/omdia-banner-2.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  padding: 20px;
  min-height: 120px;
  width: 100%;
  border-radius: 25px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
}
.popup {
  display: none;
  position: fixed;
  bottom: 120px;
  right: -100%;
  width: 90%;
  max-width: 500px;
  max-height: 70%;
  background: #6d2ca7;
  color: white;
  z-index: 9999999;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  animation: slideIn 0.5s forwards;
}
.omdia-heading {
  font-size: 32px;
}
.omdia-head {
  color: #6d2ca7;
}
.omdia-thankyou-heading {
  color: #6d2ca7;
  font-size: 40px;
}
.popup-subhead {
  font-size: 20px;
  line-height: 1.1;
  font-weight: bold;
  font-style: italic;
}
.popup-subhead1 {
  font-size: 28px;
  line-height: 1.1;
  font-weight: bold;
}

.omdia-banner-logo {
  height: 30px !important;
  text-align: left;
}

.omdia-button-div {
  text-align: right;
}

.omdia-content-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.omdia-content-button {
  display: flex;
  flex-direction: row;
}
.omdia-inner-content {
  padding: 32px 25px;
}
.omdia-banner .omdia-button {
  background: transparent;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 15px;
  padding: 10px 20px;
  color: #fff;
  transition: all 0.2s ease;
}

.omdia-banner .omdia-button:hover {
  background: #fff;
  color: #6d2ca7;
}
.omdia-download-button {
  background: #6d2ca7;
  display: inline-block;
  border: 2px solid #6d2ca7;
  border-radius: 20px;
  padding: 10px 20px;
  color: #fff;
  transition: all 0.2s ease;
}
.omdia-download-button:hover {
  background: #843dc2;
  color: #fff;
  border: 2px solid #843dc2;
}

@media (max-width: 991px) {
  .omdia-banner-width {
    width: 95%;
  }
  .omdia-heading {
    font-size: 28px;
  }
  .popup {
    display: none !important;
  }
}

@media (max-width: 700px) {
  .omdia-logo-div {
    display: flex;
    justify-content: center;
  }

  .omdia-button-div {
    display: flex;
    justify-content: center;
  }

  .omdia-content-button {
    flex-direction: column !important;
  }
}

@media (max-width: 500px) {
  .omdia-banner-logo {
    height: 24px !important;
    margin-bottom: 15px;
  }

  .omdia-banner .omdia-button {
    padding: 8px !important;
    font-size: 0.6em !important;
  }
  .popup-logo {
    flex-direction: column !important;
    margin-bottom: 15px;
  }
  .omdia-heading {
    font-size: 22px;
  }
  .omdia-inner-content {
    padding: 30px 10px !important;
  }
}

@keyframes slideIn {
  from {
    right: -100%;
    opacity: 0;
  }

  to {
    right: 20px;
    opacity: 1;
  }
}

.popup-content {
  background-image: url("https://www.chetu.com/img/home-page-new/omdia-popup.jpg");
  background-size: cover;
  background-position: center;
  text-align: center;
  height: calc(100% - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.popup-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #6d2ca7;
  padding: 20px 15px;
}

.popup .button-download {
  padding: 10px;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  border-radius: 15px;
}

.popup .button-download:hover {
  background: #fff;
  color: #7e41a6;
}

.omdia-popup-cross {
  cursor: pointer;
}
