@charset "UTF-8";

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Ubuntu", sans-serif;
  --nav-font: "Poppins", sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
  --background-color: #ffffff;
  /* Background color for the entire website, including individual sections */
  --default-color: #363f40;
  /* Default color used for the majority of the text content across the entire website */
  --heading-color: #1f2f31;
  /* Color for headings, subheadings and title throughout the website */
  --accent-color: #099aa7;
  /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff;
  /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff;
  /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #363f40;
  /* The default color of the main navmenu links */
  --nav-hover-color: #099aa7;
  /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff;
  /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff;
  /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #363f40;
  /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #099aa7;
  /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}
.d-none{
  display: none !important;
}

/* Dropdown animation */
.dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.22s ease;
}

.dropdown:hover .dropdown-menu,
.dropdown:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Mobile menu transition */
#mobile-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

#mobile-menu.open {
  max-height: 700px;
}

/* Active nav link indicator */
.nav-link::after {
  content: '';
  display: block;
  height: 2px;
  width: 0;
  background: #D4A843;
  border-radius: 2px;
  transition: width 0.2s ease;
  margin-top: 2px;
}

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

.nav-link.active::after {
  width: 100%;
}

/* Top info bar scroll hide */
.topbar {
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

.hero-section {
  background: linear-gradient(to right, rgb(0 0 0 / 0%), oklch(0.32 0.14 264.15)), url(../images/hero-bakc.jpg);
  background-size: cover;
  background-position: center;
  min-height: 100vh;
}

:root {
  --navy: #0B1F3A;
  --teal: #0E7C7B;
  --gold: #D4A843;
  --cream: #F9F4EC;
  --light-teal: #E8F5F5;
}

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--cream);
  color: var(--navy);
}

h1,
h2,
h3 {
  font-family: 'Playfair Display', serif;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.animate-scroll {
  animation: scroll 20s linear infinite;
}

h1,
h2,
h3 {
  font-family: 'Playfair Display', serif;
}

.hero-bg {
  background: linear-gradient(135deg, #0b2979 0%, #0E7C7B 100%);
  position: relative;
  overflow: hidden;
}

.hero-bg::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(212, 168, 67, 0.12);
}

.hero-bg::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}

.module-card {
  background: white;
  border-left: 4px solid var(--teal);
  transition: transform 0.2s, box-shadow 0.2s;
}

.module-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(11, 31, 58, 0.12);
}

.badge {
  background: var(--gold);
  color: var(--navy);
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 20px;
}

.section-number {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  font-weight: 900;
  color: rgba(14, 124, 123, 0.12);
  line-height: 1;
  position: absolute;
  top: -8px;
  left: -4px;
}

.highlight-strip {
  background: linear-gradient(90deg, var(--teal), #0B1F3A);
}

.deliverable-item {
  background: var(--light-teal);
  border-radius: 10px;
  transition: background 0.2s;
}

.deliverable-item:hover {
  background: #d0ecec;
}

.fee-card {
  background: linear-gradient(135deg, var(--navy) 0%, #0E7C7B 100%);
  position: relative;
  overflow: hidden;
}

.fee-card::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(212, 168, 67, 0.15);
}

.dot-grid {
  background-image: radial-gradient(circle, rgba(14, 124, 123, 0.15) 1px, transparent 1px);
  background-size: 22px 22px;
}

.pill-tag {
  background: rgba(14, 124, 123, 0.1);
  color: var(--teal);
  border: 1px solid rgba(14, 124, 123, 0.25);
  font-size: 0.78rem;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 20px;
  display: inline-block;
  margin: 3px;
}

.divider-gold {
  height: 3px;
  width: 60px;
  background: var(--gold);
  border-radius: 2px;
  margin-bottom: 1rem;
}

/* Regulatory Afairs */

.highlight-strip {
  background: linear-gradient(90deg, var(--teal), #0B1F3A);
}

.feature-card {
  background: white;
  border-left: 4px solid var(--teal);
  transition: transform 0.2s, box-shadow 0.2s;
}

.feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(11, 31, 58, 0.12);
}

.feature-card.gold {
  border-left-color: var(--gold);
}

.badge {
  background: var(--gold);
  color: var(--navy);
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 20px;
}

.pill-tag {
  background: rgba(14, 124, 123, 0.1);
  color: var(--teal);
  border: 1px solid rgba(14, 124, 123, 0.25);
  font-size: 0.78rem;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 20px;
  display: inline-block;
  margin: 3px;
}

.divider-gold {
  height: 3px;
  width: 60px;
  background: var(--gold);
  border-radius: 2px;
  margin-bottom: 1rem;
}

.dot-grid {
  background-image: radial-gradient(circle, rgba(14, 124, 123, 0.15) 1px, transparent 1px);
  background-size: 22px 22px;
}

.career-card {
  background: white;
  border-top: 3px solid var(--teal);
  transition: transform 0.2s, box-shadow 0.2s;
}

.career-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(11, 31, 58, 0.13);
}

.outcome-item {
  background: var(--light-teal);
  border-radius: 10px;
  transition: background 0.2s;
}

.outcome-item:hover {
  background: #d0ecec;
}

.fee-card {
  background: linear-gradient(135deg, var(--navy) 0%, #0E7C7B 100%);
  position: relative;
  overflow: hidden;
}

.fee-card::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(212, 168, 67, 0.15);
}

.authority-badge {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.step-number {
  width: 32px;
  height: 32px;
  background: var(--teal);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  flex-shrink: 0;
}

.step-number.gold-bg {
  background: var(--gold);
  color: var(--navy);
}

/* clinical Data mng */

.company-tag {
  background: white;
  border: 1px solid rgba(14, 124, 123, 0.2);
  color: var(--navy);
  font-size: 0.75rem;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 6px;
  display: inline-block;
  margin: 3px;
}

.segment-card {
  background: white;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 2px 12px rgba(11, 31, 58, 0.07);
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
  border-bottom: 3px solid var(--teal);
}

.segment-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(11, 31, 58, 0.13);
}

.segment-card.gold-bottom {
  border-bottom-color: var(--gold);
}

.enquire-btn {
  background: var(--gold);
  color: var(--navy);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  padding: 9px 22px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  text-decoration: none;
  white-space: nowrap;
}

.enquire-btn:hover {
  background: #e8b93a;
  transform: translateY(-1px);
}

/* ── FOOTER ── */
.footer-main {
  background: var(--navy);
}

.footer-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}

.footer-heading {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
}

.footer-link {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.88rem;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  transition: color 0.2s, padding-left 0.2s;
}

.footer-link:hover {
  color: white;
  padding-left: 4px;
}

.footer-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
}

.footer-contact-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(14, 124, 123, 0.2);
}

.footer-contact-text {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.84rem;
  line-height: 1.5;
}

.footer-contact-text a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-contact-text a:hover {
  color: white;
}

.social-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 9px 16px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  margin-bottom: 8px;
}

.social-btn:hover {
  background: rgba(14, 124, 123, 0.3);
  border-color: var(--teal);
  color: white;
}

.footer-logo-text {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 1.5rem;
  color: white;
}

.footer-logo-text span {
  color: var(--gold);
}

.gold-pill {
  background: rgba(212, 168, 67, 0.15);
  border: 1px solid rgba(212, 168, 67, 0.3);
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 12px;
}

.footer-bottom {
  background: rgba(0, 0, 0, 0.25);
}
.header-btn {
    display: inline-block;
  }

/* Hide on mobile */
@media (max-width: 768px) {
  .header-btn {
    display: none;
  }
}