@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,500;1,600&display=swap');

@font-face {
  font-family: 'ds-digital';
  src: url('./images/ds-digib.ttf') format('truetype');
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*, *::before, *::after {
  box-sizing: inherit;
}

p {
  margin: 1.27em auto;
  font-size: 1em;
  line-height: 1.5em !important;
  font-weight: 500;
}


body {
    /*display: flex; */
    flex-direction: column;
    font-family: 'Montserrat', sans-serif !important;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    /*max-height: 100vh;*/
    /*width: 100vw;*/
    max-width: 100vw;
    flex-direction: row;
    
}

.homeHeaderWrapper-main div#secondMainContentHolder {
    padding: 0;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

main {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    width: 100%;
    height: 90%;
    align-content: center;
    align-items: center;
}


.heroContainer {
    margin-top: 70px;
}


.logo {
    height: 40px;
    margin: 20px auto;
}

.background {
    position: fixed;
    top: 0;
    display: flex;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient( 180deg, rgba(255, 255, 255, 0.8), #fff ), url(./images/background_image.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
}


.textContainer {
    /*width: 80vw;*/
    width: 80%;
    text-align: center;
    margin: 10px auto;
    max-width: 1000px;
}

.heroText {
    color: #29AAE3;
    width: 100%;
    margin: 20px auto;
      padding: 0 10px;
    /*font-family: 'Lato', sans-serif;*/
    /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);*/
}


.setupText {
    color: black;
    width: 80%;
    /*font-family: 'Roboto', sans-serif;*/  
    font-weight: 400;
}


.videoContainer {
  height: 25vh;
  width: 80vw;
  background-color: #393939;
  border-radius: 10px;
  margin: 30px auto;
  max-width: 500px;
  max-height: 500px;
}



.orderButton, .orderButtonCheckout {
    width: 250px;
    height: 60px;
    background-color: #F3A200;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif; 
    font-size: 1em;
    border: none;
    outline: none;
    margin: 40px auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    color: black;
}


.orderButton:hover, .orderButtonCheckout:hover {
    cursor: pointer;
}



.orderButtonContainer{
    display: flex;
    align-items: center;
    width: 100vw;
}

.blueText {
    color: #29AAE3;
}

.blackText {
    color: #070707b0;
}

.whiteText {
    color: white;
}

.featuresText {
    margin-top: 10px;
    margin-bottom: 20px;
    /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);*/
    /*font-family: 'Roboto', sans-serif;*/
    font-size: 1.5em;
}


.reviewLogo {
    width: 30px;
    height: 30px;
    margin: 5px 5px;
    
}

.symbolsText{
    margin: 0px;
    width: 30px;
    /*font-family: 'Roboto', sans-serif;*/
}

.cardsContainer{
    display: flex;
    width: 100vw;
    align-content: center;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0px auto;
}

.cards {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 228px;
    min-height: 250px;
    margin: 15px 20px;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    justify-content: space-evenly;
    text-align: center;
    align-content: center;
    align-items: center;
}

.setupCardsContainer{
    display: flex;
    width: 80vw;
    max-width: 1200px;
    max-height: 200px;
    align-content: center;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
    
}


.setupCards {
display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 90%;
  min-height: 250px;
  max-width: 500px;
  margin: 0px 20px;
  justify-content: space-evenly;
  text-align: center;
  align-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 10px;
  border-radius: 20px;
  border: 1px solid #EBEBEB;
  background: #FFF;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.05);
  padding: 20px;
}

.cardsContainer .setupCards:last-child {
    margin-bottom: 0px;
}

.setupCardTitle {
    width: 80%;
    margin: 10px auto;
    color: #29AAE3;
    font-size: 1.45em;
}


.cardImage {
    width: 70%;
    margin-top: 1px;
    margin-bottom: 5px;
}

.cardTitle {
    width: 50%;
    margin: 5px auto;
    color: #29AAE3;
    font-size: 1.25em;
}

.cardDescription {
    width: 80%;
    margin: 5px auto;
    /*font-family: 'Roboto', sans-serif;*/
}

.reviewsPage{
    max-width: 767px;
}

.comparisonPage, .reviewsPage,  .faqPage {
    background-color: #29AAE3;
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    width: 100vw;
    align-items: flex-start;
}


.reviewsPageCheckout {
    background-color: white;
    color: #29AAE3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    width: 100vw;
    align-items: center;
    flex-direction: column;
}


.reviewTextAndImage {
    overflow: hidden;
    margin: 20px auto;
    width: 80%;
    text-align: justify;
    color: black;
    /*font-family: 'Roboto', sans-serif;*/
    max-width: 600px;
}

.clientImage {
    width: 100px;
    float: left; 
    margin-right: 10px; 
}

.reviewTextAndImage p {
    margin: 0; 
}


.individualPage {
    background-color: #29AAE3;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100vw;
    align-items: center;
}


.comparisonCardsContainer, .reviewTextContainer, .faqCardsContainer, .video-review-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    width: 100vw;
    align-items: flex-start;
    max-width: 1500px;
}

.comparisonCards {
    width: 80%;
    max-width: 400px;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 15px auto 10px auto;
    align-items: center;
    justify-content: space-around;
}

div.comparisonCards:last-child {
    margin-bottom: 40px;
}

.comparisonCardTitle {
    font-size: 1.36em;
    min-height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}


.waysContainer{
    display: flex;
    flex-direction: column;
    height: 80%;
    /*font-family: 'Roboto', sans-serif;*/
    align-items: center;
    justify-content: center;
    
}


.oldCardHeading {
    color: #FF0000;
    margin: 3px auto;
}

.newCardHeading {
    color: #000000;
    margin: 3px auto;
}

