@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

body {
    font-family: "Open Sans", sans-serif;
    /* background-color: red;  */
}

/* Navbar */
.navbar {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

ul.navbar-nav li.nav-item a.btn.btn-primary.btn-sm {
    font-size: 22px;
    border-radius: 50px;
    padding: 16px 40px;
    background: rgb(38, 55, 179);
}

ul.navbar-nav li.nav-item a.btn.btn-primary.btn-sm:hover {
    background: #000;
}

.topsect p {
    margin: 0px;
    line-height: normal;
    font-size: 16px;
    color: #1D1E20;
    font-family: 'Open Sans' !important;
    font-weight: 400;
    text-align: center;
    font-style: normal;
}

section.topsection {
    padding: 15px;
}

.container {
    max-width: 1224px !important;
}

div#formModal {
    padding: 40px 15px;
    align-items: flex-start;
    overflow-y: hidden;
}

nav.navbar {
    padding: 20px 15px;
    position: sticky;
    top: 0px;
    width: 100%;
    z-index: 999;
    box-shadow: none !important;
}

.plan-card {
    border-radius: 12px;
    color: #fff;
    background-size: cover;
    background-position: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 340px;
    padding: 22px;
}

.plan-content h4 {
    font-size: 20px;
    margin-bottom: 8px;
}

.plan-content .price {
    font-size: 28px;
    font-weight: 700;
    margin: 8px 0;
}

.plan-content ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 12px;
}

.plan-content ul li {
    margin-bottom: 6px;
}

.btn-primary {
    display: inline-block;
    padding: 12px 18px;
    border-radius: 8px;
    background: #2c40a6;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    border: none;
}

.btn-primary:hover {
    background: #1d1e20;
}

/* Modal styles */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;

}

#formModal .modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 500px;
    width: 100%;
    position: relative;
    height: 500px;
    overflow-y: scroll;
}

.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

.modal-content input,
.modal-content textarea,
.modal-content select {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.modal-content button {
    width: 100%;
    padding: 12px;
    background: #2c40a6;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
}

.modal-content button:hover {
    background: #1d1e20;
}

.navbar ul.navbar-nav.align-items-center {
    gap: 20px;
}

.navbar li.nav-item a.nav-link.active {
    border-bottom: 2px solid #000;
}

.navbar li.nav-item a.nav-link:hover {
    border-bottom: 2px solid #000;
}

.navbar li.nav-item a.nav-link {
    padding: 0px 0px 5px 0px !important;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: normal;
    height: auto !important;
    border-bottom: 2px solid #fff;
}

a.navbar-brand {
    color: #000;
    font-weight: 500;
    font-size: 24px;
    font-family: "Lobster", sans-serif;
    letter-spacing: 0px;
}

.navbar li.nav-item {
    line-height: normal;
}

/* Hero Section */
.hero {
    padding: 70px 15px;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    max-width: 1000px;
}

.text-start p {
    font-size: 14px;
    text-align: center;
}

.list-unstyled li {
    list-style: disc;
}

ul.list-unstyled {
    padding-left: 40px;
    font-size: 14px;
}

p.mt-3.mb-4 {
    font-size: 14px;
    margin-bottom: 40px !important;
}

.hero-content h1 {
    font-size: 50px;
    line-height: normal;
    font-weight: 500 !important;
}

.plans_watch a.btn {
    background: #000;
    color: #fff;
    line-height: normal;
    font-size: 20px;
    padding: 10px 35px;
    margin: 0px !important;
    border-radius: 50px;
    border: 1px solid #000;
}

.plans_watch a.btn:hover {
    background: transparent;
    border: 1px solid #fff;
}


/* Stats Section */
.stats {
    padding: 60px 20px;
    text-align: center;
    background: #fff;
}

.stats h2 {
    font-weight: 500 !important;
    margin-bottom: 15px;
    font-size: 3rem;
    text-align: left;
    color: #000;
}

.stats p {
    color: #555;
    text-align: left;
    font-weight: 400;
}

.stats .lead {
    color: #1D1E20;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
}

.counter {
    font-size: 3rem;
    transition: 0.5s ease-in-out;
    text-align: left;
}


/* Image Section */
.img-section img {
    width: 100%;
    border-radius: 10px;
    height: 450px;
    object-fit: cover;
    object-position: center;
}

/* Plans Section */
/* Section 1 */
.plans-heading {
    padding: 50px 15px 15px 15px;
}

/* Section 2: Video background */
.plans-video {
    position: relative;
    overflow: hidden;
}

.plans-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.plans-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.plans-video .container {
    position: relative;
    z-index: 3;
}

/* Plan Cards */
.plan-card {
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.plan-card:hover {
    transform: translateY(-10px);
}

.plan-content {
    padding: 30px 20px;
    height: 100%;
}

.plan-card h4 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.plan-card p {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.plan-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.plan-card ul li {
    margin-bottom: 8px;
    font-size: 14px;
    text-align: left;
    list-style: disc;
}

ul.forward_own {
    padding-left: 20px;
}

ul.include_mnths {
    padding-left: 20px;
}

.btn-primary {
    background-color: #007bff;
    border: none;
}

.plans-heading h2 {
    color: rgb(13, 20, 26);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
}


/* Newsletter */
.newsletter {
    padding: 60px 20px;
    text-align: center;
    background: #1A2633;
}

.newsletter input {
    padding: 16px;
    border: 1px solid #ccc;
    width: 100%;
    max-width: 100%;
    margin: 0px 0 10px 0px;
    border-radius: 10px;
    font-size: 16px;
}

.newsletter form.d-flex.flex-column.align-items-center {
    width: 50%;
    margin: auto;
}

.newsletter form label {
    color: #fff;
    text-align: left;
    display: block;
    width: 100%;
}

.newsletter form button.btn.btn-primary.mt-2 {
    padding: 15px 35px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
}

.newsletter h3 {
    color: #fff;
    font-weight: 600;
    font-size: 40px;
}

.newsletter p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

/* Testimonials Section */
.testimonials {
    background: url('https://answeringcalls247.com/assets/image/photo-1443787617586-6c1f67e99403.png');
    color: #fff;
    padding: 60px 20px;
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 99;
}

.testimonials .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: -1;
}

.testimonial {
    max-width: 500px;
    margin: 0 auto;
}

.testimonial p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}

.testimonial img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: 15px;
}

