/* ----------------------------------

Template Name: Axten - Business & Multipurpose HTML Template
Author: validtheme
Description:
Version: 1.0

Main Font    : Hanken
Main Color   : #FF014F

-------------------------------------

[Typography]

Body copy:    15px 'Hanken', sans-serif
Header:     36px 'Manrope', sans-serif
Input, textarea:  16px 'Hanken', sans-serif
Sidebar heading:  22px 'Hanken', sans-serif

>>> TABLE OF CONTENTS:
=======================
        
    01. Template default css
        - Animations
        - General
        - Section Title
        - Video Button
        - Typography
        - Tables
        - Forms
        - Buttons
        - Pagination
        - Colors
        - Accordion
        - Tabs
    02. Preloader
    03 Navbar
        - Navbar Default
        - Navbar Transparent
        - Navbar Sticky
        - Navbar Box
    04. Banner
        - Banner Slider
        - Banner Regular
		- Banner Animation
    05. Services
        - Version One
        - Version Two
        - Version Three
        - Version Four
        - Version Five
        - Service Single
	06. About
        - Version One
        - Version Two
        - Version Three
        - Version Four
    07. Project
        - Version One
        - Version Two
        - Version Three
        - Version Four
        - Version Five
        - Project Single
    08. Why Choose Us
    09. Team
        - Version One
        - Version Two
        - Version Three
        - Version Four
        - Version Five
        - Team Single
    10. Testimonials
		- Version One
        - Version Two
        - Version Three
        - Version Four
    11. Why Choose Us
    12. Faq
    13. Progress
    14. Brand / Partner
    15. Feature
    16. What We Offer
    17. Pricing
		- Version One
        - Version Two
        - Version Three
    18. Blog
        - Standard
        - Grid
        - Left Sidebar
        - Right Sidebar
        - Single
    21. Error 404
    22. Footer
    23. PHP Contact Form
    24. Others

*/

/*
** General Styles for HTML tags
*/

nav.navbar.validnavs .navbar-toggle i {
    font-weight: 900 !important;
}

/* ============================================================
   Trust & Compliance Section — SOC 2 Download
   ============================================================ */

.compliance-area .compliance-info .sub-title {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #FF014F;
    margin-bottom: 16px;
}

.compliance-card-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.compliance-doc-card {
    background: #ffffff;
    border: 1px solid #e8ecf0;
    border-radius: 12px;
    padding: 28px 28px 24px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}

.compliance-doc-header {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
}

.compliance-doc-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: #f4f6fa;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #103142;
}

.compliance-doc-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 2px;
}

.compliance-badge {
    display: inline-block;
    background: #103142;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 3px;
}

.compliance-date {
    font-size: 12px;
    color: #8a9bb0;
}

.compliance-doc-title {
    font-size: 17px;
    font-weight: 700;
    color: #103142;
    margin-bottom: 4px;
    margin-top: 0;
}

.compliance-doc-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FF014F;
    margin-bottom: 10px;
}

.compliance-doc-summary {
    font-size: 13px;
    color: #5e7290;
    line-height: 1.65;
    margin-bottom: 20px;
}

.compliance-download-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 22px;
    background: #103142;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.15s ease;
}

.compliance-download-btn:hover {
    background: #FF014F;
    color: #fff;
    transform: translateY(-1px);
    text-decoration: none;
}

/* Version history */
.compliance-history {
    background: #fff;
    border: 1px solid #e8ecf0;
    border-radius: 10px;
    overflow: hidden;
}

.compliance-history-title {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #8a9bb0;
    padding: 12px 18px;
    background: #f4f6fa;
    border-bottom: 1px solid #e8ecf0;
}

.compliance-history-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 18px;
    border-bottom: 1px solid #f0f2f5;
    gap: 12px;
}

.compliance-history-row:last-child {
    border-bottom: none;
}

.compliance-history-ver {
    font-size: 12px;
    font-weight: 700;
    font-family: 'Courier New', monospace;
    color: #103142;
    margin-right: 8px;
}

.compliance-history-lbl {
    font-size: 12px;
    color: #5e7290;
}

.compliance-history-right {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.compliance-history-date {
    font-size: 11px;
    color: #aab5c0;
}

.compliance-history-link {
    color: #103142;
    transition: color 0.15s ease;
}

.compliance-history-link:hover {
    color: #FF014F;
}

@media (max-width: 767px) {
    .compliance-doc-card { padding: 20px; }
    .compliance-download-btn { width: 100%; justify-content: center; }
}
