*{
    font-family: 'Space Grotesk';
}
.custom-alert {
    padding: 15px;
    margin: 20px 0;
    border: 1px solid #c3e6cb;
    border-radius: 4px;
    color: #155724;
    background-color: #d4edda;
    text-align: center;
    font-weight: bold;
}
body{
    width: 100%;
}
section{
    padding-left: 8%;
    padding-right: 8%;
}
.navbar-custom {
    /*background-color: red;*/
    background-color: #ffffff;
    padding: 0 8% 0 8%;
}
.nav-logo{
    height: 90px;
}
.navbar-brand{
    color: #000000;
}
#navbarNav{
    justify-content: end;
}
.navbar-nav .nav-item .nav-link {
    color: #000000;
    font-weight: 500;
}
.navbar-nav .nav-item .nav-link.btn-signin {
    margin-right: 15px;
}
.navbar-nav .nav-item .nav-link.btn-signup {
    background-color: #82cfff;
    color: #000000;
    border-radius: 20px;
    padding: 8px 20px;
}
.navbar-nav .nav-item .nav-link.btn-signup:hover {
    background-color: #63bde8;
}

.footer {
    background-color: #000000;
    color: #ffffff;
    padding: 40px 20px;
    display: revert;
}
.footer .footer-section h5 {
    font-weight: bold;
    margin-bottom: 15px;
}
.footer .footer-section ul {
    list-style: none;
    padding: 0;
}
.footer .footer-section ul li {
    margin-bottom: 10px;
}
.footer .footer-section ul li a {
    color: #ffffff;
    text-decoration: none;
}
.footer .footer-section ul li a:hover {
    text-decoration: underline;
}
.footer .footer-bottom {
    border-top: 1px solid #444444;
    padding-top: 20px;
    margin-top: 20px;
}
.footer-bottom a {
    color: #ffffff;
}
.footer .socials a {
    color: #ffffff !important;
    margin-right: 15px;
}
.footer .newsletter-form input[type="email"] {
    background-color: #333333;
    border: none;
    color: #ffffff;
    padding: 10px;
    width: 70%;
    border-radius: 50px;
    margin-right: 10px;
}
.footer-section span a {
    color: #ffffff;
}


.footer .newsletter-form button {
    background-color: #80E1FC;
    color: #ffffff;
    border-radius: 50px;
    padding: 10px 20px;
    border: none;
}
.footer-listing{
    margin-top: 50px;
}


.mobile-footer {
    display: none;
    background-color: #000000;
    color: #ffffff;
    padding: 40px 20px;
}
.mobile-footer .footer-section h5 {
    font-weight: bold;
    margin-bottom: 15px;
}
.mobile-footer .footer-section ul {
    list-style: none;
    padding: 0;
}
.mobile-footer .footer-section ul li {
    margin-bottom: 10px;
}
.mobile-footer .footer-section ul li a {
    color: #ffffff;
    text-decoration: none;
}
.mobile-footer .footer-section ul li a:hover {
    text-decoration: underline;
}
.mobile-footer .footer-bottom {
    border-top: 1px solid #444444;
    padding-top: 20px;
    margin-top: 20px;
}
.footer-bottom a {
    color: #ffffff;
}
.mobile-footer .socials a {
    color: #ffffff !important;
    margin-right: 15px;
}
.mobile-footer .newsletter-form input[type="email"] {
    background-color: #333333;
    border: none;
    color: #ffffff;
    padding: 10px;
    width: 70%;
    border-radius: 50px;
    margin-right: 10px;
}

.mobile-footer .newsletter-form button {
    background-color: #80E1FC;
    color: #ffffff;
    border-radius: 50px;
    padding: 10px 20px;
    border: none;
}
.footer-listing{
    margin-top: 50px;
}



.button-arrow-img{
    height: 12.02px;
    width: 12.02px;
}

.listing-arrow-img{
    margin-left: 3px;
    height: 15px;
    width: 15px;
}