.testimonial .name {
    color: #fff;
    margin-top: 10px;
    font-weight: 600;
}

/* Footer */
footer {
    background: #1A2633;
    color: #bbb;
    padding: 40px 20px;
    font-size: 0.9rem;
}

footer a {
    color: #bbb;
    text-decoration: none;
    margin: 0 8px;
    font-size: 1.2rem;
}

footer a:hover {
    color: #0d6efd;
}

footer .social-icons {
    margin-bottom: 15px;
}

footer p {
    margin: 0;
    color: #fff;
}

footer .col-md-6 p {
    margin-bottom: 30px;
}

.social-icons a i {
    color: #fff;
    font-size: 20px;
}


/* login css */

.login-container {
    max-width: 400px;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.login-container h2 {
    text-align: center;
    margin-bottom: 20px;
}

.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.btn-primary {
    width: 100%;
}

/* login css close */


/* how it works css */

/* Hero Section */
.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
        url('image/photo-1575663620136-5ebbfcc2c597.png') center/cover no-repeat;
    color: #fff;
    height: 100vh;
    padding: 0 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.hero-subtext {
    font-size: 1.2rem;
    font-weight: 400;
    color: #eee;
}


/* Block layout custom styles */
.block-layout {
    display: grid;
    grid-template-rows: 80px 83px 21px 48px 1fr;
    grid-template-columns: 30% 40% 30%;
    justify-items: center;
    align-items: center;
    gap: 15px;
}

.layout-element h1 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff !important;
    margin: 0;
}

.layout-element p {
    color: #fff !important;
    font-size: 1.1rem;
    margin-top: 15px;
}

section.contact_sec {
    padding: 60px 15px;
    position: relative;
}

section.map_sec {
    padding: 60px 15px;
    position: relative;
}

.cont_img img {
    width: 100%;
}

.map_txt iframe {
    width: 100%;
}

/* Demo Section */
.demo-section {
    background-color: #f1f4f9;
    padding: 80px 20px;
    text-align: center;
}

section.contact-section {
    background: url('../image/photo-1688634744943-d5c15e625a52.png');
    padding: 100px 20px;
    position: relative;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 999;
}

section.hero-section {
    padding: 70px 15px;
    position: relative;
}

.faq_img img {
    width: 100%;
    border-radius: 10px;
}

.demo-subtext {
    margin-bottom: 40px;
    color: #6c757d;
    font-size: 1rem;
}

.demo-image-wrapper {
    position: relative;
    display: inline-block;
}

.demo-image {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    height: auto;
}

.demo-overlay-card {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    padding: 20px 25px;
    border-radius: 10px;
    max-width: 70%;
    width: 90%;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    text-align: center;
    color: #333;
    font-size: 0.95rem;
}

.demo-section h2 {
    font-weight: 700;
    margin-bottom: 20px;
}

