
@font-face {
  font-family: 'EffraBold';
  src: url('../fonts/Effra-Bold.eot');
  src: url('../fonts/Effra-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Effra-Bold.woff2') format('woff2'), url('../fonts/Effra-Bold.woff') format('woff'), url('../fonts/Effra-Bold.ttf') format('truetype'), url('../fonts/Effra-Bold.svg#Effra-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'EffraLight';
  src: url('../fonts/Effra-Light.eot');
  src: url('../fonts/Effra-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Effra-Light.woff2') format('woff2'), url('../fonts/Effra-Light.woff') format('woff'), url('../fonts/Effra-Light.ttf') format('truetype'), url('../fonts/Effra-Light.svg#Effra-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'EffraMedium';
  src: url('../fonts/Effra-Medium.eot');
  src: url('../fonts/Effra-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Effra-Medium.woff2') format('woff2'), url('../fonts/Effra-Medium.woff') format('woff'), url('../fonts/Effra-Medium.ttf') format('truetype'), url('../fonts/Effra-Medium.svg#Effra-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'EffraRegular';
  src: url('../fonts/Effra-Regular.eot');
  src: url('../fonts/Effra-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Effra-Regular.woff2') format('woff2'), url('../fonts/Effra-Regular.woff') format('woff'), url('../fonts/Effra-Regular.ttf') format('truetype'), url('../fonts/Effra-Regular.svg#Effra-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'EffraBoldItalic';
  src: url('../fonts/Effra-BoldItalic.eot');
  src: url('../fonts/Effra-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Effra-BoldItalic.woff2') format('woff2'), url('../fonts/Effra-BoldItalic.woff') format('woff'), url('../fonts/Effra-BoldItalic.ttf') format('truetype'), url('../fonts/Effra-BoldItalic.svg#Effra-BoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
body{
  font-family: 'EffraMedium', sans-serif !important;
}
.title, .profile-info *:not(i){
  font-family: 'EffraMedium', sans-serif !important;
}
.nav-item .nav-link, #pagination *{
  font-family: 'EffraBold', sans-serif;
}
p,
span,
a {
  font-family: "Effra", sans-serif;
}
.effra-txt {
  font-family: "Effra", sans-serif;
}
.bold-txt {
  font-family: "Effra Heavy", sans-serif;
}
.light-txt {
  font-family: "Effra Light", sans-serif;
}
.medium-txt {
  font-family: "Effra Medium", sans-serif;
}
.user-cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 20px;
}
.user-cards-title-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 20px;
}

.pagination {
  text-align: center;
  margin-top: 20px;
}

.pagination button {
  padding: 5px 10px;
  margin: 0 5px;
}
/* Loader  */
.layer {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: #fff;
  z-index: 1;
}

#wifi-loader {
  --background: #b28a42;
  --front-color: #0e2344;
  --back-color: #b28a42;
  --text-color: #0e2344;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#wifi-loader svg {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

#wifi-loader svg circle {
  position: absolute;
  fill: none;
  stroke-width: 6px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: rotate(-100deg);
  transform-origin: center;
}

#wifi-loader svg circle.back {
  stroke: var(--back-color);
}

#wifi-loader svg circle.front {
  stroke: var(--front-color);
}

#wifi-loader svg.circle-outer {
  height: 86px;
  width: 86px;
}

#wifi-loader svg.circle-outer circle {
  stroke-dasharray: 62.75 188.25;
}

#wifi-loader svg.circle-outer circle.back {
  animation: circle-outer135 1.8s ease infinite 0.3s;
}

#wifi-loader svg.circle-outer circle.front {
  animation: circle-outer135 1.8s ease infinite 0.15s;
}

#wifi-loader svg.circle-middle {
  height: 60px;
  width: 60px;
}

#wifi-loader svg.circle-middle circle {
  stroke-dasharray: 42.5 127.5;
}

#wifi-loader svg.circle-middle circle.back {
  animation: circle-middle6123 1.8s ease infinite 0.25s;
}

#wifi-loader svg.circle-middle circle.front {
  animation: circle-middle6123 1.8s ease infinite 0.1s;
}

#wifi-loader svg.circle-inner {
  height: 34px;
  width: 34px;
}

#wifi-loader svg.circle-inner circle {
  stroke-dasharray: 22 66;
}

#wifi-loader svg.circle-inner circle.back {
  animation: circle-inner162 1.8s ease infinite 0.2s;
}

#wifi-loader svg.circle-inner circle.front {
  animation: circle-inner162 1.8s ease infinite 0.05s;
}

#wifi-loader .text {
  position: absolute;
  bottom: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: lowercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2px;
}

#wifi-loader .text::before,
#wifi-loader .text::after {
  content: attr(data-text);
}

#wifi-loader .text::before {
  color: var(--text-color);
}

#wifi-loader .text::after {
  color: var(--back-color);
  animation: text-animation76 3s ease infinite;
  position: absolute;
  left: 0;
}

@keyframes circle-outer135 {
  0% {
    stroke-dashoffset: 25;
  }

  25% {
    stroke-dashoffset: 0;
  }

  65% {
    stroke-dashoffset: 301;
  }

  80% {
    stroke-dashoffset: 276;
  }

  100% {
    stroke-dashoffset: 276;
  }
}

@keyframes circle-middle6123 {
  0% {
    stroke-dashoffset: 17;
  }

  25% {
    stroke-dashoffset: 0;
  }

  65% {
    stroke-dashoffset: 204;
  }

  80% {
    stroke-dashoffset: 187;
  }

  100% {
    stroke-dashoffset: 187;
  }
}