.comparisonImage {
    margin-top: 20px;
    width: 25px;
}

.oldContainer {
    display: flex;
    flex-direction: column;
    background-color: white;
    justify-content: center;
    align-items: center;
    width: 80%;
    border-radius: 10px 10px 0 0 ;
}

.newContainer {
    background-color: #81FFC2;
    border-radius: 10px 10px 10px 10px ;
}

.waysCardText {
    color: black;
    margin: 5px 10px 15px 10px;
    font-size: 14px;
}

.guaranteeSectionWithButton {
    background-color: #29AAE3;
}
.guaranteePage, .productPage {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100vw;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
}
.productPage {
    background-color: white;
}

.badgeImage {
    width: 100vw;
    max-width: 500px;
}


.guaranteeGroup{
    width: 80%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin-top: 0px;
}
.guaranteeImage {
    flex-shrink: 0;
    flex-grow: 0;
    width: 60%;
    max-width: 200px;
}

.guaranteeTitle {
    text-align: center;
    /*font-family: 'Lato', sans-serif;*/
    font-size: 1.75em;
    color: white;
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); */
}


.guaranteeTextContainer {
    margin-top: 30px;
    width: 100%;
}

.guaranteeText {
    width: 100%;
    color: white;
    /*font-family: 'Roboto', sans-serif;*/
    text-align: center;
}


.guaranteePage .guaranteeText:last-of-type {
  margin-bottom: auto;
}

.lastGuaranteeText {
  margin-bottom: 30px !important; 
}

.reviewCards{
    width: 80%;
    max-width: 350px;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    margin-bottom: 30px;
    align-items: center;
    background-color: white;
    border-radius: 10px;
    border: 2px solid #0484BD;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    
}

.reviewCardsContainerNew {
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.blueReviewCard {
    background-color: #29AAE3;
    margin-top: 0px;
}

.reviewsPage .reviewCards:last-of-type {
    margin-bottom: 50px;
}

.lastReviewCard {
    margin-bottom: 50px;
 }


.reviewCardTitle {
    font-size: 1.25em;
    color: #29AAE3;
    margin-bottom: 10px;
}

.reviewText {
    font-size: 1em;
    color: black;
    width: 85%;
    margin-top: 5px;
    padding-bottom: 20px;
    /*font-family: 'Roboto', sans-serif;*/
}

.quoteImage {
    width: 60px;
    position: absolute; 
    bottom: -30px; 
    right: 30px; 
}



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

.stars {
    margin-bottom: 10px;
}

.smallStars {
    width: 140px;
    
}


.smallStar {
    width: 20px;
    flex-grow: 0;
    flex-shrink: 0;
}


.custom-hr {
    margin-top:-3px;
    width: 90%; 
    height: 1px; 
    background-color: #0484BD;
    border: none; 
    margin-bottom: 5px;
}

.white-hr {
    background-color: white;
}


.reviewVideo {
    margin-top: 20px;
    border-radius: 10px;
}


.oneDollarPage, .protectInformationPage, .whatPricePage {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100vw;
    background-color: white;
    align-content: center;
    align-items: center;
    text-align: left;
    /*font-family: 'Roboto', sans-serif;*/
}



.oneDollarTitle, .whatPriceTitle {
    text-align: left;
    /*font-family: 'Lato', sans-serif;*/
    font-size: 1.5em;
    color: #29AAE3;
    padding: 0px;
    margin-top: -80px;
    margin-bottom: 30px;
}


.oneDollarText, .protectInformationText, .whatPriceText {
    width: 80%;
    max-width: 800px;
    margin: 10px auto;
    font-size: 1.1em;
    text-align: center;
}

.protectInformationText:last-of-type{
    margin-bottom: 30px;
}


.oneDollarPage .oneDollarText:last-of-type {
    margin-bottom: 30px;
}


.protectionCards{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Add the box shadow */
    margin: 10px auto 20px auto;
    width: 80%;
    max-width: 350px;
    border-radius: 10px;
    padding: 20px;
}
.protectionCards h3, p {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    
}


.proctectionCardsContainer {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
}

.circularContainer {
    width: 80px; /* Adjust the width and height to your desired circle size */
    height: 80px;
    border-radius: 50%; /* Makes the container circular */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Shadow for the circular container */
    display: inline-block; /* To ensure the container fits the content */
    overflow: hidden; /* Hide any overflowing content (like the shadow) */
    margin-top: 20px;
}


.protectionIcons {
    width: 100%; /* Make sure the image fills the circular container */
    height: 100%;
    object-fit: cover; /* Maintain aspect ratio and cover the container */
}



.faqCards{
    width: 80%;
    max-width: 400px;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    margin-bottom: 15px;
    align-items: center;
    background-color: white;
    /*border-radius: 10px;
    background: linear-gradient(to bottom, #81FFC2 0%, #81FFC2 50px, transparent 50px, transparent 100%); */
    margin-left: 10px;
    margin-right: 10px;
    flex-grow: 0;
    background-color: transparent;

}




.faqCardTitle {
    color: black;
    font-size: 1.05em;
    margin-left: 10px;
    text-align: left;

}

.faqTitleContainer {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    height: 50px;
    background-color: #81FFC2;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.faqTextGroup {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: flex-start;
    
    
}


.circleMinus {
    flex-grow: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}


.circle {
    flex-grow: 0;
    flex-shrink: 0;
    width: 40px; /* Set the width and height to create a circle */
    height: 40px;
    border-radius: 50%; /* Make it a circle by setting border-radius to 50% */
    background-color: transparent;
    border: 1px solid #29AAE3;/* Choose the background color for the circle */
    display: flex;
    justify-content: center; /* Center the content horizontally */
    align-items: center; /* Center the content vertically */
    color: #fff; /* Set the text color inside the circle */
    font-size: 20px; /* Adjust the font size of the number */
    margin-left: 10px;
    margin-top: 5px;
}

.number {
    color: #29AAE3;
    font-size: 0.75em;
}


.faqHeading{
    color: black;
    /*font-family: 'Roboto', sans-serif;*/
    text-align: left;
    margin: 10px 10px;
    width: auto;
}

.faqText {
    color: black;
    margin-top: 0px;
    margin-left: 20px;
    margin-right: 10px;
    text-align: left;
    width: 80%;
    /*font-family: 'Roboto', sans-serif;*/  
}

.faqCollapseButton {
    all: unset;
}


.faqTextContainer {
    border-radius: 0 0 10px 10px;
    background-color: #f1f1f1;
    display: none;
}



.faqTitleContainerNoRadiusBottom {
    border-radius: 10px 10px 0 0;
}

.faqTextContainerNoRadiusTop {
    border-radius: 0 0 10px 10px;
}



.checkImage {
    margin-left: 20px;
}


.copyright {
    font-size: 0.75rem;
    color: white;
    margin-bottom: 100px;
}


.paymentPage {
    display: none;
    background-color: #29AAE3;
    color: white;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    height: 100%;
    width: 100%;
    border-radius: 8px;
    align-content: space-around;
    align-items: center;
    
}


.paymentPageSection {
    display: none;
    background-color: #29AAE3;
    color: white;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    height: 100%;
    width: 100%;
    align-content: space-around;
    align-items: center;
    
}


.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 9999;
    
    
}

