:root{
    --black: #000000;
    --white: #ffffff;
    --dark-blue: #4267B2;
    --dark-gray: #636366;
    --light-pink: #E8EBF7;
    --gray: #636366;
    --mint: #00C7BE;
    --brown: #A2845E;
    --teal-border: #30B0C7;
    --cyan-border: #32ADE6;
    --purple-border: #AF52DE;
    --indigo-border: #5856D6;
}
img {
    width: 100%;
}
html, body{
    scroll-behavior: smooth;
}
body {
    background-color: var(--light-pink) !important;
    padding: 0;
    margin: 0;
}

a:{
    text-decoration: none!important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1150px !important;
        padding: 0 !important;
        margin: 0 auto;
    }
}

/* Header Css Start Here */
.site-header{
    padding-top: 20px;
    padding-bottom: 20px;
}
.inner-page-header{
    background-color: var(--white);
}
.site-header .get-started-btn img {
    width: 20px;
    height: auto;
}
.site-header nav{
    padding: 0;
}
.site-header .navbar-light .navbar-nav .nav-item >.nav-link{
    font-family: "Geist", serif;
    color: var(--black);
    white-space: nowrap;
}
.site-header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 36px;
    white-space: nowrap;
}
.site-header .get-started-btn{
    background-color: var(--dark-blue);
    color: var(--white);
    padding: 10px 20px;
    border-radius: 4px;
    font-family: "Geist", serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    margin: 0;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.site-header .get-started-btn:hover{
    color: var(--white);
    text-decoration: none;
}
.get-started-wrraper{
    margin: 0;
}
/* Header Css End Here */

/* Banner Section Css Start Here */
.banner-bg {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: -1;
    height: 870px;
    overflow: hidden;
}
.banner-bg img {
    width: 100%;
}
.banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.banner-content h1{
    font-family: "Geist", serif;
    font-weight: 600;
    font-size: 54px;
    line-height: 58px;
}
.banner-content p{
    font-family: "Geist", serif;
    color: var(--dark-gray);
    font-size: 20px;
    line-height: 25px;
    margin-top: 10px;
}
.banner-btn {
    display: flex;
    gap: 26px;
    margin-top: 16px;
}
.contact-us-btn{
    border: 1px solid var(--dark-blue);
    padding: 12px 35px;
    border-radius: 4px;
    font-family: "Geist", serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    color: var(--dark-blue);
    transition: 1s;
}
.contact-us-btn:hover{
    text-decoration: none;
    color: var(--white);
    background-color: var(--dark-blue);
}
.banner-point-icon-wrraper {
    display: flex;
    column-gap: 8px;
}
.banner-point-content-wrraper h4,
.banner-point-content-wrraper h3{
    color: var(--dark-blue);
    font-family: "Geist", serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    margin-top: 0;
}
.banner-point-content-wrraper p{
    color: var(--black);
    font-family: "Geist", serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}
.border-right{
    border-right-color: #78788033;
}
/* Banner Section Css End Here */

/* Why Text App Section Css Start Here */
.why-text-app{
    padding: 100px 0 50px 0;
}
.why-text-app-content-wrraper h2{
    color: var(--black);
    font-family: "Geist", serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 41px;
}
.why-text-app-content-wrraper ul {
    margin-top: 26px;
    margin-left: 0;
    padding-left: 18px;
}
.why-text-app-content-wrraper ul li span{
    color: var(--black);
    font-family: "Geist", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
}
.why-text-app-content-wrraper ul li p{
    color: var(--gray);
    font-family: "Geist", serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 25px;
}
/* Why Text App Section Css End Here */

/* Features Section Css Strat Here */
.features-sec{
    padding: 50px 0;
}
.sec-title-warraper{
    margin-bottom: 48px;
}
.sec-title-warraper h2{
    color: var(--black);
    font-family: "Geist", serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 41px;
}
.sec-title-warraper p{
    color: var(--dark-gray);
    font-family: "Geist", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
}
.features-box-wrraper {
    background-color: var(--white);
    box-shadow: 0 0 16px 0 #0000000F;
    padding: 48px 36px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.indigo{
    border-bottom: 4px solid var(--indigo-border);
}
.cyan{
    border-bottom: 4px solid var(--cyan-border);
}
.purple{
    border-bottom: 4px solid var(--purple-border);
}
.mint{
    border-bottom: 4px solid var(--mint);
}
.brown{
    border-bottom: 4px solid var(--brown);
}
.teal{
    border-bottom: 4px solid var(--teal-border);
}
.features-box-content{
    margin-top: 24px;
}
.features-box-content h3{
    color: var(--black);
    font-family: "Geist", serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
}
.features-box-content p{
    color: var(--gray);
    font-family: "Geist", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
}
.features-sec .row {
    row-gap: 36px;
}
.features-box-icon img {
    width: 80px;
}
/* Features Section Css End Here */

/* Benefits Section Css Strat Here */
.benefits{
    padding-top: 50px;
    padding-bottom: 100px;
}
.benefits-content-wrraper {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.benefits-content-wrraper h3{
    color: var(--black);
    font-family: "Geist", serif;
    font-weight: 500;
    font-size: 34px;
    line-height: 41px;
}
.benefits-content-wrraper p{
    color: var(--gray);
    font-family: "Geist", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
}
.section-line{
    margin-top: 50px;
    margin-bottom: 48px;
}
/* Benefits Section End Strat Here */

/* Easy to Get Started Section Css Start Here */
.easy-to-get-sec{
    padding-bottom: 100px;
}
.easy-to-get-sec .easy-to-get-title-sec{
    background-color: var(--dark-blue);
    padding-top: 90px;
    padding-bottom: 254px;
    border-radius: 24px 24px 0 0;
}
.easy-to-get-sec .easy-to-get-title-sec h2{
    color: var(--white);
    font-family: "Geist", serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 41px;
}
.easy-to-get-sec .easy-to-get-title-sec p{
    color: var(--white);
    font-family: "Geist", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
}
.easy-to-get-content-box{
    background-color: var(--white);
    border-radius: 10px;
    border: 1px solid #7878801F;
    margin-top: -19.6%;
}
.easy-to-get-content-box-inner{
    padding: 36px 25px;
}
.easy-to-get-content-box-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
}
.easy-to-get-content-box-content ul li h3{
    color: var(--black);
    font-family: "Geist", serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
}
.easy-to-get-content-box-content ul li p{
    color: var(--dark-gray);
    font-family: "Geist", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}
.easy-to-get-content-box-content .banner-btn {
    gap: 11px;
}
.easy-to-get-content-box-content .banner-btn img {
    width: 131px;
}
.easy-to-get-content-box-content{
    margin-top: 24px;
}
.easy-to-get-content-box-content img {
    width: 28px;
}
/* Easy to Get Started Section Css End Here */

/* Footer Section Css Start Here */
.footer{
    background-color: var(--white);
    border-top: 1px solid #78788029;
    padding-top: 24px;
    padding-bottom: 24px;
}
.copyright p{
    margin-bottom: 0;
    color: var(--dark-gray);
    font-family: "Geist", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
}
.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.footer-menu ul li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
}
.footer-menu ul li:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #636366;
    top: 48%;
    right: -13px;
    border-radius: 10px;
}
.footer-menu ul li:last-child::after{
    content: none;
}
.footer-menu ul li a{
    color: var(--dark-gray);
    font-family: "Geist", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
}
.copyright {
    text-align: left;
}
/* Footer Section Css End Here */

