body {
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

/* HERO */
.fiber-hero {
  height: 90vh;
  background-size: cover;        /* 👈 fills full section */
  background-position: center;   /* 👈 keeps image centered */
  background-repeat: no-repeat;  /* 👈 STOPS REPEAT */
  
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  background-image: url(images/back5.jpg);
  margin-top: 12px;
}

.hero-content h1 {
  font-size: 52px;
  font-weight: 800;
  color: white;
}

.hero-content h3 {
  color: #fff;
  margin-top: 10px;
}

.hero-content p {
  color: #ccc;
  font-size: 18px;
}

/* GLOW BUTTON */
.btn-glow {
  background: #00d4ff;
  color: #000;
  padding: 12px 35px;
  font-weight: 700;
  border-radius: 50px;
  box-shadow: 0 0 25px rgba(0,212,255,.6);
}

/* SECTIONS */
.section-title {
  font-size: 34px;
  font-weight: 700;
}

.section-text {
  max-width: 850px;
  margin: auto;
  font-size: 17px;
  color: #555;
}

/* FEATURES */
.feature-card {
  background: #111;
  color: #fff;
  padding: 35px;
  border-radius: 15px;
  text-align: center;
  transition: transform .3s;
}

.feature-card:hover {
  transform: translateY(-10px);
}

.feature-card i {
  font-size: 45px;
  color: #00d4ff;
  margin-bottom: 15px;
}

/* SERVICES */
.service-box {
  background: #111;
  padding: 25px;
  border-radius: 12px;
  font-weight: 600;
  transition: background .3s;
}

.service-box:hover {
  background: #00d4ff;
  color: #000;
}

/* WHY */
.why-list {
  list-style: none;
  font-size: 18px;
}

.why-list li {
  margin-bottom: 10px;
}

/* CTA */
.fiber-cta {
  background: linear-gradient(to right, #000428, #004e92);
  color: #fff;
  padding: 80px 0;
}
*
{
  margin-top: 0%;
}
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: 400px;
  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;
}


    body {
      background: #ffffff;
      color: #333;
      padding-top: 70px;
    }

   

    *
{
  margin-top: 0%;
}
html {
  scroll-behavior: smooth;
}

body {
  background: #f4f7fb;
  font-family: "Poppins", Arial, sans-serif;
  overflow-x: hidden;
}


html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 120px; 
}



.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;
}




@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;
    
  }
}


@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;
  }
}





html, body {
  overflow-x: hidden;
}