.popup-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 3px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    width: 90vw;
    height: 90vh;
    /* Add this to make the content inside .popup-content relative */
    position: relative;
    max-width: 500px;
    max-height: 700px;
    
}

.closeButtonImage {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 999999;
}

.closeButton {
  border: none;
  background: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}


.paymentTitleContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-self: center;
    width: 100%;
    margin-top: 15px;
}


.paymentTitle {
    margin-top: 2px;
    width: 85%;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: bold; /* Make the text bold */
    /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);*/
    max-width: 550px;
}


.paymentIcons {
    width: 208px;
    height: 32px;
}
.paymentIconsContainer{
    margin-top: 50px;
    width: 100%;
}

.paymentIconsNew {
    height: 100px;
    padding: 5px;
    
}
.paymentIconsContainerNew{
    margin-top: 10px;
    width: 100%;
}

.iconsContainer {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #0484BD;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    width: 250px;
}



.paymentText {
    margin: 10px auto;
    font-size: 25px;
    width: 100%;
    /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);*/
}

.cardDetails {
    text-align: left;
    /*font-family: 'Roboto', sans-serif;*/  
}


.inputDisabled {
    background-color: gainsboro !important;
}

.inputField {
    background-color: white;
    display: flex;
    border-radius: 7px;
    height: 30px;
    align-items: center;
    margin-bottom: 5px;
    box-sizing: content-box;
}

.inputFieldIcons {
    width: 20px;
    height: 20px;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 7px 10px;
}

.vertical-line {
  width: 2px; /* Set the width of the line */
  height: 25px; /* Set the height of the line */
  background-color: #c3c0c0; /* Set the color of the line */
}

.paymentDetailsContainer {
    width: 80%;
    max-width: 550px;
    margin: 0 auto 30px auto;
    
}

.cardDetailContainer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}



#expiration {
    padding-left: 30px;
}

.details-container {
    display: flex;
    align-items: center; /* Align items vertically */
    gap: 10px; /* Add some spacing between the elements */
    
}

.cardSubDetails {
    border-radius: 7px;
    height: 40px;
    width: 100%;
    margin-bottom: 20px;
}

.subInputField {
    background-color: white;
    display: flex;
    border-radius: 7px;
    height: 30px;
    width: 100%;
    align-items: center;
    margin-bottom: 20px;
}

.questionMark {
    width: 16px;
    height: 16px;
    margin: 7px 0 0 0;
}

.subInputLeft {
    border-radius: 7px 0 0 7px;
    border-right: 2px solid #c3c0c0;
}

.subInputRight {
    border-radius: 0 7px 7px 0;
}


.buttonContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

.buttonContainer p {
    margin-bottom: 5px;
}


#paybutton {
  width: 200px;
  height: 60px;
  background-color: #F3A200;
  border-radius: 30px;
  font-family: 'Poppins', sans-serif;
  font-size: 1em;
  border: none;
  outline: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  color: black;
}


.warningMessage {
    height: 20px;
    width: 100%;
    color: red;
    text-align: center;
    margin-top: 5px;
    font-style: italic;
    display: flex;
    justify-content: center;
    font-size: 0.8em;
}



h3.heroText {
  color: black;
  width: 100%;
  text-align: center;
  font-size: 1.3em;
  
}

.heroTextCheckout {
  color: black;
  width: 100%;
  text-align: center;
  font-size: 1.6em;
  /*font-family: 'Roboto', sans-serif;*/  
}


.paymentField {
    border: 1px solid #bfbfbf;
    border-radius: 7px;
    /*margin-bottom: 2px;*/
    font-size: 15px;
    line-height: 28px;
    width: 100%;
    border: none;
    height: 28px;
}

.contactUsPage {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100vw;
    background-color: #29AAE3;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.contactUsPageBottom {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100vw;
    background-color: white;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}


.contactUsContainer {
    display: flex;
    flex-direction: column;
    background-color: #29AAE3;
    align-items: center;
    padding: 10px;
    border: 2px solid white;
    border-radius: 15px;
    width: 100%;
    max-width: 340px;
    margin-top: 10px;
}

