.social-links a {
    border: none !important;
}

.shimmer {
    color: #47B5FF;
    /*-webkit-mask: linear-gradient(-60deg, #000 30%, #0005, #000 70%) right/300% 100%;*/
    background-repeat: no-repeat;
    animation: shimmer 1s infinite;
}

@keyframes shimmer {
    100% {
        -webkit-mask-position: left;
    }
}

.brcx-hidden {
	/*display: none !important;*/
	font-size: .01em !important;
	color: rgba(0, 0, 0, 0.005) !important;
}

.portfolio-info h4, h6 {
    text-align: center;
}

.about {
    z-index: 1;
}

.mountains {
    /*background-image: url(../../assets/img/bg-2025/ChatGPT\ Image\ Nov\ 25\,\ 2025\,\ 09_00_47\ PM.png);*/
    background-image: linear-gradient(var(--color-azure1), #f6f6f6);
    background-position: bottom;
    background-size: cover;
    z-index: 0;
}

.mtn-container {
    border-radius: 15px;
    padding:10px; 
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    /*background:rgb(252, 252, 252, .85);*/
    background-color: var(--color-azure6);
    color:white;
    /*background:rgba(252, 252, 252, 0.6);*/
}



.extra-shadow {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
  
.mtn-text { 
    margin: 25px 25px;
}

.letterheads {
    text-align: center;
  }
  .letterheads img {
    width: 30%;
  }

  .blog .title {
    min-height: 80px;
  }

.blog article {
    background-color: #f6f6f6;
}

.title {
  font-size: 100% !important;
  font-weight: 400 !important;
}

.post-img img {
    object-fit: cover;
    background-color: #DFF6FF;
    width: 100%;
    height: 200px;
  }

  /*Atlassian Licensing Page Custom CSS*/

  .services .service-item.service-licensing {
  padding: 20px;
}

/*About Blue Ridge Icon background will appear green*/
.services .service-item .icon:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: white;
  border-radius: 50px;
  z-index: 1;
  top: 10px;
  right: -20px;
  transition: 0.3s;
  
}

/*About Blue Ridge underline  will appear dark blue*/

.services .service-item h3 {
  color: var(--color-default);
  font-weight: 700;
  margin: 0 0 20px 0;
  padding-bottom: 8px;
  font-size: 22px;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid #06283D;
  transition: 0.3s;
  
}