/* webapp_foundation.css */




/* !!!!DEFAULTS DEFAULTS DEFAULTS!!!! */

/* SECTION SETUP

.name-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 70px 20px; /* Adjust padding as needed 
}

/* CONTAINER SETUP

.name-container {
  position: relative;
  overflow: hidden;
}

/* OBJECT SETUP

.name-object {
  max-width: 100%; /* fixed width problem
  height: auto; /* fixed width problem
  padding: 2px;
  display: flex;
  max-height:
  justify-content: center;
}


/* !!!!DEFAULTS DEFAULTS DEFAULTS!!!! */

.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}

.resetButton.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;  /* This prevents any mouse events on the button */
}


.modal .modal-header {
  border-bottom: none;
}

.modal .modal-footer {
  border-top: none;
  margin-bottom: 1em;
}

.modal-content {
  border-radius: 24px !important;
}

.module {
  font-weight: 400 !important;
  margin-right: 2em;
  margin-left: 2em;
}

.modal-body-unsupported {
  padding: 0 !important;
}



/* Remove focus shadow and outline from close button */
.no-hover-blue .btn-close:focus {
  box-shadow: none !important;
  outline: none !important;
}

/* Optional: Remove hover effects as well */
.no-hover-blue .btn-close:hover {
  opacity: 1 !important;
}

.h1 {
  margin-top: 0.1em !important;
}

.contact-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #007bff;
  color: white;
  border: none;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s;

  display: flex;
  justify-content: center;
  align-items: center;
}

.bi-chat-dots {
  /* These properties ensure the icon is centered and sized appropriately */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;

  position: relative;
  left: 0.6px;
  top: 1.2px;
}

.admnbtn {
  background-color: #4a4a4a !important;
  color: #fff !important;
}

.price-number {
  font-family: Arial, Helvetica, sans-serif;
}


.contact-button:hover {
  background-color: #0056b3;
}


.from-group-div {
  padding-top: 2em;
  padding-bottom: 2em;
}




.forgot-password-link {
  font-size: 12px !important;
  color: black !important;
  text-decoration: none !important;
}

.forgot-password {
margin-top: 20px;
}



.btn {
  border: none !important;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease;
  pointer-events: none;
}

.btn:hover::before {
  background-color: rgba(0, 0, 0, 0.1);
}



#loadingBar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}



.uploadSection {
  padding-top: 10em;
  padding-bottom: 10em;
}

#dropZone.dragover {
  border: 2px dashed #007bff; /* Adjust the style as needed */
  background-color: #f0f0f0; /* Optional: Add a background color */
}

/* Default styles */
/* Default styles */
/* Default styles */
.audio-label {
  font-weight: bold;
  padding: 5px;
  margin-top: 12px;
}

.audio-player-container {
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #f9f9f9;
  border-radius: 20px;
  margin-bottom: 25px;
  width: 100%;
  max-width: 600px;
  height: auto;
  box-shadow: rgba(0, 0, 0, 0.03) 0 3px 8px -1px, rgba(0, 0, 0, 0.03) 0 6px 15px 0, rgba(0, 0, 0, 0.03) 0 1px 25px 0;
}

.audio-controls-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding-right: 2.5em;
  padding-left: 2.5em;
  padding-bottom: 10px;
}

.audio-play-button {
  color: #212529;
  border: none;
  border-radius: 20px;
  padding: 0;
  cursor: pointer;
  margin-right: 10px;
  display: flex;
  font-size: 30px;
  background-color: transparent;
  margin-bottom: 2px;
}

.audio-play-button:hover {
  background-color: transparent;
}

.audio-progress-bar {
  flex-grow: 1;
  margin-top: 3px;
  height: 18px;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 20px;
  background: #f3f3f3;
  outline: none;
}

/* Webkit browsers */
.audio-progress-bar::-webkit-slider-runnable-track {
  height: 18px;
  border-radius: 20px;
  background: #f3f3f3;
}

.audio-progress-bar::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #7e7e7e;
  cursor: pointer;

}

/* Firefox */
.audio-progress-bar::-moz-range-track {
  height: 18px;
  border-radius: 20px;
  background: #f3f3f3;
}

.audio-progress-bar::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #7e7e7e;
  cursor: pointer;
}

.audio-element {
  display: none;
}

.disabled-preview {
  position: relative;
}

.disabled-preview::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(230, 230, 230, 0.6);  /* This creates the dimming effect */
  z-index: 1;
  border-radius: 20px;
}

.create-account-button {
  display: inline-block;
  border-radius: 16px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0 3px 5px -1px, rgba(0, 0, 0, 0.1) 0 6px 10px 0, rgba(0, 0, 0, 0.1) 0 1px 18px 0;
  padding: 0.4em 0.8em;
  font-size: 0.85em;
  background-color: #fff;
  transition: background-color 0.3s ease;
  cursor: pointer;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  min-width: 160px;
}

.create-account-button:hover {
  background-color: #f0f0f0;
}


.progress-container {
  text-align: center;
  margin: 20px 0;
}

.progress-bar-outer {
  width: 200px;
  height: 4px;
  background-color: #eeeeee;
  border-radius: 2px;
  margin: 10px auto;
  overflow: hidden;
}

.progress-bar-inner {
  width: 0%;
  height: 100%;
  background-color: #007bff;
  border-radius: 2px;
  transition: width 0.3s ease-in-out;
}

#loadingText {
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
}