.contactUsContainerBottom {
    display: flex;
    flex-direction: column;
    background-color: white;
    align-items: center;
    padding: 12px;
    border: 2px solid white;
    border-radius: 15px;
    width: 100%;
    max-width: 320px;
    margin-top: 10px;
}

.contactIcons {
    width: 15px;
    height: 15px;
}

.contactIconsBottom {
    width: 20px;
    height: 20px;
}

.contactHeader {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 5px;
}

.contactHeaderBottom {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center;
}

.contactHeading {
    margin: 0px;
    margin-left: 5px;
    color: white !important;
    text-decoration: none !important;
    font-size: 13px;
}


.contactHeadingBottom {
    margin: 0px;
    margin-left: 5px;
    color: black !important;
    text-decoration: none !important;
    font-size: 1.1em;
    align-items: center;
}

.contactCard {
    display: flex;
    flex-direction: column;
    width: 150px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.contactCardContainer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 5px;
    /*font-family: 'Roboto', sans-serif;*/
    max-width: 300px;
}


.contactTitle {
    text-align: center;
    /*font-family: 'Lato', sans-serif;*/
    font-size: 1.1em;
    color: white;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);*/
}

.contactTitleBottom {
    text-align: center;
    /*font-family: 'Lato', sans-serif;*/
    font-size: 1.5em;
    color: #29AAE3;
    padding: 0px;
    margin-bottom: 10px;
    margin-top: 0px;
    /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);*/
}


.contactText {
    margin: 0px auto;
}


.chatButton {
    display: inline-block;
    padding: 5px 10px;
    background-color: white;
    color: #29AAE3;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
    margin-left: 10px;
    
}


.chatButtonBottom {
    display: inline-block;
    padding: 5px 10px;
    background-color: #29AAE3;
    color: white;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
    margin-left: 10px;
    
}


.cardDetails {
    font-size: 0.95em;
    margin-top: 10px;
    margin-bottom: 4px;
    width: auto;
}


#card-cvv, #card-number{
    margin-top: -6px
}


.benefitsSection {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    width: 100%;
    margin-top: 30px;
    font-size: 20px;
}
.benefitsSectionContent {
    width: 80%;
}
.benefitsSectionContent>p {
    text-align: center;
}
.benefitsCard {
    background-color: #050532;
    color: white;
    padding: 20px;
    border-radius: 20px;
    margin-top: 30px;
    box-shadow: 0 2px 5px 2px #0006;
}
.benefitsCardTitle {
    text-align: center;
    margin-top: 0;
}
.benefit {
    margin-bottom: 30px;
}
.benefit .checkIcon {
    width: 23px;
    vertical-align: middle;
    padding-bottom: 2px;
}
.benefit p {
    font-weight: 400;
}

#bookCallBtnContainer2{
    width:100vw;
    max-width:767px;
}

footer {
    width: 100vw;
    max-width: 767px;
    background-color: #000000d9;
    display:block;
    flex-direction: column;
    align-items: center;
    color: #9b9999;
    text-align: center;
    padding: 0 10px;
}


.footer-hr {
    width: 100%; 
    height: 2px; 
    background-color: #656565;
    border: none; 
    margin-bottom: 5px;
}

.link-reset {
    text-decoration: none;
    color: inherit;
}



button.cvvQuestion, button.zipCodeQuestion {
  /* Remove default button styles */
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  
}

/* The actual popup */
.popupCVV {
  display: none;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
  font-size: 0.9em;
  padding: 5px;
}

/* popupCVV arrow */
.popupCVV::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
  z-index: 9999999;
  
}

.smallImage {
    max-width: 120px;
}

.zeroMargin {
    margin: 0 auto;
}

.individualsContainer {
    width: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
}

.individualCards {
    background-color: white;
    border-radius: 10px;
    display: flex;
    width: 90%;
    align-items: center;
    margin: 0 20px 20px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    
}

.individualCards:last-child {
    margin-bottom: 30px;
}

.individualImage {
    height: 60px;
    width: auto;
    margin: 10px;
}

.individualCardText {
    color: black;
    flex: 1;
    margin: 5px;
    font-size: 0.94em;
}


.subTitle {
    font-size: 1.2em !important;
}


.limitedText {
    color: black;
    /*font-family: 'Roboto', sans-serif;*/
    text-align: center;
    font-size: 0.95em;
    align-self: center;
    margin: -10px auto 20px auto;
}

.pricing-container {
    width: 100%;
    padding: 15px;
    background-color: #29AAE3;
    color: black;
}
/* Style for the bordered table */
.bordered-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  max-width: 800px; /* Adjust the maximum width as needed */
  margin: 0 auto; /* Center the table horizontally */
}

/* Style for table headers */
.bordered-table th {
  border: 1px solid #000000; /* Border style for header cells */
  text-align: left;
  padding: 8px;
}

/* Style for table data cells */
.bordered-table td {
  border: 1px solid #000000; /* Border style for data cells */
  text-align: left;
  padding: 8px;
}

.p-container {
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}




.top-logo-section img {
  text-align: center;
  width: 100%;
  display: inline-block;
  max-width: 70%;
}
.top-logo-section {
    max-width: 100%;
    text-align: center;
    display: block;
    background: #000000d9;
    padding: 15px; 
}

.top-logo-section img {
    display: inline-block;
    max-width: 280px;
}


.aboutsection-image {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    max-width: 500px;
}

.aboutsection-image img {
    width: 100%;
}

.aboutsection-image {
  width: 100%;
  margin-top: 10px;
}