.sub-listing a{
    color: #C2C2C2 !important;
}
/*---------------------------------------------*/
.hero-section {
    width: 100%;
    background-image: url("../img/home-page-container-background.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10% 5% 0 5%;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    padding-bottom: 10%;
}

.hero-section h1 {
    /*margin-top: 85px;*/
    font-size: 54px;
    font-weight: bold;
    color: #0E50A7;
    margin-bottom: 20px;
}

.hero-section p {
    font-size: 18px;
    color: #0E50A7;
    margin-bottom: 20px;
}

.hero-section .input-group {
    max-width: 600px;
    margin: 0 auto;
}

.hero-section .input-group .form-control {
    border-radius: 25px 0 0 25px;
    padding: 15px;
}

.hero-section .input-group .btn {
    border-radius: 0 25px 25px 0;
    background-color: #82cfff;
    color: #fff;
}

.hero-section .subtext {
    font-size: 12px;
    color: #11111154;
    margin-top: 10px;
}

.input-container {
    position: relative;
    display: flex;
    align-items: center;
}

.attachment-icon-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.attachment-counter {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #0E50A7;
    color: white;
    border-radius: 100%;
    padding: 2px 8px;
    font-size: 12px;
    display: none; /* Hide counter initially */
}

.feature-section {
    position: relative;
    top: -90px; /* Adjust this value to control the overlap amount */
    z-index: 10;
    padding: 0 75px 0 75px;
}

.feature-card {
    background: #fff;
    border: none;
    border-radius: 10px;
    padding: 20px;
    margin: 10px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    min-height: 300px;
    height: 400px;
    text-align: start;
}

.feature-card h5 {
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #0E50A7;
    margin-bottom: 15px;
}

.feature-card p {
    font-size: 20px;
    color: #555;
}

.feature-card img{
    height: 30px;
    width: 30px;
}

.feature-card img{
    height: 40px;
    width: 40px;
}

.input-container {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 5px 15px;
    /*max-width: 60%;*/
    width: 100%;
}

.input-box {
    border: none;
    outline: none;
    flex-grow: 1;
    padding: 14px 0;
    font-size: 16px;
    border-radius: 25px;
}

.send-button {
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    margin-left: 10px;
}

.send-button img {
    fill: #007bff;
    width: 24px;
    height: 24px;
}

.message-section {
    /*padding: 10% 0 0 0;*/
    /*position: relative;*/
}

.message-header{
    padding-bottom: 60px;
    font-size: 52px;
    line-height: 64.8px;
    font-weight: 700;
    color: #101010;
}

.message-img1-container {
    background: #f5f5f5;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: start;
    position: relative;
}

.message-img3-container {
    background: #CBCBCB;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
}
.message-img1-container img {
    width: 82%;
    object-fit: fill;
    border-radius: 0 0 20px 20px;
}
.message-img3-container img {
    width: 100%;
    object-fit: fill;
    /*border-radius: 0 0 20px 20px;*/
}

.avatar-mobile-container{
    display: none;
}

.message-img1-container div {
    padding: 12px 20px 10px 20px;
    font-size: 32px;
    color: #1D1D21;
}

.message-img2{
    background: #7EE0FC;
    padding: 48px 25px 48px 25px;
    border-radius: 25px;
}
.message-img2 p{
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
}

.images-left-collage {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.images-right-collage {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.message-img4-container {
    background: #f5f5f5;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    height: 310px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;

}

.message-img5-container {
    background: #0E50A7;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /*padding: 20px;*/
    margin-left: 20px;
    text-align: center;
    height: 310px;
}
.message-img5-container p {
    font-size: 28px;
    padding: 20px 60px 0 60px;
    color: #ffffff;
}
.entertain-images{
    height: 70px;
    width: 70px;
    background: #000000;
    border-radius: 100%;
    align-content: center;
    margin-right: 10px;
}
.entertain-images-container{
    display: flex;
    justify-content: center;
    align-items: center;
}

.message-img5-container img{
    height: 40px;
    width: 40px;
}
.avatars {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-bottom: 20px;
}
.avatars img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.highlight {
    font-size: 24px;
    font-weight: bold;
    color: #007bff;
    margin: 10px 0;
}
.description {
    font-size: 16px;
    color: #333;
}
.message-img4-container-a{
    top: 100px;
    position: absolute;
}

.content-generator-container {
    background-image: url("../img/content-creator-container-background.png");
    margin-top: 10%;
    padding: 4% 8% 12% 8%;
    text-align: left;
    /*background: #f5f5f5;*/
}
.header {
    margin-bottom: 40px;
}
.header h1 {
    font-size: 54px;
    margin: 0;
    color: #101010;
    padding-bottom: 30px;

}
.header p {
    font-size: 24px;
    color: #0C0D11;
}
.get-started {
    margin: 20px 0;
}
.get-started button {
    background-color: #0E50A7;
    color: white;
    border: none;
    padding: 15px 34px;
    font-size: 16px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 500;
}
.content-generator-container .cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.content-generator-container .content-generator-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    width: 23%;
    min-width: 230px;
    padding: 20px;
    text-align: left;
}
.content-generator-card img {
    width: 40px;
    height: 40px;

}
.card div{
    background: #0E50A7;
    border-radius: 100%;
    height: 70px;
    width: 70px;
    justify-content: center;
    align-items: center;
    display: flex
}

.content-generator-card div{
    background: #0E50A7;
    border-radius: 100%;
    height: 70px;
    width: 70px;
    justify-content: center;
    align-items: center;
    display: flex
}
.content-generator-card h3{
    word-wrap: break-word;
}

.card h3 {
    font-size: 1.2em;
    margin: 10px 0;
}
.card p {
    color: #666;
}

.testimonial-container {
    display: flex;
    flex-direction: column;
    align-items: start;
    background: #f7f7f7;
    border-radius: 15px;
    /*box-shadow: 0 4px 8px rgba(0,0,0,0.1);*/
    padding: 8% 8% 8% 8%;
}
.testimonial-header {
    text-align: left;
    margin-bottom: 20px;
}
.testimonial-header h2 {
    font-size: 54px;
    font-weight: 700;
    color: #101010;
    margin: 0;
}
.testimonial-header p {
    color: #80E1FC;
    font-size: 24px;
    font-weight: 700;
    margin: 5px 0 0 0;
}
.testimonial-body {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 30px;
}
.testimonial-image {
    background: #82E1FC;
    border-radius: 40px;
    flex: 1;
    text-align: center;
}
.testimonial-image img {
    width: 370px;
    height: auto;
    border-radius: 10px;
}
.testimonial-content {
    flex: 2;
    padding: 30px;
    border: 1px #EDEDED solid;
    border-radius: 16px;
}
.testimonial-content .quote {
    font-size: 1em;
    background-color: #0E50A7;
    color: #ffffff;
    border-radius: 100%;
    padding: 10px;
    position: relative;
}

.quote img{
    height: 22px;
    width: 22px;
}

.testimonial-content .quote-stars {
    color: #000000;
    background: #80E1FC;
    align-items: center;
    display: flex;
    border-radius: 100px;
    padding: 0 15px 0 15px;
}

.mobile-author{
    display: none;
}
.testimonial-content .author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    background: #101010;
    padding: 15px;
    border-radius: 20px;
    width: 75%;
}
.testimonial-content .author span {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
}
.testimonial-content .author .nav {
    display: flex;
    align-items: center;
}

.testimonial-content .author .nav img {

    height: 20px;
    width: 20px;
}
.testimonial-content .author .nav button {
    background: #000;
    color: #fff;
    border: 1px #ffffff solid;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial-content .rating{
    gap: 10px;
    padding-bottom: 20px;
}

.testimonial-content p{
   font-size: 24px;
    font-weight: 500;
}

.subscribe-section-container{
    background: #ffffff;
    padding-bottom: 120px;
}
.subscribe-container {
    background-image: url("../img/subscriber-backgroung.png");
    background-position: right;
    background-color: #004AAD;
    color: white;
    border-radius: 15px;
    padding: 30px 30px 50px 30px;
    text-align: start;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.subscribe-container h2 {
    padding-top: 20px;
    font-size: 56px;
    font-weight: 500;
    margin-bottom: 10px;
}
.subscribe-container p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}
.subscribe-form {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 10px;
}
.subscribe-form input[type="email"] {
    padding: 10px;
    font-size: 16px;
    border: 1px #ffffff solid;
    color: #ffffff;
    border-radius: 25px;
    width: 300px;
    max-width: 100%;
    background: transparent;
}
.subscribe-form ::placeholder{
    color: #ffffff;
}
.subscribe-form button {
    background-color: #66D1F4;
    color: #004AAD;
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 1em;
    cursor: pointer;
}

.progress-container {
    display: flex;
    align-items: start;
    justify-content: start;
    margin-top: 50px;
    margin-bottom: 25px;
    overflow-x: auto;
    overflow-y: hidden;
}
.progress-container::-webkit-scrollbar {
    display: none;
}
.progress-button {
    padding: 0 15px 0 15px;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 222px;
    height: 60px;
    margin: 0 10px;
    border-radius: 17px;
    color: white;
    font-weight: bold;
    min-width: 220px;
}
.progress-button p{
    /*padding-top: 15px;*/
    margin: 0;
    padding-left: 15px;
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
}
.steps-header-completed {
    background-color: #194fba;
}
.steps-header-active {
    background-color: #8ee7f1;
    color: black;
}
.steps-header-inactive {
    background-color: #d8d8d8;
    color: black;
}
.progress-button > img {
   height: 24px;
   width: 24px;
}

/*---------------------------------------------------------------*/

#card-element {
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    width: 100%;
    background-color: #ffffff;
}

