body {
  padding-top: 70px;
  background: #f5f7fa;
}

/* PAGE HEADER */
.page-header {
  background: linear-gradient(to right,  darkblue);
  color: #fff;
  padding: 80px 0;
  margin-top: 12px;
  background-image: url(images/back1.png);
}

/* SERVICE CARDS */
.service-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.3s ease;
  height: 100%;

}

.service-card i {
  font-size: 40px;
  color: #0d6efd;
  margin-bottom: 15px;
}

.service-card:hover {
  transform: translateY(-8px);
}

.service-card h5 {
  font-weight: 600;
}

html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 120px; /* navbar height */
}



.top-bar {
  height: 40px;
  background: linear-gradient(to right, #1b2c44, #0a1a2f);
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
 
  z-index: 9000;
 
  align-items: center;



}


.main-navbar {
  height: 80px;
  background: #000;
   position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
 
}

 .navbar-nav .nav-item {
  margin: 0 10px;   
}
.nav-link {
  color: #fff !important;
  font-weight: 500;
  padding: 10px 25px;
}

.nav-link:hover {
  color: #00d4ff !important;
}
#mainlogo
{
  width: 300px;
  height: 80px;
  margin: 0px;
  object-fit: cover;
}


@media (max-width: 480px) {
  #mainlogo {
    max-width: 160px;
     height: 60px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  #mainlogo {
    max-width: 200px;
     height: 60px;
  }
}


@media (min-width: 769px) and (max-width: 1024px) {
  #mainlogo {
    max-width: 240px;
     height: 60px;
  }
}


@media (min-width: 1025px) {
  #mainlogo {
    max-width: 300px;
    height: 80px;
  }
}
   @media (max-width: 991px) {
  .navbar-collapse {
    background: #0056a3;
    padding: 15px;
    border-radius: 8px;
  }

  .nav-link {
    color: #fff !important;
    padding: 10px 0;
    display: block;
    text-align: center;
    
  }
} 

.main-footer {
  background: linear-gradient(180deg, #061a3a, #04122b);
  color: #bfc9d9;
  padding: 60px 0 30px;
  position: relative;
}

.footer-title {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}

.main-footer p {
  font-size: 15px;
  line-height: 1.7;
}


.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #bfc9d9;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #00b4ff;
  padding-left: 5px;
}


.footer-social a {
  display: inline-flex;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #0d6efd;
  color: #fff;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  transition: 0.3s;
}

.footer-social a:hover {
  background: #00b4ff;
}


.footer-divider {
  border-color: rgba(255,255,255,0.1);
  margin: 30px 0;
}


.footer-support a {
  color: #00b4ff;
  text-decoration: none;
}

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


.scroll-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 45px;
  height: 45px;
  background: #00b4ff;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
  transition: 0.3s;
}

.scroll-top:hover {
  background: #0d6efd;
}


@media (max-width: 768px) {
  .footer-title {
    margin-top: 20px;
  }
}

#bullet
{
  margin-left: 200px;
}



html, body {
  overflow-x: hidden;
} 
.service-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}


.service-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
}


.service-card i {
  font-size: 32px;
  color: #00d4ff;
  margin-bottom: 10px;
}

.service-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}


.service-card p {
  font-size: 14px;
  color: #555;
}