section.reviewsPageCheckout .reviewCards {
    height: auto;
}
section.reviewsPage .reviewCards {
    height: auto;
    padding-bottom: 20px;
}


section.faqPage h2.featuresText {
    color: #000;
    margin-bottom: 0;
    margin-top: 30px;
}

section.faqPage {
    background: #fff;
}

section.faqPage .paymentText {
    color: #000;
}

.top-bar{
    position: unset;
}
.homeHeaderWrapper .top-bar {
background: #000000d9;
    padding: 10px 10px;
    width: auto;
    justify-content:center;
}

.homeHeaderWrapper .top-bar .dropbtn {
    font-size: 15px;
    color: #000000;
    border: none;
    background: transparent;
}

#signup-container .logo-container{
    width:60%; 
    margin:auto;
    margin-bottom:15px; 
    max-width:250px;
}

div#mainContentHolder div#signup-container {
    width: 90%;
    border: none;
    border-radius: 20px;
}


.homeHeaderWrapper .user-info {
    display: inline-block;
    align-items: center;
    flex-basis: unset;
    justify-content: unset;
    margin-top: 0;
    margin-right: 0;
}

div#mainContentHolder .signup-container label {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.signup-container button {
    width: 100%;
    max-width: 310px;
}

@media (min-width: 800px) {
    
  .guaranteeGroup {
    flex-direction: row;
    margin-top: -20px;
  }
  
  .guaranteeTextContainer {
    margin-left: 50px;
    margin-bottom: 50px;
    width: 100%;
    
  }
  
  
  .guaranteePage {
    height: auto;
    margin: 0 auto;
  }

  .guaranteeImage,
  .guaranteeTextContainer {
    order: initial;
  }
  
  
  .guaranteeImage {
    width: 50%;
    max-width: 200px;
  }
  
  
  .waysContainer{
    min-height: 300px;
    min-width: 400px;
  }
  .oldContainer {
    height: 140px;
    width: 80%;
  }
  
  
  .newContainer{
    height: 170px;
    width: 100%;
  }
  .setupText {
    text-align: center;
  }
  .featuresText, .guaranteeTitle {
    font-size: 2em;
  }
  
  .reviewCards{
  height: 450px;
  }
  
  #youtube-player{
    width: 600px;
    height: 338px;
  }
  
  .cardDescription {
    min-height: 100px;
  }
  .meetingMockup {
    height: 270px;
    width: auto;
  }
  
  .blueReviewCard {
    height: 300px;
  }
  
  .lastReviewCard {
    margin-bottom: 50px;
  }
  
  
}

/*Processing Payment Popup*/
.processingPaymentPopupContent {
    margin: auto;
    width: 600px;
    background-color: white;
    border-radius: 10px;
    padding: 30px 50px;
}
.processingPaymentPopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
  z-index: 1000; /* Ensure the overlay is above other elements */
}

.bookCallText .heroText {
    color: black;
    
}
.bookCallText h3 {
    margin-bottom: 0;
}
#bookCallBtnScrollHere {
    margin-bottom: 20px;
}

.logosContainer img {
    margin: 10px;
}

.ratingsContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}
.bookCallFormContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Add the box shadow */
    margin: 10px auto 20px;
    width: 90%;
    max-width: 400px;
    border-radius: 10px;
    padding: 20px 10px 35px;
    background-color: #29AAE3;
}

.bookCallFormContainer2 {
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    margin: 10px auto 20px;
    width: 90%;
    max-width: 400px;
    padding: 20px 0px 35px;
}

.bookCallFormTitle {
    font-size: 27px;
    color: white;
    margin-bottom: 12px;
    margin-top: 10px;
}

.bookCallFormTitle2 {
    font-size: 27px;
    color: black;
    margin-bottom: 12px;
    margin-top: 10px;
}

.bookCallFormSubtitle {
    color: white;
    width: 90%;
}
.bookCallFormContainer hr {
    width: 27%;
    margin-bottom: 14px;
    border: none;
    border-top: 1px solid #ffffffad;
}

.bookCallFormContainer2 hr {
    width: 27%;
    margin-bottom: 14px;
    border: none;
    border-top: 1px solid #ffffffad;
}

.bookCallInput {
    width: 100%;
    height: 30px;
    font-size: 17px;
    border: 1px solid #D7D7D7;
    border-radius: 6px;
    padding-left: 40px;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.bookCallFormContainer label {
    font-size: 16px;
    text-align: start;
    margin-bottom: 7px;
    color: white;
}
.bookCallFormContainer2 label {
    font-size: 16px;
    text-align: start;
    margin-bottom: 7px;
    color: black;
}
.bookCallInputGroup {
    display: flex;
    flex-direction: column;
    position: relative;
}
.bookCallInputGroup img {
    width: 20px;
    position: absolute;
    top: 32px;
    left: 11px;
}
.bookCallFormContainer .errorMessage {
    color: #c14141;
    width: 90%;
    font-size: 14px;
    font-style: italic;
}

.bookCallFormContainer2 .errorMessage {
    color: #c14141;
    width: 90%;
    font-size: 14px;
    font-style: italic;
}
.bookCallBtn {
    width: 200px;
    height: 60px;
    background-color: #F3A200;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    font-size: 1.15em;
    border: none;
    outline: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    color: black;
    cursor: pointer;
    margin: 5px;
}

.bookCallPageBullets {
    margin-bottom: 30px;
    margin-top: 10px;
    max-width: 1000px;
}
.bookCallPageBullets ul {
    padding-inline-start: 40px;
    padding-inline-end: 40px;
    /*font-family: 'Roboto', sans-serif;*/
    text-align: left;
    margin-left: 20px;
    margin-bottom: 0px;
}
.bookCallPageBullets li {
    margin-bottom: 10px;
    line-height: 1.4;
}

.bookCallBtnContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #29AAE3;
    width: 100vw;
    margin-top: 0px;
    padding-top: 33px;
    padding-bottom: 84px;
}
a.bookCallBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.thankyouNextStepsContainer {
    width: 80%;
    margin-bottom: 20px;
    max-width: 900px;
    margin-top: 11px;
}
.thankyouNextStepsTitle {
    color: #29AAE3;
    font-size: 1.5em;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
}
.thankyouNextStep {
    font-size: 1.3em;
}
.thankyouVideoContainer {
    min-width: 314px;
    width: 90%;
    max-width: 800px;
    padding-bottom: 45%;
    position: relative;
}
#thankyouYoutube {
    position: absolute; /* Position the embedded iframe absolutely within its container */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.acuityScheduler {
    width: 80%;
}