@media (max-width: 1024px) {
    .banner-point {
        margin-top: 30px;
    }
    .banner-point-content-wrraper h4,
    .banner-point-content-wrraper h3 {
        margin-bottom: 3px;
    }
    .easy-to-get-content-box {
        margin-top: -32%;
    }
    footer.footer .col-md-6:nth-child(2) {
        padding: 0;
    }
    .banner-content h1 {
        font-size: 40px;
        line-height: 48px;
    }
    button.navbar-toggler:focus {
        outline: none;
    }
}

@media (max-width: 767px) {
    .banner-content h1 {
        font-size: 38px;
        line-height: 46px;
    }
    .why-text-app-content-wrraper h2, .sec-title-warraper h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .benefits-content-wrraper h3 {
        font-size: 24px;
        line-height: 31px;
    }
    .benefits-content-wrraper p {
        margin-top: 0px;
        margin-bottom: 0;
    }
    .easy-to-get-content-box {
        margin-top: -67%;
    }
    .easy-to-get-sec {
        padding-bottom: 50px;
    }
    .easy-to-get-sec .easy-to-get-title-sec {
        padding-top: 40px;
    }
    .m-order-2{
        order: 2;
    }
    .benefits-img-wrraper {
        margin-bottom: 20px;
    }
    .benefits {
        padding-bottom: 50px;
        padding-top: 0;
    }
    .features-sec {
        padding: 0px 0 45px;
    }
    .why-text-app {
        padding: 10px 0 30px 0;
    }
    .site-header .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        border-bottom: 1px solid #e0e0e0;
    }
    .get-started-wrraper {
        margin: 2rem 0 1rem;
    }
    .easy-to-get-content-box-content .banner-btn img {
        width: 114px;
    }
    .footer-menu ul {
        text-align: center;
        margin-top: 15px;
    }
    .border-right {
        border-right: none;
    }
    .banner-point-icon-wrraper {
        padding-left: 14px;
    }
    .features-sec .row {
        row-gap: 24px;
    }
}

