/*
Theme Name: vGenix Ai
Theme URI: https://vgenix.ai
Author: vGenix Ai
Author URI: https://vgenix.ai
Description: vGenix AI default theme
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: vgenix-ai
*/

 /* Dropdown Menu Styles Only */
.dropdown-menu.dropdown-menus {
    min-width: 700px;
    border: none;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    border-radius: 8px;
    padding: 0.75rem;
    margin-top: 5px;
}

.dropdown-menu .dropdown-header {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #6c757d;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #f0f0f0;
}

.dropdown-menu .dropdown-item-modern {
    display: flex;
    align-items: center;
    padding: 0.5rem;
    border-radius: 6px;
    transition: all 0.15s;
    text-decoration: none;
    color: #333;
}

.dropdown-item-modern{
    padding: 1rem !important;
}

.dropdown-menu .dropdown-item-modern:hover {
    background-color: #f8f9fa;
}

.dropdown-menu .dropdown-icon {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex-shrink: 0;
}

.dropdown-menu .dropdown-item-modern h6 {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.1rem;
}

.dropdown-menu .dropdown-item-modern p {
    font-size: 0.75rem;
    margin-bottom: 0;
    line-height: 1.3;
}

/* Color utilities for dropdown only */
.dropdown-menu .bg-soft-blue { background-color: rgba(13,110,253,0.08); }
.dropdown-menu .bg-soft-purple { background-color: rgba(111,66,193,0.08); }
.dropdown-menu .bg-soft-green { background-color: rgba(25,135,84,0.08); }
.dropdown-menu .bg-soft-orange { background-color: rgba(253,126,20,0.08); }
.dropdown-menu .bg-soft-red { background-color: rgba(220,53,69,0.08); }
.dropdown-menu .bg-soft-indigo { background-color: rgba(102,16,242,0.08); }
.dropdown-menu .bg-soft-teal { background-color: rgba(32,201,151,0.08); }
.dropdown-menu .bg-soft-pink { background-color: rgba(214,51,108,0.08); }