.cardImage.last-setp {
    max-width: 120px;
}

span.stepsText {
    display: block;
}

/*indexBodyVideo.php*/
#indexBodyVideo .adVideoContainer {
    width: 90%;
    position: relative;
}
#indexBodyVideo #adVideo {
    width: 100%;
    border-radius: 10px;
}
#indexBodyVideo #playButton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.95;
    border-radius: 50%;
    animation: pulsate 2s infinite;
    width: 128px;
}
@keyframes pulsate {
    10% {
        box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.8); /* Initial shadow */
    }
    30% {
        width: 141px;
    }
    70% {
        width: 141px;
    }
    100% {
        box-shadow: 0 0 0px 60px rgba(0, 0, 0, 0); /* Return to the initial shadow */
        width: 128px;
    }
}

#indexBodyVideo #videoSpinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    width: 30px;
}
#indexBodyVideo .tapForSound {
    position: absolute;
    padding: 8px 18px 8px 20px;
    background-color: #00000094;
    display: inline-block;
    border-radius: 30px;
    top: 20px;
    right: 20px;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
}
.tapForSound p {
    margin: 0;
    color: white;
}
.tapForSound img {
    width: 18px;
    height: 18px;
    animation: shake 1s ease infinite;
}
@keyframes shake {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(0deg);
    }
    20% {
        transform: rotate(-10deg);
    }
    40% {
        transform: rotate(10deg);
    }
    60% {
        transform: rotate(-10deg);
    }
    80% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
#indexBodyVideo .registerNowBtn {
    width: 200px;
    height: 60px;
    background-color: #F3A200;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    font-size: 1.15em;
    border: none;
    outline: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    color: black;
    cursor: pointer;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
#indexBodyVideo .actionButtons {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
#indexBodyVideo #bookACallBtn {
    display: none;
}
#indexBodyVideo .registerPopup {
    /*background-color: #000000c4;*/
    position: fixed;
    height: 100%;
    width: 100%;
    display: none;
    flex-direction: column;
    justify-content: end;
    /*bottom: -100%;*/
    /*transition: bottom 0.3s ease-in-out;*/
}
#indexBodyVideo .registerPopupOverlay {
    width: 100%;
    height: 100%;
    background-color: black;
    position: absolute;
    z-index: -1;
    opacity: 0.7;
}
#indexBodyVideo .registerPopupForm {
    display: flex;
    flex-direction: column;    
}
#indexBodyVideo .registerPopupContent {
    background-color: white;
    padding: 20px 30px 60px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
}
#indexBodyVideo .registerPopupTitle {
    text-align: center;
    font-size: 24px;
    margin-bottom: 0px;
}
#indexBodyVideo .registerPopupSubtitle {
    text-align: center;
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 25px;
    margin-top: 10px;
}
#indexBodyVideo #popupRegisterBtn {
    align-self: center;
}
#indexBodyVideo .registerPopupFormFooter {
    text-align: center;
    font-size: 12px;
    color: #a4a4a4;
    margin-top: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}
.registerInputGroup {
    display: flex;
    flex-direction: column;
    position: relative;
}
.registerInputGroup img {
    width: 20px;
    position: absolute;
    top: 33px;
    left: 11px;
}
.registerPopupInput {
    width: 100%;
    height: 33px;
    font-size: 17px;
    border: 1px solid #D7D7D7;
    border-radius: 6px;
    padding-left: 40px;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.registerPopupInput::placeholder {
    color: #9f9f9f;
    font-weight: 200;
}
.registerInputGroup label {
    font-size: 16px;
    text-align: start;
    margin-bottom: 7px;
}
#indexBodyVideo .errorMessage {
    color: #c14141;
    width: 90%;
    font-size: 14px;
    font-style: italic;
}
#indexBodyVideo .acuityScheduler {
    display: none;
    margin-top: -10px;
}

.checkSvg {
    width: 70px;
}


footer img.logo {
    width: 260px;
    margin-bottom:0;
}

.footerText {
    font-size: 14px;
}


/*****Book a call page Style start here******/

.bookCallWrapper .bookCallPageBullets ul li {
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 95%;
    min-height: 210px;
    max-width: 100%;
    margin: 0px 10px;
    justify-content: space-evenly;
    text-align: center;
    align-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 20px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.05);
    padding: 30px 20px;
    font-weight: 500;
}

.bookCallWrapper .bookCallPageBullets ul {
    margin: 0;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    align-items: center;
    justify-content: space-around;
    min-height: 330px;
}

.bookCallWrapper .bookCallPageBullets ul li span {
        display: block;
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 600;
}


.bookCallWrapper .bookCallBtnContainer {
    padding-top: 10px;
    padding-bottom: 10px;
}