.progress-number {
  font-size: 14px;
  font-family: 'rawline', sans-serif; 
    font-weight: 550;  /* Adjust as needed */
}

.percentage-sign {
  font-size: 14px;
  font-family: 'rawline', sans-serif; 
    font-weight: 550;  /* Adjust as needed */
}

#creditsCount {
  font-size: 14px;
  font-family: 'rawline', sans-serif; 
  font-weight: 550;
}

/* use mask */
.squircle {
  width: 200px;
  height: 200px;
  background: inherit;
  --squircle-smooth: 0.1;
  --squircle-radius: 25px;
  mask-image: paint(squircle);
}


.square {
  width: 100px;
  height: 100px;
  background-color: black;
}


/* Responsive styles */
@media (max-width: 600px) {
  .audio-player-container {
    padding: 10px;
    margin-bottom: 15px;
    width: 100%;
    height: auto; /* Adjust height to auto for small screens */
  }

  .audio-controls-container {
    flex-direction: column;
    align-items: flex-start;
    align-items: center;
}

  .audio-play-button {
    margin-right: 0;
    margin-bottom: 10px; /* Add some space below the button */
  }

  .audio-progress-bar {
    width: 100%;
    margin-top: 0;
  }
}

@media (max-width: 400px) {
  .audio-player-container {
    padding: 5px;
    margin-bottom: 10px;
  }

  .audio-play-button {
    font-size: 18px;
  }
}








html .btn {
  border-radius: 24px; /* Adjusts border-radius */
  box-shadow: rgba(0, 0, 0, 0.1) 0 3px 5px -1px,rgba(0, 0, 0, 0.1) 0 6px 10px 0,rgba(0, 0, 0, 0.1) 0 1px 18px 0;

}



#downloadButton {
  display: inline-block;
  border-radius: 16px; /* Adjusts border-radius */
  border-width: 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 3px 5px -1px, rgba(0, 0, 0, 0.1) 0 6px 10px 0, rgba(0, 0, 0, 0.1) 0 1px 18px 0;
  padding: 0.4em 0.8em; /* Smaller padding */
  font-size: 0.85em; /* Smaller font size */
  background-color: #fff; /* Initial background color */
  transition: background-color 0.3s ease; /* Smooth transition for background color */
  cursor: pointer; /* Cursor indicating the button is clickable */
  font-weight: 700;
}

#downloadButton:hover {
  background-color: #f0f0f0; /* Slightly greyer background color on hover */
}

#resetButton {
  display: inline-block;
  border-radius: 16px;
  border-width: 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 3px 5px -1px, rgba(0, 0, 0, 0.1) 0 6px 10px 0, rgba(0, 0, 0, 0.1) 0 1px 18px 0;
  padding: 0.4em 0.8em;
  font-size: 0.85em;
  background-color: #fff;
  transition: background-color 0.3s ease;
  cursor: pointer;
  font-weight: 700;
  margin-bottom: 0.6em;
}

/* Remove margin when preview section is displayed */
#previewSection[style*="display: block"] ~ #resetButton {
  margin-bottom: 0;
}

#resetButton:hover {
  background-color: #f0f0f0; /* Slightly greyer background color on hover */
}

.uploadbutton {
  border-radius: 16px; /* Adjusts border-radius to be less rounded */
  border-width: 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 3px 5px -1px, rgba(0, 0, 0, 0.1) 0 6px 10px 0, rgba(0, 0, 0, 0.1) 0 1px 18px 0;
  padding: 0.4em 0.8em; /* Smaller padding for overall smaller size */
  font-size: 0.85em; /* Smaller font size */
  background-color: #d3d3d3; /* Grey color for initial state */
  transition: background-color 0.3s ease; /* Smooth transition for background color */
  cursor: not-allowed; /* Cursor indicating the button is not clickable */
  font-weight: 700;
}

.uploadbutton.enabled {
  background-color: #fff; /* White color for enabled state */
  cursor: pointer; /* Cursor indicating the button is clickable */
}

.uploadbutton:hover.enabled {
  background-color: #f0f0f0; /* Slightly greyer background color on hover when enabled */
}

.choosefilebutton {
  display: inline-block;
  border-radius: 16px; /* Adjusts border-radius */
  border-width: 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 3px 5px -1px, rgba(0, 0, 0, 0.1) 0 6px 10px 0, rgba(0, 0, 0, 0.1) 0 1px 18px 0;
  padding: 0.4em 0.8em; /* Smaller padding */
  font-size: 0.85em; /* Smaller font size */
  background-color: #fff; /* Initial background color */
  transition: background-color 0.3s ease; /* Smooth transition for background color */
  cursor: pointer; /* Cursor indicating the button is clickable */
}

.choosefilebutton:hover {
  background-color: #f0f0f0; /* Slightly greyer background color on hover */
}


.filename {
  margin-bottom: 10px;
  font-weight: 700;
}



#fileInput {
  border-radius: 24px; /* Adjusts border-radius */
  border-width: 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 3px 5px -1px, rgba(0, 0, 0, 0.1) 0 6px 10px 0, rgba(0, 0, 0, 0.1) 0 1px 18px 0;
  padding: 0.6em;
  background-color: #fff; /* Initial background color */
  transition: background-color 0.3s ease; /* Smooth transition for background color */
}
r
#fileInput:hover {
  background-color: #f0f0f0; /* Slightly greyer background color on hover */
}



.filename {
  margin-top: 10px;
  font-size: 1em;
  color: #333;
}


