/* ===================================
   CraftElevators — Site-wide Styles
   =================================== */

/* --- Box Sizing Reset & Smooth Scroll --- */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

/* --- Body & Background --- */
body {
    font-family: var(--font-secondary);
    color: var(--color-gray);
    background: #EFEBE7; /* Light neutral for subtle contrast */
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden;
    font-size: var(--body-size);
    line-height: var(--line-height-body);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* --- Headings --- */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-primary);
    color: var(--color-charcoal);
    margin-top: 0;
    margin-bottom: 0.8em;
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-heading);
}

h1 {
    font-size: var(--h1-size);
}

h2 {
    font-size: var(--h2-size);
}

h3 {
    font-size: var(--h3-size);
}

h4 {
    font-size: 1.12rem;
}

h5 {
    font-size: 1rem;
}

h6 {
    font-size: 0.93rem;
}

/* --- Paragraphs & Text --- */
p {
    font-family: var(--font-secondary);
    color: var(--color-gray);
    font-size: var(--body-size);
    line-height: var(--line-height-body);
    margin-top: 0;
    margin-bottom: 1.1em;
}

a {
    color: var(--color-primary);
    text-decoration: none;
    transition: color 0.16s;
    cursor: pointer;
}

    a:hover, a:focus {
        color: var(--color-accent);
    }

/* --- Images --- */
img, svg, video, canvas {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    display: inline-block;
}

/* --- Lists --- */
ul, ol {
    padding-left: 1.2em;
    margin-top: 0;
    margin-bottom: 1em;
}

li {
    margin-bottom: 0.3em;
}

/* --- Container Utilities --- */
.container,
.container-full {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: var(--container-max-width, 1200px);
}

.container-full {
    max-width: 100vw;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 767.98px) {
    .container, .container-full {
        padding-right: 0.7rem;
        padding-left: 0.7rem;
    }
}

/* --- Forms --- */
input, select, textarea, button {
    font-family: var(--font-secondary);
    font-size: 1rem;
    outline: none;
}

    input[type="text"],
    input[type="email"],
    textarea {
        border-radius: var(--border-radius-sm);
        border: 1.5px solid var(--color-border);
        background: #fafbfc;
        padding: 10px 14px;
        transition: border 0.2s;
        color: var(--color-gray);
    }

        input:focus,
        textarea:focus {
            border-color: var(--color-primary);
        }

/* --- Tables --- */
table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    padding: 0.75em 0.6em;
    border-bottom: 1px solid var(--color-border);
    text-align: left;
}

th {
    background: #f6f8fa;
    font-family: var(--font-primary);
    font-weight: var(--font-weight-semibold);
}

/* --- Utility Classes --- */
.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.d-flex {
    display: flex !important;
}

.align-center {
    align-items: center !important;
}

.justify-center {
    justify-content: center !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.w-100 {
    width: 100% !important;
}

/* --- Scrollbar (modern browsers) --- */
::-webkit-scrollbar {
    width: 9px;
    background: #eee;
}

::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border-radius: 8px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: var(--color-accent);
    }

/* --- Selection Color --- */
::selection {
    background: var(--color-accent);
    color: var(--color-white);
}

/* --- Hide number input arrows for type=number --- */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/* --- Accessibility: Focus outlines --- */
:focus-visible {
    outline: 2px solid var(--color-accent);
    outline-offset: 2px;
}

/* --- Misc. --- */
hr {
    border: none;
    border-top: 1.5px solid var(--color-border);
    margin: 1.3em 0;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
.wittur-img {
    border-radius: 16px;
    box-shadow: 0 2px 20px rgba(0,168,157, 0.07);
    background: #fff;
}

.badge.bg-primary {
    background: #00A89D !important;
}

.badge.bg-success {
    background: #C4552B !important;
}

@media (max-width: 575.98px) {
    .wittur-img {
        margin-bottom: 12px !important;
    }
}
/* --- WITTUR Partnership Section Styles --- */
.wittur-section .wittur-img {
    border-radius: 18px;
    box-shadow: 0 2px 22px rgba(0,168,157,0.10);
    background: #fff;
    margin-bottom: 12px;
    max-height: 280px;
    object-fit: contain;
    object-position: top;
    transition: box-shadow 0.25s;
}

    .wittur-section .wittur-img:hover {
        box-shadow: 0 6px 36px rgba(0,168,157,0.18);
    }

@media (max-width: 991.98px) {
    .wittur-section .wittur-img {
        max-height: 180px;
    }
}

@media (max-width: 575.98px) {
    .wittur-section .wittur-img {
        max-height: 110px;
    }

    .wittur-section .row.g-3 > .col-6,
    .wittur-section .row.g-3 > .col-12 {
        padding-left: 4px;
        padding-right: 4px;
    }
}
.rts-section-gap {
    padding: var(--section-padding-lg) 0;
    background: var(--color-white);
    width: 100%;
}
@media (max-width: 575.98px) {
    .rts-section-gap {
        padding: var(--section-padding-sm) 0;
    }
}

.hero-img-bg img {
    opacity: 0.5;
    z-index: 0;
}
.feature-list {
    font-size: 1.1rem; /* Try 1.15rem or larger for even more emphasis */
    line-height: 1.6;
    font-weight: 500;
}

@media (max-width: 768px) {
    .feature-list {
        font-size: 1rem;
    }
}
.feature-list .fa {
    font-size: 1.25em;
}

