/* ===== General Body & Typography ===== */
body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #ffffff;
    color: #333333;
}

/* ===== Navbar ===== */
.navbar {
    padding: 1rem 2rem;
}

.navbar .navbar-brand {
    font-weight: 700;
    font-size: 1.8rem;
    color: #0d6efd !important; /* Bootstrap Blue */
}

.navbar .nav-link {
    font-weight: 500;
    color: #0d6efd !important;
}

.navbar .nav-link:hover {
    color: #0056b3 !important;
}



/* ===== Hero Section ===== */
section.bg-white.text-center h1 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

section.bg-white.text-center p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

/* ===== Buttons ===== */
.btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
    font-weight: 600;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

/* ===== Cards ===== */
.card {
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.card-title {
    font-weight: 600;
}

/* ===== Sections ===== */
section.py-5 {
    padding: 4rem 0;
}

section.bg-light {
    background-color: #f8f9fa !important;
}

/* ===== Accordion ===== */
.accordion-button {
    font-weight: 600;
    color: #0d6efd;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #0d6efd;
}

.accordion-body {
    font-size: 1rem;
    color: #333;
}

/* ===== Footer ===== */
footer {
    border-top: 1px solid #dee2e6;
}

footer p {
    margin: 0;
    font-weight: 500;
}

/* ===== Forms ===== */
form .form-control {
    border-radius: 8px;
    border: 1px solid #ced4da;
}

form .form-control:focus {
    box-shadow: none;
    border-color: #0d6efd;
}

form button {
    border-radius: 8px;
    padding: 0.6rem 1.5rem;
}

/* ===== Responsive Text ===== */
@media (max-width: 768px) {
    section.bg-white.text-center h1 {
        font-size: 2rem;
    }

    section.bg-white.text-center p {
        font-size: 1rem;
    }
}


/* ===== Service Cards ===== */
.service-card img {
    height: 180px;
    object-fit: cover;
}

.service-card:hover {
    transform: translateY(-6px);
    transition: 0.3s ease;
}

.btn-outline-primary {
    border-radius: 20px;
    font-weight: 600;
}

/* ===== TRUE CARE HEADER ===== */
.truecare-header{
    font-family: Arial, sans-serif;
}

/* TOP WHITE */
.tc-top{
    display:flex;
    align-items:center;
    background:#fff;
    padding:10px 20px;
}

/* LEFT */
.tc-left{
    width:20%;
    text-align:center;
}
.tc-logo{
    width:80px;
}
.reg-no{
    display:block;
    font-size:12px;
    margin-bottom:5px;
}

/* CENTER */
.tc-center{
    width:55%;
    text-align:center;
}
.tc-center h1{
    color:#0b87c9;
    font-size:38px;
    font-weight:800;
    margin:0;
}
.tc-center p{
    color:#2f9b4f;
    font-weight:600;
    margin:5px 0 0;
}

/* RIGHT TOP BOX */
.tc-right{
    width:25%;
    position:relative;
}
.tc-right-box{
    background:#0b87c9;
    color:#fff;
    padding:15px;
    clip-path: polygon(5% 0,100% 0,100% 100%,0 100%);
}
.tc-right-box span{
    font-size:13px;
    display:block;
}

/* BOTTOM BLUE */
.tc-bottom{
    display:flex;
    background:#0b87c9;
    color:#fff;
    padding:15px 20px;
}
.tc-bottom-left,
.tc-bottom-right{
    width:50%;
}
.tc-bottom-left h4,
.tc-bottom-right h4{
    margin:0;
    font-weight:700;
}
.tc-bottom p{
    margin:3px 0 0;
    font-size:14px;
}

/* ADDRESS STRIP */
.tc-address{
    background:#0872a8;
    color:#fff;
    text-align:center;
    padding:6px;
    font-size:13px;
}

/* RESPONSIVE */
@media(max-width:768px){
    .tc-top,.tc-bottom{
        flex-direction:column;
        text-align:center;
    }
    .tc-left,.tc-center,.tc-right,
    .tc-bottom-left,.tc-bottom-right{
        width:100%;
    }
    .tc-center h1{
        font-size:24px;
    }
}


.footer {
    font-size: 15px;
    background-color: #0b87c9;
}

.footer-logo {
    max-width: 180px;
}

.footer-title {
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-text {
    color: #e9ecef;
    line-height: 1.6;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    text-decoration: underline;
    opacity: 0.85;
}

.footer-form .form-control {
    border-radius: 0;
}

.footer-form .btn {
    border-radius: 0;
}

.whatsapp-float {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.whatsapp-float:hover {
    background-color: #1ebe5d;
    color: #fff;
}



