.stat2 {
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 34px;
    justify-content: center;
    width: 34px;
    box-shadow: 2px 3px 5px #aaa;
}
.stat3 {
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    width: 40px;
    box-shadow: 2px 3px 5px #aaa;
}

.top-navigation li > a {
    position: relative;
    font-size: 1rem;
}
.navbar-expand .navbar-nav .nav-link svg.underline,
.navbar-expand .navbar-nav .nav-link svg.ring {
    position: absolute;
}
/* .navbar-expand .navbar-nav .nav-link svg.underline {
    left: 50%;
    width: 100%;
    display: block;
    transform: translate(-50%);
} */

.navbar-expand .navbar-nav .nav-link svg.ring {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 118.799px;
    height: 53.769px;
    display: none;
}

.navbar-expand .navbar-nav .request-quote-li .nav-link svg.ring {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 135px;
    height: 70px;
    display: none;
}

.navbar-expand .navbar-nav .nav-link.current svg.ring {
    display: block;
}

/* .navbar-expand .navbar-nav .nav-link svg.underline path {
    transition: all .3s ease;
} */

/* .navbar-expand .navbar-nav .nav-link.current svg.underline {
    display: none;
} */

/* .navbar-expand .navbar-nav .nav-link svg.underline path {
    stroke-dasharray: 150;
    stroke-dashoffset: 150;
    stroke-width: 2px;
} */

/* .navbar-expand .navbar-nav .nav-link:hover svg.underline path {
    stroke-dashoffset: 0;
} */

.small-screen {
    display: none;  
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #495057
}

.brand-color {
    color: #a8ce3a;
}

.brand-border-bottom-color {
    border-bottom-color: #a8ce3a;
}

.bx-shadow {
    box-shadow: 2px 3px 5px #aaa;
}

.contact-bg {
    background: url('../images/pexels-hiren-lad-4873310.jpg') no-repeat center;
    width: 100%;
    height: auto;
}

.contactdevide {
    height: 100%;
    width: 3px;
    background: linear-gradient(0deg,rgba(255,255,0,0),#005be8,rgba(255,255,0,0));
    margin: 0 auto;
}

.border-bottom-custom::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 170px;
    height: 2px;
    background: #a8ce39;
}

.wg-home-banner {
    margin: 0;
    padding: 0;
    /* background-image: url('../images/web-design-concepts-with-blurred-background_1800x1013.jpg'); */
    background-image: url('../images/pexels-hiren-lad-4873310.jpg');
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.wg-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the overlay color and opacity */
}

.wg-banner-content h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.wg-banner-content p {
    font-size: 1.2rem;
}

.wg-button-container {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blockquote {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    margin-bottom: 0;
    padding: 1rem;
}

.icon-star {
    display: inline-block;
    position: relative;
}

.icon-star svg {
    fill: #fdce03;
    stroke: #fdce03;
    height: 18px;
    width: 18px;
}

body[data-theme=light] .sidebar-item.active > .sidebar-link {
    background: #eee;
}

.card a:not(.btn) {
    color: inherit;
    text-decoration: none;
}
.quote-container {
    position: fixed;
    bottom: 36px;
    right: 0;
    padding: 20px;
    transition: opacity 0.5s ease-in-out;
    color: #fff;
    text-align: right;
    font-size: 18px;
}

/* Sentinel AI Documentation Styles */
.sentinel-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 3rem 0;
    margin-bottom: 2rem;
    border-radius: 0.5rem;
}

.sentinel-hero h1 {
    color: white;
    margin-bottom: 1rem;
}

.sentinel-hero .lead {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}

.sentinel-hero .text-muted {
    color: rgba(255, 255, 255, 0.8) !important;
    margin-bottom: 2rem;
}

/* Custom button styles for hero section */
.sentinel-hero .btn-primary {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #667eea;
    font-weight: 600;
    padding: 0.75rem 2rem;
    transition: all 0.3s ease;
}

.sentinel-hero .btn-primary:hover {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #5a67d8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.sentinel-hero .btn-outline-primary {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
    font-weight: 600;
    padding: 0.75rem 2rem;
    transition: all 0.3s ease;
}

.sentinel-hero .btn-outline-primary:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #667eea;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.sentinel-feature-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid #e9ecef;
    border-radius: 0.5rem;
    overflow: hidden;
}