.demo-section img {
    max-width: 550px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.texti-image img {
    height: 366px;
}

section.reception {
    position: relative;
    padding: 150px 15px;
    background: url('../image/how_it.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 99;
}

.reception_txt h1 {
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    line-height: normal;
}

.reception_txt p {
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0px;
}

section.video_reception {
    position: relative;
    padding: 70px 15px;
    background: rgb(236, 239, 243);
}

.video_txt_recept video {
    width: 60%;
}

.video_txt_recept {
    text-align: center;
}

/* Testimonial Section */
.testimonial-section {
    padding: 50px 15px;
    position: relative;
    background-color: #fff;
}

.testimonial-section .row {
    margin: 0;
}

.testimonial-text {
    background-color: #0d6efd;
    color: white;
    padding: 80px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.testimonial-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-text p {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.testimonial-text h5 {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.texti-image {
    height: 200px;
}

/* Contact Section */
.contact-section {
    position: relative;
    z-index: 99;
}

.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: -1;
}

.contact-form {
    backdrop-filter: blur(8px);
    background-color: #fff !important;
}


.contact-form input,
.contact-form textarea {
    border: 1px solid #b8c0cc;
    transition: 0.3s;
    font-size: 14px;
    padding: 10px 15px;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #176be0;
    box-shadow: 0 0 0 0.2rem rgba(23, 107, 224, 0.25);
}

.contact-section h2 {
    font-weight: 700;
    font-size: 2.2rem;
}

.contact-section p {
    font-size: 1.1rem;
    color: #fff !important;
}

.contact-form button {
    width: fit-content;
    border-radius: 50px !important;
    margin: auto;
    padding: 15px 35px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

/* how it works css close */


.hero-section {
    background-color: #f8f9fa;
    padding: 60px 0;
    text-align: center;
}

section.faq_sec1 {
    padding: 60px 15px;
    position: relative;
}

.hero-section h1 {
    font-size: 35px;
    font-weight: bold;
    color: #000;
    margin-bottom: 30px;
    text-align: left;
    line-height: normal;
}

.faq_txt p {
    color: #000;
    font-weight: 400;
    text-align: left;
    margin-bottom: 0px;
    line-height: 25px;
}

.hero-section .subtitle {
    font-size: 1.25rem;
    color: #666;
    margin-bottom: 30px;
}

.hero-image {
    max-width: 100%;
    height: auto;
}

.faq-section {
    padding: 60px 0;
    background-color: #fff;
}

.faq-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.faq-section .subtitle {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 40px;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #eee;
    border-radius: 0;
}

.accordion-button {
    background-color: transparent;
    font-weight: 600;
    color: #333;
    padding: 20px 0;
    font-size: 1.1rem;
}

.accordion-button:not(.collapsed) {
    color: #0070d2;
    background-color: transparent;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    padding: 0 0 20px 0;
    color: #666;
    font-size: 1rem;
}

.cta {
    margin: 28px 0 8px;
    background: linear-gradient(135deg, #2563eb, #fbbf24);
    color: #fff;
    border-radius: 16px;
    padding: 22px;
    display: grid;
    gap: 10px;
    grid-template-columns: 1.2fr .8fr;
    align-items: center;
}

.cta h3 {
    margin: 0 0 8px 0;
    font-size: 1.5rem;
    font-weight: bold;
}

.cta p {
    margin: 0;
    font-size: 1rem;
}

.cta .actions {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: end;
}

.cta .btn {
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    background: #0f172a;
    color: #fff;
    padding: 12px 16px;
    border-radius: 12px;
}

.cta .btn:hover {
    background-color: #f0f0f0;
    color: #0f172a;
}

.cta .btn.alt {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.cta .btn.alt:hover {
    background-color: #fff;
    color: #fbbf24;
}

.footer {
    background-color: #000;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2rem;
    }

    .hero-section .subtitle {
        font-size: 1rem;
    }

    .faq-section h2 {
        font-size: 2rem;
    }

    .cta-section h3 {
        font-size: 1.5rem;
    }

    .accordion-button {
        font-size: 1rem;
        padding: 15px 0;
    }

    .cta {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 15px;
    }

    .cta .btn {
        flex: 1;
        max-width: 200px;
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding: 40px 0;
    }

    .faq-section {
        padding: 40px 0;
    }

    .cta {
        padding: 16px;
        margin: 20px 0;
    }

    .cta h3 {
        font-size: 1.25rem;
    }

    .nav-link {
        text-align: center;
    }
}



/* Responsive Fixes */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 1.6rem;
    }

    .plan-card {
        margin-bottom: 20px;
    }

    .testimonial {
        margin-bottom: 30px;
    }
}