
* {
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  
}

body {
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  background-color: #ffffff;
  
}

#progress {
  position: fixed;
  bottom: 30px;
  left: 8px;
  height: 45px;
  width: 45px;
  display: none;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 10000;
}
#progress-value {
  display: block;
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  background-color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 30px;
  color: #001a2e;
}


/*** Spinner ***/
#spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  display: flex;
  background-color: white;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  z-index: 9999; /* To make sure it stays on top */
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
#spinner i{
  font-size: 4rem;
  color:#004aad;
}

 /* Hide form by default */
 #Network{
  display: none;
}
/* Offline message style */
#offline-message {
  
  
  text-align: center;
  display: none;
  margin: 250px 0;
}

.offline-message i{
  color:black;
  font-size: 40px;
}

.offline1{
  font-size:14px;
  color:red;
}

.offline2{
  font-size: 10px;
  color: black;
}



header {
  background-color:  white;
  position: fixed;
  top: 0;
  width: 100%;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
}

.items {
  user-select: none;
  height: 65px;
  width: 500px;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-shadow: 1px 1px 2px black;
  font-weight: 900;
  letter-spacing: 2px;
}

.items img {
  margin: 0 10px 0 5px;
  height: 76px;
  width: 80px;
  z-index: 1001;
}

.items .cap {
  position: absolute;
  top: -2.5px;         /* Adjust to position above "S" */
  margin-left:5.4rem;
  height: 1.5rem;
  width: 1.5rem;
  z-index: 999;       /* Place cap image behind the text */
}

.items .l1 {
  margin-left: 0.1rem;
  color: rgb(23, 23, 160);
  font-size: 42px;
  position: relative;
  top: -8px;  /* Adjust this value to control the downward shift */
}

.items .l2{
  font-weight: 0;
  position: absolute;
  font-size:75px;
  top:0.1rem;
  margin-left:6.8rem;
  color: #b48415;
}

.items .l5 {
  margin-left: 1.7rem;
  color: rgb(23, 23, 160);
  font-size: 42px;
  position: relative;
  top: -8px;  /* Adjust this value to control the downward shift */
}



.items .symbol {
  left:1.8rem;
  font-size: 35px;
  color: rgb(23, 23, 160);
  font-weight: 900;
  position: relative;
  top:-7px;  /* Adjust this value as needed */
}


.items .np {
  position: absolute;
  letter-spacing: 3.5px;
  top:3.1rem;
  margin-left:10rem;
  z-index: 1000;
  color: #b48415;
      font-size: 25px;
}

.items .wifi{
  color:black;
  top:-1px;
  margin-left:-7px;
  font-size:0.7rem;
  position: absolute;
  z-index: 999; 
}
nav ul {
  display: flex;
  list-style: none;
  margin-top: 2px;
  margin-right: 20px;
}

.menu-toggle {
  display: none;
}
nav ul li {
  
  margin: auto;
}




nav ul li a {
  color: #004aad;
  padding: 10px;
  font-size: 19px;
  font-weight: 1000;
  text-decoration: none;
}

nav ul li a:hover {
  text-decoration: none;
  background-color:  #004aad;
  color:   white;
}



.form-container {
  margin-top:70px;
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form {
  width: 100%;
  max-width: 820px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 900;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contact-form {
  background-color: #2061e5;
  position: relative;
}

.circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #142592);
  position: absolute;
}

.circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #2061e5;
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}

form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.input-container {
  position: relative;
  margin: 1rem 0;
}

.input {
  width: 100%;
  outline: none;
  border: 2px solid #fafafa;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 25px;
  transition: 0.3s;
}

textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 22px;
  resize: none;
  overflow-y: auto;
}

.input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.btn {
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 2px solid #fafafa;
  font-size: 0.95rem;
  color: #2061e5;
  line-height: 1;
  border-radius: 25px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
}

.btn:hover {
  background-color: transparent;
  color: #fff;
}

.input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: #2061e5;
  top: 50%;
  transform: translateY(-50%);
}

.input-container span:before {
  left: 50%;
}

.input-container span:after {
  right: 50%;
}

.input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
  background: #2061e5;
}

.input-container.focus span:before,
.input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
}

.contact-info .title {
  color: #2061e5;
}

.text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
}

.information a {
  text-decoration: none;
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem;
}

.icon {
  width: 28px;
  margin-right: 0.7rem;
}

.social-media {
  padding: 2rem 0 0 0;
}

.social-media p {
  color: #333;
}

.social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(45deg, #2061e5, #4c31e5);
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.social-icons a:hover {
  transform: scale(1.05);
}

.contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #2061e5;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}

.big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #4468e8, #296bf9);
  bottom: 50%;
  right: 50%;
  transform: translate(-40%, 38%);
}

.big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
}

.square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}

footer{
  background-color: white;
  bottom: 0;
  width: 100%;
  height: 50px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  
}
footer p{
  color: #004aad;
 font-size: larger;
 font-weight: bolder;

}




@media (max-width: 900px){
  nav {
    color:   #004aad;
    width: 300px;
    height: 100%;
    background-color: #002f66;
    position: fixed;
    top: 55px;
    right: -430px; /* Hide the menu off the screen */
    transition: right 0.4s ease;
    z-index: 1100; /* Ensure it floats above other elements */
    margin-top: 20px;
}

nav ul {
    width:100%;
    display: flex;
    flex-direction: column;
}

nav ul li {
   padding:40px 20px 5px 5px;
   margin: 0;

}


nav ul li a {

    width:100%;
    margin:50px 10px 50px 10px;
    padding: 0;
    color:white;
    font-size: 25px;
}



nav ul li a:hover{
    margin-left:-2px;
    padding:20px 270px 20px 10px;
    color:   #004aad;
    background-color:  white;
}



/* Hamburger icon */
.menu-toggle {
    display: flex;
    font-weight: 800;
    color: #002f66;
    font-size: 35px;
    cursor: pointer;
    position: fixed;
    top: 7px;
    right: 8px;
    z-index: 1001; 
}

/* Class to show the nav */
nav.active {
    right: 0; 
}

}



