    body {
        font-family: "Inter";
        line-height: 1.6;
        color: #1c1c1c;
        background-color: #f9f9f9;
        margin: 0;
        padding: 0;
    }
td {
    text-align: left;
}


    .blog-container {
        margin: 50px 100px;
        padding: 0 20px;
    }

    a.breadcrumb {
        font-size: 17px;
        font-family: "Inter";
        text-decoration-line: underline;
        text-decoration-style: solid;
        color: #0772BA;
        font-weight: 600;
        background:none;
        padding:0;
    }

    .blog-container h1 {
        font-size: 40px;
        font-family: "Inter";
        margin: 10px 0;
        font-weight: 700;
        color: #0f172a;
    }

    .subtitle {
        font-size: 30px;
        font-family: "Inter";
        font-weight: 600;
        color: #002349;
        margin-bottom: 5px;
    }

    .date {
        font-size: 17px;
        font-family: "Inter";
        color: #002349;
        margin-bottom: 12px;
        text-align: right;
    }

    .featured-image {
        width: 100%;
        border-radius: 12px;
        margin-bottom: 25px;
        object-fit: cover;
    }

    .blog-container h2 {
        font-size: 30px;
        margin:20px 0px !important;
        font-family: "Inter";
        font-weight:600;
        color: #0f172a;
    }



    .blog-container h3 {
        font-size: 23px;
        margin:22px 0px !important;
        font-family: "Inter";
        font-weight:600;
        color: #0f172a;
    }

    .blog-container p {
        margin-bottom: 20px;
        color: #334155;
        font-size:18px !important;
        margin:16px 0px;
        font-family: "Inter";
    }

     .bhk-wrap { max-width: 80%; overflow-x: auto; margin-left: 35px; }
  .bhk-compare {
    --border: #d1d5db;
    --head-bg: #f8fafc;
    --text: #111827;
    --muted: #374151;

    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    color: var(--text);
    font-family: "Inter";
  }
  .bhk-compare caption {
    text-align: left;
    font-weight: 600;
    margin-bottom: 8px;
  }
  .bhk-compare th,
  .bhk-compare td {
    border: 1px solid var(--border);
    padding: 12px;
    vertical-align: top;
    word-break: normal;
  }
  .bhk-compare thead th {
    background: var(--head-bg);
    font-weight: 600;
  }
  .bhk-compare tbody th[scope="row"] {
    font-weight: 500;
    color: var(--muted);
    background: #fff;
  }
  /* Optional: sticky header on long tables */
  .bhk-compare thead th { position: sticky; top: 0; z-index: 1; }
ul.ul-blog {
    margin-left: 25px;
}
ul.ul-blog li{
    color: #334155;
font-family: "Inter";
font-size: 18px;
line-height: 30px; /* 166.667% */
}
  ol.ul-blog {
    margin-left: 30px;
}


li {
 color: #334155 !important;
font-family: "Inter" !important;
font-size: 18px !important;
line-height: 30px !important; /* 166.667% */

}

@media screen and (min-width: 220px) and (max-width: 768px) { 
.blog-container {
    margin: 50px 10px;
    padding: 0px;
}
.blog-container h1 {
    font-size: 25px;
    text-align: center;
}
.subtitle {
    font-size: 18px;
    text-align: left;
}
.blog-container p {

    text-align: left;
    font-size: 16px !important;
    margin:25px 0px;
    
}

.blog-container h2 {
    font-size: 25px;
    margin:30px 0 !important;
    text-align: left;
    
}

.blog-container h3 {
    font-size: 22px;
    margin:30px 0 !important;
    text-align: left;
    
}.ul-blog {
    margin:15px 0px;
}
ol.ul-blog {
    margin-left: 0px;
}

.ul-blog li {
    font-size: 16px !important;
   
    text-align: left;
}
.bhk-wrap {
    max-width: 100%;
    overflow-x: auto;
    margin-left: 0px;
}
}

