/*====================================================
  * Template:   Devopps
  * Version:    1.0
  * Author:     Idongesit Idiong
  * Create :    July. 9th 2025
====================================================*/

.brand-logo {
  width: 45% !important;
  height: auto !important;
}
.brand-logo-footer {
  width: 45% !important;
  height: auto !important;
}
.fab.fa-facebook {
  color: #1877f2;
  /* font: white; */
}
.fab.fa-instagram {
  color: transparent;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  background: -webkit-radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  background-clip: text;
  -webkit-background-clip: text;
}
.fab.fa-whatsapp {
  color: #25d366; /* Or any other desired color */
  font-size: px;
}
.fab.fa-twitter {
  color: #1da1f2;
}
.fab.fa-youtube {
  color: #ff0000;
}

.navbar {
  /* background-color: var(--main-dark-color) !important; */

}
@media (min-width: 992px) {
  .brand-logo {
  width: 25% !important;
  height: auto !important;
  filter: contrast(200%);
}
}

.ssl-logo-footer {
  width: 30% !important;
  height: auto !important;
  padding: auto !important;
  margin: auto !important;
}

.subtitle-brand {
  font-size: 1rem;
  color: #FFFFF0;
  padding: auto ;
}