/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

.mobile-nav-overlay,
.mobile-nav-drawer {
    display: none;
}

/* Mobile service cards are shown by mobile.css only. */
.mobile-services-cards {
    display: none;
}

.mobile-key-solutions-cards {
    display: none;
}

.mobile-blogs-carousel {
    display: none;
}

.mobile-footer-content {
    display: none;
}

.home-footer-content {
    position: relative;
    display: grid;
    grid-template-columns: 2.2fr repeat(5, 1fr);
    gap: 30px;
    min-height: 505px;
    padding: 40px 6vw 85px;
    overflow: hidden;
    background: linear-gradient(rgba(0, 141, 119, .93), rgba(0, 110, 96, .95)), url("Assets/card5.avif") center / cover;
    color: #fff;
}

.home-footer-content .home-footer-brand img { width: 240px; margin-bottom: 25px; filter: brightness(0) invert(1); }
.home-footer-brand p { font-size: 12px; line-height: 1.45; }
.home-footer-content a { display: block; margin-bottom: 14px; color: #fff; font-size: 14px; line-height: 1.25; text-decoration: none; }
.home-footer-brand > a { margin-top: 18px; }
.home-footer-content h3 { margin: 21px 0 20px; color: #e9ee16; font-size: 16px; }
.home-footer-social { display: flex; gap: 18px; margin-top: 26px; }
.home-footer-social b { display: flex; width: 22px; height: 22px; align-items: center; justify-content: center; border-radius: 50%; background: #fff; color: #008d77; font-size: 12px; }
.home-footer-downloads { position: absolute; bottom: 85px; left: 6vw; display: flex; gap: 45px; }
.home-footer-downloads h3 { margin: 0 0 10px; color: #fff; }
.home-footer-downloads img { width: auto; height: 40px; margin-right: 8px; }
.home-footer-content small { position: absolute; right: 0; bottom: 12px; left: 0; text-align: center; font-size: 11px; }

/* ==================== HEADER STYLES ==================== */
#main-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #ffffff;
    padding-top: 18px;
    padding-bottom: 18px;
    transition: all 0.3s ease;
    border-bottom: 1px solid #f0f0f0;
}

#main-header.scrolled {
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.header-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.logo-container {
    display: flex;
    align-items: center;
}

.brand-logo {
    width: 150px !important;
    height: 56.23px !important;
    display: block;
    object-fit: contain;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 28px;
}

.nav-simple-link {
    text-decoration: none;
    color: #2d3748;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    transition: color 0.2s ease;
    white-space: nowrap;
}

.nav-simple-link:hover {
    color: #004d40;
}

.dropdown {
    position: relative;
}

.dropdown-toggle {
    text-decoration: none;
    color: #2d3748;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.dropdown-toggle:hover,
.dropdown.active .dropdown-toggle {
    color: #004d40;
}

.caret {
    font-size: 9px;
    color: #004d40;
    transition: transform 0.2s ease;
}

.dropdown.active .caret {
    transform: rotate(180deg);
}

.dropdown-menu {
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid #eaeaea;
    display: none;
    flex-direction: column;
    overflow: hidden;
    z-index: 1100;
}

.dropdown.active .dropdown-menu {
    display: flex;
}

.services-dropdown { width: 296px; }
.company-dropdown { width: 184px; }
.resources-dropdown { width: 184px; }
.partners-dropdown { width: 168.391px; }

.dropdown-item {
    text-decoration: none;
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    height: 40px;
    padding: 8px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.dropdown-item:hover {
    background-color: #f7f9f6;
    color: #004d40;
}

.cta-container {
    display: flex;
    align-items: center;
}

.ship-btn {
    background-color: #d4ff00;
    color: #1a202c;
    padding: 10px 22px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: background-color 0.2s ease;
    white-space: nowrap;
}

.ship-btn:hover {
    background-color: #c2eb00;
}

/* ==================== ANNOUNCEMENT TICKER ==================== */
.announcement-ticker-container {
    height: 72px;
    padding: 0 16px;
    display: flex;
    flex-direction: row;
    justify-content: normal;
    align-items: center;
    background-color: #fffde6;
    border-bottom: 1px solid #f2eed9;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.ticker-track {
    display: flex;
    white-space: nowrap;
    will-change: transform;
    animation: tickerScroll 30s linear infinite;
}

.ticker-text {
    font-family: ui-sans-serif, system-ui, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #1a202c;
    padding-right: 80px;
}

@keyframes tickerScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ==================== HERO SECTION STYLES ==================== */
.hero-section {
    position: relative;
    height: 650px;
    background-image: url('Assets/home_bg.avif');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: #ffffff;
    overflow: hidden;
}

/* Dark gradient overlay on the left to ensure high text contrast */
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 65%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 70%, transparent 100%);
    z-index: 1;
}

.hero-container {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
    width: 100%;
}

.hero-content {
    max-width: 650px;
}

.hero-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 16px;
    color: #ffffff;
}

.highlight-yellow {
    color: #ffd700;
}

.hero-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #e2e8f0;
    margin-bottom: 32px;
}

/* Tracking Box */
.hero-track-box {
    background: #ffffff;
    padding: 8px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    max-width: 520px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    margin-bottom: 28px;
}

.hero-track-input {
    flex: 1;
    border: none;
    padding: 14px 16px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    outline: none;
    color: #2d3748;
    background: transparent;
}

.hero-track-input::placeholder {
    color: #a0aec0;
}

.hero-track-btn {
    background-color: #d4ff00;
    color: #1a202c;
    border: none;
    padding: 14px 24px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.2s ease;
}

.hero-track-btn:hover {
    background-color: #c2eb00;
}

/* App Download Section */
.hero-app-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hero-app-text {
    font-size: 13px;
    font-weight: 600;
    color: #cbd5e0;
}

.hero-app-badges {
    display: flex;
    gap: 12px;
}

.hero-app-badges img {
    height: 40px;
    width: auto;
    object-fit: contain;
    border-radius: 6px;
    transition: transform 0.2s ease;
}

.hero-app-badges img:hover {
    transform: translateY(-2px);
}

/* Metrics Container Styling */
.metrics-container {
    /* Adjust height and padding to remove excess empty space */
    height: auto;
    padding: 48px 96px 36px 96px;
    box-sizing: border-box;
    text-align: center;
    background-color: #ffffff;
  }
  
  /* Header Title */
  .metrics-main-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 40px;
    font-family: inherit;
  }
  
  /* Metrics Horizontal Grid Layout */
  .metrics-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
  }
  /* Individual Metric Cards */
  .metric-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  /* Icons (48x47 dimension) */
  .metric-icon {
    width: 48px;
    height: 47px;
    object-fit: contain;
    margin-bottom: 12px;
  }
  /* Numbers */
  .metric-number {
    font-size: 18px;
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 6px;
    white-space: nowrap;
  }
  
  /* Labels below numbers */
  .metric-label {
    font-size: 11px;
    font-weight: 600;
    color: #8c9ba5;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1.4;
    max-width: 140px;
  }

  /* Section 3: Parent Container */
  .metrics-ticker-section {
    /* Remove fixed height and space-between so elements fit naturally */
    height: auto;
    margin: 0 167px;
    display: flex;
    flex-direction: column;
  }
  /* Ticker Outer Styling */
  .ticker-wrapper {
    height: 213.094px;
    padding: 32px 0 0 0; /* Reduced top padding to tighten distance */
    background-color: #eaf6f4; /* Updated light teal tint to match image_c57f30.png */
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
  }
  
  .ticker-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a233a;
    margin-bottom: 24px;
    font-family: inherit;
  }
  
  /* Infinite Scrolling Container */
  .ticker-track-container {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  
  /* Ticker Animation Track */
  .ticker-track {
    display: flex;
    align-items: center;
    gap: 50px;
    width: max-content;
    animation: scroll-left 25s linear infinite;
  }
  
  .ticker-track img {
    height: 32px;
    width: auto;
    object-fit: contain;
  }
  

 /* Section 4: Main Container */
 .services-section {
    width: 100%;
    height: auto; /* Removed fixed height causing the giant gap */
    padding: 60px 0 20px 0; /* Cleaned up padding */
    margin: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /* Header Text Styling */
  .services-header {
    text-align: center;
    margin-bottom: 32px;
  }
  
  .services-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 8px;
    font-family: inherit;
  }
  
  .services-subtitle {
    font-size: 16px;
    color: #64748b;
    margin: 0;
  }
  
  /* Services 2nd Container */
  .services-cards-container {
    width: 100%;
    height: auto;
    padding: 24px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
  }
  
  /* Services Image Asset */
  .services-image {
    width: 1200px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }


  /* Section 5: Our Key Solutions */
  .key-solutions-section {
    width: 100%;
    height: auto; /* Removed fixed height */
    padding: 40px 167px 0 167px; /* Controlled padding instead of margin issues */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  /* Header Text (Centered) */
  .key-solutions-header {
    text-align: center;
    margin-bottom: 32px;
  }
  
  .key-solutions-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 8px;
    font-family: inherit;
  }
  
  .key-solutions-subtitle {
    font-size: 16px;
    color: #64748b;
    margin: 0;
  }
  
  /* Image Container */
  .key-solutions-image-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  /* Key Solutions Asset */
  .key-solutions-image {
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }

/* Section 6: Shadowfax 360 */
.sf360-section {
    height: 684.156px;
    padding: 0 0 96px 0;
    margin: 0 167px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
  }
  
  /* Left Content Styles */
  .sf360-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  
  .sf360-badge {
    height: 28px;
    object-fit: contain;
    margin-bottom: 16px;
  }
  
  .sf360-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a202c;
    line-height: 1.25;
    margin-bottom: 16px;
    font-family: inherit;
  }
  
  .sf360-description {
    font-size: 15px;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 24px;
  }
  
  /* Action Button */
  .sf360-btn {
    background-color: #ffd700;
    color: #1a202c;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.2s ease;
  }
  
  .sf360-btn:hover {
    background-color: #f6cd00;
  }
  
  /* Right Image Container */
  .sf360-image-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .sf360-preview-image {
    width: 649px;
    height: 419px;
    object-fit: contain;
    max-width: 100%;
  }

  /* Section 7: Unmatched Competitive Edge */