#submit {
    background-color: #0E50A7;
    color: #ffffff;
    border: none;
    padding: 12px;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.continue-payment-button {
    background-color: #0E50A7;
    color: #ffffff;
    border: none;
    padding: 12px;
    border-radius: 8px;
    cursor: pointer;
    width: 80%;
    font-size: 16px;
    margin-top: 30px !important;
    transition: background-color 0.3s ease;
}

#submit:hover {
    background-color: #3d57a6;
}

.spinner,
.hidden {
    display: none;
}

#payment-message {
    color: red;
    margin-top: 10px;
}

#payment-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
.payment-body {
    margin: 0 auto;
    background-color: #fff;
    padding: 10px 40px 10px 40px;
    border-radius: 10px;
    border: #EDEDED solid 2px;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.column {
    flex: 1;
    padding: 10px;
}
.left-column {
    flex: 2;
}
.right-column {
    margin-left: 50px;
    /*height: 270px;*/
    /*height: 315px;*/
    flex: 1;
    margin-top: 45px;
    padding: 20px;
    border-radius: 10px;
    border: #EDEDED solid 2px;
    margin-bottom: 0; /* Ensure no margin at the bottom */
}
.form-group {
    margin-bottom: 15px;
}
.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}
.payment-method {
    margin: 20px 0;
}
.payment-method label {
    font-size: 18px;
    font-weight: bold;
}
.payment-method .credit-card {
    margin-top: 10px;
    border-radius: 10px;
    /*display: flex;*/
    /*align-content: start;*/
}
.summary {
    margin-top: 20px;
    margin-bottom: 0; /* Set this to 0 to remove any additional margin */
}
.summary p {
    margin: 0;
}
.summary .total {
    font-size: 18px;
    font-weight: bold;
}
.continue-payment {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #194fba;
    color: white;
    text-align: center;
    border: none;
    border-radius: 5px;
}
.summary-left-headings{
    color: #7A7A7A;
    font-size: 16px;
}
.summary-right-headings{
    color: #1E1014;
    font-weight: 700;
    font-size: 16px;
}

