@font-face {
  font-family: 'Ubuntu-Regular';
  src: url('../../vendor/Ubuntu_Font/Ubuntu-Regular.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}


html {
  scroll-behavior: smooth;
}

body li,
span {
  font-family: 'Ubuntu-Regular';
  scroll-behavior: smooth;
  font-size: 15px;
}

.body-background-img-1 {
  background: linear-gradient(45deg, white, rgb(224, 225, 242));
}

.body-background-img-2 {
  background: linear-gradient(45deg, white, rgb(224, 225, 242));
}

a {
  text-decoration: none;
}

b {
  font-family: 'Roboto', sans-serif;
}

.main-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  /* Full height of the screen */
}

.main-content {
  flex: 1;
  /* Takes up remaining vertical space */
}


/*--------------------------------------------------------------
# LOADER
--------------------------------------------------------------*/
#loader {
  position: fixed;
  z-index: 9999;
  background: white;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Rotating image */
#loader-img {
  width: 100px;
  /* adjust as needed */
  height: 100px;
  animation: rotate 2s linear infinite;
}

/* Rotation animation */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# NAVIGATION
--------------------------------------------------------------*/

.dropdown-menu {
  z-index: 1050;
  /* Bootstrap modals use 1050+, so it's safe */
  position: absolute;
  /* Ensure it's positioned relative to its container */
  transition: opacity 0.3s ease;
}

.info-label {
  font-weight: 600;
}

.btn-download {
  background: #4a6cf7;
  color: white;
  border-radius: 30px;
  padding: 10px 25px;
  border: none;
}

.btn-download:hover {
  background-color: #3950d1;
}

@media (max-width: 576px) {
  .navbar-brand h5 {
    font-size: 0.9rem;
  }

  .navbar-brand h6 {
    font-size: 0.7rem;
  }

  .navbar-brand img {
    width: 50px;
    height: 50px;
  }
}


.navbar-brand span {
  font-weight: bold;
  color: #000;
}

.navbar-brand span:first-child {
  color: #4a6cf7;
}

.nav-link.active {
  border-bottom: 2px solid #4a6cf7;
  color: #4a6cf7 !important;
}

.card {
  margin-bottom: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: linear-gradient(45deg, white, rgb(224, 225, 242));
  border: none;
}


/* Apply clean, soft styles to tabs */
.nav-tabs.custom-tabs .nav-link {
  background-color: transparent;
  color: #333 !important;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

/* Active tab: soft lavender */
.nav-tabs.custom-tabs .nav-link.active {
  background-color: #ffc2b9;
  color: #333 !important;
  border-color: #b6b7dc #b6b7dc transparent;
}

/* Hover effect: subtle lavender tint */
.nav-tabs.custom-tabs .nav-link:hover {
  background-color: rgba(182, 183, 220, 0.2);
  color: #333 !important;
  border-color: #b6b7dc;
}

.container_padding {
  padding-top: 70px;
}

/* Responsive adjustment for smaller screens */
@media (max-width: 576px) {
  .container_padding {
    padding-top: 100px;
  }
}


/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/

.display-home-section {
  /* background-color: rgba(255, 255, 255, 0.9); */
  padding: 140px 0;
  border-radius: 10px;
  margin-bottom: 40px;
  overflow: hidden;
}

.ticker-container {
  width: 100%;
  height: 430px;
  overflow: hidden;
  position: relative;
  font-family: Arial, sans-serif;
}

.ticker-text {
  position: absolute;
  margin-left: 0px;
  margin-right: 0px;
  top: 0;
  left: 0;
  right: 0;
  will-change: transform;
}

.paused {
  animation-play-state: paused !important;
}


#card1 {
  position: relative;
  margin-top: 25px;
  margin-left: 10px;
  width: 95%;
  transition: width 0.5s ease, height 0.5s ease;
}


#card1 img {
  width: 30px;
  height: 30px;
}

