.feature-sec iframe {
  height: 200px;
}
@media (min-width: 768px) {
  .feature-sec iframe {
    height: 500px;
  }
}


:root, [data-bs-theme=light] {
    --bs-blue: #2c3e50;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #e83e8c;
    --bs-red: #e74c3c;
    --bs-orange: #fd7e14;
    --bs-yellow: #f39c12;
    --bs-green: #18bc9c;
    --bs-teal: #20c997;
    --bs-cyan: #3498db;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #95a5a6;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #ecf0f1;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #b4bcc2;
    --bs-gray-600: #95a5a6;
    --bs-gray-700: #7b8a8b;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #2c3e50;
    --bs-secondary: #95a5a6;
    --bs-success: #18bc9c;
    --bs-info: #3498db;
    --bs-warning: #f39c12;
    --bs-danger: #e74c3c;
    --bs-light: #ecf0f1;
    --bs-dark: #7b8a8b;
    --bs-primary-rgb: 44, 62, 80;
    --bs-secondary-rgb: 149, 165, 166;
    --bs-success-rgb: 24, 188, 156;
    --bs-info-rgb: 52, 152, 219;
    --bs-warning-rgb: 243, 156, 18;
    --bs-danger-rgb: 231, 76, 60;
    --bs-light-rgb: 236, 240, 241;
    --bs-dark-rgb: 123, 138, 139;
    --bs-primary-text-emphasis: #121920;
    --bs-secondary-text-emphasis: #3c4242;
    --bs-success-text-emphasis: #0a4b3e;
    --bs-info-text-emphasis: #153d58;
    --bs-warning-text-emphasis: #613e07;
    --bs-danger-text-emphasis: #5c1e18;
    --bs-light-text-emphasis: #7b8a8b;
    --bs-dark-text-emphasis: #7b8a8b;
    --bs-primary-bg-subtle: #d5d8dc;
    --bs-secondary-bg-subtle: #eaeded;
    --bs-success-bg-subtle: #d1f2eb;
    --bs-info-bg-subtle: #d6eaf8;
    --bs-warning-bg-subtle: #fdebd0;
    --bs-danger-bg-subtle: #fadbd8;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #abb2b9;
    --bs-secondary-border-subtle: #d5dbdb;
    --bs-success-border-subtle: #a3e4d7;
    --bs-info-border-subtle: #aed6f1;
    --bs-warning-border-subtle: #fad7a0;
    --bs-danger-border-subtle: #f5b7b1;
    --bs-light-border-subtle: #ecf0f1;
    --bs-dark-border-subtle: #b4bcc2;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #ecf0f1;
    --bs-secondary-bg-rgb: 236, 240, 241;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #18bc9c;
    --bs-link-color-rgb: 24, 188, 156;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #13967d;
    --bs-link-hover-color-rgb: 19, 150, 125;
    --bs-code-color: #e83e8c;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fdebd0;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(44, 62, 80, 0.25);
    --bs-form-valid-color: #18bc9c;
    --bs-form-valid-border-color: #18bc9c;
    --bs-form-invalid-color: #e74c3c;
    --bs-form-invalid-border-color: #e74c3c;
}


.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-label {
    margin-bottom: .5rem;
}
label {
    display: inline-block;
}

.btn-primary {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-weight: 600;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(233 13 161 / var(--tw-bg-opacity, 1));
    border-radius: 0.375rem;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.btn-primary:hover {
    background-color: rgb(30 34 56 / var(--tw-bg-opacity, 1));
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-form-invalid-color);
}

