*{
    margin: 0;
    padding: 0;
}
h1, h2, h3{
    color: #0b7bdc;
    margin-top: 10px;
    margin-bottom: 10px;
}
a{
    text-decoration: none;
}
/* Header */
.top-header{
    background: #efefef;
    padding:10px 20px;
    color:#fff;
    position: fixed;
    z-index: 9999;
    width: 100%;
    margin-top: 0px;
}

.logo{
    width: 100px;
}

marquee{
    color: #0b7bdc !important;
}
.login-btn{
    padding:12px 20px;
    border: 2px solid #000;
    border-radius:18px;
    background:#fff;
    color:#222;
    font-size:15px;
    font-weight:700;
    cursor:pointer;
}


/* Sidebar */
.sidebar{
    background:#fff;
    height:100%;
    border-right:1px solid #ddd;
}

.search-box{
    padding:10px;
}

.search-box input{
    width:100%;
    background-color: #e5e7eb;
    padding:4px;
    border-radius: 10px;
    border: none;
}
.sidebar{
    position: fixed;
    margin-top: 70px;
}
.side-title{
    background:#0b7bdc;
    color:#fff;
    padding:10px 15px;
    font-weight:600;
}

.side-item{
    padding:4px 15px;
    border-bottom:1px solid #ddd;
    font-size:15px;
}
.side-item:hover{
    background:#0b7bdc;
    color: #fff;
}
.still{
    margin-top: 70px;
}
.main-menu{
    background:#d8f4ff;
    border-bottom:1px solid #ddd;
}

.menu-scroll{
    overflow-x:auto;
    overflow-y:hidden;
    white-space:nowrap;
}

.menu-scroll::-webkit-scrollbar{
    display: none;
}


.main-menu a{
    text-decoration:none;
    color:#333;
    font-weight:600;
    padding:15px;
    display:inline-block;
}


/* Banner */
.post{
    width:100%;
}

/* faq */
 .faq-section {
    width: 100%;
    /*padding: 40px;*/
    background: transparent;
    box-sizing: border-box;
  }

  .faq-section h4 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
    color: #0b7bdc;
  }

  .faq-item {
    background: transparent;
    margin: 15px 0;
    border-radius: 8px;
    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;
    border: 2px solid #fff;
    background: #0b7bdc;
    color: white;
  }

  .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: transparent;
    padding: 0 20px;
  }

  .faq-answer p {
    padding: 15px 0;
    margin: 0;
    color: #000;
  }

/* faq */

/* footer */
.avexch-footer{
    background:#efefef;
    padding:0;
    font-family:Arial,sans-serif;
}

.footer-links{
    text-align:center;
    padding:18px 10px;
    font-size:14px;
    font-weight:600;
}

.footer-links a{
    color:#2d6fb2;
    text-decoration:none;
    margin:0 8px;
}

.footer-links span{
    color:#888;
}

.footer-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:30px;
}

.footer-logo img{
    max-height:60px;
}

.footer-18 img{
    max-height:130px;
}

.app-box{
    margin:0 18px;
    background:#fff;
    border:1px solid #ddd;
    border-radius:14px;
    padding:22px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    box-shadow:0 2px 4px rgba(0,0,0,.08);
}

.app-left{
    display:flex;
    align-items:flex-start;
    gap:20px;
}

.mobile-icon{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#e9f1f4;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    color:#2491b2;
}

.app-left h2{
    margin:0;
    color:#1e2d4d;
    font-size:24px;
    font-weight:700;
}

.app-left p{
    margin:8px 0 15px;
    color:#666;
    font-size:16px;
}

.tags{
    display:flex;
    gap:12px;
}

.tags span{
    background:#edf5f7;
    color:#2696b5;
    padding:10px 18px;
    border-radius:25px;
    font-size:14px;
}

.download-btn{
    background:linear-gradient(90deg,#40a7c2,#1580b1);
    color:#fff;
    text-decoration:none;
    display:flex;
    align-items:center;
    gap:15px;
    padding:16px 28px;
    border-radius:14px;
    min-width:360px;
}

.android-icon{
    font-size:38px;
}

.download-btn small{
    display:block;
    font-size:14px;
}

.download-btn strong{
    display:block;
    font-size:20px;
}

.copyright{
    text-align:center;
    color:#888;
    font-size:18px;
    padding:55px 0 10px;
}

/* Mobile */
@media(max-width:768px){

    .footer-top{
        flex-direction:column;
        gap:20px;
    }

    .app-box{
        flex-direction:column;
        gap:20px;
    }

    .download-btn{
        min-width:100%;
        justify-content:center;
    }

    .app-left{
        flex-direction:column;
        text-align:center;
    }

    .tags{
        justify-content:center;
        flex-wrap:wrap;
    }
}
/* footer */

 .whatsapp-float {
  position: fixed;
  bottom: 90px;
  right: 25px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: #fff;
  padding: 10px 16px;
  border-radius: 50px;
  font-weight: 600;
  font-family: Arial, sans-serif;
  text-decoration: none;

  box-shadow: 0 6px 15px rgba(0,0,0,0.25);
  transition: all 0.3s ease;
}

.whatsapp-float img {
  width: 28px;
  height: 28px;
}

.whatsapp-float:hover {
  background: #1ebe5d;
  transform: scale(1.05);
}
.whatsapp-float span {
font-size: 15px;
}

@media only screen and (max-width: 476px){
    .sidebar{
        display: none;
    }
    .faq-section{
        padding: 10px;
    }
    p{
        text-align: justify;
    }
}