/*---------------------------------------------------------------*/
.letter-preview-container {
    width: 100%;
    /*margin: 0 auto;*/
    /*padding: 20px;*/
    padding: 20px 10px 20px 10px ;
    border-radius: 10px;
}

.requirements-container {
    display: flex;
    justify-content: space-between;

    border-radius: 10px;
    margin-bottom: 20px;
}

.requirements, .attachments {
    flex: 1;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-right: 10px;
}

.requirements .attachments p {
    color: #7E8492;
    font-size: 15px;
}
#prompt{
    color: #111111;
    font-size: 24px;
}

.attachments {
    margin-right: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: start;
}

.attachment-item {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-top: 10px;
}

.attachment-item img {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
}

.requirements p, .attachments p {
    margin: 0;
    color: #333;
}

.requirements p:first-child, .attachments p:first-child {
    color: #888;
}

.preview-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    position: relative;
    /*padding-bottom: 20px;*/
}

.preview-title {
    padding: 20px 35px 0 35px ;
    font-size: 22px;
    font-weight: 400;
    color: #111111;
}

.preview-subtitle {
    padding: 0 35px 0 35px ;
    color: #888;
}

.letter-content {
    padding: 20px 35px 0 35px ;
    border-radius: 5px;
    max-height: 300px;
    overflow-y: auto;
}

