@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

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

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

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

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Selina';
    src: url('../fonts/Selina-Black-Italic-W08-Rg.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
body {
    font-family: 'Poppins', sans-serif;
}

.navbar-toggler:focus{
    box-shadow: none !important;
}

li.nav-item {
    padding: 0px 20px;
}

.navbar-nav .nav-link.active {
    font-weight: 700;
    color: #ff1f1f;
}

.bg-light {
    padding: 8px;
}

.brand-logo {
    width: 200px;
    height: auto;
}

h2 {
    font-weight: 600;
}

.section-2 {
    background-image: url('../images/banner-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section-title {
    font-family: 'selina', sans-serif;
    font-size: 45px;
    font-weight: 800;
    color: #FFF;
}

.download {
    width: 180px;
}


img.img-fluid.w-100 {
    width: 100% !important;
    padding: 60px;
}

p.section-text {
    color: #fff;
    margin: 0px 0px 0px 30px;
}

.get-connection {

    text-align: center;
    padding: 4% 0%;
}
.section-connection{

   padding-bottom: 3.5%;
}



.feature-box {
    text-align: center;
}

.feature-box h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}

.feature-box i {
    font-size: 40px;
    color: #E91E63;
    margin-bottom: 15px;
}

.icon-info{
    width: 60px;
}

.central-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}

.back-bg {
    background-image: url('../images/second-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5% 0% 9% 0;
    color: #fff;

}

.lead{
font-size: 20px;

}




.download-button{
display: flex;
justify-content: center;
gap:20px;

}

.download-button img{

width: 200px;
}



.img-fluid {
width: 400px;
}



.heading-title {

    font-size: 22px;
    font-weight: 600;
}
.heading-paragraph{
    font-size: 17px;
    font-weight: 400;
}

.privacy-feature {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.heart {
    width: 50px;
}

.Confidential{
    width: 45px;
}
.your-privacy {
    text-align: center;
    padding: 2% 2% 4% 2%;
}

img.app-preview {
    width: 220px;
}

.slider-pd {

    padding: 0% 0% 4% 0%;
}


.section-download {

    background-image: url('../images/download-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 4.5% 0% 4.5% 0%;
    color: #fff;
    margin-bottom: 4%;

}





/* {faqs} Frequently Asked Questions */

        
.faq-header {
    text-align: center;
    margin-bottom: 50px;
}

.faq-header h2 {
    font-weight: 700;
    color: #343a40;
    margin-bottom: 15px;
}

.faq-header p {
    color: #6c757d;
    font-size: 1.1rem;
}

.accordion-button {
    font-weight: 600;
    padding: 20px;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: rgba(13, 110, 253, 0.05);
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(13, 110, 253, 0.25);
}

.accordion-body {
    padding: 20px;
    color: #495057;
}

.accordion-item {
    margin-bottom: 15px;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    overflow: hidden;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d6efd'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: scale(1.2);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d6efd'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.toggle-icon {
    margin-right: 10px;
    color: #000;
    transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed) .toggle-icon {
    transform: rotate(180deg);
}


/* end {faqs} Frequently Asked Questions */

.dummy h3{
    font-size: 20px;
    font-weight: 600;
}



        /* srtart==== Contact Section ==== */
        .contact-section {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            margin-bottom: 50px;
        }
        
        .contact-info, .contact-form {
            flex: 1;
            min-width: 300px;
            background: white;
            padding: 30px;
            border-radius: 12px;
            box-shadow: 0px 0px 5px 0px #00000042;
}
        
        
        .contact-info h2, .contact-form h2 {
            color: #ff1f1f;
            margin-bottom: 20px;
            font-size: 1.8rem;
        }
        
        .contact-method {
            margin-bottom: 20px;
            display: flex;
            align-items: flex-start;
            gap: 15px;
        }
        
        .contact-method i {
            font-size: 1.5rem;
            color: #fff;
            margin-top: 3px;
        }
        
        .contact-method h3 {
            font-size: 1.2rem;
            margin-bottom: 5px;
        }
        
        /* ==== Social Media Links ==== */
        .social-links {
            display: flex;
            gap: 15px;
           
        }
        
        .social-links a {
            display: inline-block;
            width: 40px;
            height: 40px;
            background: #ff1f1f;
            color: white;
            border-radius: 50%;
            text-align: center;
            line-height: 47px;
            transition: all 0.3s ease;
        }
        
        .social-links a:hover {
            background: #ff1f1f;
            transform: translateY(-3px);
        }
        
        /* ==== Contact Form ==== */
        .form-group {
            margin-bottom: 20px;
        }
        
        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: #555;
        }
        
        .form-group input, 
        .form-group textarea, 
        .form-group select {
            width: 100%;
            padding: 12px;
            border: 1px solid #ddd;
            border-radius: 8px;
            font-size: 1rem;
            transition: border 0.3s ease;
        }
        
        .form-group input:focus, 
        .form-group textarea:focus, 
        .form-group select:focus {
            border-color: #ff1f1fb;
            outline: none;
        }
        
        .form-group textarea {
            height: 120px;
            resize: vertical;
        }
        
        .submit-btn {
            background: #ff1f1f;
            color: white;
            border: none;
            padding: 12px 25px;
            border-radius: 8px;
            cursor: pointer;
            font-size: 1rem;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .submit-btn:hover {
            background: #ff4757;
            transform: translateY(-2px);
        }

        /*end==== Contact Section ==== */






/* footer start css */


.footer {
   background-image: url('../images/background-ft.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 0px 10px 0px;
    color: white;
    position: relative;
}

.footer a {
    color: white;
    text-decoration: none;
}
.date-for{
width: 70%;

}
.footer hr {
    border-color: #fff !important;
}

.social-icon{
width: 40px;

}
.mail{
width: 20px;

}

.mail-info{
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer a:hover {
    text-decoration: underline;
}

.footer-icons a {
    font-size: 24px;
    margin: 0 10px;
    color: white;
}

.footer-icons a:hover {
    opacity: 0.8;
}

.footer hr {
    border-color: rgba(255, 255, 255, 0.2);
}

.footer a {
    color: white;
    text-decoration: none;
    font-weight: 300;
}
.fw-bold {
    font-weight: 500 !important;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); 
    z-index: 1;
}

.footer .container {
    position: relative;
    z-index: 2; 
}



