*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #C6C6C6;
}
.section-title{
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #222;
    position: relative;
    padding-bottom: 15px;
}

.section-title::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 4px;
    background: #ffcc00;
    border-radius: 10px;
}
.ban{
    width: 100%;
}
.mobile-app{
    max-width:730px;
    margin:auto;
    background:#f5f5f5;
    position:relative;
}

/* Header */
.top-header{
    background: #000;
    padding: 10px;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 730px; /* optional */
    z-index: 9999;
}

.logo{
    width: 200px;
    margin-top: -20px;
}

.menu-btn{
    color:#fff;
    font-size:28px;
}

.login-btn{
    background:#fff;
    color:#000;
    border-radius:10px;
    padding:5px 10px;
    text-decoration:none;
    font-size:14px;
}

.demo-btn{
    background:#f4b400;
    color:#000;
    border-radius:10px;
    padding:5px 10px;
    text-decoration:none;
    font-size:14px;
    border: 1px solid #fff;
}
.globe{
    width: 20px;
}
/* Match Tabs */
.match-tabs{
    background:#000;
    padding:0 10px 10px;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 730px; /* optional */
    z-index: 9999;
    margin-top: 60px;
}

.match-box{
    background:#fff;
    border-radius:5px;
    text-align:center;
    padding:5px;
    color:#777;
    font-size:12px;
}

/* Categories */
.categories{
    background:#fff;
    overflow-x:auto;
    white-space:nowrap;
    padding: 5px 0;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 730px; /* optional */
    z-index: 9999;
    margin-top: 95px;
}
.categories::-webkit-scrollbar{
    display:none;
}
.cat-item{
    display:inline-block;
    text-align:center;
    width:80px;
}

.cat-icon{
    width:32px;
    height:32px;
    background:#444;
    border-radius:50%;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
}
.cat-icon img{
    width: 35px;
}
.cat-name{
    font-size:12px;
    margin-top:5px;
}
.main-content{
    margin-top: 150px;
    margin-bottom: 50px;
    padding: 10px;
}

/* Search */
.search-box{
    margin:15px;
    background:#fff;
    border:1px solid #ccc;
    border-radius:10px;
    padding: 5px;
}

.search-box input{
    border:none;
    outline:none;
    width:90%;
    font-size: 12px;
    font-weight: 600;
}

.now {
    font-size: 15px;
    font-weight: 600;
    color: #000; 
    text-decoration: underline;
    text-decoration-color: goldenrod; 
}

/* Provider Grid */

.provider-grid{
    display:flex;
    overflow-x:auto;
    overflow-y:hidden;
    gap:2px;
    white-space:nowrap;
    margin-bottom: 3px;
}

.provider-grid::-webkit-scrollbar{
   display: none;
}

.provider-card{
    flex:0 0 auto;
    width:150px; /* mobile width */
}

.provider-card img{
    width:100%;
    display:block;
    border-radius: 10px;
}
.about-section{
    padding: 20px 20px;
    background:#000;
    color:#fff;
}

.about-content{
    max-width:900px;
    margin:auto;
    text-align:center;
}
.about-content h1{
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    position: relative;
    padding-bottom: 15px;
}

.about-content h1::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 4px;
    background: #ffcc00;
    border-radius: 10px;
}

.about-content li{
    text-align: start;
}
.about-content p{
    max-width:700px;
    margin:0 auto 40px;
    color:#cbd5e1;
    line-height:1.8;
}

.theme-btn{
    display:inline-block;
    padding:14px 35px;
    background:#fbbf24;
    color:#000;
    text-decoration:none;
    font-weight:700;
    border-radius:50px;
    transition:.3s;
}

.theme-btn:hover{
    background:#fff;
}

/* faq */
.faq-section {
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
    background-color: #000;
  }

  .faq-section h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
    color: #fff;
  }

  .faq-item {
    margin: 0px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }

  .faq-question {
    padding: 15px 20px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    color: #000;
    background-color: goldenrod;
    border-bottom: 1px solid #fff;
  }

  .faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 18px;
  }

  .faq-question.active::after {
    content: '-';
  }

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #fff;
    padding: 0 20px;
  }

  .faq-answer p {
    padding: 15px 0;
    margin: 0;
    color: #000;
  }
 .whatsapp-float{
    position: fixed;
    right: 20px;
    bottom: 25px;
    z-index: 9999;
    animation: pulse 2s infinite;
}

.whatsapp-float img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 5px 20px rgba(0,0,0,.25);
    transition: .3s;
}

.whatsapp-float img:hover{
    transform: scale(1.1);
}

@keyframes pulse{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.08);
    }
    100%{
        transform: scale(1);
    }
}

@media(max-width:768px){
    .whatsapp-float{
        right: 15px;
        bottom: 70px;
    }

    .whatsapp-float img{
        width: 55px;
        height: 55px;
    }
}
 /* footer */
 .take{
    background-color: #000;
    padding: 30px;
    border-top: 2px solid #fff;
 }
 .take p{
    color: #fff;
 }
 .stick{
    border-top: 1px solid #fff;
 }
 .stick p{
    text-align: center;
    margin-top: 20px;
    color: #fff;
 }
 /* footer */

/* Bottom Menu */
.bottom-menu{
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 730px;
    max-width: 100%;
    background: #000;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 5px 0;
    z-index: 9999;
}

.bottom-menu a{
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
}

.bottom-menu i{
    display: block;
    font-size: 22px;
}

@media only screen and (max-width: 476px){
    .logo{
        width: 140px;
    }
    p{
        text-align: justify;
    }
    .faq-section{
        padding: 10px;
    }
    .section-title {
    font-size: 25px;
}
}