.letter-content img {
    height: 300px;
    object-fit: contain;
}

.pay-button {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    text-align: center;
    margin: 20px auto 0 auto;
    padding: 13px 55px 13px 55px ;
    background-color: #8ee7f1;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 17px;
    cursor: pointer;
}

.pay-button:hover {
    background-color: #77d6e0;
}

/*---------------------------------------------------------------*/

.legal-communication-container {
    display: flex;
    justify-content: center;
    padding: 40px 0 40px 0 ;
    max-width: 1200px;
    margin: 40px auto;
}

.text-container {
    flex: 1;
    padding: 0 20px 20px 20px ;
}

.text-container h1 {
    color: #194fba;
    font-size: 32px;
    margin-bottom: 20px;
}

.text-container p {
    color: #333;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.cta-button {
    padding: 15px 30px;
    background-color: #194fba;
    color: white;
    font-size: 16px;
    font-weight: 400;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    text-align: center;
}

.cta-button:hover {
    background-color: #153e8c;
}

.image-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}


.legal-communication-section {
    width: 100%;
    /*height: 45vh;*/
    background-image: url("../img/home-page-container-background.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3% 5% 10% 5%;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

.legal-communication-section h1 {
    /*margin-top: 85px;*/
    font-size: 48px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;

}

.legal-communication-section p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
}

.legal-communication-section .subtext {
    font-size: 12px;
    color: #11111154;
    margin-top: 10px;
}

.legal-communication-feature-section {
    position: relative;
    top: -90px; /* Adjust this value to control the overlap amount */
    z-index: 10;
    padding: 0 75px 0 75px;
}

.legal-communication-feature-card {
    background: #fff;
    border: none;
    border-radius: 10px;
    padding: 20px;
    margin: 10px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    min-height: 200px;
    height: 272px;
}

.legal-communication-feature-card h5 {
    font-size: 24px;
    font-weight: bold;
    color: #0E50A7;
    margin-bottom: 15px;
    margin-top: 20px;
    text-align: start;
}

.legal-communication-feature-card p {
    font-size: 18px;
    color: #000000;
    text-align: start;
}

.legal-communication-feature-card img{
    height: 40px;
    width: 40px;
}

/*---------------------------------------------------------------*/

.contact-form-section-mobile{
    display: none;
}
.contact-section {
    position: relative;
    width: 100%;
    height: 530px; /* Adjust height as needed */
    background: url('../img/contact-header.png') no-repeat center center/cover;
}

.contact-text {
    position: absolute;
    bottom: 100px; /* Adjust position as needed */
    left: 20px; /* Adjust position as needed */
    padding-left: 8%;
    padding-top: 8%;
    color: white;
}

.contact-text h1 {
    margin: 0;
    font-weight: bold;
    font-size: 76px; /* Adjust font size as needed */
}

.contact-text p {
    margin: 5px 0 0 0;
    font-size: 18px;
    color: #FFFFFFB2;

}

.contact-form-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    background-color: #fff;
}

