/* ========== FONTS ========== */
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* ========== RESET & BASE ========== */
html, body {
    overflow-x: hidden;
}
body {
    padding: 0;
    margin: 0;
    cursor: default;
    font-family: "DM Sans", sans-serif;
}
code {
    font-family: 'SF Mono', 'Fira Code', monospace;
    background: #f0f2f5;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 13px;
    color: #0C6983;
}

/* ========== HEADER/NAV ========== */
.pad {
    padding: 0px 8px;
}
.header-a {
    font-family: 'Cabin';
    color: #4D4D4D;
}
.navbar-light .bg-light {
    background-color: #393939;
}
.header-a:hover {
    font-family: 'Cabin';
    background-color: rgb(12, 105, 131);
    background: url(/Images/Mesh\ gradient\ photo\ \(Green\).jpg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.start-your-free {
    font-family: "DM Sans", sans-serif;
    border: 1px solid #0C6983;
    color: #0C6983;
    border-radius: 8px;
    background-color: white;
}
.start-your-free-1 {
    font-family: "DM Sans", sans-serif;
    border: 1px solid #0C6983;
    color: #0C6983;
    border-radius: 8px;
    background-color: white;
    height: 51px;
}
.start-your-free:hover {
    border: 1px solid #0C6983;
    color: #0C6983 !important;
    background-color: white !important;
}
.start-your-free-1:hover {
    border: 1px solid #0C6983;
    color: #0C6983 !important;
    border-radius: 8px;
    background-color: white !important;
}
.book-a-demo {
    font-family: "DM Sans", sans-serif;
    border: 1px solid #0C6983;
    color: #ffffff;
    background-color: #0C6983;
}
.book-a-demo-1 {
    font-family: "DM Sans", sans-serif;
    border: 1px solid #0C6983;
    color: #ffffff;
    background-color: #0C6983;
    height: 51px;
}
.book-a-demo:hover {
    border: 1px solid #0C6983;
    color: #ffffff !important;
    background-color: #0C6983 !important;
}
.book-a-demo-1:hover {
    border: 1px solid #0C6983;
    color: #ffffff !important;
    background-color: #0C6983 !important;
}
.login-button {
    padding: 10px 20px;
    color: #0C6983;
    text-decoration: none;
}
.logo {
    width: auto;
}
span.navbar-toggler-icon {
    background-image: url(/Images/menub.svg);
}
.button.navbar-toggler.collapsed {
    border: 0px solid;
    box-shadow: none;
}
.b-shadow {
    box-shadow: 0px 1px 8px #0C6983;
}
.toggle-br {
    border: 0px solid;
    box-shadow: none !important;
}
.login-button-collapse {
    padding: 10px 5px;
    color: #0C6983;
    text-decoration: none;
}
.dropdown-menu-d {
    display: none;
    opacity: 0;
    transition: opacity 0.3s;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 54px;
    z-index: 1000;
    width: 1250px;
    height: auto;
    overflow-y: auto;
    background-color: #f8f9fa !important;
    padding: 5px;
    border: none;
}
.nav-item:hover .dropdown-menu-d {
    display: block;
    opacity: 1;
    transition: opacity 0.3s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
}
.dropdown-menu-d[data-bs-popper] {
    top: 100%;
    margin-top: var(--bs-dropdown-spacer);
    left: auto;
    right: auto;
}
.list-group-item:first-child {
    border: 0;
}
.list-group-item {
    background-color: transparent;
    border: 0;
    padding: 10px 0;
    font-size: 16px;
    color: #0C6983;
    display: flex;
    align-items: center;
}
.dropdown-menu-description {
    font-family: "DM Sans", sans-serif;
    color: #4C4C4C;
}
.list-group-item img {
    margin-right: 10px;
}
.list-group-item:last-child {
    border: 0;
}
.card {
    overflow: hidden;
    margin-top: 5px;
}
.nev-card {
    background-color: #dbecf1;
}
.hover-tag {
    background-color: transparent;
    padding: 5px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}
.hover-tag:hover {
    background-color: #d6eaea;
}
.feature-icon-nav {
    width: 48px;
    height: 48px;
    background: linear-gradient(180deg, rgba(0, 127, 144, 1) 0%, rgba(0, 168, 150, 1) 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}
.feature-icon-nav i {
    color: #fff;
    font-size: 20px;
}
.nev-card p {
    font-family: "DM Sans", sans-serif;
}
.nev-card h6 {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
}
.nev-card a {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 18px;
}
.feature-overview-button {
    background-color: transparent !important;
    color: #0C6983 !important;
    padding: 8px 20px;
    margin: 5px;
    transition: all 0.3s ease;
}
.feature-overview-button:hover {
    background-color: rgb(253, 253, 253) !important;
    color: #0C6983 !important;
    padding: 8px 20px;
    margin: 5px;
    border-radius: 8px;
}
.nav-item .nav-link .dropdown-arrow {
    transition: transform 0.5s ease;
}
.nav-item:hover .nav-link .dropdown-arrow {
    transform: rotate(180deg);
}
@media (max-width: 1200px) {
    .list-group-item {
        font-size: 14px;
    }
}
.offcanvas .dropdown-menu {
    padding: 0;
    width: 100%;
}
.offcanvas .dropdown-menu .dropdown-item + .dropdown-item {
    margin-top: 0.5rem;
}
.offcanvas .dropdown-menu {
    padding: 0;
    width: 100%;
    border: none;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
}
.offcanvas .dropdown-menu.collapse {
    display: none;
}
.offcanvas .dropdown-menu.collapse.show {
    display: block;
}
.offcanvas .dropdown-menu :hover {
    background-color: #f1f8f8 !important;
    color: #000 !important;
}
.offcanvas .nav-link.header-a[aria-expanded="true"] .custom-dropdown-arrow {
    transform: rotate(180deg);
}
.nav-link.header-a::after {
    display: none;
}
.custom-dropdown-arrow {
    transition: transform 0.3s ease-in-out;
    margin-left: 8px;
    vertical-align: middle;
    transform: rotate(0deg);
}
.nav-link.header-a:hover .custom-dropdown-arrow {
    transform: rotate(180deg);
}
.solution-item-nav {
    transition: all 0.3s ease;
    text-decoration: none !important;
}
.solution-item-nav:hover {
    background-color: #f8fbfc !important;
    border-color: #0C6983 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(12, 105, 131, 0.15);
    text-decoration: none !important;
}
.solution-icon-nav {
    transition: transform 0.3s ease;
}
.solution-item-nav:hover .solution-icon-nav {
    transform: scale(1.1);
}
.resource-card-nav {
    transition: all 0.3s ease;
}
.resource-card-nav:hover {
    background-color: #e8f4f7 !important;
    transform: translateY(-4px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.resource-icon-nav {
    transition: transform 0.3s ease;
}
.resource-card-nav:hover .resource-icon-nav {
    transform: scale(1.1) rotate(5deg);
}
@media (max-width: 1200px) {
    .feature-icon-nav,
    .solution-icon-nav,
    .resource-icon-nav {
        width: 40px !important;
        height: 40px !important;
    }
    .feature-icon-nav i,
    .solution-icon-nav i {
        font-size: 18px !important;
    }
    .resource-icon-nav {
        width: 56px !important;
        height: 56px !important;
    }
    .resource-icon-nav i {
        font-size: 24px !important;
    }
}
@media (max-width: 991px) {
    .dropdown-menu-d {
        position: relative !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }
    .nev-card {
        padding: 20px !important;
    }
    .feature-icon-nav,
    .solution-icon-nav {
        width: 36px !important;
        height: 36px !important;
    }
    .feature-icon-nav i,
    .solution-icon-nav i {
        font-size: 16px !important;
    }
    .resource-icon-nav {
        width: 48px !important;
        height: 48px !important;
    }
    .resource-icon-nav i {
        font-size: 20px !important;
    }
}
.nav-link.header-a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ========== DOCUMENTATION PAGE STYLES ========== */
.doc-header {
    padding: 86px 0 30px;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
}
.doc-header h1 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
    gap: 10px;
}
.doc-header h1 i {
    color: #0C6983;
    font-size: 1.4rem;
}
.doc-header p {
    font-size: 0.95rem;
    color: #666;
    margin: 0;
    line-height: 1.6;
}
.doc-container {
    padding: 40px 0;
    min-height: 70vh;
    background: #f5f7fa;
}
.doc-sidebar {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 0;
    height: fit-content;
    position: sticky;
    top: 100px;
    overflow: hidden;
}
.doc-sidebar h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    padding: 20px 24px;
    border-bottom: 1px solid #e8e8e8;
    background: #f9f8f8;
}
.doc-sidebar-nav {
    padding: 20px 24px;
}
.nav-section {
    margin-bottom: 8px;
}
.nav-section-title {
    font-weight: 400;
    color: #4C4C4C;
    font-size: 0.95rem;
    margin-bottom: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
}
.nav-section-title span i {
    color: #0288ad;
    margin-right: 8px;
    width: 18px;
    text-align: center;
}
.nav-section-title i.chevron-icon {
    font-size: 0.8rem;
    color: #757575;
}
.nav-items {
    list-style: none;
    padding: 0 0 0 28px;
    margin: 0;
    display: none;
}
.nav-section.expanded .nav-items {
    display: block;
}
.nav-items li {
    margin-bottom: 8px;
}
.nav-items a {
    color: #666;
    text-decoration: none;
    font-size: 0.9rem;
    padding: 8px 12px;
    display: block;
    border-radius: 4px;
    transition: all 0.2s;
}
.nav-items a:hover,
.nav-items a.active {
    background-color: #e3f2f5;
    color: #0C6983;
}
.doc-content {
    padding-left: 40px;
}
.doc-content-wrapper {
    background: #ffffff;
    border: 1px solid lightgray;
    border-radius: 16px;
    padding: 40px;
}
.doc-content-section {
    display: none;
}
.doc-content-section.active {
    display: block;
}
.doc-content h1 {
    font-size: 1.75rem;
    font-weight: 300;
    color: #1a1a1a;
    margin-bottom: 20px;
}
.doc-content h2 {
    font-size: 1.2rem;
    font-weight: 400;
    color: #1a1a1a;
    margin-top: 20px;
    margin-bottom: 20px;
}
.doc-content p {
    font-size: 1rem;
    line-height: 1.7;
    color: #4C4C4C;
    margin-bottom: 20px;
}
.doc-content a {
    color: #0C6983;
    text-decoration: none;
}
.doc-content a:hover {
    color: #0C6983;
    text-decoration: underline;
}
.section-subtitle {
    font-size: 1.2rem;
    font-weight: 400;
    color: #1a1a1a;
    margin-top: 20px;
    margin-bottom: 20px;
}
.info-box {
    background: #e3f2f5;
    border: 1px solid #0C6983;
    padding: 24px 28px;
    border-radius: 8px;
    margin: 28px 0;
    display: flex;
    gap: 14px;
}
.info-box-icon {
    flex-shrink: 0;
    margin-top: 2px;
}
.info-box h4 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #0C6983;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.info-box ul {
    margin: 0;
    list-style: disc;
}
.info-box li {
    margin-bottom: 6px;
    color: #4C4C4C;
    line-height: 1.6;
    font-size: 0.95rem;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 32px 0 0;
}
.feature-card {
    background: white;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 24px;
}
.feature-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.feature-card h3 {
    font-size: 1.15rem;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 10px;
}
.feature-card p {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
    line-height: 1.6;
}
.quick-step {
    border-left: 3px solid #0C6983;
    padding-left: 24px;
    margin-bottom: 36px;
}
.quick-step h3 {
    font-size: 1.15rem;
    font-weight: 300;
    color: #1a1a1a;
    margin-bottom: 4px;
}
.quick-step p {
    font-size: 0.95rem;
    color: #4C4C4C;
    line-height: 1.6;
    margin-bottom: 16px;
}
.success-box {
    background: #e8fbff;
    border: 1px solid #bfd7d9;
    padding: 16px 20px;
    border-radius: 8px;
    margin: 16px 0 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
    font-weight: 500;
    color: #0379a2;
}
.success-box i {
    font-size: 1.2rem;
}
.rpi-component {
    background: white;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 20px 24px;
    margin-bottom: 16px;
}
.rpi-component h4 {
    font-size: 1rem;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 6px;
}
.rpi-component p {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
    line-height: 1.5;
}
.principle-card {
    border-left: 3px solid #0C6983;
    padding: 8px 20px;
    margin-bottom: 16px;
    background: transparent;
}
.principle-card h4 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}
.principle-card p {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
    line-height: 1.6;
}
.signal-box {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 28px;
    margin: 24px 0;
}
.signal-box h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 20px;
}
.signal-item {
    margin-bottom: 14px;
}
.signal-item h5 {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 2px;
}
.signal-item p {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
    line-height: 1.5;
}
.checklist-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 0.95rem;
    color: #4C4C4C;
    line-height: 1.5;
}
.checklist-item i {
    color: #0C6983;
    font-size: 1.1rem;
    margin-top: 2px;
    flex-shrink: 0;
}
.rpi-score-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    border-radius: 10px;
    margin-bottom: 12px;
    border-left: 4px solid transparent;
}
.rpi-score-card.excellent {
    background: #e6f9ed;
    border-left-color: #28a745;
}
.rpi-score-card.good {
    background: #e8f4fd;
    border-left-color: #17a2b8;
}
.rpi-score-card.fair {
    background: #fff9e6;
    border-left-color: #ffc107;
}
.rpi-score-card.critical {
    background: #fde8e8;
    border-left-color: #dc3545;
}
.rpi-badge {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.85rem;
    color: white;
    flex-shrink: 0;
}
.rpi-badge.excellent { background: #28a745; }
.rpi-badge.good { background: #17a2b8; }
.rpi-badge.fair { background: #ffc107; color: #1a1a1a; }
.rpi-badge.critical { background: #dc3545; }
.rpi-score-info h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 2px;
}
.rpi-score-info p {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
}
.code-block {
    background: #1a1a2e;
    color: #e0e0e0;
    padding: 20px;
    border-radius: 8px;
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
    line-height: 1.8;
    margin: 24px 0;
    overflow-x: auto;
}
.code-block .comment {
    color: #6a9955;
}
.code-block .keyword {
    color: #569cd6;
}
.code-block .string {
    color: #ce9178;
}
.step-list {
    counter-reset: step-counter;
    list-style: none;
    padding: 0;
}
.step-list li {
    counter-increment: step-counter;
    padding: 16px 16px 16px 56px;
    margin-bottom: 16px;
    background: #f8f9fa;
    border-radius: 8px;
    position: relative;
    line-height: 1.6;
    color: #4C4C4C;
}
.step-list li::before {
    content: counter(step-counter);
    position: absolute;
    left: 16px;
    top: 16px;
    width: 28px;
    height: 28px;
    background: #0C6983;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.85rem;
}
.doc-content .table-responsive {
    margin: 16px 0 24px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
}
.doc-content .table-responsive .doc-table {
    margin: 0;
}
.doc-table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.doc-table th {
    background: #f8f9fb;
    padding: 12px 16px;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    border-bottom: 2px solid #e5e7eb;
    white-space: nowrap;
}
.doc-table td {
    padding: 10px 16px;
    border-bottom: 1px solid #f3f4f6;
    font-size: 14px;
    color: #4b5563;
    vertical-align: top;
}
.doc-table tbody tr:last-child td {
    border-bottom: none;
}
.doc-table tbody tr:hover {
    background: #fafbfc;
}
.doc-table.compact td { padding: 7px 12px; font-size: 13px; }
.doc-table.compact th { padding: 8px 12px; }
.img-placeholder {
    margin: 20px 0;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    background: #f8f9fb;
    padding: 12px;
    overflow: visible;
}
.img-placeholder img {
    width: 100%;
    display: block;
    border-radius: 6px;
}
.img-caption {
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    color: #9ca3af;
    font-style: italic;
    background: #f8f9fb;
    border-top: 1px solid #e5e7eb;
}
.styled-list {
    list-style: none;
    margin: 12px 0 20px;
    padding-left: 0;
}
.styled-list li {
    padding: 6px 0 6px 20px;
    position: relative;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.6;
}
.styled-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0C6983;
}
.styled-list-num {
    margin: 12px 0 20px;
    padding-left: 24px;
    color: #4b5563;
}
.styled-list-num li {
    padding: 4px 0;
    font-size: 14px;
    line-height: 1.6;
}
.doc-tag {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
}
.doc-tag.get { background: #e6f4ea; color: #1e7e34; }
.doc-tag.post { background: #fff3cd; color: #856404; }
.doc-tag.put { background: #cce5ff; color: #004085; }
.doc-tag.delete { background: #f8d7da; color: #721c24; }
.warning-box {
    background: #fdf8e8;
    border: 1px solid #f0c940;
    padding: 24px 28px;
    border-radius: 8px;
    margin: 24px 0;
}
.warning-box h4 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.warning-box h4 i {
    color: #d4a017;
    font-size: 1.1rem;
}
.warning-box p {
    margin: 0;
    color: #555;
    font-size: 0.95rem;
}
.warning-box ul {
    margin: 0;
    color: #555;
    font-size: 0.95rem;
    line-height: 2;
    list-style-type: disc;
}
.endpoint-card {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}
.endpoint-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    border-bottom: 1px solid #e8e8e8;
    background: #fafafa;
}
.endpoint-method {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 5px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
}
.endpoint-method.get { background: #28a745; }
.endpoint-method.post { background: #4a6cf7; }
.endpoint-method.put { background: #ff9800; }
.endpoint-method.delete { background: #dc3545; }
.endpoint-path {
    font-family: 'Courier New', monospace;
    font-size: 0.95rem;
    font-weight: 600;
    color: #333;
}
.endpoint-body {
    padding: 16px 20px;
}
.endpoint-body p {
    margin: 0;
    color: #666;
    font-size: 0.95rem;
}
.cloud-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 24px 0;
}
.cloud-card {
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 24px;
}
.cloud-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.cloud-card-header i {
    font-size: 1.2rem;
    color: #0C6983;
}
.cloud-card-header h4 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 600;
    color: #333;
}
.cloud-card p {
    margin: 0 0 12px 0;
    color: #666;
    font-size: 0.9rem;
    line-height: 1.6;
}
.cloud-card a {
    color: #0C6983;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
}
.cloud-card a:hover {
    text-decoration: underline;
}
.faq-list {
    margin: 12px 0 24px;
}
.faq-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin-bottom: 8px;
    overflow: hidden;
    transition: box-shadow 0.2s;
}
.faq-item:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.faq-item summary {
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #1f2937;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}
.faq-item summary::before {
    content: "+";
    font-size: 18px;
    font-weight: 300;
    color: #1a6b6a;
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}
.faq-item[open] summary::before {
    content: "\2212";
}
.faq-item summary::-webkit-details-marker {
    display: none;
}
.faq-item p {
    padding: 0 20px 14px 50px;
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}
.note-box {
    background: #eff6ff;
    border-left: 4px solid #3b82f6;
    border-radius: 0 8px 8px 0;
    padding: 14px 20px;
    margin: 16px 0;
    font-size: 14px;
    color: #374151;
}
.note-box strong {
    color: #1e40af;
}
.tip-box {
    background: #e6f4ea;
    border-left: 4px solid #28a745;
    padding: 20px;
    border-radius: 4px;
    margin: 24px 0;
}
.tip-box h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e7e34;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.tip-box p {
    margin: 0;
    color: #1e7e34;
    font-size: 0.95rem;
}
.integration-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 24px 0;
}
.integration-card {
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s;
}
.integration-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}
.integration-card i {
    font-size: 2rem;
    color: #0C6983;
    margin-bottom: 12px;
}
.integration-card h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 4px;
}
.integration-card p {
    font-size: 0.85rem;
    color: #666;
    margin: 0;
}
.config-option {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 16px;
}
.config-option h4 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}
.config-option code {
    background: #e3f2f5;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.9rem;
    color: #0C6983;
}
.config-option p {
    margin: 8px 0 0;
    font-size: 0.95rem;
    color: #666;
}

/* ========== DOC CONTENT RESPONSIVE ========== */

/* --- Tablet (<=992px): sidebar stacks above content --- */
@media (max-width: 992px) {
    .doc-header {
        padding: 80px 0 20px;
    }
    .doc-sidebar {
        position: static;
        max-height: 260px;
        overflow-y: auto;
        margin-bottom: 20px;
    }
    .doc-content {
        padding-left: 0;
        margin-top: 0;
    }
    .doc-content-wrapper {
        padding: 24px;
    }
    .features-grid {
        grid-template-columns: 1fr;
    }
    .integration-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .info-box {
        padding: 18px 20px;
    }
    .signal-box {
        padding: 20px;
    }
    .cloud-card {
        padding: 18px;
    }
}

/* --- Mobile (<=768px) --- */
@media (max-width: 768px) {
    .doc-header {
        padding: 74px 0 16px;
    }
    .doc-header h1 {
        font-size: 1.1rem;
    }
    .doc-header p {
        font-size: 0.85rem;
    }
    .doc-container {
        padding: 20px 0;
    }
    .doc-sidebar {
        max-height: 200px;
    }
    .doc-sidebar h3 {
        padding: 14px 16px;
        font-size: 1rem;
    }
    .doc-sidebar-nav {
        padding: 14px 16px;
    }
    .doc-content-wrapper {
        padding: 18px;
        border-radius: 10px;
    }
    .doc-content h1 {
        font-size: 1.35rem;
    }
    .doc-content h2 {
        font-size: 1.05rem;
    }
    .info-box {
        flex-direction: column;
        padding: 16px;
        gap: 10px;
    }
    .warning-box {
        padding: 16px;
    }
    .signal-box {
        padding: 16px;
    }
    .cloud-grid {
        grid-template-columns: 1fr;
    }
    .endpoint-header {
        flex-wrap: wrap;
        gap: 8px;
        padding: 12px 14px;
    }
    .endpoint-path {
        word-break: break-all;
    }
    .endpoint-body {
        padding: 12px 14px;
    }
    .code-block {
        padding: 14px;
        font-size: 0.8rem;
    }
    .rpi-score-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 14px;
    }
    .faq-item summary {
        padding: 12px 14px;
    }
    .faq-item p {
        padding: 0 14px 12px 40px;
    }
    .quick-step {
        padding-left: 16px;
        margin-bottom: 24px;
    }
    .doc-table th {
        white-space: normal;
        padding: 8px 10px;
        font-size: 12px;
    }
    .doc-table td {
        padding: 8px 10px;
        font-size: 13px;
    }
    .step-list li {
        padding: 14px 14px 14px 48px;
    }
    .feature-card {
        padding: 18px;
    }
    .principle-card {
        padding: 8px 14px;
    }
    .config-option {
        padding: 14px;
    }
    .tip-box {
        padding: 14px;
    }
    .note-box {
        padding: 12px 14px;
    }
    .meta-table {
        overflow-x: auto;
    }
}

/* --- Small mobile (<=576px) --- */
@media (max-width: 576px) {
    .integration-grid {
        grid-template-columns: 1fr;
    }
    .doc-content-wrapper {
        padding: 14px;
    }
    .doc-content h1 {
        font-size: 1.15rem;
    }
    .features-grid {
        gap: 12px;
    }
    .feature-card {
        padding: 14px;
    }
    .feature-card h3 {
        font-size: 1rem;
    }
    .cloud-card {
        padding: 14px;
    }
    .integration-card {
        padding: 14px;
    }
    .integration-card i {
        font-size: 1.6rem;
        margin-bottom: 8px;
    }
}

/* ========== FOOTER ========== */
#footer {
    font-family: "DM Sans", sans-serif !important;
    background-color: #0A3749;
    padding: 60px 0;
    color: white;
}
#footer .first-row {
    background-color: white;
    padding: 32px;
    border-radius: 15px;
    margin: auto;
    margin-bottom: 40px;
}
#footer h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1A202C;
}
#footer .first-row p {
    font-size: 16px;
    color: #676767;
    line-height: 1.5;
    margin-bottom: 0;
}
#footer .form-control {
    max-width: 100%;
}
#footer .shadow-input {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
#footer .btn {
    min-width: 100px;
}
.footer-title {
    font-weight: 700;
}
#footer .second-row {
    margin-bottom: 40px;
}
#footer .second-row .col {
    padding: 0 15px;
}
#footer .second-row span {
    display: block;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 1.5;
    color: #ffffff;
}
#footer .list-unstyled {
    margin: 0;
    padding: 0;
}
#footer .list-unstyled li {
    margin-bottom: 12px;
    color: white;
    line-height: 1.6;
}
#footer .list-unstyled a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}
#footer .list-unstyled a:hover {
    color: #ffffff;
    text-decoration: underline;
}
#footer .social-icons {
    display: flex;
    align-items: center;
    gap: 12px;
}
#footer .social-icons img {
    width: 24px;
    height: 24px;
    margin-right: 0;
    transition: opacity 0.3s ease;
}
#footer .social-icons a:hover img {
    opacity: 0.8;
}
#footer .row.align-items-center {
    margin-top: 0;
}
#footer .row.align-items-center img {
    margin-bottom: 16px;
    max-width: 200px;
}
#footer .row.align-items-center p {
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.6;
}
#footer .row.align-items-center p i {
    margin-right: 8px;
    color: rgba(255, 255, 255, 0.8);
}
#footer .row.align-items-center div {
    margin-bottom: 12px;
    color: white;
}
#footer .row.align-items-center div a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}
#footer .row.align-items-center div a:hover {
    color: #ffffff;
    text-decoration: underline;
}
#footer .row.mt-4 .col div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
#footer .row.mt-4 .col span {
    font-size: 14px;
    color: #ffffff;
}
#footer .first-row .d-flex {
    align-items: center;
}
#footer svg {
    vertical-align: middle;
    margin-right: 5px;
}
.email-btn {
    border: 2px solid #848484;
}
.start-btn {
    border: 2px solid #0C6983;
}
.start {
    color: #0C6983;
}
.newsletterbtn {
    background-color: #0C6983;
    border-radius: 8px;
    color: #ffffff;
    padding: 10px 24px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}