.bookCallWrapper .bookCallInputGroup img {
    top: 35px;
    left: 11px;
}

.bookCallWrapper .bookCallInput {
    height: 40px;
    padding: 5px 10px 5px 40px;
}

.bookCallWrapper h1.heroText {
    color: #29AAE3;
}

.bookCallWrapper section.bookCallBtnContainer.mb-4 {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 40px;
}

.bookCallWrapper .featuresText {
    margin-top: 30px;}
    
    .blockIcon {
display: block;
    max-width: 90px;
    clear: both;
    margin: 10px auto 5px;
        
    }
    
    main.bookCallWrapper .textContainer {
    font-weight: 500;
}

p.thankyouNextStep {
    text-align: center;
    font-weight: bold;
}

.textContainer-review {
    background: #f0f0f0;
    padding: 15px 17px;
    border-radius: 20px;
    /*width: 87vw;*/
    width: 87%;
}

.textContainer.newLogo {
    /*width: 95vw !important;*/
    width: 95% !important;
}

/*****Book a call page Style End here******/


.stepS {
    text-align: center;
    width: 40px;
    background: #29AAE3;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    clear: both;
    font-weight: bold;
    color: #fff;
}


span.congratulationstxt {
    display: block;
    text-align: center;
    width: 100%;
}

span.congratulationstxt i {
    display: block;
}

span.congratulationstxt {
    display: block;
    text-align: center;
    width: 100%;
    font-weight: 700;
    color: #29AAE3;
    margin: 0 0 10px;
}

span.thankYourText {
    font-size: 1.3rem;
    line-height: normal;
    display: block;
}


/*sCorpGraph stylings*/
.sCorpGraph {
    display: flex;
    align-items: center;
    width: 90%;
    justify-content: space-between;
    max-width: 435px;
    margin-bottom: 50px;
}
.graphBoxesContainer {
    position: relative;
    margin-right: 55px;
    min-width: 181px;
}
.graphBoxesContainer .middleHorizontalLine {
    background-color: #e8e8e8;
    position: absolute;
    width: 30px;
    height: 2px;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
}
.graphBoxesContainer .verticalLine {
    background-color: #e8e8e8;
    position: absolute;
    width: 2px;
    height: 252px;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}
.graphBox {
    background-color: #e8e8e8;
    padding: 10px 7px 10px 10px;
    border-radius: 5px;
    margin: 10px auto;
    position: relative;
}
.graphBox .horizontalLine {
    background-color: #e8e8e8;
    width: 20px;
    height: 2px;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}
.sCorpGraph .graphIcon {
    width: 20px;
    height: 20px;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #e8e8e8;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #f7f7f7;
}
.graphIcon img {
    width: 71%;
    height: 71%;
}

.sCorpGraphText {
    text-align: center;
    font-weight: 600;
    font-size: 22px;
}

/*formationTaxSection stylings*/
.formationTaxSection {
    width: 100%;
    padding: 0 20px;
    max-width: 1000px;
    margin-bottom: 30px;
}
.formationTaxGroupTitle {
    color: #29AAE3;
}
.formatTaxSectionGroup li::marker {
    vertical-align:bottom;
    width:100px;
}

/*bookCallQuestions.php stylings*/
#bookCallQuestionsPage .progressPercent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#bookCallQuestionsPage .progressBarContainer {
    width: 90%;
    max-width: 500px;
    height: 12px;
    background-color: gray;
}
#bookCallQuestionsPage #currentProgressIndicator {
    height: inherit;
    /*width: 27%;*/
    background-color: #29AAE3;
}
.bookCallQuestionsContainer {
    width: 90%;
    max-width: 700px;
    border: none;
    border-radius: 20px;
    background-color: #f2f2f2;
    padding: 20px;
    text-align: center;
    margin: 20px auto 150px;
}
.bookCallQuestionsContainer label {
    display: block;
    font-size: 22px;
    margin-bottom: 10px;
}
.bookCallQuestionsContainer select {
    width: 100%;
    padding: 10px;
    font-size: 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.bookCallQuestion {
    display:none;
    flex-direction: column;
    align-items: center;
}
.bookCallQuestion .response-box {
    color: red;
    font-size: 13px;
}
.buttonOptionsContainer {
    display:flex;
    flex-direction:column;
    width:100%;
}
.buttonOptions {
    margin-bottom: 10px;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background-color: #d0d0d0;
    font-size: 12px;
    color: #444;
    transition: background-color 0.3s;
    position: relative;
    text-align: center;
}
.buttonOptions:hover {
    background-color: #e6e6e6;
}
.buttonOptions.selected {
    font-weight: bold;
    background-color: #24ace4;
    color: #fff;
}
.buttonOptions.selected::after {
    content: '\2713';
    float: right;
    margin-left: 5px;
    padding-top: 3px;
}
.buttonOptions .main-text {
  font-size: 18px;
  font-weight: bold;
}
.bookCallQuestionsNextBtn {
    margin-top: 5px;
    padding: 10px 20px;
    font-size: 20px;
    background-color: #29aae3;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}
.bookCallQuestionsNextBtn:hover {
    background-color: #47c9f0;
}
.bookCallQuestion .calendarTitle {
    font-size: 28px;
    font-weight: bold;
    color: #29AAE3;
}


@media (min-width: 1110px) {
    
    .thankyouVideoContainer {
        width: 900px;
        height: 507px;
        padding-bottom: 0;
    }
    #thankyouYoutube {
        position: static; /* Position the embedded iframe absolutely within its container */
        
        width: 100%;
        height: 100%;
    }
    
    #indexBodyVideo .adVideoContainer {
        width: 900px;
        padding-bottom: 0;
    }
}
@media (min-width: 768px) {
    .thankyouNextStepsContainer {
        width: 548px;
    }
    
    #indexBodyVideo .registerPopup {
        justify-content: center;
        align-items: center;
    }
    #indexBodyVideo .registerPopupContent {
        max-width: 500px;
    }
}