.small-btn {
  padding: 0.02rem .25rem !important;/* Adjust padding to make the button smaller */
}

/* TEXT */

.body {
  font-family: Inter-SemiBold, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5em;
  min-height: 100%;
  height: auto;
  margin: 0;
  color: black;
  min-height: 100vh;
  font-style: normal;
  font-weight: 690 !important;
  letter-spacing: -0.8px;
  }

  .body-light {
    font-family: Inter-SemiBold, sans-serif;
    line-height: 1.5;
    letter-spacing: -.4px;
    line-height: 1.5em;
    text-align: left;
    color: rgb(160, 163, 167);
  }
  
  .black {
    color: black !important;
  }
  
  .heading {
    max-width: 60ch;
    margin-bottom: 60px;
    font-size: 60px;
    line-height: 1;
    display: flex;
  }
  
  .text-block {
    max-width: 60ch;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
  }
  
  .head {
    font-size: 40px
  }
  
  /* CONTAINERS */
  
  .container {
    display: flex;
    flex-direction: column;  /* This will stack children vertically */
    align-items: center;     /* This centers items horizontally */
    justify-content: center; /* This centers items vertically if there is extra space */
    max-width: 1200px;
}

  
  .font-weight-bold {
    font-weight: bold !important;
  }
  
  /* NAV BAR */
  
  .navbar {
    margin-top: 24px;
    position: sticky;
    top: 0;
  }
  
  /* NAV BAR LOGO */
  
  .navbar-logo {
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
    max-height: 48px;
    margin-top: -5px;
    vertical-align: middle;
    max-width: 100%;
  }
  
  /* ADJUST NAV BAR TOGGLER ICON */
  .navbar-toggler {
    --bs-navbar-toggler-border-color: transparent; /* Set the desired negation value */
    --bs-navbar-toggler-focus-width: 0;
    margin-bottom: 4px;
  }

  .login-button {
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin-top: 1.7em;
  }

  .cancel-subscription1 {
    /*👉background-color: #ab102f;
    color: #fff;👈*/
    text-decoration-color: black;
  }

  .resume-subscription {
    margin-top: 1.75em;
  }

  .mb-3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .smallbutton {
    font-size: 0.8em;
  }
    

  .marginbottomslight {
    margin-bottom: 2.5em;
  }



  .navbar-section {
    margin-top: 80px;
  }

  
  .login-container {
    display: flex;
    justify-content: center;
    margin-top: 200px;
    padding: 1em;
    max-width: fit-content;
    background-color: #fbfbff;
    border-radius: 1em;
  
  
  }


 .margin-adjust {
  margin-top: -0.1em;
 }
  
  .form-group {
 
  
  }

  .form-group-ticks {
    display: flex;
    flex-direction: row;
    padding: 10px;
    gap: 14px;
  }

  #terms {
    display: flex;
    margin-top: 4px;
    align-self: flex-start;
  }

  .update-payment-btn {
    border: none !important;
  }

  #updates_offers {
    display: flex;
    margin-top: 4px;
    align-self: flex-start;
  }
  
  .submit-button {
  
    display: flex;
    align-items: right;
    margin-left: 244px;
  
  }

  .reset-password-section {
    margin-top: 2em;
  }

.reset-password-button {
  
}

  
  
  
  .navbar-section .container {
    position: relative;  /* Needed for absolute positioning inside */
}

.button-container {
  display: flex;
  justify-content: flex-end; /* Aligns the buttons to the right */
  width: 100%; /* Ensures the container spans the full width */
}




.merch-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 70px 20px; /* Adjust padding as needed */
}



.merch-image-container {
  position: relative;
  overflow: hidden;
}


.interface-outer-box {

 background-color: black;
 width: 600px;
 height: 400px;
 
  }
  

  .form-control {
    border-radius: 0.55rem !important;
  }









@media (max-width: 575px) {
  .top-navbar-logo {
    height: 60px;
    width: 175px;
    margin: 0 auto; /* Center horizontally */
    display: block; /* Ensures it behaves as a block element */
    margin-top: -50px;
    margin-bottom: -70px; /* Adjust as needed */
    margin-left: 14px;
  }
  
}



