
    body { font-family: 'Varela Round', sans-serif; background: #f8fafc; color: #222; }
    .container { max-width: 1200px; margin: 0 auto; padding: 0 16px; }
    .kolar-hero-section {
        background: linear-gradient(90deg,#f8fafc 60%,#fffbe9 100%);
        padding: 64px 0 40px 0;
    }
    .kolar-hero-main {
        max-width: 900px;
        margin: 0 auto 36px auto;
        text-align: center;
    }
    .kolar-hero-title {
        font-size: 2.2rem;
        font-weight: 900;
        color: #008793;
        margin-bottom: 20px;
        letter-spacing: 0.5px;
    }
    .kolar-hero-highlight {
        background: #ffd700;
        color: #222;
        font-weight: 900;
        padding: 4px 10px;
        border-radius: 6px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.07);
        display: inline-block;
    }
    .kolar-hero-desc {
        font-size: 1.15rem;
        color: #222;
        margin: 0 auto 30px;
        max-width: 700px;
        line-height: 1.7;
        background: #fff;
        border-radius: 10px;
        padding: 20px 20px 18px 20px;
        box-shadow: 0 2px 10px rgba(255,215,0,0.07);
    }
    .kolar-hero-btn {
        background: #25d366;
        color: #fff;
        padding: 13px 28px;
        border-radius: 6px;
        font-size: 1.07rem;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
        box-shadow: 0 2px 8px rgba(0,0,0,0.07);
        transition: background 0.2s, color 0.2s;
        margin-bottom: 18px;
        margin-top: 8px;
        letter-spacing: 0.3px;
    }
    .kolar-hero-btn + .kolar-hero-btn {
        background: #008793;
        color: #fff;
        margin-left: 12px;
    }
    .kolar-hero-btn:hover, .kolar-hero-btn:focus { background: #128C7E; color: #fff; }
    .kolar-hero-btn + .kolar-hero-btn:hover { background: #005f6b; color: #fff; }
    .kolar-hero-cards { margin-top: 36px; }
    .kolar-hero-card {
        background: #fff;
        padding: 28px 22px 24px 22px;
        border-radius: 14px;
        box-shadow: 0 6px 18px rgba(0,0,0,0.09);
        min-height: 320px;
        margin-bottom: 24px;
        text-align: left;
        transition: box-shadow 0.2s, transform 0.2s;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .kolar-hero-card:hover {
        box-shadow: 0 10px 32px rgba(0,0,0,0.14);
        transform: translateY(-4px) scale(1.025);
    }
    .kolar-hero-card h3 {
        color: #008793;
        font-size: 1.22rem;
        font-weight: 700;
        margin-bottom: 14px;
        margin-top: 0;
        letter-spacing: 0.2px;
    }
    .kolar-hero-card p { color: #444; font-size: 1rem; line-height: 1.6; margin: 0 0 12px 0;}
    .kolar-hero-card ul {
        margin-top: 10px;
        padding-left: 20px;
        color: #555;
        font-size: 0.97rem;
    }
    .kolar-hero-card ul li { margin-bottom: 5px; }
    .kolar-section-title {
        color: #008793;
        font-size: 1.4rem;
        font-weight: 900;
        margin: 46px auto 18px auto;
        text-align: center;
        letter-spacing: 0.2px;
    }
    .kolar-services-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
        justify-content: center;
        margin-bottom: 40px;
    }
    .kolar-service-block {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        padding: 30px 20px;
        max-width: 340px;
        flex: 1 1 300px;
        text-align: center;
        min-height: 260px;
    }
    .kolar-service-block h4 {
        color: #008793;
        font-weight: 700;
        font-size: 1.1rem;
        margin-bottom: 12px;
    }
    .kolar-service-block p {
        color: #555;
        font-size: 1rem;
        margin-bottom: 0;
    }
    .kolar-about-section {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 4px 18px rgba(0,0,0,0.09);
        padding: 36px 28px;
        margin: 48px auto 32px auto;
        max-width: 900px;
    }
    .kolar-about-section h2 {
        color: #008793;
        font-size: 1.35rem;
        font-weight: 900;
        margin-bottom: 16px;
        text-align: center;
    }
    .kolar-about-section p { color: #444; font-size: 1.08rem; line-height: 1.7; text-align: center; }
    .kolar-why-section {
        background: #f8fafc;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.06);
        padding: 32px 20px;
        margin: 0 auto 36px auto;
        max-width: 900px;
    }
    .kolar-why-section h2 {
        color: #008793;
        font-size: 1.22rem;
        font-weight: 900;
        margin-bottom: 14px;
        text-align: center;
    }
    .kolar-why-list {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        justify-content: center;
        margin-top: 16px;
    }
    .kolar-why-item {
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(255,215,0,0.07);
        padding: 18px 14px;
        max-width: 260px;
        flex: 1 1 220px;
        text-align: center;
        font-size: 1rem;
        color: #444;
    }
    .kolar-process-section {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 4px 18px rgba(0,0,0,0.09);
        padding: 36px 28px;
        margin: 36px auto 36px auto;
        max-width: 900px;
    }
    .kolar-process-section h2 {
        color: #008793;
        font-size: 1.22rem;
        font-weight: 900;
        margin-bottom: 18px;
        text-align: center;
    }
    .kolar-process-list {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        justify-content: center;
        margin-top: 10px;
    }
    .kolar-process-step {
        background: #f8fafc;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(255,215,0,0.07);
        padding: 18px 14px;
        max-width: 220px;
        flex: 1 1 180px;
        text-align: center;
        font-size: 1rem;
        color: #444;
    }
    .kolar-faq-section {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 4px 18px rgba(0,0,0,0.09);
        padding: 36px 28px;
        margin: 36px auto 36px auto;
        max-width: 900px;
    }
    .kolar-faq-section h2 {
        color: #008793;
        font-size: 1.22rem;
        font-weight: 900;
        margin-bottom: 18px;
        text-align: center;
    }
    .kolar-faq-list { margin-top: 10px; }
    .kolar-faq-q {
        font-weight: bold;
        color: #008793;
        margin-bottom: 4px;
    }
    .kolar-faq-a {
        color: #444;
        margin-bottom: 18px;
    }
    .kolar-testimonial-section {
        background: #f8fafc;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.06);
        padding: 32px 20px;
        margin: 36px auto 36px auto;
        max-width: 900px;
    }
    .kolar-testimonial-section h2 {
        color: #008793;
        font-size: 1.22rem;
        font-weight: 900;
        margin-bottom: 16px;
        text-align: center;
    }
    .kolar-testimonial-list {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        justify-content: center;
        margin-top: 10px;
    }
    .kolar-testimonial-item {
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(255,215,0,0.07);
        padding: 18px 14px;
        max-width: 320px;
        flex: 1 1 220px;
        font-size: 1rem;
        color: #444;
        text-align: left;
    }
    .kolar-map-wrap {
        margin: 40px auto 0 auto;
        max-width: 700px;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 18px rgba(0,0,0,0.07);
    }
    .kolar-contact-section {
        margin: 48px auto 0 auto;
        max-width: 700px;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 4px 18px rgba(0,0,0,0.07);
        padding: 32px 24px;
        text-align: center;
    }
    .kolar-contact-section h4 { color: #008793; font-weight: 700; margin-bottom: 18px; }
    .kolar-contact-section ul { list-style: none; padding: 0; margin: 0;}
    .kolar-contact-section li { margin-bottom: 10px; color: #444; }
    .kolar-contact-section a.button {
        background: #25d366;
        color: #fff;
        padding: 10px 22px;
        border-radius: 5px;
        text-decoration: none;
        font-weight: bold;
        display: inline-block;
        margin-top: 8px;
    }
    .kolar-contact-section a.button:hover { background: #128C7E; }
    @media (max-width: 991px) {
        .container { padding: 0 4vw; }
        .kolar-hero-main { padding: 0 8px;}
        .kolar-hero-card { min-height: auto; }
        .kolar-services-grid { flex-direction: column; gap: 18px;}
        .kolar-why-list, .kolar-process-list, .kolar-testimonial-list { flex-direction: column; gap: 12px;}
    }
    @media (max-width: 767px) {
        .kolar-hero-title { font-size: 1.3rem; }
        .kolar-hero-desc { font-size: 1rem; }
        .kolar-hero-card { padding: 16px 6px;}
        .kolar-map-wrap { max-width: 98vw; }
        .kolar-contact-section { padding: 14px 6px;}
        .kolar-about-section, .kolar-why-section, .kolar-process-section, .kolar-faq-section, .kolar-testimonial-section { padding: 18px 6px;}
    }
  