 /* Unique Modal Styling */
 .offer-modal-content {
 	border-radius: 20px;
 	/* background: rgba(255, 255, 255, 0.75); */
 	backdrop-filter: blur(10px);
 	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
 }

 .offer-modal-header {
 	border-bottom: none;
 	padding: 1.5rem 2rem !important;
 }

 .offer-modal-title {
 	font-weight: 600;
 	font-size: 1.8em;
 	color: #ffffff;
 }

 .offer-modal-body {
 	padding: 1rem !important;
 }

 .offer-modal-footer {
 	border-top: none;
 	justify-content: center;
 	padding-bottom: 2rem;
 }

 .promo-code-container-unique {
 	background: #f1f3f8;
 	padding: 0.7rem;
 	border-radius: 15px;
 	display: flex;
 	justify-content: space-between;
 	align-items: center;
 	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
 	position: relative;
 	margin-top: 25px;
 }

 .promo-code-unique {
 	font-weight: 600;
 	font-size: 1.5em;
 	color: #2a2a72;
 	letter-spacing: 0.05em;
 }

 .copy-message-unique {
 	font-size: 1em;
 	color: #4caf50;
 	display: none;
 	position: absolute;
 	bottom: -27px;
 	left: 10px;
 }

 .btn-copy-unique {
 	padding: 0.5rem 1.5rem;
 	border-radius: 30px;
 	background: linear-gradient(135deg, #6a11cb, #2575fc);
 	color: white;
 	border: none;
 	box-shadow: 0 10px 20px rgba(106, 17, 203, 0.3);
 	transition: all 0.3s ease;
 }

 .btn-copy-unique:hover {
 	background: linear-gradient(135deg, #2575fc, #6a11cb);
 	box-shadow: 0 15px 25px rgba(106, 17, 203, 0.5);
 }

 .btn-shop-unique {
 	padding: 0.75rem 2.5rem;
 	border-radius: 30px;
 	background: linear-gradient(135deg, #ff416c, #ff4b2b);
 	color: white;
 	border: none;
 	box-shadow: 0 10px 20px rgba(255, 65, 108, 0.3);
 	transition: all 0.3s ease;
 }

 .btn-shop-unique:hover {
 	background: linear-gradient(135deg, #ff4b2b, #ff416c);
 	box-shadow: 0 15px 25px rgba(255, 65, 108, 0.5);
 }

 .offer-modal-backdrop {
 	background: rgba(0, 0, 0, 0.5);
 }

 /* Smooth Fade-In for Modal */
 .offer-modal.fade .offer-modal-dialog {
 	-webkit-transform: translateY(-50px);
 	transform: translateY(-50px);
 	-webkit-transition: -webkit-transform 0.3s ease-out;
 	transition: transform 0.3s ease-out;
 }

 .offer-modal.show .offer-modal-dialog {
 	-webkit-transform: translateY(0);
 	transform: translateY(0);
 }

 /* Responsive Modal */
 @media (max-width: 768px) {
 	.offer-modal-dialog {
 		margin: 0;
 		width: 100%;
 	}

 	.offer-modal-title {
 		font-size: 0.9rem;
 	}

 	.valid-offer-text {
 		font-size: 15px !important;
 	}

 	.offer-highlight {
 		font-size: 15px !important;
 	}

 	.valid-small-text {
 		font-size: 15px !important;
 	}

 	.offer-spec-list {
 		font-size: 15px !important;
 	}

 	.offer-valid-text {
 		font-size: 15px !important;
 	}

 }
 .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  width: 100%;
  text-align: center;
}

 .valid-offer-text {
 	font-size: 17px;
 	font-weight: 700;
 	text-align: center;
 }

 .valid-small-text {
 	font-size: 17px;
 }

 .pdl-25 {
 	padding-left: 25px;
 }

 .offer-spec-list {
 	list-style: disc;
 	font-size: 17px;
 	color: #666666 !important;
 }

 @media(min-width:320px) and (max-width:480px) {
 	
 }

 

 .modal-header {
 	display: flex;
 	align-items: flex-start;
 	justify-content: space-between;
 	padding: 1rem 1rem;
 	border-bottom: 1px solid #EEEEEE;
 	border-top-left-radius: 0.3rem;
 	border-top-right-radius: 0.3rem;
 	background: #1B2268;
 }
 .btn-copy-unique {
  padding: 0.5rem 1.5rem !important;
  border-radius: 30px !important;
  background: linear-gradient(135deg, #6a11cb, #2575fc) !important;
  color: white !important;
  border: none !important;
  box-shadow: 0 10px 20px rgba(106, 17, 203, 0.3) !important;
  transition: all 0.3s ease;
  width: auto;
  font-weight: 500 !important;
}
 
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  background: aliceblue;
}

h3, .h3 {
  font-size: 1.5rem !important;
}

.offer-highlight {
  color: #666666 !important;
}
h4, .h4 {
  font-size: 1.125rem !important;
}

.close {
  float: right;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  color: #fff !important;
  /* text-shadow: 0 1px 0 #fff; */
  /* opacity: .5; */
}

.modal-header .close {
  padding: 1rem !important;
  margin: -1rem -1rem -1rem auto !important;
  width: 10%;
}
a.btn--snakeBorder {
    position: relative;
    display: inline-block;
    padding: 10px 10px;
    margin: 0px;
    color: #fff;
    font-size: 1rem;
    border-radius: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    width: auto;
    outline: 1px solid #00AFD4;
    outline-offset: -6px;
    background-image: linear-gradient(45deg, #011d6f, #01aad0);
}
a.btn--snakeBorder span {
  position: absolute;
  /* background: linear-gradient(to right, #ffd700, white); */
  background: linear-gradient(84deg, #fff 0%, rgba(255,255,255,1) 100%);
}
a.btn--snakeBorder span:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  animation: borderAnimation1 2s linear infinite;
}
a.btn--snakeBorder span:nth-child(2) {
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  animation: borderAnimation2 2s linear infinite;
  animation-delay: 1s;
}
a.btn--snakeBorder span:nth-child(3) {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  animation: borderAnimation3 2s linear infinite;
}
a.btn--snakeBorder span:nth-child(4) {
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  animation: borderAnimation4 2s linear infinite;
  animation-delay: 1s;
}
@keyframes borderAnimation1 {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}
@keyframes borderAnimation2 {
  0% { transform: translateY(-100%); }
  100% { transform: translateY(100%); }
}
@keyframes borderAnimation3 {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}
@keyframes borderAnimation4 {
  0% { transform: translateY(100%); }
  100% { transform: translateY(-100%); }
}
.partner-log a {
  color: #ffffff;
  text-decoration: none;
}

.create-button-bounce {
  animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-10px);}
	60% {transform: translateY(-5px);}
}

@media (max-width: 767px) {
  .btn--snakeBorder a {
      color: #ffffff;
      text-decoration: none;
      padding: 10px 18px;
      background-color:transparent;
      outline: none;
      border: 0;
      border-radius: 5px;
      margin-right: 10px;
      padding: 10px 8px;
      font-size: 14px;
  }
  

}
@media (min-width: 767px) {

  .pt-login {
    display: none !important;
  }
  a.btn--snakeBorder {
    padding: 12px 30px;
  }
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: unset !important;
}

.create-btn{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding-bottom: 1rem;
}