.contact-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
}

.contact-info {
    flex: 1;
    padding: 20px;
}

.contact-info h2 {
    font-size: 55px;
    color: #0C141D;
    margin-bottom: 20px;
}

.contact-info p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #000000;
}

.branch-info {
    display: flex;
    justify-content: space-between;
}

.branch {
    flex: 1;
    margin-right: 25px;
}

.branch h3 {
    margin-bottom: 10px;
    font-size: 15px;
    color: #333;
}

.branch p {
    font-size: 16px;
    color: #0C141D;
    margin-bottom: 10px;
    display: flex;
}

.branch p img {
    align-items: start;
    margin-right: 10px;
    height: 21px;
    width: 21px;
}

.contact-form {
    flex: 1;
    padding: 20px;
}

.contact-form form {
    display: flex;
    flex-direction: column;
}

.contact-form label {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #0C141D;
}

.contact-form input,
.contact-form textarea {
    margin-bottom: 20px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
}

.contact-form textarea {
    height: 140px;
}

.contact-form button {
    padding: 15px;
    background-color: #194fba;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.contact-form button:hover {
    background-color: #153e8c;
}

.faq-section {
    padding: 7% 8% 0 8%;
    background-color: #80E1FC10;
    margin-bottom: 80px;
}

.faq-section h2 {
    text-align: center;
    font-size: 50px;
    margin-bottom: 40px;
    font-weight: bold;
}

.faq-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
}

.faq-number {
    font-weight: bold;
    margin-right: 20px;
    font-size: 32px;
}

.faq-text {
    flex: 1;
    font-size: 24px;
    color: #0C141D;
}

.faq-toggle {
    font-size: 22px;
    margin-left: 20px;
    opacity: 1;
}

.faq-answer {
    padding-left: 55px;
    padding-right: 40px;
    display: none;
    margin-top: 10px;
    font-size: 16px;
    color: #667085;
}

.faq-item.active .faq-answer {
    display: block;
}

/*---------------------------------------------------------------*/

.overlay-section {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.overlay-image-container {
    width: 100%;
    height: auto;
}

.overlay-image-container img {
    width: 100%;
    flex: 2;
    height: auto;
    display: block;
}

.overlay-content {
    position: absolute;
    bottom: -115px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 800px;
    background-color: white;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.overlay-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.overlay-content p {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
}
.overlay-hero-section{
    margin-top: 250px;
}

.overlay-communication-container {
    display: flex;
    justify-content: center;
    padding: 40px;
    max-width: 1200px;
    margin: 40px auto;
}

.overlay-communication-container img {
    height: 496px;
    width: 540px;
}

.overlay-communication-container-2 {
    display: flex;
    justify-content: center;
    padding: 40px;
    max-width: 1200px;
    margin: 40px auto;
}

.overlay-communication-container-2 img {
    height: 496px;
    width: 540px;
}

.overlay-text-container {
    flex: 1;
    padding: 0 20px 20px 20px ;
}

.overlay-text-container h1 {
    color: #000000;
    font-size: 48px;
    margin-bottom: 20px;
}

.overlay-text-container p {
    color: #333;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.cta-button {
    padding: 15px 30px;
    background-color: #194fba;
    color: white;
    font-size: 16px;
    font-weight: 400;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    text-align: center;
}

.cta-button:hover {
    background-color: #153e8c;
}

.trending-post-section {
    margin-top: 70px;
    margin-bottom: 150px;

}

.trending-post-section h2 {
    font-size: 45px;
    margin-bottom: 20px;
}

.trending-post {
    margin-bottom: 20px;
}

.main-post {
    font-size: 24px;
    padding: 10px;
    color: #000000;
    margin-bottom: 20px;
}

.trending-cards {
    display: flex;
    justify-content: space-between;
}

.trending-card {
    flex: 1;
    margin: 0 10px;
}

.trending-card img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.trending-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.trending-card p {
    font-size: 16px;
    color: #555;
}

/*---------------------------------------------------------------*/

.letter-generated-preview-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    position: relative;
    /*padding-bottom: 20px;*/
}

.letter-generated-preview-title {
    padding: 20px 35px 0 35px ;
    font-size: 22px;
    font-weight: 400;
    color: #111111;
}

.letter-generated-preview-subtitle {
    padding: 0 35px 0 35px ;
    color: #888;
}

.letter-generated-letter-content {
    padding: 20px 35px 90px 35px ;
    border-radius: 5px;
    max-height: 300px;
    overflow-y: auto;
    font-size: 20px;
    line-height: 1.5;
}

.letter-generated-pay-button-container{
    text-align: center;
    justify-content: center;
    margin-bottom: 30px;
    display: flex;
    gap: 30px;
}

.letter-generated-download-pdf {
    text-align: center;
    padding: 13px 55px 13px 55px ;
    background-color: #8ee7f1;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 17px;
    cursor: pointer;
}

.letter-generated-regenerate {
    text-align: center;
    padding: 13px 55px 13px 55px ;
    background-color: #000000;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 17px;
    cursor: pointer;
}

/*---------------------------------------------------------------*/
.services-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
    gap: 20px;
}

