

body {
    font-family: 'Inter', sans-serif;
    color: #212529;
    background-color: #fff;
}

.fw-bold { font-weight: 700 !important; }

/* Header */
.navbar {
    border-bottom: 1px solid #e9ecef;
}

.btn.contact {
    color: #01509a;       
    border-color: #01509a; 
    background-color: transparent; 
    transition: all 0.3s ease;
    font-weight: 600;
}


.btn.contact:hover {
    color: #ffffff;       
    background-color: #01509a; 
    border-color: #01509a; 
}

.trust-text-item {
    font-size: 14.4px;
    font-weight: 600;
    color: #495057; 
    background-color: #e9ecef; 
    padding: 4.8px 12.8px; 
    border-radius: 20px;
    border: 1px solid #dee2e6; 
}

/* Hero Section */
.hero-section {
    
     background: 
        linear-gradient(rgba(168, 228, 255, 0.92), rgba(255, 255, 255, 0.92)), 
        url("images/hero_img.png");
    background-size: cover;
    background-position: center center;
    border-bottom: 1px solid #e9ecef;
}


.form-container.card {
    border-radius: 12px;
}
.form-label {
    font-weight: 600;
    color: #495057;
}
.form-control {
    padding: 13.6px 16px;
    font-size:16px;
}
.form-control:focus {
    border-color: #fd8d0d;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn-primary {
    padding: 13.6px;
    font-weight: 600;
}

/* --- Feature Card --- */

.feature-img{
    max-width: 750px; 
  margin: 0 auto;
  display: block;
}
/* ---

.genai-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 71, 186, 0.1); 
    background: linear-gradient(135deg, #ffffff 0%, #f7f9fc 100%);
    border-top: 4px solid #0d6efd; 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.genai-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 71, 186, 0.15);
}

.genai-card .card-title {
    font-weight: 700;
    color: #212529;
}

.genai-card .card-text {
    color: #6c757d;
    font-size: 1.05rem;
}



.chat-showcase {
    display: flex;
    align-items: flex-start;
    margin-top: 16.8px;
}

.chat-avatar {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fc8b01;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-right: 15px;
}

.chat-bubble {
    background-color: #e9ecef;
    border-radius: 15px;
    border-top-left-radius: 0; 
    padding: 16px;
    position: relative;
}

.chat-bubble p {
    color: #343a40;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 600;
    line-height: 1.5;
}

--- */

/* Why SART360 Features */
.feature-card {
    padding: 1rem;
}
.icon-circle {
    width: 60px;
    height: 60px;
    background-color: rgba(13, 110, 253, 0.1);
    color: #1d93ee;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

/* Final CTA Section */
.final-cta-section {
    border-top: 1px solid #e9ecef;
}

/* Footer */
footer {
    border-top: 1px solid #e9ecef;
}
footer a {
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}