@media (min-width: 800px) and (max-height: 400px) {
    .guaranteeGroup {
        flex-direction: row;
        height: 60%;
        
    }
    .guaranteePage {
        height: 100vh;
    }
     
    .guaranteeTitle {
        padding: 30px;
        margin-top: 0px;
    }
    
    .lastReviewCard {
        margin-bottom: 30px;
    }
    

}


@media (max-width: 768px) {
    .thankyouVideoContainer {
        width: 90%;
        padding-bottom: 50.5%;
    }
    .acuityScheduler {
        width: 90%;
    }
    #forbesLogo {
      width: 70px !important;
    }
    #businessInsiderLogo {
      width: 120px !important;
    }
    #foxLogo {
      width: 70px !important;
    }
    #crunchbaseLogo {
      width: 140px !important;
    }
    #bloombergLogo {
      width: 120px !important;
    }
    #cnnLogo {
      width: 60px !important;
    }
    
    .newLogo-row-1 {
        display: flex;
        align-items: center;
        justify-content: center;
    } 
    
    .newLogo-row {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .textContainer-review {
        font-size: 20px;
        font-weight: bold !important;
    }
    
    .bookCallQuestion .acuityScheduler {
        width: 100%;
    }
    .bookCallQuestion .thankyouVideoContainer {
        width: 100%;
        padding-bottom: 56%;
    }
}


@media (max-width: 420px) {
  .ratingsContainer {
    display: block;
  }
  .logosContainer img {
      margin: 7px;
  }

}

@media (min-width: 500px) {
  .videoContainer {
    min-height: 40vh;
  }
  
  .guaranteeText {
      text-align:left;
  }
}


@media (min-width: 322px) and (max-width:767px) {
.heroText {
  font-size: 1.5rem;
    padding: 0 10px;
}

.setupCards {
    padding:10px;
}
.setupCards .cardDescription {
    width: 95%;
}
.protectionCards{
    width:90%;
}

.orderButtonContainer button.orderButton {
    margin: 0 auto 30px;
}

section.reviewsPage .reviewCards {
    height: auto;
    padding-bottom: 20px;
    min-height: auto !important;
    width: 90%;
}
section.guaranteePage h2.guaranteeTitle {
    font-size: 1.5rem;
}

section.comparisonPage h2.featuresText {
    margin-bottom: 0;
}
section.reviewsPage h2.featuresText {
    margin-bottom: 0;
}

form.paymentDetailsContainer .cardDetails {
    width: 100% ;
}
.orderButtonCheckout{
    margin: 0 auto 30px;
}

.bookCallText {
    width: 90vw;
}

.processingPaymentPopupContent {
    width: 90%;
    padding: 30px;
}

.importantNote {
    border: 2px solid red;
    background-color: rgba(255, 0, 0, 0.1); /* subtle red background */
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}


}

@media (max-width: 768px) {
.betterPay-list {
  flex-direction: column;
  gap: 0;
}

.betterPay-item {
  flex: 1 1 100%;
  width: 100%;
  margin: 0px 5px 5px 10px;
}
}

@media (min-width: 769px) and (max-width: 1024px) {
.betterPay-list {
  flex-wrap: wrap;
  justify-content: space-between;
}

.betterPay-item {
  flex: 1 1 calc(50% - 10px);
  width: calc(50% - 10px);
}
}
         


/* Modal container */
.schedulingModal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Modal content */
.schedulingModal .scheduling-modal-content {
    background-color: #fff;
    margin: 5% auto; /* 5% from the top and centered */
    padding: 20px;
    border-radius: 8px;
    width: 90%; /* Could be more or less, depending on screen size */
    max-width: 500px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* Close button */
.close-button {
    color: #aaa;
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close-button:hover,
.close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Time slots container */
#schedulingContent {
    /*display: flex;*/
    flex-wrap: wrap;
    justify-content: center;
}

/* Time slots */
.time-slot {
    margin: 5% 10%;
    /*width: 30%; Adjust width as needed */
    min-width: 80%;
}

.time-slot input {
    display: none;
}

.time-slot label {
    display: block;
    text-align: center;
    padding: 10px;
    border: 1px solid #29AAE3;
    border-radius: 4px;
    cursor: pointer;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.3s, color 0.3s;
}

.time-slot label:hover {
    background-color: #e6f7ff;
}

.time-slot input:checked + label {
    background-color: #29AAE3;
    color: white;
}

#confirmAppointment {
    margin-top: 20px;
    padding: 12px 20px;
    font-size: 16px;
    background-color: #29AAE3;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#confirmAppointment:hover {
    background-color: #238dc0;
}

/* Responsive adjustments */
@media screen and (max-width: 600px) {
    .schedulingModal .scheduling-modal-content {
        width: 95%;
        margin-top: 10%;
    }

    .time-slot {
        width: 45%; /* Adjust to two per row on small screens */
    }

    .time-slot label {
        font-size: 12px;
        padding: 8px;
    }
}

/* Date headers */
.schedulingModal .scheduling-modal-content h4 {
    text-align: center;
    margin: 10px 20%;
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 500;
    line-height: 1.2;
}

.date-column {
    max-width: 33%;
}

.button-container {
    position: absolute;
    top: 20px;
    right: 20px;
}

.more-times-button {
    padding: 8px 12px;
    font-size: 14px;
    cursor: pointer;
}

.content-container {
    display: flex;
}