#card2 {
  position: relative;
  margin-left: 10px;
  width: 95%;
  transition: width 0.5s ease, height 0.5s ease;
}

#card2 img {
  width: 30px;
  height: 30px;
}

#idscontainer {
  font-size: 20px;
  background-color: white;
  border-radius: 20px;
}


#idscontainer span {
  display: inline-block;
  cursor: pointer;
  user-select: none;
  background-color: black;
  color: white;
  border-radius: 20px;
  padding: 8px;
  margin-left: 0px;
}


/* Responsive adjustment for smaller screens */
@media (max-width: 576px) {
  #idscontainer span {
    display: inline-block;
    cursor: pointer;
    user-select: none;
    background-color: black;
    color: white;
    border-radius: 20px;
    padding: 8px;
    margin-left: 0px;
  }
}

#signaturecontainer span {
  font-weight: bold;
  font-size: 23px;
}

#signaturecontainer p {
  font-weight: bold;
}

#emailicon {
  width: 100px;
  height: 100px;
}


#contactcontainer {
  background-color: rgb(231, 224, 242);
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 100px;
}

#contactcontainer2 {
  padding-top: 15px;
}

#contactcontainer span {
  background-color: black;
  color: white;
  border-radius: 20px;
  padding: 8px;
  margin-left: 20px;
}

#card4 {
  position: relative;
  background-color: white;
  height: 500px;
  font-weight: bold;
}

#card4 .container1 {
  display: flex;
}

#card4 img {
  width: 50px;
  height: 50px;
}

#card4 h4 {
  font-weight: bolder;
  margin-top: 12px;
  margin-left: 1%;
}


/*--------------------------------------------------------------
# PAGES
--------------------------------------------------------------*/

.custom-card {
  height: 150px;
}

.section-heading {
  font-family: 'Ubuntu-Regular';
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  display: inline-block;
  /* Shrink-wrap the heading */
  position: relative;
  position: relative;
  margin-bottom: 3rem;
}

.section-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  /* space between text and underline */
  width: 100%;
  /* match width of text */
  height: 4px;
  background-color: #007acc;
  border-radius: 2px;
  transition: transform 0.3s ease;
  transform: scaleX(0.3);
  /* initial small underline */
  transform-origin: center;
}

.section-heading:hover::after {
  transform: scaleX(1);
  /* animate to full width */
}

.section-heading.tapped::after {
  transform: scaleX(1);
}

.display-section {
  /* background-color: rgba(255, 255, 255, 0.9); */
  padding: 70px 0;
  border-radius: 10px;
  margin-bottom: 40px;
}


/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/

.footer {
  color: white;
  background-color: var(--background-color);
  font-size: 16px;
  background-color: #282828;
}

footer.fixed-bottom {
  z-index: 1030;
}

.footer .footer-top {
  padding-top: 35px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 25px;
}

.footer .footer-about .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-about .logo span {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: var(--heading-font);
  color: var(--heading-color);
}

.footer .footer-about p {
  font-size: 16px;
  font-family: var(--heading-font);
  font-weight: 500;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  color: #ed502e;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .footer-newsletter .newsletter-form {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 6px 8px;
  position: relative;
  border-radius: 4px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  display: flex;
  background-color: var(--background-color);
  transition: 0.3s;
}

.footer .footer-newsletter .newsletter-form:focus-within {
  border-color: var(--accent-color);
}

.footer .footer-newsletter .newsletter-form input[type=email] {
  border: 0;
  padding: 4px;
  width: 100%;
  background-color: var(--background-color);
  color: var(--default-color);
}

.footer .footer-newsletter .newsletter-form input[type=email]:focus-visible {
  outline: none;
}

.footer .footer-newsletter .newsletter-form input[type=submit] {
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  margin: -7px -8px -7px 0;
  background: var(--accent-color);
  color: var(--contrast-color);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.footer .footer-newsletter .newsletter-form input[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.footer .copyright {
  padding: 25px 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}