.top-bar {
  background: transparent;
  font-size: 11px;
  border-bottom:1px solid #9f9fa7;
  opacity: 0.8;
}

.top-bar a {
  text-decoration: none;
  color: #333;
  font-size: 13px;
}

.top-bar i {
  color: #9f9fa7;
  margin-right: 5px;
  font-size: 13px !important;
}
.top-bar i:hover {
  color: #5cc3c6 !important;
  margin-right: 5px;
  font-size: 11px;
}

.navbar-brand img {
  height: 50px;
  /*width: 116px !important;*/
}

.navbar-nav .nav-link {
  font-weight: 600;
  color: #333;
  font-size: 12px;
}

.navbar-nav .nav-link.active {
  color: #5cc3c6 !important;
}

.search-icon {
  font-size: 18px;
}
.iphone1 {
  text-align: right;
}
@media (max-width: 546px) {
  .inphone {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .top-bar {
    text-align: center;
  }
}

@media (max-width: 546px) {
  .navbar-brand1 img {
    margin-left: 0;
    /*margin-top: 50px;*/
  }
}

/* voage list */
.features-list {
  list-style: none;
  padding: 0;
}

.features-list li {
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px dashed #ddd;
}

.features-list li:last-child {
  border-bottom: none;
}

.features-list li::before {
  content: "›";
  color: orangered;
  font-size: 18px;
  font-weight: bold;
  margin-right: 8px;
}

.section-title {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  /* border-left: 3px solid orangered; */
  padding-left: 8px;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}


.top-bar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1050;
  background: #fff;
  transition: top 0.3s ease, opacity 0.3s ease;
}

/* Sticky navbar just below top-bar */
.navbar {
  position: fixed;
  top: 39px; /* Height of top-bar */
  width: 100%;
  z-index: 1040;
  background: #ffffff !important;
  /* transition: background-color 0.3s ease, top 0.3s ease, box-shadow 0.3s ease; */
}

@media(max-width:567px){

.navbar{
    position: fixed;
  top: 67px ; 
  width: 100%;
  z-index: 1040;
  background: #ffffff !important;
}
}

/* When scrolled, navbar moves up */
.navbar.scrolled {
  top: 0;
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media(max-width:567px){
    .navbar.scrolled{
        top:0;
    }
    
}
/* Hide top-bar (optional) */
.top-bar.scrolled {
  opacity: 0;
  pointer-events: none;
}