@media (max-width: 991px) {  /* Adjust based on your navbar's breakpoint for collapsing */

 
 


}




  
  
  
  /* BANNER SECTION */
  
  /* .banner-section {
    z-index: 100 !important;
    margin-top: -115px;
    height: 100vh;
    align-items: center;
    background-color: gray;
    background-size: cover;
    background-position: center center;
  }  
  
  /* MERCHPAGE SECTION */
  
  
  
  .merchpage-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 20px; /* Adjust padding as needed */
    margin-top: 150px;
  }
  
  
  
  /* MERCHPAGE CONTAINTER */
  
  .merchpage-container {
    position: relative;
    overflow: hidden;
  }
  
  /* MERCHPAGE WIDGET */
  
  .merchpage-widget {
    max-width: 100%; /* fixed width problem */
    height: 800px;
    padding: 2px;
    display: flex;
    max-height: 800px;
    justify-content: center;
    transition: transform 0.3s ease-out;
  }
  

  .upload-button {
    display: flex;
    background-color: black;
    height: 80%;
    width: 80%;
    border-radius: 12px;
  }
  
  
  .interface-box {
    max-width: 100%; /* fixed width problem */
    height: auto; /* fixed width problem */
    padding: 2px;
    display: flex;
    max-height: 425px;
    justify-content: center;
    transition: transform 0.3s ease-out;
  }
  
  .hero-heading {
    font-weight: bold;
    font-size: 2.4em;
    margin-bottom: 1.5em;
  }
  
  .message {
    margin-bottom: 3em;
    font-size: 2.4em;
    font-weight: bold;
    text-transform: none;
  }

  .login-section {
    margin-top: 2em;
    margin-bottom: em;
    display: flex;
    flex-direction: column;
    padding: 20px 20px; /* Adjust padding as needed */
  }

  .profile-section {
    margin-top: 6em;
    margin-bottom: em;
    display: flex;
    flex-direction: column;
    padding: 20px 20px; /* Adjust padding as needed */
  }

  .editprofile-section {
    margin-top: 6em;
    margin-bottom: em;
    display: flex;
    flex-direction: column;
    padding: 20px 20px; /* Adjust padding as needed */
  }

  .btn-danger {
    margin-top: 1em;
  }

  .btn-success {
    margin-top: 1em;
  }

  .form-group-3 {
    margin-bottom: 3em;
    margin-top: 1em;
  }
  


  
  /* SLOGAN SECTION */
  
  .slogan-section {
    margin-top: 2.5em;
    margin-bottom: em;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px 20px; /* Adjust padding as needed */
  }
  
  .slogan-message {
    font-size: 3em;
    font-weight: bold;
    text-transform: none;
    margin: 0;
    padding: 0;
  }
  
  h1.slogan-message {
    font-size: 3em !important;
    font-weight: bold !important;
    line-height: 1.2 !important;
    color: inherit !important;
    font-family: inherit !important;
    text-align: center !important;
    display: block !important;
    font-weight: 700 !important;
    letter-spacing: -1.8px;
  }

  h1.slogan-message .fade-in-element-long {
    font-size: 1em !important;
    font-weight: inherit !important;
    display: block !important;
  }

  .slogan-break {
    display: block !important;
    content: "" !important;
    margin-top: 0.2em !important;
  }

  /* Media query for smaller screens if needed */
  @media (max-width: 768px) {
    h1.slogan-message {
        font-size: 2.5em !important;
    }
  }
  
  .slogan-message2 {
    margin-top: 2.275em;
    font-size: 1.1em;
    font-weight: 400;
    text-transform: none;
  }
  
  
  /* stemrr SECTION */
  
  .stemrr-section {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px 20px; /* Adjust padding as needed */
  }
  
  /* stemrr OUTLINE */
  
  .stemrr-outline {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 30em;
    max-width: 58em;
    margin: auto;
    background-color: #fbfbfb;
    border-radius: 1em;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
  }

  .welcome-container {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    align-items: center;
    justify-content: center;
    min-height: 24em;
    max-width: 25em;
    margin: auto;
    background-color: #fbfbfb;
    border-radius: 1em;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 3em;
    padding-right: 3em;
  }

.startnow-button {
  
}
  
  .choosefilebutton {
    display: flex;
    justify-content: center;
    margin: auto;
    border-radius: 0px;
    text-align: center;
    flex-direction: column;
  }
  
  .uploadbutton {
    display: flex;
    justify-content: center;
    margin: auto;
    border-radius: 100px;
    text-align: center;
    flex-direction: column;
  }
  
  .resetButton {
    display: flex;
    justify-content: center;
    margin: auto;
    border-radius: 100px;
    text-align: center;
    flex-direction: column;
  }
  
  .loadingContainer {
      width: 100%; /* Adjust based on your preference */
      display: flex;
      justify-content: center;
  }
  
  .loading-container {
      width: 100%; /* Adjust based on your preference */
      display: flex;
      justify-content: center;
  
  }
  
  /* stemrr BUTTON */
  
  .stemrr-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 8em;
    width: 600px;
    background: linear-gradient(180deg, #EDEDED 0%, rgba(255, 255, 255, 0) 100%); box-shadow: 0 4px 44px rgba(0, 0, 0, 0.05);
    border-radius: 1em;
    /* transition: transform 0.3s ease-in-out; */
    justify-content: center;
    margin-top: 5em;
    margin-bottom: 5em;
    margin-left: 10em;
    margin-right: 10em;
    padding: 1em;
    transition: min-height 0.3s ease-in-out !important;
    min-height: 128px;
    will-change: min-height;
    transition: height 0.3s ease-in-out;
    height: auto;
}


.stemrr-button--processing {
    min-height: 200px;
}

.stemrr-button--preview {
    min-height: 600px;
}

#previewSection, #downloadSection {
  transition: opacity 0.2s ease-in-out;
}
  
  .stemrr-button:hover {
    transform: scale(1.03); /* Adjust the scale factor as needed */
  }

  .stemrr-section {

    max-width: 100%; /* Ensures it doesn't exceed the width of its container */
    overflow-x: hidden; /* Prevents horizontal scrolling */
  }


  /* Add this to your CSS */
  @keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

.skeleton {
    background: #f6f7f8;
    background: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    background-size: 1000px 100%;
    animation: shimmer 2s infinite linear;
    border-radius: 8px;
}

.skeleton-audio-player {
    height: 80px;
    width: 100%;
    margin-bottom: 25px;
}

.skeleton-label {
    height: 20px;
    width: 100px;
    margin-bottom: 10px;
}

.skeleton-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 2.5em;
    padding-left: 2.5em;
    padding-bottom: 10px;
}

