@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --bg-primary: #0066CC;
  --bg-secondary: #CC0000;
  --white-color: white;
  --black-color: black;
  --primary-font: "Poppins", sans-serif;
  --heading-font: "Inter", sans-serif;
  --text-primary: #1a1a1a;
  --text-secondary: #666666;
  --text-light: #888888;
  --bg-light: #f8f9fa;
  --bg-white: #ffffff;
  --border-light: #e5e7eb;
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

body {
    font-family: var(--primary-font);
    overflow-x: hidden;
  }

/******************** BLOG PAGE STARTS ********************/
#blog-content {
    /*background: #f8fbff;*/
    padding-bottom: 80px;
    }

    .blog-page {
    line-height: 1.95;
    }
    .blog-page h1 {
    font-size: clamp(2.2rem, 4vw, 2.5rem);
    font-weight: 700;
    line-height: 1.5;
    color: #0B3C5D;
    margin-bottom: 1.5rem;
    }
    .blog-page h2 {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 700;
    line-height: 1.4;
    color: #0B3C5D;
    margin-top: 3rem;
    margin-bottom: 1.2rem;
    }
    .blog-page h3 {
    font-size: clamp(1.25rem, 2.5vw, 1.7rem);
    font-weight: 600;
    line-height: 1.5;
    color: #0B3C5D;
    margin-top: 2.2rem;
    margin-bottom: 1rem;
    }

    .blog-page h4 {
        font-size: clamp(1.25rem, 2.5vw, 1.6rem);
        font-weight: 600;
        color: #0B3C5D;
        margin-bottom: 1rem;
        line-height: 1.5;
        }


    .blog-page p {
    font-size: 1rem;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 1.2rem;
    letter-spacing: 0.07rem;
    }
    .blog-page strong {
    color: #212529;
    }
    .blog-page a {
    color: #0066CC;
    font-weight: 500;
    text-decoration: none;
    }
    .blog-page a:hover {
    text-decoration: underline;
    }
    /********************
    BLOG IMAGE
    ********************/
    .blog-page img {
    width: 100%;
    border-radius: 22px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    }
    /********************
    META SECTION
    ********************/
    .card-subtitle {
    background: #ffffff;
    padding: 14px 18px;
    border-radius: 18px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
    margin-bottom: 2rem !important;
    }
    .card-subtitle p {
    margin-bottom: 0;
    font-size: 0.92rem;
    font-weight: 500;
    color: #6c757d;
    display: flex;
    align-items: center;
    gap: 8px;
    }
    /********************
    SHARE SECTION
    ********************/
    .blog-share-box {
    background: #ffffff;
    padding: 18px;
    border-radius: 22px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
    margin-bottom: 2rem;
    }
    .blog-share-box a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f5f8fc;
    transition: all 0.3s ease;
    }
    .blog-share-box a:hover {
    background: #0066CC;
    color: #ffffff !important;
    transform: translateY(-3px);
    }
    /********************
    QUICK SUMMARY
    ********************/
    .quick-summary-box {
    font-family: var(--primary-font);
    background: linear-gradient(180deg, #f8fbff, #ffffff);
    padding: 30px;
    border-radius: 24px;
    border: 1px solid rgba(0, 102, 204, 0.08);
    margin-top: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    }
    .quick-summary-box h2 {
    margin-top: 0;
    font-size: clamp(1.6rem, 3vw, 2rem);
    margin-bottom: 1.3rem;
    }
    .quick-summary-box ul {
    margin-bottom: 0;
    padding-left: 1.2rem;
    }
    .quick-summary-box ul li {
    margin-bottom: 0.9rem;
    line-height: 1.9;
    letter-spacing: 0.07rem;
    }
    /********************
    BLOG LISTS
    ********************/
    .blog-page ul {
    padding-left: 1.2rem;
    margin-bottom: 1.5rem;
    }
    .blog-page ul li {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 0.8rem;
    color: #495057;
    }
    /********************
    TABLE
    ********************/
    .table-responsive {
    margin-top: 2rem;
    margin-bottom: 2rem;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    letter-spacing: 0.07rem;
    }
    .table {
    margin-bottom: 0;
    background: #ffffff;
    }
    .table thead {
    background: #eef5ff;
    }
    .table th {
    color: #0B3C5D;
    font-weight: 700;
    padding: 18px;
    border: none;
    }
    .table td {
    padding: 18px;
    vertical-align: middle;
    color: #495057;
    }
    /********************
    DISCLAIMER
    ********************/
    .blog-disclaimer {
    display: block;
    background: #fff5f5;
    border: 1px solid #ffd6d6;
    padding: 18px;
    border-radius: 18px;
    margin-top: 2rem;
    font-size: 0.92rem;
    line-height: 1.8;
    letter-spacing: 0.07rem;
    }
    /********************
    RELATED BLOGS
    ********************/
    .related-blog-card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(0, 102, 204, 0.08);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    }
    .related-blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 102, 204, 0.10);
    }
    .related-blog-card img {
    width: 100%;
    height: auto;
    display: block;
    }
    .related-blog-card .card-body {
    padding: 22px;
    }
    .related-blog-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 1rem;
    }
    .related-blog-card h4 a {
    color: #0B3C5D;
    text-decoration: none;
    }
    .related-blog-card h4 a:hover {
    color: #0066CC;
    }
    .related-blog-card p {
    font-size: 0.92rem;
    line-height: 1.8;
    color: #6c757d;
    margin-bottom: 1rem;
    }
    /********************
    CTA SECTION
    ********************/
    .cta-card {
    border-radius: 28px !important;
    overflow: hidden;
    }
    /********************
    MOBILE RESPONSIVE
    ********************/
    @media (max-width: 991px) {
    .blog-page {
    margin-bottom: 3rem;
    }
    }
    @media (max-width: 768px) {
    #blog-content {
    padding-bottom: 60px;
    }
    .blog-page h1 {
    font-size: 2rem;
    line-height: 1.4;
    }
    .blog-page h2 {
    font-size: 1.5rem;
    }
    .blog-page h3 {
    font-size: 1.2rem;
    }
    .blog-page p {
    font-size: 0.96rem;
    line-height: 1.9;
    }
    .quick-summary-box {
    padding: 24px;
    }
    .card-subtitle {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start !important;
    }
    .table th,
    .table td {
    padding: 14px;
    font-size: 0.92rem;
    }
    .related-blog-card .card-body {
    padding: 18px;
    }
    }

    ul,
