html, body {
    margin: 0;
    padding: 0;
}
       

@font-face {
    font-family: 'Figtree';
    src: url('fonts/figtree/Figtree-VariableFont_wght.ttf') format('truetype');
    font-style: normal;
    font-weight: 300 700;
}


.center-link {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.my-story-box {
    margin-top: 20px;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    color: #333;
    font-size: 14px; /* or try 13px or 15px if you prefer */
}


.top-bar-login-link {
    font-family: 'Figtree', Arial, sans-serif;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    color: #FFFFFF;
    margin-left: 20px;
    padding: 10px 10px;
    border: 2px solid #FFFFFF;
    border-radius: 6px;
    transition: all 0.3s ease;
}
.top-bar-login-link:hover {
    color: #FFFFFF;
    background-color: #0c1722;
}

.top-bar-settings-link {
    font-family: 'Figtree', Arial, sans-serif;
    text-decoration: none;
    font-size: 1.3rem;

    border-radius: 6px;
    font-weight: 600;
    color: #FFFFFF;
    margin-left: 20px;
    padding: 10px 10px;
    
    
    transition: all 0.3s ease;
}
.top-bar-settings-link:hover {
    color: #9ac7cc;
    
}
.top-bar {
    font-family: Arial, sans-serif;
    position: relative; /* Needed to make z-index effective */
    z-index: 10; /* Higher z-index means it will be on top */
    background-color: #333;
    color: white;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.top-bar a {
    color: #CCCCCC;
    text-decoration: none;
    margin: 0 15px;
    font-size: 16px;
}
.top-bar a:hover {
    color: #FFFFFF;
    font-size: 16px;
}

.top-bar .top-bar-link-start-your-trial {
    color: #CCCCCC;
    

    
    text-decoration: none;
    margin: 0 15px;
    font-size: 16px;
    
}
.top-bar a .top-bar-link-start-your-trial a:hover {
    transition: all 0.3s ease;

    font-size: 16px;
    border: 2px solid #00cc66;
    text-decoration: none;
}

.top-bar .top-bar-link-login {
    color: #CCCCCC;
    text-decoration: none;
    margin: 0 15px;
    font-size: 16px;
    
}

.top-bar .top-bar-link-login:hover {
    transition: all 0.3s ease;
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
}

.login-page-login-button:hover {
    background-color: #00b75b; 
    color: #ffffff; 
    border: 2px solid transparent;
}

.top-bar .fa {
    margin-right: 5px;
}
.left-links, .right-links {
    flex: 1;  /* Make left and right sides take up equal space */
    display: flex;
    justify-content: flex-start; /* Align left-links to the start */
}

.right-links {
    justify-content: flex-end; /* Align right-links to the end */
}
.right-links a {
    margin-left: 15px; /* Space between right-aligned items */
}

.start-free-trial-link-top-bar {
    font-family: 'Figtree', Arial, sans-serif;
    text-decoration: none;
    background-color: #00cc66;
    font-size: 1rem;
    font-weight: 600;
    color: #FFFFFF;
    margin-left: 15px;
    padding: 10px 10px;
    border: 2px solid transparent;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.start-free-trial-link-top-bar:hover {
    background-color: #00b75b; 
    color: #FFFFFF; 
    border: 2px solid transparent;
}

.start-free-trial-link-main {
    background-color: #00cc66; 
    color: #FFFFFF; 
    padding: 10px 10px;
    border-radius: 6px;
    font-family: 'Figtree', Arial, sans-serif;
    font-weight: bold;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: 2px solid #00cc66;
    text-decoration: none;
}

.start-free-trial-link-main:hover {
    background-color: #00b75b; 
    color: #ffffff; 
    border: 2px solid transparent;
}

.start-free-trial-link-signup {
    background-color: #00cc66; 
    color: #ffffff; 
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    font-family: 'Figtree', Arial, sans-serif;
    font-weight: bold;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    border: 2px solid #00cc66;
    text-decoration: none;

}


.start-free-trial-link-signup:hover {
    background-color: #00b75b; 
    color: #ffffff; 
    border: 2px solid transparent;
}



.text-content {
    margin-top: 50px;
}

.container {
    display: flex;
    align-items: flex-start;
}

.image-container {
    height: 720px;
}

.left-container img {
    height: 100%;
    width: auto;
    object-fit: cover;
}

.right-container {
    flex-grow: 1;

}

.right-container img {
    width: 100%;
    height: 100%;
}

.text-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
}

.text-overlay-contact {
    margin-top: 30px; /* Increase this value to lower the position */
    position: absolute;
    top: 50%;
    left: 68%;
    transform: translate(-50%, -50%);
    color: #333333;
    font-size: 35px;
    font-weight: bold;
    font-family: 'Figtree', Arial, sans-serif;
    text-align: center;
    padding: 10px;
    width: 60%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0px;
;
}

.text-overlay-pricing {
    margin-top: 100px; /* Increase this value to lower the position */
    position: absolute;
    top: 35%;
    left: 68%;
    transform: translate(-50%, -50%);
    color: #333333;
    font-size: 35px;
    font-weight: bold;
    font-family: 'Figtree', Arial, sans-serif;
    text-align: center;
    padding: 10px;
    width: 60%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0px;
}

.text-overlay-payment {
    margin-top: 80x; /* Increase this value to lower the position */
    position: absolute;
    top: 40%;
    left: 68%;
    transform: translate(-50%, -50%);
    color: #333333;
    font-size: 35px;
    font-weight: bold;
    font-family: 'Figtree', Arial, sans-serif;
    text-align: center;
    width: 55%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0px;
}

.text-overlay-contact .text-content-contact {
    color: #333333;
    font-size: 40px;
    font-weight: bold;
    background-color: #ffffff;
    padding: 20px 20px;
    border-radius: 25px;
    width: 55%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
}
.text-overlay-pricing .text-content-pricing{
    color: #333333;
    font-size: 40px;
    font-weight: bold;
    background-color: #ffffff;
    padding: 20px 20px;
    border-radius: 25px;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.text-overlay-payment .text-content-payment{
    color: #333333;
    font-size: 40px;
    font-weight: bold;
    background-color: #ffffff;
    padding: 20px 20px;
    border-radius: 25px;
    width: 55%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.text-overlay .text-content {
  font-family: 'Figtree', Arial, sans-serif;
  font-size: 32px;
  color: #333;

  background-color: #ffffff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  max-width: 500px;
  width: 100%;
  font-weight: bold; /* <- You can adjust this as needed */
}
.button-container {
    margin-top: 35px;
    text-align: center; 
}

.button-container-sign-up-page {
    margin-top: 10px;
    text-align: center;

}

.button-container-login-page {
    width: 100%; /* Set the width to 100% */
    margin-top: 10px;
    text-align: center;
}



.title-container {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
}
        
.subheading {
    font-family: 'Figtree', Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 5px
}


.top-bar-title {
    font-family: 'Figtree', Arial, sans-serif;
    color: #FFFFFF;
    font-size: 1.1rem;
    font-weight: 600;
    margin-right: auto;
    padding-right: 20px;
}

.title-container {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
}
        


/* Form elements */
#register-section form {
    display: flex;
    flex-direction: column;
    width: 100%; /* Increase the width */
    margin-top: 10px;
    max-width: 450px;
    margin: 0 auto;
    padding: 20px; /* Increase the padding */
    background-color: #fff;
    box-sizing: border-box;
}

#register-section-contact form {
    display: flex;
    flex-direction: column;
    width: 100%; /* Increase the width */
    margin-top: 10px;
    max-width: 450px;
    margin: 0 auto;
    padding: 20px; /* Increase the padding */
    background-color: #fff;
    box-sizing: border-box;
}




#register-section-sign-up form {
    display: flex;
    flex-direction: column;
    width: 80%; /* Increase the width */
    margin-top: 10px;
    max-width: 450px;
    margin: 0 auto;
    padding: 20px; /* Increase the padding */
    background-color: #fff;
    box-sizing: border-box;
}

#register-section label {
    margin-bottom: 8px;
    color: #555;
    font-size: 16px;
    text-align: left; 

}
#register-section-contact label {
    margin-bottom: 8px;
    color: #555;
    font-size: 16px;
    text-align: left; 

}

