body {
    font-family: 'Poppins', sans-serif;
    color: #333;
}

/* --- Custom Styles --- */

/* Header / Hero Section */
.hero-section {
    /* background-color: #ff0000;*/
    background-color: #465d9c;
    color: white;
    /*padding-top: 100px;*/
    padding-bottom: 120px;
}

    .hero-section h1 {
        font-size: 3.5rem;
        font-weight: 700;
    }

    .hero-section p {
        font-size: 1.5rem;
        font-weight: 500;
    }

.store-buttons img {
    height: 50px;
    margin-top: 20px;
    margin-right: 15px;
}

.phone-mockup {
    max-width: 100%;
    height: auto;
    position: absolute;
    left: 230px;
    top: -176px;
    width: 288px;
}

/* Main Content Section */
.main-content {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fff;
}

nav.sidebar-nav {
    background: #fff;
    padding: 23px;
    border-radius: 10px;
}

.sidebar-nav ul {
    list-style: none;
    padding-left: 0;
}

.sidebar-nav li {
    margin-bottom: 25px;
    font-weight: 500;
    color: #555;
    display: flex;
    align-items: center;
}

    .sidebar-nav li i {
        margin-right: 15px;
        width: 20px;
        text-align: center;
        color: #000;
    }

.coins-free {
    font-weight: 600;
    color: #ff0000;
}

.patent-img {
    max-width: 130px;
}

.section-title {
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
}

.feature-box {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    text-align: left;
    margin-bottom: 15px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

    .feature-box:hover {
        border-color: #ff0000;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }

    .feature-box i {
        color: #ff0000;
    }

.why-love-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .why-love-section ul {
        list-style: none;
        padding-left: 0;
    }

        .why-love-section ul li {
            margin-bottom: 10px;
            position: relative;
            padding-left: 25px;
        }

            .why-love-section ul li::before {
                content: '\f00c'; /* Font Awesome check icon */
                font-family: 'Font Awesome 6 Free';
                font-weight: 900;
                color: #3a5898;
                position: absolute;
                left: 0;
                top: 5px;
            }

.privacy-box {
    background-color: #becce9;
    border-radius: 15px;
    padding: 30px;
    border: 1px solid #becce9;
}

    .privacy-box h4 {
        font-weight: 600;
    }

    .privacy-box i {
        color: #3a5898;
        margin-right: 10px;
    }

.tagline {
    font-weight: 700;
    font-size: 1.75rem;
    color: #1e3a8a;
}

/* Footer */
.top-footer {
    background-color: #3a5898;
    color: white;
    padding: 40px 0;
}

    .top-footer h5 {
        font-weight: 600;
        margin-bottom: 15px;
    }

    .top-footer a {
        color: #e5e7eb;
        text-decoration: none;
    }

        .top-footer a:hover {
            color: white;
        }

.social-icons a {
    
    font-size: 1.2rem;
}
    .social-icons a:not(:last-child) {
        margin-right: 15px;
         
    }
.bottom-footer {
    background-color: #f8fafc;
    padding: 30px 0;
    font-size: 0.9rem;
    color: #555;
}

    .bottom-footer .logo {
        height: 80px;
    }

    .bottom-footer p {
        margin-bottom: 2px;
    }
a {
    text-decoration: none;
    color: #555;
}
.aterm {
    color: #aaa !important;
}
.privacy-box1 {
    background-color: #ffcccc;
    border-radius: 15px;
    padding: 30px;
    border: 1px solid #ffcccc;
}

    .privacy-box1 h4 {
        font-weight: 600;
    }

    .privacy-box1 i {
        color: #3a5898;
        margin-right: 10px;
    }
.btn-outline-secondary {
    background-color: #ff0000 !important;
    color: #fff;
    border-color: #ff0000;
}
.pt-Title {
    font-size: 25px;
    font-weight: bold;
}
.pt-Heading3 span {
    font-size: 1.2rem !important;
    font-weight: bold !important
}
.testimonial-img{
    height:200px;
    width:200px;
}
.testimonial-card {
    border-color: #ff0000;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    padding: 15px;
    background: #fff;
}
.testimonial-wrapper {
    background: #ffe;
    padding: 15px 0px;
}
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #fff; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

    /* The navigation menu links */
    .sidenav a {
        /*        padding: 8px 8px 8px 32px;*/
        text-decoration: none;
        /*        font-size: 25px;*/
        color: #818181;
        display: block;
        transition: 0.3s;
    }

    .sidenav li {
        margin-bottom: 25px;
        font-weight: 500;
        color: #555;
        display: flex;
        align-items: center;
    }

        .sidenav li i {
            margin-right: 15px;
            width: 20px;
            text-align: center;
            color: #000;
        }
    /* When you mouse over the navigation links, change their color */
    .sidenav a:hover {
        color: #f1f1f1;
    }

    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

.burg-menu span div {
    width: 27px;
    height: 4px;
    background-color: #fff;
    margin: 4px 0;
}

.img-fluid {
    max-height: 200px;
}

.logos {
    height: 100px;
}

.headingdiv {
    margin-top: 35px;
}

.img-fluid {
    margin-top: 45px;
}
.burg-menu {
    display: none;
}
@media (max-width: 575.98px) {
    nav.sidebar-nav {
        display: none;
    }

    .hero-section h1 {
        font-size: 1.8rem;
        font-weight: 700;
    }

    .hero-section {
        /*background-color: #ff0000;*/
        color: white;
        /*padding-top: 20px;*/
        padding-bottom: 0px;
    }
    .logos {
        height: 80px;
    }
    .phone-mockup {
        max-width: 34%;
        height: auto;
        position: absolute;
        right: 0px;
        left: auto;
        top: -170px;
        width: 288px;
    }

    .burg-menu {
        display: block;
        padding-left: 20px;
        /*padding-top: 18px*/
        position: absolute;
        top: 25px;
        z-index: 999;
    }

        .burg-menu span {
            float: right;
            margin-right: 17px;
            /*margin-top: -44px;*/
        }
    section-title {
        font-size: 1.1rem;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .phone-mockup {
        max-width: 70%;
        height: auto;
        position: absolute;
        right: -20px;
        left: auto;
        top: -176px;
        width: 288px;
    }
    section-title {
        font-size: 1.1rem;
    }
    .mobbtn {
        float: none;
        width: 100%;
    }
}
.logo-bg {
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 10px 10px 20px 10px;
}
.main-content p{
    text-align:justify;
}
@media (max-width: 320px) {
    .logos {
        height: 67px;
    }
}
@media (max-width: 820px) {
    .phone-mockup {
        right: 0px ;
        width: 173px;
        left: auto;
    }

}
@media (max-width: 768px) {
    h1 {
        font-size: 2.5rem !important;
    }
    .section-title {
        font-weight: 700;
    }
    h2 {
        font-size: 1.5em;
    }
}

