@tailwind base;
@tailwind components;
@tailwind utilities;

  body {
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #eef2fc; 
  color: #212529;
  }

  header.container-fluid {
    background: linear-gradient(135deg, #3e58af, #2c3e8c);
  border-bottom: 3px solid #1c2466;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  top: 0;
  z-index: 1030;
  }

  .navbar-nav .nav-link {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
  }

  .navbar-nav .nav-link:hover {
    color: black;
    transform: scale(1.05);
  }

  .shiny {
  position: relative;
  overflow: hidden;
}

.shiny::before {
  content: "";
  position: absolute;
  top: 0; left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.6), transparent);
  transform: skewX(-25deg);
  animation: shine 2s infinite;
}

@keyframes shine {
  100% { left: 125%; }
}
  .flip-container {
    perspective: 1000px;
    height: 60px;
  }

  .flipper {
    transition: transform 0.8s ease-in-out;
    transform-style: preserve-3d;
    position: relative;
    width: 100%;
    height: 100%;
  }

  .front, .back {
    backface-visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 28px;
    font-weight: bold;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .back {
    transform: rotateY(180deg);
  }

  .slogan {
    font-size: 16px;
    font-style: italic;
    color: white;
    margin-top: 0.3rem;
  }

  .navbar-logo {
    width: 180px;
    height: auto;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
    transition: transform 0.3s ease;
  }

  .navbar-logo:hover {
    transform: scale(1.03);
  }
.sticky-note {
  background: #fff9c4; /* pale yellow sticky note color */
  padding: 20px;
  box-shadow: 3px 3px 8px rgba(0,0,0,0.2);
  border: 1px solid #f0e68c;
  border-radius: 8px;
  position: relative;
  font-family: 'Comic Sans MS', cursive, sans-serif;
  transform: rotate(-2deg);
  transition: transform 0.2s ease;
}

.sticky-note:hover {
  transform: rotate(0deg);
  box-shadow: 6px 6px 12px rgba(0,0,0,0.3);
}

/* Optional: folded corner effect */
.sticky-note::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: 30px solid #fff176; /* lighter yellow */
  border-left: 30px solid transparent;
  border-radius: 0 8px 0 0;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}



  .service-tile {
    background: #3e58af;
    border: 1px solid #2c3e8c;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #fff;
  }

  .service-tile:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  }

.btn-light {
  background-color: #000000;  /* black background */
  color: #ffffff;             /* white text */
  font-weight: 600;
  border-radius: 0.5rem;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: none;
}


.btn-light:hover, .btn-light:focus {
  background-color: white;  /* yellow-gold background on hover */
  color: #000000;             /* black text on hover */
  text-decoration: none;
}