#register-section-sign-up label {
    margin-bottom: 8px;
    color: #555;
    font-size: 16px;
    text-align: left; 

}



#register-section input {
    padding: 10px;
    padding-left: 35px;
    margin-bottom: 16px;
    border: 2px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
}

#register-section-contact input {
    padding: 10px;
    padding-left: 10px;
    margin-bottom: 16px;
    border: 2px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
}

#register-section-sign-up input {
    padding: 10px;
    padding-left: 35px;
    margin-bottom: 16px;
    border: 2px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
}

.input-container {
    position: relative;
}

.input-container i {
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    left: 15px;
    font-size: 13px; /* Adjust the size of the icon here */
    color: #3b5eda; /* Adjust the color of the icon here */
}

.sign-up-heading {
    color: #333333;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.payment-heading {
    color: #333333;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.subheading-sign-up-page {
    font-family: 'Figtree', Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    margin-top: 15px;
    margin-bottom: 5px
}

.subheading-payment-page {
    font-family: 'Figtree', Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    margin-top: 15px;
    margin-bottom: 5px
}

.subheading-login-page {
    font-family: 'Figtree', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-top: 15px;
    margin-bottom: 0px
}

.forgot-password-link {
    display: block;
    
    font-size: 12px;
    color: #48585b;
    text-align: right;
    text-decoration: none;
    transition: color 0.3s ease;
}

.forgot-password-link:hover {
    color: #9ac7cc;
}

.login-page-login-button {
    width: 100%; /* Set the width to 100% */
    background-color: #00cc66; 
    color: #ffffff; 
    padding: 10px 10px;
    border-radius: 5px;
    font-family: 'Figtree', Arial, sans-serif;
    font-weight: bold;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    border: 2px solid #00cc66;
    text-decoration: none;
}