.services-title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    font-size: 26px;
    font-weight: bold;
    color: #194fba;
}

.service-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    padding: 20px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
    height: 170px;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.service-content {
    max-width: 70%;
}

.service-content h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #333;
}

.service-content p {
    margin: 0;
    font-size: 14px;
    color: #777;
}

.service-price {
    font-size: 32px;
    color: #194fba;
    font-weight: bold;
    text-align: right;
}
/*---------------------------------------------------------------*/

.regenerated-prompt-input{
    margin: 20px 35px 90px 35px ;
}

#direct-delivery-modal{
    max-width: 100%;
}

#preview-delivery-modal{
    max-width: 80%;
}

.direct-delivery-modal-title{
    font-size: 24px;
}

.direct-delivery-modal-subtitle{
    margin-top: 10px;
    font-size: 18px;
    color: #959494;
}

.modal-header{
    border: none !important;
}

.modal-content{
    padding: 20px;
}

.preview-modal-row {
    display: flex;
    flex-wrap: wrap;
}

.instructions-text-area{
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.signature p{
    margin-top: 10px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
}

.signature-pad-buttons {
    background-color: #0E50A7;
    color: #ffffff;
    border: none;
    border-radius: 8px;
}

#signature-pad{
    border: 1px solid #dee2e6 !important;
    margin: 10px;
    border-radius: 5px;
}

#sign-clear{
    background-color: red;
    padding: 5px 30px 5px 30px;
    color: #ffffff;
    border: none;
    border-radius: 8px;
}

#sign-save{
    background-color: #0E50A7;
    padding: 5px 30px 5px 30px;
    color: #ffffff;
    border: none;
    border-radius: 8px;
}

.delivery-right-column {
    margin-left: 50px;
    height: 270px;
    /*height: 315px;*/
    flex: 1;
    margin-top: 45px;
    padding: 20px;
    border-radius: 10px;
    border: #EDEDED solid 2px;
    margin-bottom: 0; /* Ensure no margin at the bottom */
}

#deliveryPaymentSubmit {
    background-color: #0E50A7;
    color: #ffffff;
    border: none;
    padding: 12px;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.confirmation-modal-title{
    margin-top: 25px;
    font-size: 65px;
    font-weight: bold;
    color: #0E50A7;
}

#confirmation-modal-body{
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 7px;
    font-size: 23px;
    color: #000000;
}

#confirmation-modal{
    max-width: 80%;
}

.modal-header{
    display: flex;
    justify-content: center;
}

.error-message{
    color: red;
    display: revert;
}

.spinner-border {
    display: none;
    width: 1.3rem;
    height: 1.3rem;
    vertical-align: text-bottom;
    border: .20em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.svg-images {
    color: blue; /* This should change the fill color of the SVG */
}
