 a, div {
      -webkit-tap-highlight-color: transparent !important;
      text-decoration: none;
  }
.navbar-brand, .nav-link{
    color: #333 !important;
}


.backdrop{
border-radius: 0;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
max-width: 1200px;

}
.classic_btn, .sfloatingInput {
    display: flex !important;
    height: 46px !important;
    color: #506efe !important;
    border: 2px solid #506efe  !important;
    border-radius: 24px !important;
    transition: background-color 0.3s ease;
    }
.classic_btn{
    background-color: #1D59F9 !important;
    color: #fff !important;
    }
.bg_white{
background: #f1fdfdff !important;
border: 2px solid #f1fdfdff !important;
}

.badge {
    padding: 0.5em 0.75em !important;
    font-size: 0.9em !important;
    
}


.hidden {
    display: none;
}

#chat-section {
    height: 500px;
    display: flex;
    flex-direction: column;
}

#messages-container {
    flex-grow: 1;
    overflow-y: auto;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
}

.message {
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 4px;
}

.sent {
    background-color: #dcf8c6;
    align-self: flex-end;
}

.received {
    background-color: #f1f0f0;
    align-self: flex-start;
}
body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #333;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.navbar-nav a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

.hero {
    text-align: center;
    padding: 4rem 2rem;
}

.hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
}

.hero p {
    margin-top: 1rem;
    font-size: 1.2rem;
    color: #666;
}

.steps {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem;
    padding: 2rem;
    flex-wrap: wrap;
}


.step-icon {
    font-size: 2rem;
    background: #f0f4ff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 1rem;
}

.step h3 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.step p {
    font-size: 0.9rem;
    color: #666;
}

.get-started {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.get-started button {
    background-color: #2563eb;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    border-radius: 6px;
    cursor: pointer;
}