.competitive-edge-section {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  /* Header Text Container */
  .edge-header-container {
    height: 100px;
    padding: 16px 0 0 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .edge-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 8px 0;
  }
  
  .edge-subtitle {
    font-size: 15px;
    color: #4a5568;
    margin: 0;
  }
  
  /* Cards Main Container */
  .edge-cards-container {
    height: 498px;
    padding: 48px 96px 0 96px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    gap: 24px;
    width: 100%;
    max-width: 1600px;
  }
  
  /* Individual Card Styling */
  .edge-card {
    width: 434.547px;
    height: 450px;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
  }
  
  .edge-card:hover {
    transform: translateY(-4px);
  }
  
  /* Card Content & Hover Transition */
  .edge-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.1) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 32px;
    box-sizing: border-box;
  }
  
  .edge-card-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    transition: transform 0.3s ease;
  }
  
  /* Description Text (Hidden by default, reveals on hover) */
  .edge-card-desc {
    color: #e2e8f0;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 12px;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.35s ease, max-height 0.35s ease;
  }
  
  .edge-card:hover .edge-card-desc {
    opacity: 1;
    max-height: 250px;
  }
  /* Section 8: Latest Blogs */
  .latest-blogs-section {
    width: 100%;
    height: auto;
    padding: 80px 80px 0 90px; /* Increased top padding from 0 to 80px */
    margin-top: 40px; /* Added margin to create breathable distance from Section 7 */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .blogs-container {
    width: 1400px;
    max-width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .blogs-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  /* Section 8: Lead Form Section */
.lead-form-section {
    width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
  }
  
  .lead-form-card {
    width: 1329px;
    height: 718px;
    margin: 56px 181.5px 56px 181.5px;
    background: linear-gradient(135deg, #eef9ab 0%, #fbfde5 100%);
    border-radius: 28px;
    display: flex;
    box-sizing: border-box;
    padding: 56px 64px;
    position: relative;
    overflow: hidden;
  }
  
  /* Left Column */
  .lead-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .lead-heading-container {
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }
  
  .accent-bar {
    width: 4px;
    height: 80px;
    background-color: #0b5e56;
    border-radius: 2px;
    flex-shrink: 0;
  }
  
  /* Include Montserrat font if not already added at the top of your style.css */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');

.lead-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  text-align: start;
  color: rgb(46, 52, 82);
  margin: 0;
  max-width: 550px;
}
  
  .lead-logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  
  .circular-logo {
    width: 320px;
    height: 320px;
    object-fit: contain;
  }
  
  /* Right Form Column */
.lead-right {
    flex: 1.4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
  }
  
.shadowfax-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  
  .form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  
  .form-group label {
    font-size: 14px;
    color: #4a5568;
    font-weight: 500;
  }
  
.form-group input {
    width: 560px;
    height: 42px;
    padding: 8px 0px 8px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background-color: #ffffff;
    font-size: 14px;
    color: #1a202c;
    outline: none;
    box-sizing: border-box;
    font-family: inherit;
    transition: border-color 0.2s, box-shadow 0.2s;
  }
  
  .form-group input:focus,
.form-group textarea:focus {
  border-color: #0b5e56;
  box-shadow: 0 0 0 3px rgba(11, 94, 86, 0.15);
}

.form-group select {
    width: 100%;
    height: 42px;
    padding: 8px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background-color: #ffffff;
    color: #4a5568;
    font: inherit;
    font-size: 14px;
    outline: none;
}

.form-group select:focus {
    border-color: #0b5e56;
    box-shadow: 0 0 0 3px rgba(11, 94, 86, 0.15);
}
  
  .form-group textarea {
    width: 560px;
    height: 66px;
    padding: 8px 0px 8px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background-color: #ffffff;
    font-size: 14px;
    color: #1a202c;
    outline: none;
    box-sizing: border-box;
    font-family: inherit;
    resize: none;
    transition: border-color 0.2s, box-shadow 0.2s;
  }
  
  .submit-button {
    align-self: flex-end;
    padding: 10px 28px;
    background-color: #e8f526;
    color: #1a202c;
    font-size: 15px;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.2s, background-color 0.2s;
    margin-top: 6px;
  }
  
  .submit-button:hover {
    background-color: #dceb1a;
    transform: translateY(-2px);
  }
  /* Keyframes for Right to Left Loop */
  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  /* Footer Section */
.site-footer {
    width: 100%;
    height: 529.219px;
    margin-top: 40px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .footer-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  