.login-page-login-button:hover {
    background-color: #00b75b; 
    color: #ffffff; 
    border: 2px solid transparent;
}

.subheading-login-page a {
    color: #3b5eda; /* Adjust the color of the link */
    text-decoration: none; /* Remove the underline */
    font-weight: 600; /* Make the text bold */
    transition: color 0.3s ease, transform 0.3s ease; /* Smooth transition for color and transform */
}

.subheading-login-page a:hover {
    color: #9ac7cc; /* Change the color on hover */
    transform: scale(1.1); /* Slightly enlarge the link */
}

.delete-link {
    text-decoration: none !important;
    color: #333;
    margin-right: 20px; /* Adds spacing */
    font-size: 12px;
}



.delete-link:hover .fas.fa-trash {
            color: red;            
}

.month-column p {
    display: flex;
    justify-content: space-between; /* This will push the span to the left and the link to the right */
    align-items: center; /* Align items vertically in the center */
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 0;
    padding-bottom: 0;
}

.top-bar .trial-info {
    color: #fff; /* Set the color to match the top bar or contrast well */
    background-color: #1ECD97; /* Button background color */
    padding: 5px 10px; /* Padding to make the link feel like a button */
    border-radius: 15px; /* Rounded corners for a smooth look */
    text-decoration: none; /* Remove underline from the link */
    font-size: 14px; /* Small font size to save space */
    font-weight: bold; /* Make the text stand out */
    display: inline-flex; /* Align icon and text in one line */
    align-items: center; /* Center the icon vertically with the text */
    margin-left: 10px; /* Space between "Birthday Reminder Pro" and the button */
}

.top-bar .trial-info i {
    margin-left: 5px; /* Space between text and the shopping cart icon */
}

.top-bar .trial-info:hover {
    background-color: #1ECDB7;
    color: #fff;
    transform: scale(1.01); /* Optional slight scaling for emphasis */
    font-size: 14px; /* Small font size to save space */
    font-weight: bold; /* Make the text stand out */
}

.top-bar .center-logo {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 18px; /* Optional slight scaling for emphasis */

}
/* Pricing Table Styles */
#pricing-table .table-container {
    display: flex; /* Use flexbox to align children side by side */
    justify-content: center; /* Center the pricing options horizontally */
    align-items: center; /* Align items vertically */
    flex-wrap: wrap; /* Allows items to wrap onto the next line on smaller screens */
    margin-top: 10px;
}

#pricing-table {
    background-color: #fff;  /* White background for the pricing section */
    padding: 20px;  /* Padding around the content */
    border-radius: 10px;  /* Rounded corners */
    box-shadow: 0 0 10px rgba(0,0,0,0.1);  /* Subtle shadow for depth */
    text-align: center;  /* Center the text inside the pricing table */
    margin: 20px auto;  /* Margin for spacing around the table */
    max-width: 960px;  /* Maximum width of the pricing table */
}

.table-header {
    font-size: 24px;  /* Size of the section header */
    color: #333;  /* Dark grey color for the text */
    margin-bottom: 20px;  /* Space below the header */
}

.price-option {
    flex: 1 1 260px; /* Reduced flex-basis for narrower columns */
    max-width: 260px; /* Set a max-width to control the maximum size */
    margin: 20px; /* Adjust margins to your preference */
    padding: 20px; /* Control padding to not make it too cramped */
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    text-align: center;
    background-color: #f0f0f0;
}

.plan-name {
    font-size: 20px;  /* Larger text for the plan name */
    color: #666;  /* Medium grey color for the text */
    margin-bottom: 10px;  /* Space below the plan name */
}

.plan-price {
    font-size: 28px;  /* Large text size for price */
    color: #1ECD97;  /* Green color for the price text */
    margin-bottom: 10px;  /* Space below the price */
}

.plan-features {
    list-style: none;  /* No bullets for features list */
    padding: 0;  /* No padding to align with other text */
    text-align: left;  /* Align text to the left */
    margin-left: 0px;
    margin: 0 auto;  /* Centering the list */
    margin-left: 26px;
    max-width: 80%;  /* Maximum width of list to maintain readability */
}

.plan-features li {
    font-size: 15px;
    padding: 5px 0;  /* Padding above and below each list item */
    border-bottom: 1px solid #eee;  /* Light line between items */
}

.plan-features li:last-child {
    border-bottom: none;  /* No border at the bottom of the last item */
}

.btnSelect {

    background-color: #1ECD97;  /* Green background color */
    color: white;  /* White text color */
    border: none;  /* No border */
    border-radius: 5px;  /* Rounded corners */
    cursor: pointer;  /* Pointer cursor on hover */
    transition: background-color 0.3s;  /* Smooth transition for background color */
    width: auto;
    padding: 10px 20px; /* More horizontal padding */
}

.btnSelect:hover {
    background-color: #1ECDB7;  /* Slightly different green on hover */
}