.skeleton-button {
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.skeleton-progress {
    height: 18px;
    flex-grow: 1;
}

/* Make sure the stemrr-button has proper transitions */
.stemrr-button {
    transition: height 0.3s ease-in-out;
    will-change: height;
}
  
#previewSection {
  transition: opacity 0.3s ease-in-out;
}
  
  /* stemrr MESSAGE */
  
  .stemrr-message {
    font-size: 20px;
    text-transform: none;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: auto;
  }
  
  .bi-plus-circle-fill {
    margin-right: 5px;
    margin-bottom: 2px;
  }
  
  
  .stemrr-container {
    position: relative;
    overflow: hidden;
  }
  
  .stemrr-button:hover {
    cursor: pointer;
  }
  
  
  /* PROOF SECTION */
  
  .proof-section {
  
  
    margin-top: 8em;
  
  
  }

  
  
  
  /* PROOF CONTAINER */
  
  .proof-container {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 4em;
    padding: 20px 20px; /* Adjust padding as needed */
  
  }


  
  /* FEATURE SECTION */
  
  .feature-section {
  
  
    margin-top: 8em;
  
  
  }

  .edit-profile-controls {
    display: flex;         /* Activates Flexbox layout mode */
    justify-content: center; /* Centers flex items on the main axis (horizontally) */
    align-items: center;   /* Aligns items on the cross-axis (vertically), if needed */
    gap: 0.5em;
}




  .subscription-controls {
    display: flex;         /* Activates Flexbox layout mode */
    flex-direction: column;
    justify-content: center; /* Centers flex items on the main axis (horizontally) */
    align-items: center;   /* Aligns items on the cross-axis (vertically), if needed */
}

  
  /* FEATURE CONTAINER */
  
  .feature-container {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 4em;
    padding: 20px 20px; /* Adjust padding as needed */
    max-width: 50em;
  }
  
  .card {
    padding: 20px;
  }
  
  .btn {
  

    font-weight: 600 !important;
  }
  
  .img {
    width: 200px;
    height: 200px;
    padding: 20px;
    border-radius: 2.5em;
  
  }

  #downloadSection {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    width: 100%;
  }




 
  
 

  #previewSection {

  padding-top: 2em;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 0.5em;
  }


  .imgsub {
    width: 100%;
    height: 100%;
    max-width: 300px;
    max-height: 300px;
    border-radius: 1.5em;
  }

  .accordion .accordion-button:not(.collapsed) {
    color: black;  /* Replace 'initial' with your preferred color */
    background-color: initial;  /* Replace 'initial' with your preferred background color */
    box-shadow: none;  /* Adjust box-shadow as needed */
    letter-spacing: -0.8px;
}

  .accordion-button {
    margin-right: 70px;
    letter-spacing: -0.8px;
  }


  
  /* PRICING SECTION */
  
  .pricing-section {
    display: flex;
    margin-top: 10em;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px 20px; /* Adjust padding as needed */
  }
  
  .pricing-container {}
  
  /* CARD BODY */
  
  .card {
    border-radius: 2em !important;
    border: none !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  
  
  .card-body {
  
    border-radius: 8em !important;
  
  }

  .pro-text {
    margin-top: -10px !important;
  }


  .card-header {
    padding: 1em;
    color: none;
    border-radius: 1.5em;
    border-bottom: none;
    margin-top: 0.5em;
  }

  .contact-button {
    padding-bottom: 4px;
  }


  .prices-shown {
    padding-top: 2em;
    margin-bottom: -2em;
    font-size: 10px;
    color: #8c8c8c;
    letter-spacing: 0em;
  }

  .card-title {
    margin-top: 0.4em !important;
    margin-bottom: 0.6em !important;
    font-family: opensans;
  }
  
  .card-header:first-child {
    border-radius: 2em 2em 2em 2em !important;
    border-top-left-radius: calc(-1px + 0.25rem);
    border-top-right-radius: calc(-1px + 0.25rem);
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }


/* Original fade-in-element (medium duration) */
.fade-in-element {
  opacity: 0;
  visibility: hidden;
  animation: fadeIn 0.5s ease-out forwards;
}

/* New short duration fade-in */
.fade-in-element-short {
  opacity: 0;
  visibility: hidden;
  animation: fadeIn 0.2s ease-out forwards;
}

.fade-in-element-veryshort {
  opacity: 0;
  visibility: hidden;
  animation: fadeIn 0.15s ease-out forwards;
}

/* New long duration fade-in */
.fade-in-element-long {
  opacity: 0;
  visibility: hidden;
  animation: fadeIn 1s ease-out forwards;
}

/* The keyframes remain the same for all variations */
@keyframes fadeIn {
  to {
      opacity: 1;
      visibility: visible;
  }
}

.credits-button {
  background: linear-gradient(180deg, #EDEDED 0%, rgba(255, 255, 255, 0) 100%);
  color: black;
  border: none;
  padding: 9px 20px;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  margin-left: 10px; /* Add space between this and other buttons */
  height: 38px;
  font-size: 14px;
}

.credits-button:hover {
  background: linear-gradient(180deg, #f4f4f4 0%, rgba(242, 242, 242, 0) 100%);
}

/* Ensure proper alignment with other buttons */
.navbar .container .d-flex {
  align-items: center;
}


.fade-in-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    will-change: opacity, transform;
}

.fade-in-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Force initial state for animated sections - these will override any other styles */
#introduction-section,
#pricing-section, 
#faq-section {
    opacity: 0 !important;
    transform: translateY(40px) !important;
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    will-change: opacity, transform;
}

/* Only remove the !important when the is-visible class is added */
#introduction-section.is-visible,
#pricing-section.is-visible,
#faq-section.is-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* Clean up the existing fade-in-up styles */
.fade-in-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    will-change: opacity, transform;
}

