/****** WeSolve Custom CSS ******/


/**

1. Font 
2. Colors
3. Logo Assets


**/


body {
  font-family: "Montserrat", sans-serif;
  background-color: #f0f0f0; 
}

.ws-blue {
  color: #000B40
}

.ws-pink {
  color: #C6247D
}


/** HERO SECTION **/

.hero {
  position: relative;
  height: 60vh;
  background-image: url('https://image.service.alaskacommunications.com/lib/fe30117171640674731070/m/1/76905242-1331-4583-82f5-d949901f1f14.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}


/** SECTON 2 **/

.section-2{
  background: #ffffff;
  margin-top: 0px;
  padding:10px;
}

.service-box{
  position: relative;
}

.icon{
position: relative;
left: 50%;
transform: translate(-50%, -0%);
}

.icon-1 {
  width: 100px; /* Adjust width and height as needed */
  height: 100px;
  background-image: url('https://image.service.alaskacommunications.com/lib/fe30117171640674731070/m/1/8c521f61-5860-42f9-88cc-cc7f5229b016.png');
  background-size: cover;
  background-position: center;

}

.icon-2 {
  width: 100px; /* Adjust width and height as needed */
  height: 100px;
  background-image: url('https://image.service.alaskacommunications.com/lib/fe30117171640674731070/m/1/815d818e-4103-4581-b5ab-6cb1138da24b.png');
  background-size: cover;
  background-position: center;

}

.icon-3 {
  width: 100px; /* Adjust width and height as needed */
  height: 100px;
  background-image: url('https://image.service.alaskacommunications.com/lib/fe30117171640674731070/m/1/3e9636b7-407f-4245-9658-dcb20ad64a0b.png');
  background-size: cover;
  background-position: center;

}

.icon-4 {
  width: 100px; /* Adjust width and height as needed */
  height: 100px;
  background-image: url('https://image.service.alaskacommunications.com/lib/fe30117171640674731070/m/1/6d0c01d9-014f-44d8-81ab-dfc966ce9951.png');
  background-size: cover;
  background-position: center;

}



/** SECTION 3 **/

.section-3{
  position: relative;
  padding:30px;
  background-color: #000B40;
}

.checkmark{
  width: 100px; /* Adjust width and height as needed */
  height: 100px;
  position: absolute;
  top: -40px;
  left:50%;
  right:50%;
  transform: translateX(-50%);
}



.notify{
  background: #C6247D;
  color: #ffffff;
  font-size: 14px;
  padding: 5px;
  margin-top:20px;
}

.notify-input::placeholder{
  font-size: 14px;
}



/**********************************************/

/* Extra Small devices (up to 576px) */
@media (max-width: 576px) {
  .m-100{
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .logo-container {
      position: absolute;
      top: 30px;
      left: 50%;
      transform: translateX(-50%);
    }

  .logo-container img {
      width: 110%;
      height: auto;
    }

  .text-container h1 {

      font-size: 2em;
      font-weight: bolder;
    }
    
    .text-container {
      margin-top: 90px;
      color: #ffffff;
    }


    .text-container p {
      margin-top: 30px;
      padding: 20px;
      font-size: 16px;
    }

    .section-2 h3 {
      font-size: 20px;
      font-weight: bold;
      color: #000B40;
      margin-bottom: 30px;
  }
    
  .section-2 p {
      font-size: 16px;
      color:#000000;
      line-height: 1.5;
  }

  .section-3 h3, a {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;    
  }
  
  .section-3 p {
      font-size: 12px;
      color: #ffffff;  

  }


.text-left{
    text-align: center;
  }

.text-right{
    text-align: center;
  }

.message{
   font-size: 16px;
   font-weight: bold;
   color: #FFFFFF;
   margin-bottom: 30px;
    margin-top: 50px;
   display: inline-block;
}


}

/* Small devices (576px to 768px) */
@media (min-width: 576px) and (max-width: 768px) {
  .container{
    background-color: #C6247D;
  }
  .logo-container {
      position: absolute;
      top: 30px;
      left: 50%;
      transform: translateX(-50%);
    }

  .logo-container img {
      max-width: 80%;
      width: 100%;
      height: auto;
    }

  .text-container {
      margin-top: 90px;
      color: #ffffff;
  }

  .text-container h1 {
      font-size: 1.5em;
      font-weight: bolder;
      padding: 0px 50px 0px 50px;
    }
    
    .text-container p {
      font-size: 10px;
    }

    .section-2 h3 {
      font-size: 18px;
      font-weight: bold;
      color: #000B40;
      margin-bottom: 30px;
    }
    
    .section-2 p {
      font-size: 14px;
      color:#000000;
      line-height: 1.5;
    }

    .section-3 p {
    font-size: 16px;
    color: #ffffff;  

   }

   .section-3 h3, a {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;    
  }

   .text-left{
        text-align: center;
      }

    .text-right{
        text-align: center;
    }

.message{
   font-size: 16px;
   font-weight: bold;
   color: #FFFFFF;
margin-bottom: 30px;
margin-top: 50px;
display: inline-block;
}

}

/* Medium devices (768px to 992px) */
@media (min-width: 768px) and (max-width: 992px) {


  .logo-container {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
  }

.logo-container img {
    width: 100%;
    height: auto;
  }

.text-container {
    margin-top: 50px;
    color: #ffffff;
    padding: 0px 50px 0px 50px;
}

.text-container h1 {
    font-size: 3.5em;
    font-weight: bolder;
    
  }
  
  .text-container p {
    font-size: 18px;
  }

  .section-2 h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000B40;
    margin-bottom: 30px;
  }
  
.section-2 p {
    font-size: 14px;
    color:#000000;
    line-height: 1.5;
  }

.section-3 h3, a {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;   

}

.section-3 p {
    font-size: 16px;
    color: #ffffff;  

}

 .text-left{
    text-align: center;
  }

.text-right{
    text-align: center;
  }

.message{
 font-size: 16px;
font-weight: bold;
 color: #FFFFFF;
margin-bottom: 30px;
margin-top: 50px;
display: inline-block;
}
    
}

/* Large devices (992px to 1200px) */
@media (min-width: 992px) and (max-width: 1200px) {

  .logo-container {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }

.logo-container img {
    width: 80%;
    height: auto;
  }

.text-container {
    margin-top: 100px;
    color: #ffffff;
    padding: 0px 80px 0px 80px;
}

.text-container h1 {
    font-size: 4em;
    font-weight: bolder;
    padding: 0px 50px 0px 50px;
  }
  
  .text-container p {
    font-size: 20px;
  }

  .section-2 h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000B40;
    margin-bottom: 30px;
  }
  
.section-2 p {
    font-size: 16px;
    color:#000000;
    line-height: 1.5;
  }

.section-3 h3, a {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    

}

.section-3 p {
    font-size: 16px;
    color: #ffffff;  

}

 .text-left{
    text-align: center;
  }

.text-right{
    text-align: center;
  }


.message{
 font-size: 16px;
font-weight: bold;
 color: #FFFFFF;
margin-bottom: 30px;
margin-top: 50px;
display: inline-block;
}


}

/* Extra Large devices (1200px and above) */
@media (min-width: 1200px) {

  .m-100{
    margin-top: 100px;
    margin-bottom: 100px;
}


  .logo-container {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }

.logo-container img {
    width: 80%;
    height: auto;
  }

.text-container {
    margin-top: 100px;
    color: #ffffff;
    padding: 0px 80px 0px 80px;
}

.text-container h1 {
    font-size: 4em;
    font-weight: bolder;
    padding: 0px 50px 0px 50px;
  }
  
  .text-container p {
    margin-top:30px;
    font-size: 20px;
  }

  .section-2 h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000B40;
    margin-bottom: 30px;
  }
  
.section-2 p {
    font-size: 16px;
    color:#000000;
    line-height: 1.5;
  }

.section-3 h3, a {
    font-size: 18px;
    font-weight: bolder;
    color: #ffffff;
    

}

.section-3 p {
    font-size: 16px;
    color: #ffffff;  

}

 .text-left{
    text-align: left;
  }

.text-right{
    text-align: right;
  }
 
.message{
 font-size: 16px;
font-weight: bold;
 color: #FFFFFF;
margin-bottom: 30px;
margin-top: 50px;
display: inline-block;
}

}
