* {
  margin: 0;
  padding: 0;
  outline: none;
  font-family: 'Poppins', sans-serif;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #666666;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  word-spacing: normal;
  background-color: #f7fafc;
}

h1 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: #333;
  padding: 0;
  margin: 10px 0px;
  letter-spacing: -0.5px;
}
                
.video-ad-container {
    /* Set to 90% of the viewport width, or a maximum width */
    max-width: 600px; /* Limits size on large screens */
    width: 90%; 

    position: relative;
    margin: 20px auto;
    border: 2px solid #fff;
    overflow: hidden; 
    
    /* ASPECT RATIO HACK: For 16:9 ratio (9 / 16 = 0.5625 = 56.25%) */
    height: 0; 
    padding-bottom: 56.25%; /* This sets the height based on the width */
}


.video-ad-container video {
    /* Set to absolute position to align with the container */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Must be 100% of the responsive container */
    height: 100%; /* Must be 100% of the responsive container */
}
video {
    max-width: 100%; /* Ensures it never exceeds its parent container */
    height: auto;    /* Crucial for maintaining the aspect ratio */
}
p {
  font-size: 18px;
  line-height: 24px;
}

section {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.div-article {
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
}

.div-presentation {
  width:100%;
  border:0;
  border-spacing:0;
}

.outer {
  max-width: 660px;
  margin: 0 auto;
  background-color: #fff;
  min-height: 400px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.small-padding {
  padding: 10px 17px 20px 20px;
}

.medium-padding {
  padding:20px;
}

.no-bottom-padding {
  padding:20px 20px 0 20px;
  text-align:center
}

.small-bottom-padding {
  padding:20px 20px 10px 20px;
  text-align:center
}

.small-top-padding {
  padding:10px 20px 20px 20px;
  text-align:center
}

.large-side-padding {
  padding:0 40px
}

.two-column-space {
  text-align:center;
  font-size:0;
}

.fa-trash {
  margin-right: 4px;
}

.outerfooter {
  max-width: 660px;
}

.mobile-hide {
  display: block !important;
  visibility: visible !important;
}

.mobile-show {
  display: none !important;
  visibility: hidden !important;
}

.verification {
  font-size: 28px !important;
  line-height: 30px !important;
  color: #89b837;
  font-family: 'Mitr', sans-serif;
  font-weight: 400;
}

.verify {
  font-size: 18px !important;
  line-height: 20px !important;
  font-family: 'Mitr', sans-serif !important;
  padding: 4px 12px;
  font-weight: 400;
}

.content {
  font-size: 18px;
  line-height: 24px;
  color: #555;
  margin: 20px 0;
}

.light {
  font-size: 18px;
  line-height: 22px;
  color: #555555;
  margin: 10px 0 0 0;
  font-weight: 400;
}

.dark {
  color: #333;
  font-weight: 600;
}

.colors {
  font-size: 12px;
  color: #fff;
  display: table;
  float: left;
  width: 80px;
  height: 80px;
  margin: 0 0px 20px 20px;
  border-radius: 0 !important;
  border: 2px solid #fff;
}

.colors:hover {
  opacity: 0.8;
  border: 2px solid #ddd;
}

.designbutton:hover {
  background: #fff !important;
  color: #333 !important;
}

.font {
  font-size: 18px;
  color: #333;
  display: table;
  float: left;
  margin: 0 10px 20px 10px;
  border: 2px solid #fff;
  background-color: #fff;
  font-weight: 700;
}

.font:hover {
  opacity: 0.8;
  border: 2px solid #ddd;
}

.photothumb {
  border: 4px solid #fff;
  max-width: 140px;
  padding: 0 !important;
  border-radius: 0 !important;
  resize: none !important;
  margin: 0 0 10px 10px !important;
  float: left;
  opacity: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
}

.photothumb:hover {
  opacity: 0.8;
  border: 4px solid #89b837;
}

.websitethumbcs {
  border: 4px solid #fff;
  max-width: 90%;
  padding: 0 !important;
  border-radius: 0 !important;
  resize: none !important;
  margin: 0 5px 10px 5px !important;
  float: left;
  opacity: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
}

.websitethumbcs:hover {
  opacity: 0.8;
  border: 4px solid #fff;
}

.websitethumb {
  border: 4px solid #fff;
  max-width: 90%;
  padding: 0 !important;
  border-radius: 0 !important;
  resize: none !important;
  margin: 0 5px 10px 5px !important;
  float: left;
  opacity: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
}

.websitethumb:hover {
  opacity: 0.8;
  border: 4px solid #89b837;
}

.footer {
  font-size: 10px;
  line-height: 14px;
  color: #aaa;
  padding: 0 20px;
}

.btn-primary {
  background-color: #89b837 !important;
  color: #fff !important;
  width: 140px !important;
  border: 0 solid #ddd;
  font-size: 18px;
  padding: 6px 10px;
  font-weight: 500;
  border-radius: 15px;
  text-decoration: none;
  margin: 0 0 10px 0;
}

.btn-primary:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #fff !important;
}

.pd-0 {
  padding: 0;
}

.mg-0 {
  margin: 0;
}

.mobile-hide {
  display: block !important;
  visibility: visible !important;
}

.mobile-show {
  display: none !important;
  visibility: hidden !important;
}

a {
  color: #89b837 !important;
}

a:hover {
  color: #89b837 !important;
}

input {
  width: 300px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 15px;
  box-sizing: border-box;
  resize: vertical;
  font-size: 18px;
  text-align: center;
  color: #888;
  margin: 10px 0;
}

select {
  border: 1px solid #ddd;
  border-radius: 15px;
  outline: none;
  padding: 12px;
  font-size: 16px;
  color: #555 !important;
  margin: 10px 0;
  width: 300px;
  height: 50px;
  background-color: #eee;
}

input.invalid {
  background-color: #ffdddd;
}

[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

[type=radio] + img {
  cursor: pointer;
}

[type=radio]:checked + img {
  outline: 2px solid #f00;
}

.tab {
  display: none;
}

button {
  background-color: #89b837;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  font-size: 18px;
  margin: 0 auto;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}

.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #eee;
  width: 100%;
  top: 15px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #eee;
  width: 100%;
  top: 15px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: #777;
  border-radius: 50%;
  background: #eee;
  margin-bottom: 6px;
}

.stepper-item.active {
  font-weight: bold;
}

.stepper-item.active .step-counter {
  background-color: #89b837;
  color: #fff;
}

.stepper-item.completed .step-counter {
  background-color: #89b837;
  color: #d2e9aa;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #89b837;
  width: 100%;
  top: 15px;
  left: 50%;
  z-index: 3;
}

.completed .step-counter:hover {
  background-color: #a9d053 !important;
  color: #fff !important;
  font-weight: bold !important;
}

.stepper-item:first-child::before {
  content: none;
}

.stepper-item:last-child::after {
  content: none;
}
#confetti-container {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          pointer-events: none; /* Allows clicks to pass through to elements below */
          z-index: 10; /* Ensure confetti is on top of most elements */
      }
      
      .confetti-particle {
          position: absolute;
          opacity: 0;
          animation: drop-and-fade linear forwards;
      }

      /* Define the keyframes for the animation */
      @keyframes drop-and-fade {
          0% {
              transform: translate(0, -100px) rotate(0deg);
              opacity: 1;
          }
          100% {
              transform: translate(var(--x), var(--y)) rotate(var(--r));
              opacity: 0;
          }
      }
      /* Additional styling for the new link */
      .celebrate-again-link {
        font-size: 14px;
        color: #666;
        text-decoration: none;
        margin:0;
        display: block;
        cursor: pointer;
      }
      
