.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-flex-bolder {
    font-family: "Roboto Flex", serif;
    font-optical-sizing: auto;
    font-weight: bolder;
    font-style: normal;
    font-variation-settings:
      "slnt" 0,
      "wdth" 100,
      "GRAD" 0,
      "XOPQ" 96,
      "XTRA" 468,
      "YOPQ" 79,
      "YTAS" 750,
      "YTDE" -203,
      "YTFI" 738,
      "YTLC" 514,
      "YTUC" 712;
  }

  .Roboto-Flex-800 {
      font-family: "Roboto Flex", sans-serif;
      font-optical-sizing: auto;
      font-weight: bolder;
      line-height: normal;
      font-style: normal;
      font-variation-settings:
      "slnt" 0,
      "wdth" 100,
      "GRAD" 0,
      "XOPQ" 96,
      "XTRA" 468,
      "YOPQ" 79,
      "YTAS" 750,
      "YTDE" -203,
      "YTFI" 738,
      "YTLC" 514,
      "YTUC" 712;      
  }

  .main-title {
      text-transform: uppercase;
      font-family: "Roboto Flex", sans-serif;
      font-optical-sizing: auto;
      font-weight: 800;
      line-height: normal;
      font-style: normal;
      font-variation-settings:
      "slnt" 0,
      "wdth" 100,
      "GRAD" 0,
      "XOPQ" 96,
      "XTRA" 468,
      "YOPQ" 79,
      "YTAS" 750,
      "YTDE" -203,
      "YTFI" 738,
      "YTLC" 514,
      "YTUC" 712;      
  }

  .poppins-thin {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-extralight {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .poppins-light {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-black {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .poppins-thin-italic {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .poppins-extralight-italic {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .poppins-light-italic {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-medium-italic {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .poppins-semibold-italic {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .poppins-extrabold-italic {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .poppins-black-italic {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: italic;
  }
  
  .Poppins-flex-bolder-title {
    font-family: "Poppins", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
      "slnt" 0,
      "wdth" 100,
      "GRAD" 0,
      "XOPQ" 96,
      "XTRA" 468,
      "YOPQ" 79,
      "YTAS" 750,
      "YTDE" -203,
      "YTFI" 738,
      "YTLC" 514,
      "YTUC" 712;
  }

body {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
}

.carousel-inner img {
    width: 100%;
    max-height: 70vh; /* Full viewport height */
    object-fit: contain
}

.bg {
    margin: 0;
    padding: 0;
    min-height: 100vh; /* Full height */
    background-image: url('../images/background/Background Homepage.jpg'); /* Replace with your image URL */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* Ensuring mobile responsiveness */
@media screen and (max-width: 768px) {
    .bg {
        background-size: contain; /* Adjust as needed for smaller screens */
    }
}

.navbar {
    transition: all 0.3s ease-in-out;
}

.navbar.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.navbar-nav .nav-item {
    margin: 0 15px; /* Adds more spacing between menu items */
}

.hero {
    background: url('https://source.unsplash.com/1600x900/?expo,conference') no-repeat center center/cover;
    color: white;
    text-align: center;
    padding: 100px 0;
    position: relative;
}

.hero .fade-in {
    animation: fadeIn 1.5s ease-in-out;
}

.hero .delay {
    animation-delay: 0.5s;
}

.hero .delay2 {
    animation-delay: 1s;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

.card {
    transition: transform 0.3s ease-in-out;
}

.card:hover {
    transform: scale(1.05);
}

.navbar {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#contact {
    background: #222;
    padding: 50px 0;
}


/** Buttons **/
.btn-primary {
    background-color: #395f90;
    border-color: #395f90;
}

.btn-rounded {
    padding: 5px 30px;
    border-radius: 50px;
}

/** Cards Home **/
.card-custom {
    background-color: #395F90;
    color: white;
}

.card-custom .card-body {
    text-align: left;
}

.card-custom .card-title, .card-custom .card-text {
    text-align: left;
}

.elegant-shadow {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
}


/** Dark Section **/
.dark-section {
    background-color: #D0D0D0; /* Dark background color */
    color: white; /* White text color */
}

.tei-cards-section .tei-card {
    position: relative;
    overflow: hidden;
    border: none;
    border-radius: 15px;
}

.tei-cards-section .tei-card-img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.tei-cards-section .tei-card-body {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align: center; /* Ensure the text is centered */
    padding: 15px;
    border-radius: 15px;
    box-sizing: border-box; /* Make sure padding doesn't affect the sizing */
}

.tei-cards-section .tei-card:hover .tei-card-body {
    opacity: 1;
}

.tei-cards-section .tei-card-title {
    font-size: 1.5rem;
    font-weight: bold;
}

.tei-cards-section .tei-card-text {
    font-size: 1rem;
    margin: 0; /* Ensure no margins interfere with centering */
}

/* Add a nice shadow and scale effect on hover */
.tei-cards-section .tei-card:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 24px rgba(0, 222, 222, 0.8);
}

.custom-list {
    background-color: transparent !important; /* Ensures no background */
}

.custom-list .list-group-item {
    background-color: transparent !important; /* Also remove background from individual items */
}