  body, html {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        /* font-family: "Poppins", sans-serif; */
        font-family: system-ui;
    }

    /* hero section css */
    .navbar {
        background: rgb(247 235 211);
    }
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky + .content {
  padding-top: 102px;
}
    /* HERO BACKGROUND */
    .hero {
        position: relative;
        height: 80vh;
        background: url("../img/banner.jpg") center/cover no-repeat;
            /* background-position: top; */
    }

    /* BLUR EFFECT */
    .hero::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.45);
        /* backdrop-filter: blur(8px); */
    }

    .hero-content {
        position: relative;
        z-index: 5;
        top: 80%;
        transform: translateY(-50%);
        text-align: center;
        color: #fff;
    }

    .couple-img {
        width: 650px;
        max-width: 100%;
        margin-bottom: 25px;
    }

    /* TITLE */
    .hero-title {
        font-size: 55px;
        font-weight: 700;
            color: #fff;
    }

    .hero-sub {
        font-size: 20px;
        margin-top: -10px;
            color: #fff;
    }

    /* BUTTON */
    a .cta-btn {
        background: #7b1c1d;
        color: #fff;
        border-radius: 30px;
        padding: 14px 35px;
        font-size: 20px;
        border: none;
        font-weight: 600;
        margin-top: 15px;
    }
        .navbar-expand-lg .navbar-collapse {
        display: contents !important;
    }

    /* 1st section css */
    .section {
        /* padding: 70px 0; */
         background: #f4fbee;
    }

    .icon-box {
        background: #f0f7ea;
        padding: 15px;
        border-radius: 12px;
        width: 65px;
        height: 65px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }

    /* .icon-box img {
        width: 30px;
    } */

    .feature-text {
        font-size: 18px;
        font-weight: 500;
        text-align: left;
    }

    .lady-img {
        width: 420px;
        max-width: 100%;
    }

    a .btn-orange {
        background: #7b1c1d;
        color: #fff;
        padding: 14px 40px;
        border-radius: 30px;
        font-size: 18px;
        border: none;
        font-weight: 600;
        margin-top: 20px;
    }
   .about-sec h5 {
    font-size: 40px;
    font-weight: 600;
}
.about-sec p {
    font-size: 18px;
}
.section.about-sec img {
    border-radius: 20px;
}

/* section app */
    .section-app {
        padding: 80px 0;
         background: #7b1c1d;
         color: #fff;
    }
h5.LOGO-TITLE {
    color: #7b1c1d;
    font-weight: 800;
    font-size: 27px;
}
    .qr-box img {
        width: 120px;
        margin-bottom: 25px;
    }

    .app-buttons img {
        height: 45px;
        margin-right: 10px;
    }

    .rating-star {
        width: 22px;
    }

    .phone-1 {
        width: 280px;
        margin-left: 100px;
    }

    .phone-2 {
        width: 250px;
        margin-left: -50px;
        margin-top: 150px;
    }

    /* faq css */

        .faq-container {
        background: #fff;
        border-radius: 15px;
        padding: 40px;
        max-width: 1300px;
        margin: 0px auto;
        box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    }

    .faq-title {
        font-weight: 700;
        font-size: 32px;
        display: flex;
        align-items: center;
    }

    .faq-title img {
        width: 38px;
        margin-right: 12px;
    }

    .accordion-button {
        font-weight: 600;
        border-radius: 10px !important;
    }

    .accordion-item {
        border: none;
        margin-bottom: 10px;
        border-radius: 12px;
        overflow: hidden;
        background: #f8f8f8;
    }

    /* Custom plus/minus icons */
    .accordion-button::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='gray' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3E%3C/svg%3E");
        transform: scale(1.3);
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='gray' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 7.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5Z'/%3E%3C/svg%3E");
    }


    /* footer css */

    .footer-top {
        background: #f2e7c9;
        padding: 60px 0;
    }

    .footer-logo {
        /* background: white; */
        display: inline-block;
        padding: 15px 25px;
        border-radius: 4px;
    }

    .footer-description {
        max-width: 350px;
        margin-top: 20px;
        line-height: 1.7;
        color: #555;
        font-size: 15px;
    }

    .footer-links h5 {
        font-weight: 600;
        margin-bottom: 20px;
    }

    .footer-links a {
        display: block;
        color: #666;
        margin-bottom: 8px;
        text-decoration: none;
        font-size: 15px;
    }

    .footer-links a:hover {
        color: #000;
    }

    .footer-bottom {
        background: #8f1d33;
        padding: 18px 0;
        color: white;
        font-size: 14px;
    }

    .footer-bottom a {
        color: #4ab2ff;
        text-decoration: none;
        font-size: 16px;
        font-weight: 700;
    }

    /* privact-policy css */

       .policy-container {
            background: #ffffff;
            padding: 40px;
            border-radius: 8px;
            margin-top: 30px;
            margin-bottom: 30px;
            box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
        }
        h1, h2 {
            color: #333;
            font-weight: 600;
        }
        p, li {
            color: #555;
            line-height: 1.7;
        }

        /* terms-condition */
        .policy-container {
            background: #ffffff;
            padding: 40px;
            border-radius: 8px;
            margin-top: 30px;
            margin-bottom: 30px;
            box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
        }
        h1, h2 {
            color: #333;
            font-weight: 600;
        }
        p, li {
            color: #555;
            line-height: 1.7;
        }

        /* feedback css */


        .form-wrapper {
            background: #fff;
            padding: 50px;
            margin: 40px auto;
            max-width: 900px;
            border-radius: 8px;
            box-shadow: 0px 3px 12px rgba(0,0,0,0.1);
        }
        label {
            font-weight: 500;
            margin-bottom: 4px;
        }
        .required {
            color: red;
        }
        .btn-submit {
            background: #6c6c6c;
            color: #fff;
            padding: 10px 35px;
            border-radius: 4px;
            border: none;
        }
        .btn-submit:hover {
            opacity: 0.9;
        }
        small {
            color: #666;
        }

@media (max-width: 769px) {
    .hero-content {
        top: 59% !important;
    }
    .hero-title {
    font-size: 39px;
    }
    .about-sec h5 {
    margin-top: 20px;
   }
   a .btn-orange {
    margin-bottom: 40px;
  }
  .section-app .play-img{
    width: 80%;
  }
  .section-app {
    padding: 30px 0;
}
.faq-container {
    padding: 15px;
}









}