 :root { 
    --nv-primary-accent: #002fff;
    --nv-secondary-accent: #1a79e4;
    --hovercolor: #002fff;
 }

 .nv-overlay {
    --bgcolor: #0d1821;
    --opacity: 80;
    --blendmode: normal;
}

 .nv-index-posts {
    --cardboxshadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

.site-logo .brand img {
    max-width: 220px;
    width: 100%;
}

 /* Container */
.container {
  width: 100%;
  max-width: 1140px; /* similar to Bootstrap 5's container max width */
  margin-left: auto!important;
  margin-right: auto!important;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

/* Row */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

/* Column (col-12 style = full width) */
.col {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.gap-15{
    gap: 15px;
}

body p{
    margin-bottom: 15px;
} 

.wave-container {
     position: relative;
     width: 100%;
     height: 80vh;
     background: linear-gradient(to right, #002fff, #5faaff);
 }

 .nv-nav-wrap ul li:hover a, .nv-active a, .author-name a:hover, .author-name a:focus, .category a, .category a:focus {
    color: #002fff!important;
 }

 .m-style>ul>li>.wrap::after, .sm-style .sub-menu .wrap::after {
    background-color: #002fff!important;
 }


 .wp-block-social-links {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

 .wp-block-social-links li{
    background-color: transparent;
 }

 .nv-content-wrap ul {
    margin: 15px 0px;
 }

.wp-social-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  color: #002fff;
  background-color: #fff;
  border-radius: 999px; /* pill shape */
  transition: background-color 0.3s ease;
  font-size: 18px;
}


.wp-social-link a:hover {
  opacity: 0.8;
}


.m-style>ul>li.nv-active>.wrap::after{
    position: absolute;
    content: "";
    margin: 0 auto;
    width: 100%;
    height: 2px;
    transition: all .3s ease;
    right: 0;
    left: 0;
    pointer-events: none;
    background-color: #002fff!important;
 }

 .mechlar-dark-wave  .wave-container{
     background: linear-gradient(to right, #0d1821, #0d1821);
 }


 .wave-wrapper {
     position: absolute;
     bottom: -1px;
     left: 0;
     width: 200%;
     /* for seamless loop */
     height: 150px;
     animation: waveMove 12s linear infinite;
 }

 @keyframes waveMove {
     0% {
         transform: translateX(0);
     }

     100% {
         transform: translateX(-50%);
     }
 }

 .wave path {
     fill: #ffffff;
 }

 .wave-shadow {
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 160px;
     z-index: 0;
 }

 .wave-shadow path {
     fill: rgba(255, 255, 255, 0.15);
     /* transparent for glassy look */
 }

 .banner-inner-section, .wave-inner-section-wrap {
    position: absolute;
    padding: 60px 0px;
    z-index: 999;
    left: 0px;
    right: 0px;
}

.wave-inner-section-wrap {
    padding: 40px 0px;
}


.banner-content-section, .banner-content-section h1, .banner-content-section p {
    text-align: center;
}

.banner-content-section p, .mechlar-dark-text p, .mechlar-team p {
    max-width: 720px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.mechlar-spacing-tb-30{
    padding: 30px 0px;
}

.mechlar-secondary-bg{
    background-color: #f0f7ff;
}

.mechlar-dark-text h2, .mechlar-dark-text p {
    color: #2c2c2c !important;
}

.mechlar-center{
    text-align: center;
}

.mechlar-white-bg {
    background-color: #fff;
}

.mechlar-dark-bg {
    background-color: #0d1821;
}

.mechlar-mt-30{
    margin-top: 30px;
}

.mechlar-padding-tb-30, .mechlar-project-description-section {
    padding: 30px 0px;
}

.mechlar-padding-tb-50 {
    padding: 50px 0px;
}

.mechlar-mt-50{
    margin-top: 50px;
}

.mechlar-dark-bg p{
    color: #fff;
}

.mechlar-blue-bg {
    background-color: #002fff;
}

.mechlar-blue-bg  label{
    color: #fff;
}

.nv-post-cover{
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_no_style {
    background-color: #fff;
    color: #002fff;
}

.mechlar-gradiant-bg {
    padding: 80px 0px;
    background: linear-gradient(135deg,#002fff 0%,rgb(43,144,246) 53%,rgb(148,197,250) 100%);
}

.mechlar-gradiant-bg p{
    color: #fff!important;
}

.mechlar-card h3 {
    margin: 20px 0px;
}

.author-name{
    text-transform: capitalize;
}

.author-name a{
    font-weight: bold;
}

.mechlar-card {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    padding: 40px 15px;
    border-radius: 15px;
}

.d-flex{
    display: flex;
}

.mechlar-social-section {
    justify-content: center;
    align-items: center;
}

.mechlar-other-projects h3, .mechlar-other-projects h2, .mechlar-other-projects figure{
    margin-bottom: 15px;
}

.mechlar-social-section h2, .mechlar-social-section p {
    width: 90%;
}

.mechlar-small-box {
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}

.footer-bottom {
    padding: 30px 0px;
}

footer .component-wrap {
    text-align: center;
    display: block;
}

@media screen and (max-width: 782px) {
    .mechlar-dark-wave .wave-container {
        height: 120vh;
    }
}