.sentinel-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.sentinel-feature-card .card-body {
    padding: 2rem 1.5rem;
}

.sentinel-feature-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    display: block;
}

.sentinel-feature-card .card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #495057;
}

.sentinel-feature-card .card-text {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 0;
}

.sentinel-quick-start {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 0.5rem;
    padding: 2rem;
    margin-top: 3rem;
}

.sentinel-quick-start .alert-heading {
    color: #495057;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.sentinel-quick-start pre {
    background: #2d3748;
    color: #e2e8f0;
    border-radius: 0.375rem;
    padding: 1rem;
    margin: 1rem 0;
    overflow-x: auto;
    font-size: 0.875rem;
    line-height: 1.5;
}

.sentinel-quick-start pre code {
    background: transparent;
    color: inherit;
    padding: 0;
}

.sentinel-quick-start p {
    margin-bottom: 1rem;
    color: #495057;
}

/* Quick Start Tabs Styling */
.quick-start-tabs {
    margin-top: 1.5rem;
}

.quick-start-tabs .nav-tabs {
    border-bottom: 2px solid #e9ecef;
    margin-bottom: 1.5rem;
}

.quick-start-tabs .nav-link {
    border: none;
    color: #6c757d;
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    margin-right: 0.5rem;
    border-radius: 0.5rem 0.5rem 0 0;
    transition: all 0.3s ease;
}

.quick-start-tabs .nav-link:hover {
    color: #495057;
    background-color: #f8f9fa;
    border-color: transparent;
}

.quick-start-tabs .nav-link.active {
    color: #667eea;
    background-color: #ffffff;
    border-bottom: 3px solid #667eea;
    font-weight: 600;
}

.quick-start-tabs .tab-content {
    padding: 1rem 0;
}

.quick-start-tabs .tab-pane {
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.sentinel-quick-start strong {
    color: #2d3748;
}

/* Documentation page improvements */
.sentinel-content {
    line-height: 1.7;
}

.sentinel-content h1 {
    border-bottom: 3px solid #007bff;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
    color: #2d3748;
}

.sentinel-content h2 {
    color: #4a5568;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.sentinel-content h3 {
    color: #2d3748;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.sentinel-content p {
    margin-bottom: 1.25rem;
    color: #4a5568;
}

.sentinel-content ul, .sentinel-content ol {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.sentinel-content li {
    margin-bottom: 0.5rem;
    color: #4a5568;
}

.sentinel-content pre {
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin: 1.5rem 0;
    overflow-x: auto;
    font-size: 0.875rem;
    line-height: 1.6;
}

.sentinel-content code {
    background: #f1f5f9;
    color: #e53e3e;
    padding: 0.2rem 0.4rem;
    border-radius: 0.25rem;
    font-size: 0.875em;
}

.sentinel-content pre code {
    background: transparent;
    color: inherit;
    padding: 0;
}

.sentinel-content .alert {
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin: 1.5rem 0;
    border-left: 4px solid;
}

.sentinel-content .alert-info {
    background: #ebf8ff;
    border-color: #3182ce;
    color: #2c5282;
}

.sentinel-content .alert-success {
    background: #f0fff4;
    border-color: #38a169;
    color: #2f855a;
}

.sentinel-content .alert-warning {
    background: #fffbeb;
    border-color: #d69e2e;
    color: #975a16;
}

.sentinel-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    background: white;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.sentinel-content table th,
.sentinel-content table td {
    padding: 1rem;
    border: 1px solid #e2e8f0;
    text-align: left;
}

.sentinel-content table th {
    background: #f7fafc;
    font-weight: 600;
    color: #2d3748;
}

.sentinel-content table td {
    color: #4a5568;
}

/* Responsive improvements */
@media (max-width: 768px) {
    .sentinel-hero {
        padding: 2rem 0;
    }
    
    .sentinel-hero h1 {
        font-size: 2rem;
    }
    
    .sentinel-hero .lead {
        font-size: 1.1rem;
    }
    
    .sentinel-feature-card .card-body {
        padding: 1.5rem 1rem;
    }
    
    .sentinel-quick-start {
        padding: 1.5rem;
    }
    
    .sentinel-quick-start pre {
        font-size: 0.8rem;
        padding: 0.75rem;
    }
}

@media (max-width: 991.98px) {
    .small-screen {
        display: flex;  
    }
}