#sendingMessage .dot {
  opacity: 0;
  animation: dot-fade 1.4s infinite;
}

#sendingMessage .dot:nth-child(2) {
  animation-delay: 0.2s;
}

#sendingMessage .dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes dot-fade {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@media screen and (max-width: 350px) {
  .three-col .column {
    max-width: 100% !important;
  }
}

@media screen and (min-width: 351px) and (max-width: 460px) {
  .outer {
    min-height: 500px;
  }
  .three-col .column {
    max-width: 100% !important;
  }
  .colors {
    width: 65px;
    height: 65px;
  }
  .mobile-hide {
    display: none !important;
    visibility: hidden !important;
  }
  .mobile-show {
    display: block !important;
    visibility: visible !important;
  }
  .photothumb {
    max-width: 162px;
  }
}

@media screen and (max-width: 460px) {
  .two-col .column {
    max-width: 100% !important;
  }
  .two-col .column1 {
    max-width: 100% !important;
  }
  .two-col .column2 {
    max-width: 100% !important;
  }
  .two-col img {
    width: 100% !important;
  }
  #confettis {
    width: 350px;
  }
}

@media screen and (min-width: 461px) {
  .three-col .column {
    max-width: 33.3% !important;
  }
  .two-col .column {
    max-width: 50% !important;
  }
  .two-col .column1 {
    max-width: 40% !important;
  }
  .two-col .column2 {
    max-width: 60% !important;
  }
}

@media screen and (max-width: 600px) {
  #confettis {
    width: 380px;
  }
}

.image_upload {
  display: none;
}

.imgpreview {
  max-width: 300px;
  max-height: 200px;
  margin-bottom: 20px;
}

.white {
  color: #fff !important;
}

.delete-image {
  color: #fff !important;
  text-decoration: none !important;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 1000;
  padding: 2px 8px 0 8px;
  background-color: #89b837;
  border-right: 4px solid #fff !important;
  border-bottom: 4px solid #fff !important;
  font-weight: normal;
  font-size: 14px;
}

a.delete-image,
a.delete-image:link,
a.delete-image:focus {
  color: #fff !important;
  text-decoration: none !important;
  border-right: 4px solid #fff !important;
  border-bottom: 4px solid #fff !important;
}

a.delete-image:hover,
a.delete-image:active {
  color: #fff !important;
  background-color: #99cc33;
  text-decoration: none !important;
  border-right: 4px solid #fff !important;
  border-bottom: 4px solid #fff !important;
}

.btn-load {
  font-size: 18px !important;
  padding: 6px 10px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  margin: 0 0 10px 0 !important;
}

.btn-load span {
  color: #89b837 !important;
}

.btn-success {
  background-color: #89b837 !important;
  border: none !important;
  width: 140px !important;
  font-size: 18px !important;
  padding: 6px 10px !important;
  font-weight: 500 !important;
  border-radius: 15px !important;
  text-decoration: none !important;
  margin: 0 0 10px 0 !important;
}

.progress {
  background-color: #89b837 !important;
  height: 10px !important;
  border-radius: 4px;
}

.impreview img {
  max-width: 200px !important;
}