@keyframes circle-inner162 {
  0% {
    stroke-dashoffset: 9;
  }

  25% {
    stroke-dashoffset: 0;
  }

  65% {
    stroke-dashoffset: 106;
  }

  80% {
    stroke-dashoffset: 97;
  }

  100% {
    stroke-dashoffset: 97;
  }
}

@keyframes text-animation76 {
  0% {
    clip-path: inset(0 100% 0 0);
  }

  50% {
    clip-path: inset(0);
  }

  100% {
    clip-path: inset(0 0 0 100%);
  }
}

/* Profile Cards  */

.profile-card {
  width: 300px;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  margin-bottom: 10px;
}

.profile-image {
  width: 150px;
  height: 150px;
  object-fit: contain;
  border-bottom: 1px solid #ddd;
  border-radius: 50%;
  margin-top: 5px;
  background-color: #f3f3f3; /* Fallback color */
}
.profile-info {
  padding-top: 5px;
}

.profile-name {
  margin: 5px 0;
  font-size: 24px;
  color: #333;
}

.profile-position,
.profile-category {
  margin: 5px 0;
  font-size: 16px;
  color: #666;
}

.profile-actions {
  margin-top: 10px;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  margin: 5px 0;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  font-size: 14px;
  transition: background-color 0.3s;
}

.email-btn {
  background-color: #3498db;
}
.email-btn:hover {
  background-color: #1f6696;
}

.whatsapp-btn {
  background-color: #4caf50;
}

.whatsapp-btn:hover {
  background-color: #26862a;
}

.btn:hover {
  opacity: 0.9;
}
/* Large screens */
@media (min-width: 1024px) {
  .profile-card {
    width: calc(25% - 20px); /* 4 cards per row */
  }

  #searchCategory {
    max-width: 150px;
    min-width: 100px;
  }
  .navbar-expand-lg .navbar-nav{
    align-items: center;
  }
  .nav-items .nav-link{ 
    text-wrap: nowrap;
  }
}

/* Tablets */
@media (min-width: 768px) and (max-width: 1023px) {
  .profile-card {
    width: calc(33.333% - 20px); /* 3 cards per row */
  }

  #searchCategory {
    max-width: 150px;
    min-width: 100px;
    width: auto;
  }
}

/* Mobile devices */
@media (max-width: 767px) {
  .profile-card {
    width: calc(75% - 20px); /* 2 cards per row */
  }
  .social {
    display: none !important;
  }
  .newsletter-section p {
    font-size: 12px;
  }
  .topbar .newsletter-section {
    width: 100%;
    justify-content: space-between;
  }

  #searchCategory {
    max-width: 150px;
    min-width: 100px;
  }

  h3.home-list-title{
    font-size: 1rem!important;
  }
}

.topbar {
  background: #0e2344;
  padding: 10px 0;
}
.topbar .social {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 !important;
}
.topbar .social li a {
  background: transparent !important;
}
.topbar .social li a {
  display: block;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
.topbar .newsletter-section {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.topbar .newsletter-section a {
  margin: 0 0 0 10px;
  background: #b28a42;
  border: 1px solid #b28a42;
  border-radius: 10px;
  width: auto;
  height: auto;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "EffraRegular", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px 4px 15px;
}
.topbar .newsletter-section p {
  color: #fff;
  margin: 0 !important;
}
.topbar .social li:first-of-type a i {
  left: 45%;
}
.topbar .social li a i {
  top: 50%;
  color: #b28a42 !important;
}
.topbar .social li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: #0e2344;
}
.contact-details {
  width: 90%;
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.contact-details h2 {
  text-align: center;
}

#detailsContent {
  margin-top: 20px;
}
/* Image  */
.img-container {
  width: 150px;
  height: 150px;
  background-image: url(../img/img-frame.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
  background-position: center;
}

.img-container img {
  width: 90%;
  height: 90%;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
}

#pagination .btn {
  background-color: #0e2344;
  color: #fff;
}
#currentPage {
  font-size: 1.5rem;
  font-weight: bold;
  color: #b28a42;
  margin: auto 1rem;
  text-decoration: underline;
}

.profile-name {
  letter-spacing: 0;
  color: #b28a42;
  font-size: 18px;
  font-weight: 700;
  transition: color ease 0.5s;
}
.profile-name:hover {
  color: #0e2344;
}
.profile-position,
.profile-category {
  font-size: 15px;
  color: #0e2344;
}
.whatsapp-btn {
  /* GOLD  */
  background-color: #b28a42;
  transition: all ease 0.5s;
}
.email-btn {
  /* BLUE  */
  background-color: #0e2344;
  transition: all ease 0.5s;
}
.whatsapp-btn:hover {
  background-color: #c89639;
  color: #fff;
}
.email-btn:hover {
  background-color: #113264;
  color: #fff;
}

/* NAVBAR */
:root {
  --primary-color: #fff;
  --secondary-color: #b28a42;
  --text-color: #0e2344;
}

.navbar {
  background-color: var(--primary-color) !important;
  color: var(--text-color);
  padding: 0.5rem 1rem;
  /* height: 250px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--text-color) !important;
}

.form-inline {
  width: 100%;
  justify-content: flex-end;
}

.custom-select,
.form-control {
  margin-right: 0.5rem;
}

.btn-outline-secondary {
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.btn-outline-secondary:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color);
}

.navbar .btn {
  display: inline-block;
  padding: 8px 20px;
  margin: 0 0 5px -7px;
  border-radius: 5px;
  text-decoration: none;
  /* color: white; */
  font-size: 14px;
  transition: background-color 0.3s;
}