.dropdown-menu .text-blue { color: #0d6efd; }
.dropdown-menu .text-purple { color: #6f42c1; }
.dropdown-menu .text-green { color: #198754; }
.dropdown-menu .text-orange { color: #fd7e14; }
.dropdown-menu .text-red { color: #dc3545; }
.dropdown-menu .text-indigo { color: #6610f2; }
.dropdown-menu .text-teal { color: #20c997; }
.dropdown-menu .text-pink { color: #d6336c; }

.split-container {
  display: flex; /* Use flexbox for side-by-side layout */
  width: 100%;
  height: 400px; /* Adjust height as needed */
  position: relative;
}

/* Left Side (Clipped) */
.left-side {
  flex: 1;
  
  
  display: flex;
  align-items: center;
  padding-left: 5%;
  z-index: 1; /* Ensure content stays above the clip */
}

/* Right Side (Clipped) */
.right-side {
  flex: 1;

  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 5%;
}

/* Content Styling */
.content {
  max-width: 400px; /* Control text width */
  color: white;
}

.left-side .content {
  text-align: left;
}

.right-side .content {
  text-align: right;
}

.navLogo{
  display: flex;
  align-items: center;
  gap: 5px;
}
/* ---------- Layout ---------- */
.timeline-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
}
.timeline-header {
    padding: 3rem 1rem;
}

/* ---------- Timeline ---------- */
.timeline {
    position: relative;
    padding-bottom: 5rem;
}
.timeline-item {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-top: 4rem;
}
@media (min-width: 768px) {
    .timeline-item {
        flex-direction: row;
        gap: 2.5rem;
        padding-top: 8rem;
    }
}

.timeline-dot {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 2;
}
@media (min-width: 768px) {
    .timeline-dot {
        position: sticky;
        top: 8rem;
        width: 60%;
    }
}

.dot-wrapper {
    position: absolute;
    left: 0.5rem;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dot {
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    background: #e5e7eb;
    border: 1px solid #d1d5db;
    transition: background 0.3s ease, border-color 0.3s ease;
    position: relative;
    z-index: 1;
}
.dot.active {
    background: #8B3DFF;
    border-color: #8B3DFF;
}

.year {
    color: #6b7280;
    margin-left: 3.3rem;
    transition: color 0.3s ease, margin-left 0.3s ease;
    position: relative;
    z-index: 2;
}
.year.active .d-flex h2 {
    color: #8B3DFF !important;
}


@media (min-width: 768px) {
    .year {
        margin-left: 5rem;
    }
    .year.active {
        margin-left: 5rem;
    }
}

.timeline-content {
    padding-left: 3.5rem;
    padding-right: 1rem;
    width: 100%;
}
@media (min-width: 768px) {
    .timeline-content {
        padding-left: 5rem;
    }
}

/* ---------- Image Grid ---------- */
.image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
.image-grid img {
    width: 100%;
    height: 6rem;
    object-fit: cover;
    border-radius: 0.5rem;
    box-shadow: 0 0 24px rgba(34, 42, 53, 0.06), 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(34, 42, 53, 0.04), 0 0 4px rgba(34, 42, 53, 0.08), 0 16px 68px rgba(47, 48, 55, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
    .image-grid img {
        height: 11rem;
    }
}
@media (min-width: 1024px) {
    .image-grid img {
        height: 15rem;
    }
}

/* ---------- Timeline Line ---------- */
.timeline-line {
    position: absolute;
    left: 1.75rem;
    top: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, #d1d5db 10%, #d1d5db 90%, transparent 100%);
    z-index: 0;
}

.timeline-progress {
    position: absolute;
    inset: 0;
    width: 2px;
    height: 0%;
    background: linear-gradient(to top, #8b5cf6 0%, #8B3DFF 10%, transparent 100%);
    border-radius: 9999px;
    z-index: 0;
}

.flip-words-container {
  display: inline-block;
  position: relative;
  min-width: 6ch; /* prevents layout jump */
}

.flip-word {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
}

.flip-word.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

.flip-word.exiting {
  animation: flipOut 0.4s ease-in forwards;
}

.letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
  filter: blur(8px);
  animation: letterIn 0.2s ease-out forwards;
}

@keyframes flipOut {
  0% {
    opacity: 1;
    transform: translateY(0) translateX(0) scale(1);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px) translateX(40px) scale(2);
    filter: blur(8px);
  }
}

@keyframes letterIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
    filter: blur(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
.infinite-marquee-container {
    position: relative;
    overflow: hidden;
    height: 80px;
    display: flex;
    align-items: center;
    background: transparent;
    max-width: 800px;
    width: 100%;
}

.infinite-marquee {
    display: flex;
    animation: scroll 20s linear infinite;
    white-space: nowrap;
}

.infinite-marquee-item {
    background: white;
    color: #1a202c;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 10px;
    margin-right: 20px;
    box-shadow: 0 2px 8px lch(46.39% 86.28 311.06 / 0.2);
    border: 1px solid rgba(0, 0, 0, 0.06);
    letter-spacing: -0.01em;
    flex-shrink: 0;
}

/* Blur effect masks */
.infinite-marquee-container::before,
.infinite-marquee-container::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    z-index: 2;
    pointer-events: none;
}

.infinite-marquee-container::before {
    left: 0;
    background: linear-gradient(to right, 
        rgba(248, 249, 250, 1) 0%, 
        rgba(248, 249, 250, 0.9) 30%, 
        rgba(248, 249, 250, 0.6) 60%, 
        rgba(248, 249, 250, 0) 100%);
}

.infinite-marquee-container::after {
    right: 0;
    background: linear-gradient(to left, 
        rgba(248, 249, 250, 1) 0%, 
        rgba(248, 249, 250, 0.9) 30%, 
        rgba(248, 249, 250, 0.6) 60%, 
        rgba(248, 249, 250, 0) 100%);
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.geist-font {
  font-family: "Geist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.demo-form p{
    margin-bottom: 0px !important;
}
.wpcf7-spinner{
    display: none !important;
}

/* Make ONLY form labels bold */
.wpcf7 form label {
    font-weight: 600;   /* Slightly bold */
    color: #566376;
    font-size: 0.91rem;
}

/* Reduce font size inside inputs, selects, and textareas */
.wpcf7 form input,
.wpcf7 form select,
.wpcf7 form textarea {
    font-size: 0.86rem !important;
}

/* Reduce dropdown option font size */
.wpcf7 form select option {
    font-size: 0.86rem !important;
}

/* Optional: make placeholder text slightly smaller */
.wpcf7 form ::placeholder {
    font-size: 0.86rem;
}

.wpcf7 form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23566376' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px;
    padding-right: 35px !important; /* space for arrow */
    cursor: pointer;
}