.newsletterbtn:hover {
    background-color: #0a5367;
    color: #ffffff;
}
.rights-scoutIT {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.6;
}
.podcast-btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.3s ease;
    gap: 6px;
}
.podcast-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-color: #fff;
}
.podcast-btn img {
    width: 18px;
    height: 18px;
    margin-right: 0;
}
.footer-links {

}
@media (max-width: 768px) {
    #footer {
        padding: 40px 0;
    }
    #footer .first-row {
        padding: 24px;
        margin-bottom: 30px;
    }
    #footer .second-row {
        margin-bottom: 30px;
    }
    #footer .second-row .col {
        margin-bottom: 24px;
        padding: 0 10px;
    }
    #footer .row.align-items-center {
        text-align: center;
    }
    #footer .row.align-items-center .d-flex {
        justify-content: center !important;
    }
    #footer .row.align-items-center .text-end {
        text-align: center !important;
        margin-top: 24px;
    }
}

/* ========== STICKY BUTTON & SCROLL TOP ========== */
/* Sticky button styles handled by media1.css (hidden on desktop, full-width on mobile) */

/* Scroll top */
#gotoTop.show {
    opacity: 1;
    visibility: visible;
}
#gotoTop {
    display: inline-block;
    background-color: #0C6983;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 20px;
    position: fixed;
    bottom: 85px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 998;
    cursor: pointer;
    color: white;
    font-size: 20px;
    line-height: 40px;
}
@media (max-width: 768px) {
    #gotoTop {
        bottom: 105px;
    }
}

/* ========== MODAL STYLES ========== */
.technology_form {
    padding: 32px;
}
.form_heading {
    font-size: 18px;
}
.form_para {
    font-size: 14px;
    color: #666;
}
.trial-note {
    font-size: 13px;
    color: #4C4C4C;
}
.trial-note img {
    height: 16px;
    width: 16px;
    display: inline;
}

/* ========== SCROLLBAR ========== */
.doc-sidebar::-webkit-scrollbar { width: 4px; }
.doc-sidebar::-webkit-scrollbar-track { background: transparent; }
.doc-sidebar::-webkit-scrollbar-thumb { background: #d1d5db; border-radius: 4px; }
.doc-sidebar { scrollbar-width: thin; scrollbar-color: #d1d5db transparent; }