.fade-in-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Remove old selectors that might be causing conflicts */
#introduction-section.fade-in-up,
#pricing-section.fade-in-up,
#faq-section.fade-in-up {
    /* removed */
}

#introduction-section.fade-in-up.is-visible,
#pricing-section.fade-in-up.is-visible,
#faq-section.fade-in-up.is-visible {
    /* removed */
}

.slogan-container {
  margin-top: 0.15em !important;
}

.slogan-container2 {
  margin-top: 0.83em !important;
}



/* ... existing styles ... */

.slogan-message2 {
  margin-top: 2.275em !important;
  font-size: 1.1em;
  font-weight: normal;
  text-transform: none;
  margin: 0; /* Reset margin */
}

h2.slogan-message2 {
  font-family: inherit; /* Inherit font family from parent */
  line-height: inherit; /* Inherit line height from parent */
  color: inherit; /* Inherit color from parent */
}

  
  
  
  /* FAQ SECTION */
  .faq-section {
    text-align: center; /* Center the text */
    max-width: 500px;
    margin: 10em auto; /* Center the container vertically and horizontally */
    margin-bottom: 1.5em;
    padding: 0; /* Remove any default padding */
  }
  
  .faq-container {
    justify-content: center;
    text-align: left; /* Adjust text alignment as needed */
    margin-top: -1em;
    padding: 20px; /* Adjust padding as needed */
  }
  
  .accordion {
  
    --bs-accordion-active-bg: none !important;
    --bs-accordion-btn-focus-box-shadow: none !important;
  }
  
  .accordion-item {
  
    border: none !important;
  }
  
  .merch-button {
    display:flex;
    position:sticky;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    height: 40px;
    width: fit-content;
    background-color: rgb(255, 255, 255);
    border-radius: 8px !important;
    box-shadow: a5px 5px 10px rgba(0, 0, 0, 0.95);
  }
  
  /* MERCH BUTTON TEXT */
  
  .merch-button-text {
    display: flex;
    color: black;
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  
  /* MERCH IMAGE HOVER*/
  
 
  
  /* FEATURE SECTION */
  
  .feature-section {
    display: flex;
    margin-top: 10em;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px 20px; /* Adjust padding as needed */
  }
  
  .feature-container {
    position: relative;
    display: flex;
    justify-content: center;
    /* overflow: hidden; */
  }
  
  .feature-image {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.5em;
    height: 200px;
    width: 200px;
    background-color: black;
    margin-bottom: 4em;
  }
  
  .featureimage1 {
  
  }
  .featureimage2 {
  
  }
  .featureimage3 {
  
  }
  .featureimage4 {
  
  }
  .featureimage5 {
  
  }
  
  .list-unstyled {
    text-align: left !important;
    line-height: 1.6;
    padding-right: 1.5em;
    padding-left: 1.5em;
  }


  .contact-button {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}

.contact-button.fade-in {
    opacity: 1;
    visibility: visible;
}

.price-details {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-family: raleway;
  line-height: 1;
  font-weight: 700;
}

.price-usd {
  font-size: 22px;
  font-weight: bold;
  margin-top: 11px;
  font-family: Arial Unicode MS, sans-serif;
  color: #1a1a1a;
  margin-right: -1px;
}

.price-number {
  font-size: 40px;

  margin-left: 2px;
}

.price-muted {
  font-size: 12px;
  color: #666;
  margin-left: 4px;
  margin-top: 8px;
  line-height: 1.2;
}

  
  /* Other styles remain unchanged */
  
  
  /* FOOTER SECTION */
  
  .footer-section {
    display: flex;
    align-items: center;
    background-position: center center;
    margin-top: 70px;
  }
  
  /* NAV LINK TEXT */
  
  .nav-link-2 {
    font-size: 12px !important;
    color: black !important;
    text-decoration: none !important;
  }

  .nav-link {
    font-weight: 700;
  }
  
  /* COPYRIGHT TEXT */
  
  .text-body-secondary {
    font-size: 12px;
  }
  
  /* POLICY SECTION */
  
  .policy-section {
  text-align: center;
  line-height: 1.5em;
  margin-top: 10px;
  }
  
  .policy-section h1,
  .policy-section h2 {
      margin-bottom: 25px;
      margin-top: 40px; /* Adjust the value as needed */
  }

  .creditbutton-pos {
    margin-right: 40px;
   margin-left: 40px;
  }

  .try-for-free, .upgrade-button {
   margin-right: 40px;
   margin-left: 40px;
   background-color: #007bff;
   color: #fff;
   font-weight: 700;
  }

  .login-button-1 {
    background-color: #007bff;
    color: #fff;
  }

  .subscribe-button-1 {
    background-color: #007bff;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
  }

   /* Hide the logo container by default */
.top-logo-container {
  display: none;
  text-align: center; /* Center the logo horizontally */
  padding: 20px 10px; /* Add some space above and below the logo */
  margin-right: 14px;
  margin-bottom: -20px;
}

@media (max-width: 575px) {
  /* Display the logo container only on small screens */
  .top-logo-container {
      display: block;
  }
  .login-section {
    margin-top: -2em; /* Adjust this value as needed */
}
  .upgrade-button, .creditbutton-pos {
    margin-bottom: 1em;
  }

  #downloadSection {
    padding-top: 2.5em;
    padding-bottom: 1.5em;
    width: 100%;
  }
  #previewSection[style*="display: block"] ~ #resetButton {
    margin-bottom: 0;
    margin-top: 1em;
  }
}

