/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
.container {
  width: 100%;
}
.mx-auto {
  margin-inline: auto;
}
.flex {
  display: flex;
}
.min-h-screen {
  min-height: 100vh;
}
.w-full {
  width: 100%;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.text-center {
  text-align: center;
}
.uppercase {
  text-transform: uppercase;
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
@font-face {
  font-family: 'Hacen Beirut Poster';
  src: url('../fonts/Hacen Beirut Poster.ttf') format('truetype');
}
body {
  font-family: 'Hacen Beirut Poster', sans-serif;
  background-color: #eef2f7;
  background-image: linear-gradient(to top, rgba(238, 242, 247, 1) 0%, rgba(238, 242, 247, 0) 50%), url('../images/pattern.png');
  background-size: cover;
  overflow: hidden;
}
.content-card {
  background-color: white;
  border-radius: 1.5rem;
  padding: 2rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  max-height: 95vh;
  overflow-y: auto;
}
.content-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}
.logo {
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.07));
}
.hashtag {
  background: -webkit-linear-gradient(45deg, #003366, #00665e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.social-icon {
  color: #9ca3af;
  transition: color 0.3s ease, transform 0.3s ease;
}
.social-icon:hover {
  transform: scale(1.1);
}
.fa-facebook:hover {
  color: #1877F2;
}
.fa-youtube:hover {
  color: #FF0000;
}
.fa-telegram:hover {
  color: #26A5E4;
}
.fa-instagram:hover {
  color: #E4405F;
}
.fa-twitter:hover {
  color: #1DA1F2;
}
.p-4 {
  padding: 1rem;
}
.mb-3 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 0.75rem;
}
.mb-5 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1rem;
}
.mb-8 {
  margin-bottom: 1.5rem;
}
.mb-10 {
  margin-bottom: 1.5rem;
}
.h-32 {
  height: 7rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.gap-x-6 {
  column-gap: 1.5rem;
}
.space-y-2 > * + * {
  margin-top: 0.5rem;
}
.space-y-3 > * + * {
  margin-top: 0.75rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.text-gray-500 {
  color: rgb(107 114 128);
}
.text-gray-600 {
  color: rgb(75 85 99);
}
.text-gray-700 {
  color: rgb(55 65 81);
}
.text-gray-800 {
  color: rgb(31 41 55);
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.hover\:text-green-700:hover {
  color: rgb(21 128 61);
}
@media (min-width: 640px) {
  .sm\:h-36 {
    height: 9rem;
  }
  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
    }
  }
}