@media (max-width: 768px) {
  


  .form-container{
    height:1000px;
  }
  .form {
    margin-top:-100px;
    grid-template-columns: 1fr;
  }

  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .text {
    margin: 1rem 0 1.5rem 0;
  }

  .social-media {
    padding: 1.5rem 0 0 0;
  }  
  
  footer{
    height: 50px;
    padding: 1px 0;

}
footer p{
    color: #004aad;
    font-size: 20px;
    font-weight: bolder;

}
  
}



@media (max-width: 640px){
    nav {
      width: 250px;
  }


  .menu-toggle {
      top: 13px;
      font-size: 30px;
  }   
  .form-container{
    height:880px;
    padding:0 32px;
  }
  footer{
    height: 35px;

}
footer p{
    font-size: 18px;

}
#progress {
  height: 40px;
  width: 40px;
}
#progress-value {
  font-size:25px
}
}











@media  (max-width: 475px) {

  .offline-message i{
    font-size: 35px;
  }
  
  .offline1{
    font-size:12px;
  }
  
  .offline2{
    font-size: 9px;
  }
  
  header {
    height:54px;
}

.items img {
    margin: 0 10px 0 5px;
    height: 50px;
    width: 55px;
}

.items .cap {
    top: -2.5px;         /* Adjust to position above "S" */
    margin-left:3.8rem;
    height: 1.3rem;
    width: 1.3rem;
}

.items .l1 {
    margin-left: 0.1rem;
    font-size: 32px;
    top: -5px;  /* Adjust this value to control the downward shift */
}

.items .l2{
    font-weight: 0;
    position: absolute;
    font-size:56px;
    top:-0.1rem;
    margin-left:5.1rem;
}

.items .l5 {
    margin-left: 1.3rem;
    font-size: 32px;
    top: -5px;  /* Adjust this value to control the downward shift */
}



.items .symbol {
    left:1.3rem;
    font-size: 26px;
    top:-5px;  /* Adjust this value as needed */
}


.items .np {
    letter-spacing: 3.5px;
    top:2.16rem;
    margin-left:7.6rem;
    font-size: 18px;
}

.items .wifi{
    top:0;
    margin-left:-7px;
    font-size:0.3rem;
    
}


nav {
top:34px;
width: 180px;
}
nav ul li {
padding:20px 10px 5px 5px;
margin: 0;

}


nav ul li a {

width:100%;
margin:50px 10px 50px 10px;
padding: 0;
color:white;
font-size: 20px;
}



nav ul li a:hover{
margin-left:-2px;
padding:12px 150px 12px 10px;
color:   #004aad;
background-color:  white;
}
.menu-toggle{
font-size: 25px;
}

  .container {
    height:900px;
    margin-top:30px;
    padding: 1.5rem;
  }

  .contact-info:before {
    display: none;
  }

  .square,
  .big-circle {
    display: none;
  }

  form,
  .contact-info {
    padding: 1.7rem 1.6rem;
  }

  .text,
  .information a,
  .social-media p {
    font-size: 0.8rem;
  }

  .title {
    font-size: 1.15rem;
  }

  .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .icon {
    width: 23px;
  }

  .input {
    padding: 0.45rem 1.2rem;
  }

  .btn {
    padding: 0.45rem 1.2rem;
  }

  
  footer{
    height: 35px;
    padding: 1px 0;

  }
  footer p{
    color: #004aad;
    font-size: 15px;
    font-weight: bolder;

  } 
}

@media (max-width: 368px){

  .offline-message i{
    font-size: 30px;
  }
  
  .offline1{
    font-size:10px;
  }
  
  .offline2{
    font-size: 7px;
  }
  
    
  header {
    height:51px;
}

.items img {
    margin: 1px 10px 0 5px;
    height: 50px;
    width: 55px;
}

.items .cap {
    top: -2.5px;         /* Adjust to position above "S" */
    margin-left:3.8rem;
    height: 1.18rem;
    width: 1.18rem;
}

.items .l1 {
    margin-left: 0.1rem;
    font-size: 30px;
    top: -6px;  /* Adjust this value to control the downward shift */
}

.items .l2{
    font-weight: 0;
    position: absolute;
    font-size:53px;
    top:-0.1rem;
    margin-left:5.3rem;
}

.items .l5 {
    margin-left: 1.3rem;
    font-size: 30px;
    top: -6px;  /* Adjust this value to control the downward shift */
}



.items .symbol {
    left:1.4rem;
    font-size: 23px;
    top:-6px;  /* Adjust this value as needed */
}


.items .np {
    letter-spacing: 3.5px;
    top:2.13rem;
    margin-left:7.7rem;
    font-size: 15px;
}

.items .wifi{
    top:0rem;
    margin-left:-7px;
    font-size:0.4rem;
    
}


nav {
top:31px;
width: 150px;
}
nav ul li a {
    font-size:18px;
}

.menu-toggle{
    right:15px;
    top:10px;
    font-size: 25px;
    font-weight:1000;
}
  footer{
    height: 50px;

}
footer p{
    color: #004aad;
    font-size: 10px;
    font-weight: bolder;
}
#progress {
  height: 30px;
  width: 30px;
}
#progress-value {
  font-size:20px
}

}