.alert {
  text-align: center;
  margin: 4em;
}






  

  @media (max-width: 920px) {

    .stemrr-button {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 8em;
      width: 350px;
      background: linear-gradient(180deg, #EDEDED 0%, rgba(255, 255, 255, 0) 100%);
      box-shadow: 0 4px 44px rgba(0, 0, 0, 0.05);
      border-radius: 1em;
      transition: transform 0.3s ease-in-out;
      justify-content: center;
      margin: 10em;
  }

  .navbar-collapse {
    margin-top: -18px;
  }

  .stemrr-button {
    margin: 4em;
  }
  
}
  @media (max-width: 768px) {
  

    .try-for-free, .upgrade-button {
      position: relative;
      top: 40px;  /* Moves the buttons down by 50px */
    
  }
  
  .creditbutton-pos {
    position: relative;
    top: 24px;  /* Moves the buttons down by 50px */

  }
  
  
    .footer-section {
      margin-top: -0px;
    }
  
  
  }
  
  
  @media (max-width: 575px) {
   
    .navbar-logo {
        height: 40px; /* Adjust the logo size as needed */
    }

    .slogan-section {
      margin-top: 2em
    }
   
    
}

@media (max-width: 575px) {
  .stemrr-button {
    margin-top: 3em !important;
    margin-bottom: 3em !important;
  }
}


/* Ensures buttons align to the right on screens larger than 575px */
@media (min-width: 576px) {
  .button-container {
      display: flex;
      justify-content: flex-end; /* This will move the buttons to the right */
  }

  .try-for-free, .upgrade-button, .creditbutton-pos {
      margin-left: auto; /* This will push the buttons to the right within the flex container */
      margin-right: 10px; /* Maintains spacing between the buttons */
      margin-top: -38px;
  }


 

}

/* Ensures the button container takes full width of the navbar container to allow flex-end to work effectively */
.navbar-section .container {
  width: 100%; /* Make sure the container is full width */
  display: flex;
  justify-content: space-between; /* Splits the space between logo and buttons */
  align-items: center;
}












  
  
  @media (max-width: 575px) {
    /* Add styles for screens smaller than or equal to 576px (Bootstrap's sm breakpoint) */

    @media (max-width: 575px) {
      .try-for-free, .upgrade-button {
          position: relative;
          top: 30px;  /* Moves the buttons down by 50px */
      }
  }

  .filename {

    max-width: 180px;
  }
  
  

    .stemrr-outline {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 30em;
      max-width: 55em;
      margin: auto;
      background-color: #fbfbfb;
      border-radius: 1em;
      padding-right: calc(var(--bs-gutter-x)* 1.5);
      padding-left: calc(var(--bs-gutter-x)* 1.5);

    }
  
    .stemrr-button {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 8em;
      width: 16em;
      background: linear-gradient(180deg, #EDEDED 0%, rgba(255, 255, 255, 0) 100%);
      box-shadow: 0 4px 44px rgba(0, 0, 0, 0.05);
      border-radius: 1em;
      transition: transform 0.3s ease-in-out;
      justify-content: center;
      margin: 0em;
}
    .navbar-nav {
      margin-top: 45px;
    }
  
    .navbar-toggler {
      margin-top: 30px !important;
    }
  
    .navbar-logo {
      height: 40px;
      margin-top: 7px !important;
    }
  
    .navbar-logo-container {
      text-align: center;
   }
   
   .navbar-logo {
      margin: 0 auto; /* Center the logo horizontally */
   } 
  
    .body {
      margin-top: -30px;
    }
  
    .policy-section {
  
      padding-left: 20px;
      padding-right: 20px;
  
  
      
    }
  
    .footer-section {
      margin-top: -0px;
    }
  
    .merchpage-section {  
      
    margin-bottom: -0px;
    
    }
    .top {
  
      z-index: 100 !important;
      
      }
      
      .bottom {
      
      z-index: -200 !important;
      
      }
  
  /* ANIMATION WHEN NAVBAR MENU CLICKED */
  /* Add the transition property to the .banner-section */
  .banner-section {
    height: 100vh;
    align-items: center;
    background-image: url(/images/ElevateBannerImage.webp);
    background-size: cover;
    background-position: center center;
    transition: margin-top 0.1s ease; /* Add transition property */
  }
  
  /* Styles for the expanded navbar */
  .navbar-section.navbar-expanded + .banner-section {
    margin-top: 20px; /* Adjust the margin-top value as needed */
  }
  /* ANIMATION WHEN NAVBAR MENU CLICKED */
  
  
  }
  
  
  @media (max-width: 557px) {
  
   
    .mt-5 {
      margin-top: 0rem!important;
    }
    .merchpage-widget {
  
      height: 560px;
  
    }
  
  }


  .h3 {
    font-size: 1.2em !important;
    font-weight: 500 !important;
  }

  .subhero {
    margin-top: -2.2em;
    font-size: 1.3em;
  }
  
  .introduction-section {
    display: flex;
    margin-top: 5em;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px 20px;
}

.hero-heading {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 1em;
}

.subhero {
    font-size: 24px;
    margin-bottom: 2em;
}

.description {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}


.description {
  font-weight: 350;
  margin-top: 2em;
  max-width: 760px;
  font-size: 16px;
}




  
  /* LATEST SECTION */

.introduction-section {
    display: flex;
    margin-top: 5em;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px 20px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.5s ease-out forwards;
}

/* Demo Container Styles */
.demo-container {
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
}

#invoicrr-demo-frame {
  width: 100%;
  height: 100%;
  border: none;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  #invoicrr-demo-frame {
    min-height: 500px;
  }
}