/* Shared Header & Footer Responsive Media Queries */
@media (min-width: 992px) {
    .site-header .navbar-collapse {
        background: transparent !important;
        padding: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        margin-top: 0 !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .site-header .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 14px;
    }
    .site-header .get-started-btn {
        padding: 9px 15px;
    }
    .footer-menu ul li {
        margin-right: 12px;
    }
}

@media (max-width: 991px) {
    .site-header .navbar-collapse {
        background: var(--white);
        z-index: 99;
        padding: 18px;
        border-radius: 7px;
        box-shadow: 0 4px 16px rgba(0,0,0,0.1);
        margin-top: 10px;
    }
    .site-header .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e0e0e0;
    }
    .get-started-wrraper {
        margin-top: 16px;
        margin-bottom: 8px;
    }
    .site-header .get-started-btn {
        display: inline-flex;
        justify-content: center;
        width: 100%;
        text-align: center;
    }
}

@media (min-width: 540px) and (max-width: 991px) {
    footer.footer .col-sm-6,
    footer.footer .col-md-6,
    footer.footer .col-xl-6,
    footer.footer .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .copyright p {
        text-align: center;
        margin-bottom: 10px;
    }
    .footer-menu {
        text-align: center;
    }
    .footer-menu ul {
        text-align: center;
        margin-top: 0;
    }
    .footer-menu ul li {
        margin-right: 14px;
        white-space: nowrap;
    }
}

@media (max-width: 539px) {
    footer.footer .col-sm-6,
    footer.footer .col-md-6,
    footer.footer .col-xl-6,
    footer.footer .col-lg-6,
    footer.footer .col-xs-12 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .copyright p {
        text-align: center;
        margin-bottom: 12px;
    }
    .footer-menu {
        text-align: center;
    }
    .footer-menu ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px 16px;
        text-align: center;
        margin-top: 0;
    }
    .footer-menu ul li {
        margin-right: 0 !important;
        white-space: nowrap;
    }
    .footer-menu ul li:after {
        display: none;
    }
}

/* FAQ Section & Hero Subtitle Styles */
.faq-sec {
    padding: 60px 0;
    background-color: var(--white);
}
.faq-container {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 16px;
}
.faq-container details {
    background: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 14px;
    margin-bottom: 12px;
    overflow: hidden;
}
.faq-container summary {
    cursor: pointer;
    list-style: none;
    padding: 16px 20px;
    font-family: "Geist", serif;
    font-weight: 700;
    font-size: 16px;
    color: var(--black);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    user-select: none;
}
.faq-container summary::-webkit-details-marker {
    display: none;
}
.faq-container summary::after {
    content: "+";
    font-size: 22px;
    color: var(--dark-blue);
    font-weight: 800;
    flex-shrink: 0;
    line-height: 1;
}
.faq-container details[open] summary::after {
    content: "–";
}
.faq-container details .a {
    padding: 0 20px 18px;
    font-family: "Geist", serif;
    font-size: 15px;
    line-height: 24px;
    color: var(--dark-gray);
}
.faq-subtitle {
    font-family: "Geist", serif;
    color: var(--dark-gray);
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 28px;
}
.hero-subtitle {
    font-family: "Geist", serif;
    font-size: 18px;
    font-weight: 500;
    color: var(--dark-blue);
    margin-top: 8px;
    margin-bottom: 12px;
}
.section-head h1,
.section-head h3 {
    font-family: "Geist", serif;
    font-size: 36px;
    font-weight: 700;
    color: #222;
    text-align: left;
    margin-bottom: 0;
}
.section-head h1::first-letter,
.section-head h3::first-letter {
    border-bottom: 3px solid #4267b2;
}