:root {
--primary-color: #005870;
--accent-color: #e84d2c;
--primary-blue: #4a6b7c;
--secondary-blue: #5a7a8a;
--light-green: #d4e5dd;
--accent-orange: #d85a3c;
}   

h1, h2, h3, h4, h5, h6 {
  color: var(--primary-blue);
  font-weight: 600;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    line-height: 1.6;
    margin-top: -25px;
}

header {
    background: linear-gradient(135deg, #4a6b7c 0%, #5a7d8f 100%);
    padding: 1rem 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

nav {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
}

/* All dropdowns */
.navigation-dropdown {
    width: 300px !important;      /* All levels */
}

#menu-header-main-menu .navigation-item:last-child {
    align-items: center;
    display: flex;
}

#menu-header-main-menu .navigation-item:last-child a.navigation-link {
    background-color: #D9512E;
    padding: 0 15px;
    color: #fff;
    border-radius: 50px;
    height: 40px;
    align-items: center;
    display: flex;
    border: 2px solid #fff;
    box-shadow: 0px 0px 6px 0px #6c757d;
    justify-content: center;
    max-width: 150px;
}



#menu-header-main-menu .navigation-item:last-child a:hover {
    color: #fff !important;
}


.logo {
    font-size: 1.8rem;
    font-weight: bold;
    color: white;
    letter-spacing: 2px;
}

.nav-links {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: opacity 0.3s;
}

.nav-links a:hover {
    opacity: 0.8;
}

nav#navigation {
  font-weight: bold;
}

.navigation {
  width: 100%;
}

.navigation-body {
  width: 85%;
}

.navigation-logo img {
  height: 80px !important;
  margin-top: 25px;
}

table th {
  vertical-align: top;
}

/* Hero Section */
.hero {
    background: linear-gradient(140deg, rgba(40, 163, 148, 0.8) -40%, rgba(255, 255, 255, 0) 110%), 
          url('/wp-content/themes/lidebiotech/assets/img/lab.png');
    background-size: cover;
    background-position: center;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.inner-hero-section {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}


.hero-buttons {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1.2s ease-out 1.1s forwards;
}

.hero {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

.hero.animate {
  opacity: 1;
  transform: translateY(0);
}

.hero .container {
  text-align: left;
}

.hero h1,
.hero h2,
.hero h3,
.hero h4,
.hero h5,
.hero h6,
.hero p {
  color: #fff;
  max-width: 50%;
  text-align: left;
}

.hero .container h1,
.hero .container p {
  background: rgba(255,255,255,0.3);
  border-radius: 20px 0 20px 0;
  padding: 20px;
  margin-bottom: 15px;
}

.stat-section h1 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 40px;
}


.content-section {
    padding: 60px 0;
}

.info-box {
    background-color: var(--light-green);
    border-radius: 20px 0 20px 0;
    padding: 20px;
    margin-bottom: 30px;
}

.info-box h2 {
    color: var(--primary-blue);
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 30px;
}

.info-box ul {
    list-style: none;
    padding-left: 0;
}

.info-box ul li {
    color: var(--primary-blue);
    margin-bottom: 12px;
    font-size: 1.05rem;
    padding-left: 25px;
    position: relative;
}

.info-box ul li:before {
    content: "•";
    position: absolute;
    left: 5px;
    font-size: 1.5rem;
}

.btn-contact {
    background-color: var(--accent-orange);
    color: white;
    padding: 12px 40px;
    border-radius: 50px;
    border: none;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.3s ease;
border-radius: 50px;
height: 40px;
align-items: center;
display: flex;
border: 2px solid #fff;
box-shadow: 0px 0px 6px 0px #6c757d;
}

.btn-contact:hover {
    background-color: var(--accent-orange);
    transform: scale(1.05);
    color: white;
border-radius: 50px;
height: 40px;
align-items: center;
display: flex;
border: 2px solid #fff;
box-shadow: 0px 0px 6px 0px #6c757d;
}

.logo-box {
    background-color: var(--primary-blue);
    color: white;
    padding: 12px 40px;
    border-radius: 20px 0 20px 0;
    text-align: center;
    margin-bottom: 30px;
}

.logo-box ul {
    list-style: none;
    padding-left: 0;
    text-align: left;
}

.logo-box ul li {
    margin-bottom: 10px;
    font-size: 1.05rem;
    padding-left: 25px;
    position: relative;
}

.logo-box ul li:before {
    content: "•";
    position: absolute;
    left: 5px;
}

.chart-container {
    position: relative;
    max-width: 350px;
    margin: 0 auto;
    background: url('/wp-content/themes/lidebiotech/assets/img/lide-logo.png');
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center center;
}

.chart-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: var(--primary-blue);
}

