/* Responsive Image */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

.dipeshc {
  max-width: 1024px;
  border: 1px solid #eee;
  border-radius: 6px;
  box-shadow: 2px 2px 10px 0 rgb(157 157 157 / 20%);
  margin: 4rem auto;
  padding: 2rem;
}

/* Style for style1 */
.coupon-card.style1 {
  background: linear-gradient(135deg, #2b286b, #7158fe);
  color: #fff;
  text-align: center;
  padding: 40px 80px;
  border-radius: 15px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}

/* Style for style2 */
.coupon-card.style2 {
  background: linear-gradient(135deg, #ff6b6b, #f8b400);
  color: #000;
  text-align: center;
  padding: 60px 80px;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  position: relative;
}

/* Style for style3 */
.coupon-card.style3 {
  background: #4caf50;
  color: #fff;
  text-align: center;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
}

/* Common styles for all styles */
.coupon-card h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 20px;
}

.coupon-card p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.coupon-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

/* Style for style1 */
.coupon-card.style1 #cpnCode {
  border: 1px dashed #fff;
  padding: 10px 20px;
  border-right: 0;
  margin-right: 10px;
}

.coupon-card.style1 #cpnBtn {
  border: 1px solid #fff;
  background: #fff;
  padding: 10px 20px;
  color: #2b286b;
  cursor: pointer;
}

/* Style for style2 */
.coupon-card.style2 #cpnCode {
  border: 1px dashed #000;
  padding: 15px 25px;
  border-right: 0;
  margin-right: 15px;
}

.coupon-card.style2 #cpnBtn {
  border: 1px solid #000;
  background: #000;
  padding: 15px 25px;
  color: #ff6b6b;
  cursor: pointer;
}

/* Style for style3 */
.coupon-card.style3 #cpnCode {
  border: 2px dashed #fff;
  padding: 12px 22px;
  border-right: 0;
  margin-right: 12px;
}

.coupon-card.style3 #cpnBtn {
  border: 2px solid #fff;
  background: #fff;
  padding: 12px 22px;
  color: #4caf50;
  cursor: pointer;
}

.circle1,
.circle2 {
  background: black;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.circle1 {
  left: -25px;
}

.circle2 {
  right: -25px;
}

.dipesh1-main {
  border: 1px solid #e7e4e4;
  margin-bottom: 18px;
}

.dipesh1-head {
  background: #e7e4e4;
  padding: 10px;
  margin: -1px;
}

.dipesh1-content {
  padding: 15px 10px;
}

.dipesh1-content p:last-child {
  margin: 0;
}

.secound-banner .fsl-1 {
  font-size: 35px;
  line-height: 1;
}

.secound-banner .fsl-2 {
  font-size: 45px;
  line-height: 1.5;
}

.secound-banner .fsl-3 {
  font-size: 20px;
}

.d-black {
  color: #fff;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #2b286b;
  margin-bottom: 5px;
}

.card {
  width: 100%;
  height: 100%;
  padding: 45px 30px;
  position: relative;
  background: #fff;
  border: 1px solid #e6ebf5;
  border-radius: 20px;
}

.copy-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px;
}

.copy-box .card {
  margin-bottom: 10px;
}

.copy-box button {
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.copy-box button:hover {
  background-color: #555;
}