.bg-brand-blue {
  background-color: #3e58af;
}


  section h2 {
    letter-spacing: 0.5px;
  }

  .shadow-pro {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
  }

  .shadow-pro:hover {
    transform: scale(1.02);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
  }

  .bg-white {
    background-color: #fff;
    border: 1px solid #dee2e6;
  }

  .image-box img {
    max-width: 100%;
    border-radius: 0.5rem;
    padding: 10px;
  }

  @media (max-width: 768px) {
    .navbar-nav {
      flex-direction: column;
      align-items: flex-end;
    }

    .center-area {
      text-align: center;
      margin: 10px 0;
    }
  }

  .center-area {
  position: relative;
  z-index: 1;
}
    /* Custom container styling */
    .privacy-card {
        background: #ffffff;
        border-radius: 0.5rem;
        box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
        padding: 2.5rem 3rem;
        max-width: 900px;
        margin: 3rem auto 5rem auto;
        line-height: 1.65;
        color: #333333;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .privacy-card h1,
    .privacy-card h2,
    .privacy-card h3 {
        color: #1a237e; /* A strong navy-blue for headings */
    }
    .privacy-card a {
        color: #0d6efd;
        text-decoration: underline;
    }
    .privacy-card a:hover {
        color: #0a58ca;
        text-decoration: none;
    }
    /* Adjust list spacing */
    .privacy-card ul {
        margin-left: 1.5rem;
        margin-bottom: 1.25rem;
    }
    /* Responsive typography tweaks */
    @media (max-width: 576px) {
        .privacy-card {
            padding: 1.5rem 1.5rem;
            margin: 2rem 1rem 3rem 1rem;
        }
    }


    .board-background {
  background-color: #b2905f; /* base cork color */
  background-image:
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.05) 2px,
      transparent 2px,
      transparent 6px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(0, 0, 0, 0.03),
      rgba(0, 0, 0, 0.03) 1px,
      transparent 1px,
      transparent 5px
    );
  background-size: 20px 20px;
  padding: 40px 20px;
  border-radius: 12px;
  box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
}

   .board-background {
      position: relative;
      background-color: #b2905f; /* corkboard base */
      background-image:
        repeating-linear-gradient(
          45deg,
          rgba(255, 255, 255, 0.05),
          rgba(255, 255, 255, 0.05) 2px,
          transparent 2px,
          transparent 6px
        ),
        repeating-linear-gradient(
          -45deg,
          rgba(0, 0, 0, 0.03),
          rgba(0, 0, 0, 0.03) 1px,
          transparent 1px,
          transparent 5px
        );
      background-size: 20px 20px;
      padding: 40px 20px;
      border-radius: 12px;
      box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
    }

    .sticky-note {
      background: #fff9a7;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
      font-family: 'Comic Sans MS', cursive, sans-serif;
      position: relative;
      margin-bottom: 20px;
      border: 1px solid #e6df68;
    }

    /* Smaller sticky note diagonally hanging off the board */
    .small-sticky {
      position: absolute;
      top: 10px;
      right: -60px;  /* hangs outside the board */
      width: 140px;
      background: #f8f28b;
      padding: 10px 15px;
      border-radius: 10px;
      box-shadow: 3px 3px 6px rgba(0,0,0,0.15);
      font-size: 0.9rem;
      font-weight: bold;
      color: #6a5a00;
      transform: rotate(15deg);
      border: 1.5px solid #d2c843;
      text-align: center;
      font-family: 'Comic Sans MS', cursive, sans-serif;
      user-select: none;
      z-index: 10;
    }

.navbar .btn-success {
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
  transition: transform 0.2s ease;
}

.navbar .btn-success:hover {
  transform: translateY(-1px);
}
.btn-shiny {
  position: relative;
  display: inline-block;
  color: black;
background-color: white;  
border-radius: 8px;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(62, 88, 175, 0.6);
  overflow: hidden;
  transition: background 0.3s ease;
}


.navbar-toggler {
  border-color: #000000; /* bootstrap primary blue border */
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%230d6efd' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


@media (max-width: 767.98px) {
  .small-sticky {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: auto !important;
    margin-bottom: 1rem;
    transform: rotate(0deg) !important;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.15);
    text-align: center;
  }
}


.footer-link {
  color: white;
  text-decoration: none;
  transition: all 0.2s ease;
  position: relative;
  display: inline-block;
}

.footer-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: white;
  transition: width 0.2s ease;
}

.footer-link:hover {
  font-size: 1.05em;
}

.footer-link:hover::after {
  width: 100%;
}


img {
  max-width: 100%;
  height: auto;
}

img.img-fluid, .carousel img {
  max-width: 100%;
  height: auto;
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 1199px) {
  #navbarContent {
    text-align: center;
  }

  #navbarContent ul.navbar-nav {
    flex-direction: row !important;
    justify-content: center !important;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 0;
    margin: 0 auto;
  }

  #navbarContent .nav-link {
    padding: 10px 15px;
    text-align: center;
    white-space: nowrap;
  }

  #navbarContent .btn {
    margin-top: 10px;
  }
}


/* 
  #servicesCarousel .carousel-item {
    height: 350px; 
    display: flex;
    justify-content: center;
    align-items: center;
  } */

  #servicesCarousel .carousel-item > div {
    /* inner card */
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #servicesCarousel img {
    max-height: 200px; /* fix image height */
    width: auto;
    margin: 0 auto 1rem auto;
    object-fit: contain;
  }

  #servicesCarousel h4 {
    margin-bottom: 0.5rem;
  }

  #servicesCarousel p {
    margin: 0;
  }