/* Demo Section Styles */
.demo-section {
  padding: 55px 0;
  text-align: center;
  margin-bottom: 20px;
  overflow: hidden;
  width: 95%; /* Make desktop view wider */
  max-width: 1800px; /* Add a max-width for very large screens */
  margin-left: auto; /* Center the section */
  margin-right: auto; /* Center the section */
}

.demo-section .container-fluid {
  padding: 0 15px;
  max-width: 1800px;
  margin: 0 auto;
}

.view-toggle-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 30px;
}

.view-label {
  font-size: 16px;
  font-weight: 600;
  margin: 0 10px;
  color: #555;
}

.view-toggle {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  margin: 0 5px;
}

.view-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 34px;
}

.toggle-slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .toggle-slider {
  background-color: #2196F3;
}

input:checked + .toggle-slider:before {
  transform: translateX(30px);
}

.demo-wrapper {
  width: 100%;
  margin: 0 auto;
  transition: all 0.3s ease;
  padding: 0;
}

.demo-frame-container {
  width: 100%;
  height: 890px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  transition: all 0.3s ease;
  background: #fff;
  position: relative;
  margin: 0 auto;
}

.demo-frame-container.mobile-view {
  width: 375px;
  height: 667px;
  margin: 0 auto;
  border: 12px solid #333;
  border-radius: 36px;
  position: relative;
  max-width: 375px;
}

.demo-frame-container.mobile-view:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 12px;
  background: #333;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  z-index: 10;
}

#invoicrr-demo-frame {
  width: 100%;
  height: 100%;
  border: none;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .demo-frame-container {
    height: 500px;
  }
  
  .demo-frame-container.mobile-view {
    width: 320px;
    height: 568px;
  }
}

/* Demo Login Button */
.demo-login-btn {
  background-color: #2196F3;
  color: white;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 50px;
  border: none;
  box-shadow: 0 6px 12px rgba(33, 150, 243, 0.3);
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 20px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.demo-login-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: -1;
}

.demo-login-btn:hover {
  background-color: #0d8bf2;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(33, 150, 243, 0.4);
  color: white;
}

.demo-login-btn:hover::before {
  transform: translateX(0);
}

/* Add a subtle pulse animation to draw attention */
.demo-login-btn {
  animation: demoBtnPulse 2s infinite;
}

@keyframes demoBtnPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(33, 150, 243, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(33, 150, 243, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(33, 150, 243, 0);
  }
}

/* Modal Styles for Demo Login */
.demo-login-modal .modal-content {
  border-radius: 15px;
  border: none;
  overflow: hidden;
}

.demo-login-modal .modal-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #eaeaea;
  padding: 20px 30px;
}

.demo-login-modal .modal-title {
  font-weight: 700;
  color: #333;
}

.demo-login-modal .modal-body {
  padding: 30px;
}

.demo-login-modal .form-control {
  border-radius: 8px;
  padding: 12px 15px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
}

.demo-login-modal .btn-primary {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  margin-top: 10px;
}

.demo-login-modal .demo-info {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
}

.demo-login-modal .demo-info h5 {
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.demo-highlight {
  animation: highlightPulse 1.5s ease;
}

@keyframes highlightPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(33, 150, 243, 0);
  }
  50% {
    box-shadow: 0 0 30px 0 rgba(33, 150, 243, 0.6);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(33, 150, 243, 0);
  }
}

/* Demo Login Controls */
.demo-login-controls {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.demo-login-btn {
  padding: 10px 30px;
  font-size: 1.1rem;
  font-weight: 600;
  background-color: #3498db;
  border-color: #3498db;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.demo-login-btn:hover {
  background-color: #2980b9;
  border-color: #2980b9;
  transform: translateY(-2px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

/* Demo Header */
.demo-badge {
  display: inline-block;
  background: rgba(255, 107, 107, 0.9);
  color: white;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  margin-left: 10px;
}

.responsive-video {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Video section Try For Free button styling */
.video-section .try-for-free {
  font-size: 1.2rem;
  padding: 0.6rem 2rem;
  margin: 1rem auto;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
}

.video-section .try-for-free:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 123, 255, 0.4);
}

/* Media query for screens up to 767px */
@media (max-width: 767px) {
  /* Increase specificity to override Bootstrap default styles */
  html body .mt-5 {
    margin-top: 1rem !important;
  }
}

@media (max-width: 557px) {
  .mt-5 {
    margin-top: 0rem!important;
  }
  .merchpage-widget {
    height: 560px;
  }
}

/* Video fade-in animation */
@keyframes videoFadeIn {
  from {
    opacity: 0;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.video-fade-in {
  opacity: 0;
  animation: videoFadeIn 1.2s ease-out forwards;
}

.video-fade-in.is-visible {
  opacity: 1;
}

/* Fallback for no JavaScript - ensure content is visible without JS */
.no-js #introduction-section,
.no-js #pricing-section,
.no-js #faq-section {
    opacity: 1 !important;
    transform: translateY(0) !important;
}