


        /* Modules */
        .module-card {
            border: 1px solid #f1f5f9;
            border-radius: 12px;
            padding: 1.5rem;
            height: 100%;
            transition: all 0.3s ease;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
        }
        .module-card:hover {
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
            transform: translateY(-2px);
        }
        .module-icon {
            width: 55px;
            height: 55px;
            background-color: var(--primary-red);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            margin-bottom: 1rem;
        }

        /* Workflow */
        .workflow-icon {
            width: 60px;
            height: 60px;
            background-color: white;
            border: 2px solid #fee2e2;
            color: var(--primary-red);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            margin: 0 auto;
            position: relative;
        }
        .workflow-number {
            position: absolute;
            top: -8px;
            left: -8px;
            width: 24px;
            height: 24px;
            background-color: var(--primary-red);
            color: white;
            border-radius: 50%;
            font-size: 0.75rem;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 2px solid white;
        }

        /* CTA Form */
        .cta-section {
            background: linear-gradient(135deg, #d31225 0%, #a00b1a 100%);
            color: white;
            padding: 4rem 0;
            position: relative;
            overflow: hidden;
        }
        .cta-form {
            background: white;
            border-radius: 50px;
            padding: 6px;
            display: flex;
            align-items: center;
        }
        .cta-form input {
            border: none;
            box-shadow: none !important;
            background: transparent;
        }
        .cta-form .divider {
            width: 1px;
            height: 30px;
            background: #e2e8f0;
            margin: 0 10px;
        }
        
        @media (max-width: 768px) {
            .cta-form {
                flex-direction: column;
                border-radius: 20px;
                padding: 15px;
            }
            .cta-form .divider {
                width: 100%;
                height: 1px;
                margin: 10px 0;
            }
            .cta-form .btn {
                width: 100%;
                margin-top: 10px;
            }
        }

        /* Tech Stack & Impact */
        .tech-card {
            border: 1px solid #e2e8f0;
            border-radius: 8px;
            padding: 1.5rem;
            text-align: center;
            height: 100%;
        }
        .impact-icon {
            color: var(--primary-red);
            font-size: 2rem;
            margin-bottom: 1rem;
        }
        
.navbar-brand img
{
  width: 180px;
}
.footer-logo img
{
  width: 150px;
}

/* =========================================
   VETRON LIMS CAPABILITIES
   ========================================= */

.lims-capabilities {
    background: linear-gradient(
        90deg,
        #fff9fb 0%,
        #ffffff 45%,
        #f4fcff 100%
    );

    padding: 25px 0 26px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #eeeeee;
}

.capability-item {
    min-height: 120px;
    padding: 8px 15px 5px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;

    border-right: 1px solid #dfe5ea;

    transition: all 0.3s ease;
}

/* Remove separator from final item */
.col-lg:last-child .capability-item {
    border-right: none;
}

/* Icon */
.capability-icon {
    font-size: 30px;
    line-height: 1;

    color: #d7192d;

    margin-bottom: 13px;

    display: inline-block;
}

/* Heading */
.capability-item h5 {
    margin: 0;

    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.2;

    font-weight: 700;

    color: #071b35;
}

/* Second line */
.capability-item span {
    display: block;

    margin-top: 4px;

    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.25;

    font-weight: 400;

    color: #173452;
}


/* Hover effect */
.capability-item:hover {
    transform: translateY(-3px);
}

.capability-item:hover .capability-icon {
    transform: scale(1.08);
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 991.98px) {

    .lims-capabilities {
        padding: 20px 0;
    }

    .capability-item {
        min-height: 115px;
        border-right: 1px solid #dfe5ea;
    }

    .capability-icon {
        font-size: 27px;
        margin-bottom: 10px;
    }

    .capability-item h5 {
        font-size: 16px;
    }

    .capability-item span {
        font-size: 14px;
    }

}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 575.98px) {

    .lims-capabilities {
        padding: 15px 0;
    }

    .capability-item {
        min-height: 105px;
        padding: 10px 8px;

        border-right: 1px solid #e2e6ea;
        border-bottom: 1px solid #e2e6ea;
    }

    /* Remove right border from every second item */
    .col-6:nth-child(even) .capability-item {
        border-right: none;
    }

    /* Remove bottom border from last two */
    .col-6:nth-last-child(-n+2) .capability-item {
        border-bottom: none;
    }

    .capability-icon {
        font-size: 25px;
        margin-bottom: 8px;
    }

    .capability-item h5 {
        font-size: 14px;
    }

    .capability-item span {
        font-size: 13px;
    }

}
/* ==========================================================================
   Demo Request Modal Styles
   ========================================================================== */