.stat-section {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

.stat-section.animate {
  opacity: 1;
  transform: translateY(0);
}

.stat-section .watermark {
    background: url('/wp-content/themes/lidebiotech/assets/img/lide-watermark-white-opacity-150x150.png');
}

.animatable {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

.animatable.animate {
  opacity: 1;
  transform: translateY(0);
}

.content-section {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

.content-section.animate {
  opacity: 1;
  transform: translateY(0);
}

/* Stats Section Animations */
.stats-section {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}

.stats-section.animate {
  opacity: 1;
  transform: translateY(0);
}

.stat-card {
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.6s ease-out;
}

.stat-card.animate {
  opacity: 1;
  transform: scale(1);
}

.stat-number {
  font-size: 32px;
  color: #4B6B7A;
  font-weight: bold;
}

/* Footer Animations */
.footer-section {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

.footer-section.animate {
  opacity: 1;
  transform: translateY(0);
}

.icon-box .material-icons {
  font-size: 36px;
  color: var(--primary-color);
}

footer {
  background-color: var(--primary-color);
  color: white;
}

footer .container {
  max-width: 1170px;
}

.is-active > .navigation-link,
.navigation-link:hover {
color: #4B6B7A !important;
}

.stat-number {
transition: all 0.3s ease-in-out;
}

.btn.btn-danger {
background: #D9512E !important;
}

/* Staggered animations for multiple elements */
.animate-stagger-1 { transition-delay: 0.1s; }
.animate-stagger-2 { transition-delay: 0.2s; }
.animate-stagger-3 { transition-delay: 0.3s; }
.animate-stagger-4 { transition-delay: 0.4s; }
.animate-stagger-5 { transition-delay: 0.5s; }
.animate-stagger-6 { transition-delay: 0.6s; }
.animate-stagger-7 { transition-delay: 0.7s; }
.animate-stagger-8 { transition-delay: 0.8s; }
.animate-stagger-9 { transition-delay: 0.9s; }
.animate-stagger-10 { transition-delay: 1.0s; }
.animate-stagger-11 { transition-delay: 1.1s; }

.contact-btn {
    background: #c85a3f;
    padding: 0.6rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
}

.stat-section {
    padding: 5rem 2rem 0;
    text-align: center;
}

.inner-hero-section {
    background: url('/wp-content/themes/lidebiotech/assets/img/dna.jpg');
    background-color: rgba(40, 163, 148, 0.8);
    background-size: cover;
    background-position: center;
    color: white;
    padding: 3rem 2rem;
    text-align: center;
}

.inner-hero-section .hero-content {
    max-width: 1180px;
    margin: 0 auto;
}

.inner-hero-section .hero-content h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    background: rgba(255,255,255,0.3);
    border-radius: 20px 0 20px 0;
    padding: 12px 20px;
    max-width: 50%;
}

.inner-hero-section .hero-content p {
    font-size: 1.2rem;
    max-width: 700px;
    background: rgba(255,255,255,0.3);
    border-radius: 20px 0 20px 0;
    padding: 12px 20px;
    max-width: 50%;
    margin-bottom: 0;
}

.breadcrumb {
    max-width: 1200px;
    margin: 2rem auto 1rem;
    padding: 0 2rem;
    color: #666;
    font-size: 0.9rem;
}

.breadcrumb a {
    color: #4a6b7c;
    text-decoration: none;
}

.content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    grid-template-columns: 65% 35%;
}

.main-content {
    background: white;
}

.section {
    margin-bottom: 3rem;
}

.section h2 {
    color: #4a6b7c;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #5a9ba8;
}

.section h3 {
    color: #4a6b7c;
    font-size: 1.4rem;
    margin: 2rem 0 1rem;
}

.section p {
    margin-bottom: 1rem;
    color: #555;
    font-size: 1.05rem;
}

.section-header {
/*    background-color: var(--light-green);*/
    color: #4a6c7f;
    font-weight: 600;
    padding: 2rem;
    font-size: 1.5rem;
    min-width: 200px;
}

.section-content {
    padding: 2rem 3rem;
}

.learn-more-btn, .get-started-btn {
    color: #d26932;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
}

.learn-more-btn:hover, .get-started-btn:hover {
    color: #a85428;
    transform: translateX(5px);
}

.learn-more-btn .arrow,
.get-started-btn .arrow {
  color: var(--accent-orange);
}

.arrow {
    margin-left: 10px;
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.learn-more-btn:hover .arrow, .get-started-btn:hover .arrow {
    transform: translateX(5px);
}

.step-badge {
    background-color: #4a6c7f;
    color: white;
    padding: 1rem 1.5rem;
    border-radius: 20px 0 20px 0;
    font-weight: 600;
    margin: 0.5rem;
    cursor: auto;
    font-size: 12px;
}

.steps-container {
    display: flex;
    margin-top: 2rem;
}

h2 {
    color: #4a6c7f;
    font-weight: 600;
}

.section-row {
    border-bottom: 1px solid #e0e0e0;
}

.clickable-section {
    transition: background-color 0.3s ease;
}

.clickable-section:hover {
    background-color: #f8f9fa;
}

.sidebar {
    position: sticky;
    top: 2rem;
    height: fit-content;
}

.sidebar-card {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    margin-bottom: 0rem;
}

.sidebar-card h3 {
    color: #4a6b7c;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
}

.cta-button {
    display: block;
    background: rgb(206,224,208);
    color: white;
    text-align: center;
    padding: 1rem 1rem 0;
    border-radius: 0;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 0rem;
    transition: background 0.3s;
}

.cta-button div {
  background: rgb(68,97,110);
  padding: 15px 0;
}

.cta-button div.watermark {
  background: url('/wp-content/themes/lidebiotech/assets/img/lide-watermark-white-opacity-150x150.png');
  background-position: 90px -110px;
  background-size: 120%;
  background-repeat: no-repeat;
}

.cta-button:hover,
.cta-button div:hover {
  color: #fff;
  text-decoration: none;
}

/* CF7 form inside sidebar */
.wpcf7-form-title {
    background: #ebebeb;
    border-radius: 8px 8px 0 0;
    padding: 1.5rem 1.5rem 0;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--accent-orange);
}

.sidebar-card .wpcf7 {
    background: #ebebeb;
    border-radius: 0 0 8px 8px;
    padding: 1rem 1.5rem 1.75rem;
}

.sidebar-card .wpcf7 p {
    display: flex;
    flex-direction: column;
}

.sidebar-card .wpcf7 .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.sidebar-card .wpcf7 p {
    margin-bottom: 1.25rem;
}

.sidebar-card .wpcf7 h3,
.sidebar-card .wpcf7 .wpcf7-form > p:first-child {
    text-align: center;
    color: var(--accent-orange);
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.sidebar-card .wpcf7 label {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    color: #1a1a1a;
    margin: 0;
    padding: 0;
    line-height: 1.3;
    text-transform: none;
    letter-spacing: 0;
}

.sidebar-card .wpcf7 label br {
    display: none;
}

.sidebar-card .wpcf7 abbr[title] {
    color: #cc0000;
    text-decoration: none;
    font-weight: 700;
}

.sidebar-card .wpcf7 input[type="text"],
.sidebar-card .wpcf7 input[type="email"],
.sidebar-card .wpcf7 input[type="tel"],
.sidebar-card .wpcf7 input[type="number"],
.sidebar-card .wpcf7 select,
.sidebar-card .wpcf7 textarea {
    width: 100%;
    padding: 0.85rem 1rem;
    border: 1.5px solid #d0d0d0;
    border-radius: 8px;
    font-size: 1rem;
    color: #1a1a1a;
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}

.sidebar-card .wpcf7 input[type="text"]:focus,
.sidebar-card .wpcf7 input[type="email"]:focus,
.sidebar-card .wpcf7 input[type="tel"]:focus,
.sidebar-card .wpcf7 input[type="number"]:focus,
.sidebar-card .wpcf7 select:focus,
.sidebar-card .wpcf7 textarea:focus {
    outline: none;
    border-color: var(--accent-orange);
    box-shadow: 0 0 0 3px rgba(216,90,60,0.12);
}

.sidebar-card .wpcf7 textarea {
    resize: vertical;
    min-height: 100px;
}

.sidebar-card .wpcf7 input[type="submit"] {
    display: block;
    width: 100%;
    padding: 0.85rem 1rem;
    background-color: var(--accent-orange);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.25s, transform 0.15s;
    margin-top: 0.25rem;
}

.sidebar-card .wpcf7 input[type="submit"]:hover {
    background-color: #bf4f33;
    transform: translateY(-1px);
}

.sidebar-card .wpcf7 .wpcf7-not-valid-tip {
    font-size: 0.8rem;
    color: var(--accent-orange);
    margin-top: 0.25rem;
}

.sidebar-card .wpcf7 .wpcf7-response-output {
    margin: 0.75rem 0 0;
    padding: 0.6rem 0.85rem;
    border-radius: 6px;
    font-size: 0.85rem;
    border: none;
}

.sidebar-card .wpcf7 .wpcf7-mail-sent-ok {
    background: rgb(206,224,208);
    color: #2e5535;
}

.sidebar-card .wpcf7 .wpcf7-mail-sent-ng,
.sidebar-card .wpcf7 .wpcf7-spam-blocked {
    background: #fde8e4;
    color: #a0350e;
}


.info-list {
    list-style: none;
}

.info-list li {
    padding: 0.8rem 0;
    border-bottom: 1px solid #555;
    color: #555;
}

.info-list li:last-child {
    border-bottom: none;
}

.stats-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin: 2rem 0;
}

.stat-box {
    background: linear-gradient(135deg, #5a9ba8 0%, #4a6b7c 100%);
    color: white;
    padding: 2rem;
    border-radius: 8px;
    text-align: center;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.95rem;
    opacity: 0.9;
}

.watermark {
  background: url('/wp-content/themes/lidebiotech/assets/img/lide-watermark-transparent-150x150.png');
}

footer {
    background: #4a6b7c;
    color: white;
    text-align: left;
    padding: 2rem;
    margin-top: 4rem;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: #fff;
}


@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}