.d-block {
    display: block !important;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: var(--bs-form-invalid-border-color);
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23e74c3c'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23e74c3c' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}


 [x-cloak] { display: none !important; }

 .list-disc {
  list-style-type: disc;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

.h-75vh {
    max-height:75vh;
}

.pass-passed{
    color: limegreen!important;
}

.pass-failed{
    color:red;
}


.u-flash-message {
    width: 100%;
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 50;
    pointer-events: none; /* Allows clicks through container */
}

.visuals-warning-message {
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    border-radius: 1.3rem;
    padding: 1rem 1.5rem;
    margin: 0 1rem;
    display: none;
    max-width: 90vw;
    font-size: 0.95rem;
    line-height: 1.4;
    text-align: center;
    pointer-events: auto;
    height: fit-content;
    animation: none;
}

/* Mobile: bottom-aligned */
@media (max-width: 767px) {
    .u-flash-message {
        bottom: 13vh;
    }
}

/* Desktop: top-aligned */
@media (min-width: 768px) {
    .u-flash-message {
        top: 13vh;
        bottom: auto;
    }

    .visuals-warning-message {
        width: 40vw;
        max-width: 600px;
    }
}

/* Optional fade-in / fade-out */
@keyframes flash-fade-in {
    from {
        opacity: 0;
        transform: translateY(0.5rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes flash-fade-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-0.5rem);
    }
}

.bg-white-opacity-80 {
  background-color: rgba(255, 255, 255, 0.8);
}

@media (min-width:1537px) {
.\33xl\:big-image {
    height: 25vh!important;
    width: auto!important;
}

.\33xl\:mt-10rem{
    margin-top: 10rem;
}

}


@media (min-width: 768px) {
  .md\:w-64 {
    width: 16rem!important; /* 256px */
  }
    .md\:h-64 {
    height: 16rem!important; /* 256px */
  }
}

.fullpage-image {
    height: 80vh;
    
}

.h-\[500px\] {
    height: 500px;
}

.h-\[600px\] {
    height: 600px;
}

.min-h-\[700px\] {
    min-height: 700px;
}

.max-w-sm {
    max-width: 24rem; /* 384px */
}

.max-w-md {
    max-width: 28rem; /* 448px */
}

/* Small screens and up (640px+) */
@media (min-width: 640px) {
    .sm\:h-\[600px\] {
        height: 600px;
    }
    
    .sm\:max-w-md {
        max-width: 28rem; /* 448px */
    }
    
    .sm\:w-auto {
        width: auto;
    }
}

/* Large screens and up (1024px+) */
@media (min-width: 1024px) {
    .lg\:flex-row {
        flex-direction: row!important;
    }
    
    .lg\:w-1\/2 {
        width: 50%;
    }
    
    .lg\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    
    .lg\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    
    .lg\:mx-0 {
        margin-left: 0;
        margin-right: 0;
    }
    
    .lg\:text-left {
        text-align: left;
    }
    
    .lg\:justify-start {
        justify-content: flex-start!important;
    }
    
    .lg\:max-w-none {
        max-width: none;
    }
}



/* Custom styles for hero section logos */
.logo-container img {
    opacity: 0.75;
    transition: opacity 300ms ease-in-out;
}

.logo-container:hover img {
    opacity: 1;
}

.trusted-by-header {
    font-size: 0.875rem;
    font-weight: 500;
    color: rgb(107 114 128);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
    text-align: center;
}

.logo-rows {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.logo-row-4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.logo-row-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    max-width: 28rem;
    margin: 0 auto;
}

.logo-container {
    background-color: white;
    border-radius: 0.5rem;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(243 244 246);
    transition: box-shadow 300ms ease-in-out;
}

.logo-container:hover {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.logo-container .h-12 {
    height: 3rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-container img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

/* Responsive adjustments */
@media (min-width: 768px) {
    .logo-row-4 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.5rem;
    }
    
    .logo-row-3 {
        gap: 1.5rem;
    }
    
    .trusted-by-header {
        text-align: left;
    }
}

@media (min-width: 1024px) {
    .trusted-by-header {
        text-align: left;
    }
    
    .logo-row-3 {
        margin: 0;
    }
}

@media (min-width: 2500px) {
.logo-rows {

    gap: 1.25rem;
}
}


/* Flexbox order utilities */
.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

/* Large screen variants */
@media (min-width: 1024px) {
  .lg\:order-1 {
    order: 1;
  }
  
  .lg\:order-2 {
    order: 2;
  }
}

/* Display utilities */
.hidden {
  display: none;
}

@media (min-width: 1024px) {
  .lg\:hidden {
    display: none;
  }
  
  .lg\:block {
    display: block;
  }
}

/* Text opacity utilities */
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

/* Border opacity utilities */
.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}

.border-white\/60 {
  border-color: rgb(255 255 255 / 0.6);
}

/* Hover states */
.hover\:border-white\/60:hover {
  border-color: rgb(255 255 255 / 0.6);
}

.hover\:text-white:hover {
  color: rgb(255 255 255 / 1);
}

/* Font weight */
.font-medium {
  font-weight: 500;
}

/* Text size */
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.border-2 {
  border-width: 2px;
}

.border-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}

.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}