.modal-demo .modal-dialog {
  max-width: 860px;
}

.modal-demo .modal-content {
  border: none;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.22);
}

.modal-demo-header {
  background-color: #0f4c81;
  padding: 24px 32px 22px 32px;
  position: relative;
  color: #ffffff;
  border: none;
}

.modal-demo-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.modal-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.modal-breadcrumb svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
}

.modal-close-btn {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.25rem;
  padding: 0;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s ease, transform 0.2s ease;
}

.modal-close-btn:hover {
  color: #ffffff;
  transform: scale(1.1);
}

.modal-demo-title {
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 6px;
  line-height: 1.3;
}

.modal-demo-subtitle {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 0;
  line-height: 1.4;
}

.modal-demo-body {
  background-color: #ffffff;
  padding: 28px 32px 24px 32px;
}

.form-label-custom {
  font-size: 0.82rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 6px;
  display: block;
}

.form-label-custom .req-star {
  color: #e11d48;
  margin-left: 2px;
}

.form-control-custom,
.form-select-custom {
  height: 44px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 0.88rem;
  color: #334155;
  background-color: #ffffff;
  padding: 8px 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control-custom::placeholder {
  color: #94a3b8;
  font-size: 0.88rem;
}

.form-control-custom:focus,
.form-select-custom:focus {
  border-color: #0f4c81;
  box-shadow: 0 0 0 3px rgba(15, 76, 129, 0.12);
  outline: none;
}

.phone-input-group {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.phone-input-group:focus-within {
  border-color: #0f4c81;
  box-shadow: 0 0 0 3px rgba(15, 76, 129, 0.12);
}

.phone-country-btn {
  background-color: #ffffff;
  border: none;
  border-right: 1px solid #e2e8f0;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.86rem;
  font-weight: 500;
  color: #334155;
  cursor: pointer;
  height: 42px;
}

.phone-country-btn:focus,
.phone-country-btn:active {
  outline: none;
  box-shadow: none;
}

.phone-input-field {
  border: none !important;
  height: 42px;
  padding: 8px 12px;
  font-size: 0.88rem;
  color: #334155;
}

.phone-input-field:focus {
  outline: none !important;
  box-shadow: none !important;
}

.location-hint {
  font-size: 0.72rem;
  color: #059669;
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
}

.form-textarea-custom {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 0.88rem;
  color: #334155;
  resize: vertical;
  min-height: 85px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-textarea-custom::placeholder {
  color: #94a3b8;
  font-size: 0.86rem;
}

.form-textarea-custom:focus {
  border-color: #0f4c81;
  box-shadow: 0 0 0 3px rgba(15, 76, 129, 0.12);
  outline: none;
}

.terms-checkbox-wrap {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 14px;
  margin-bottom: 20px;
}

.terms-checkbox-wrap input[type="checkbox"] {
  margin-top: 3px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #cbd5e1;
  cursor: pointer;
  accent-color: #0f4c81;
}

.terms-label {
  font-size: 0.82rem;
  color: #475569;
  line-height: 1.4;
  margin: 0;
  cursor: pointer;
}

.terms-label a {
  color: #0f4c81;
  font-weight: 600;
  text-decoration: none;
}

.terms-label a:hover {
  text-decoration: underline;
}

.btn-book-demo {
  background-color: #0f4c81;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  padding: 13px 20px;
  transition: all 0.2s ease;
  width: 100%;
  box-shadow: 0 4px 12px rgba(15, 76, 129, 0.2);
}

.btn-book-demo:hover {
  background-color: #0c3d67;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(15, 76, 129, 0.28);
}

.btn-book-demo:active {
  transform: translateY(0);
}

.modal-confidential-note {
  text-align: center;
  font-size: 0.76rem;
  color: #94a3b8;
  margin-top: 14px;
  margin-bottom: 4px;
}