li {
list-style: none;
margin: 0;
padding: 0;
}
    /******************** BLOG PAGE ENDS ********************/

    /******************** CTA CARD STARTS ********************/
.cta-card {

    border: none;
    
    border-radius: 32px;
    
    overflow: hidden;
    
    background:
    linear-gradient(
    135deg,
    #0066CC,
    #004a99
    );
    
    position: relative;
    
    box-shadow:
    0 20px 50px rgba(0,102,204,0.18);
    
    }
    
    /********************
     BACKGROUND GLOW
    ********************/
    .cta-card::before {
    
    content: "";
    
    position: absolute;
    
    top: -100px;
    right: -100px;
    
    width: 280px;
    height: 280px;
    
    background: rgba(255,255,255,0.08);
    
    border-radius: 50%;
    
    }
    
    .cta-card::after {
    
    content: "";
    
    position: absolute;
    
    bottom: -120px;
    left: -120px;
    
    width: 320px;
    height: 320px;
    
    background: rgba(255,255,255,0.05);
    
    border-radius: 50%;
    
    }
    
    /********************
     CTA CONTENT
    ********************/
    .cta-section {
    
    position: relative;
    
    z-index: 2;
    
    padding: 30px 35px;
    
    }
    
    /********************
     CTA TITLE
    ********************/
    .cta-section h2 {
    
    font-size: clamp(2rem,4vw,3rem);
    
    font-weight: 700;
    
    line-height: 1.3;
    
    color: #ffffff;
    
    margin-bottom: 1.2rem;
    
    }
    
    /********************
     CTA TEXT
    ********************/
    .cta-section p {
    
    font-size: 1.05rem;
    
    line-height: 2;
    
    max-width: 720px;
    
    margin: auto;
    
    color: rgba(255,255,255,0.88);
    
    margin-bottom: 2rem;
    
    }
    
    /********************
     CTA BUTTON
    ********************/
    .cta-button {
    
    background: #ffffff !important;
    
    color: #0066CC !important;
    
    border: none !important;
    
    border-radius: 16px;
    
    padding: 14px 22px;
    
    font-size: 1rem;
    
    font-weight: 700;
    
    letter-spacing: 0.02rem;
    
    transition: all 0.3s ease;
    
    box-shadow:
    0 10px 25px rgba(0,0,0,0.10);
    
    }
    
    .cta-button:hover {
    
    transform: translateY(-4px);
    
    background: #f5f8fc !important;
    
    color: #004a99 !important;
    
    }
    
    /********************
     MOBILE
    ********************/
    @media (max-width: 768px) {
    
    .cta-section {
    padding: 25px 22px;
    
    }
    
    .cta-section h2 {
    
    font-size: 1.8rem;
    
    line-height: 1.4;
    
    }
    
    .cta-section p {
    
    font-size: 0.95rem;
    
    line-height: 1.9;
    
    }
    
    .cta-button {
    
    width: 100%;
    
    padding: 14px 22px;
    
    }
    
    }
    /******************** CTA CARD ENDS ********************/

    /********************
 BLOG DISCLAIMER
********************/
.blog-disclaimer {

    background: #fff8f0;
    
    border: 1px solid #ffe0b3;
    
    border-left: 5px solid #ff9800;
    
    padding: 20px 22px;
    
    border-radius: 18px;
    
    margin-top: 2.5rem;
    
    font-size: 0.95rem;
    
    line-height: 1.9;
    
    color: #6b4b16;
    
    box-shadow: 0 8px 24px rgba(0,0,0,0.03);
    
    }
    
    .blog-disclaimer strong {
    
    color: #e67e00;
    
    font-weight: 700;
    
    }