*{
    scroll-behavior:smooth;
}
.container {
    position: unset !important;
}

.inner-banner-content {
    position: absolute;
    inset: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    top: 10%;
	z-index:1;
}
.banner-image {
    position: relative;
    width: 100%;
    min-height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	border-radius:20px;
}

/* Tint Overlay */
.banner-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); /* Change opacity here */
    z-index: 1;
}

/* Make sure content stays above overlay */
.inner-banner-content {
    /* z-index: 2; */
}
.banner-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 500px;
}
.inner-banner-content h1 {
    max-width: 70%;
}
.inner-banner-content h1,
.inner-banner-content h6,
    .inner-banner-content h3{
    color: var(--white-color);
}

.inner-banner-image img {
    width: 100%;
}
.inner-banner-content .main-btn a {
    color: var(--primary-color);
    padding-inline-end: 5px;
}
#blog-banner .inner-banner {
    width: 100%;
    height: 100vh;
    max-height: 972px;
    overflow: hidden;
}

#blog-banner .inner-banner-video,
#blog-banner .banner-video {
    width: 100%;
    height: 100%;
}

#blog-banner .banner-video {
    object-fit: cover;
    object-position: center;
}

#blog .blog-card{
    background:#e5e5e5;
    border-radius:20px;
    border:0;
}
#blog .blog-card .card-image{
	/* height: 263px; */
}
#blog .blog-card .card-image img{
	/* object-fit: cover; */
    /* min-width: 100%; */
    /* min-height: 100%; */
}

#blog .blog-card img{
    border-radius:20px;
}
#blog .blog-card .card-body{
    padding:1.5rem;
}
#blog .blog-card .card-body h3{
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
#blog .blog-card .card-body h3{
    max-height: 50px;
}
.blog-content  ol {
    list-style: auto;
}
#blog .blog-card .card-body span {
    display: flex;
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
}
div#blog-sidebar li {
    list-style: none;
}
#blog .blog-card .card-body span picture img {
    width: 30px;
}
.blog-content p, 
.blog-content ul li, 
.blog-content ol li {
    padding-bottom: 0;
    color: var(--para-color) !important;
    font-size: 14px !important;
}
.blog-content a{
	text-decoration:underline !important;
}
.blog-content ol li strong, .blog-content ol li::marker{
    font-size: 20px;
    margin-bottom: 0;
}

.blog-content ol {
    margin-bottom: 10px;
    padding-inline-start: 15px;
}
.blog-content ul li {
    list-style: disc;
}
div#blog-sidebar li#search-2 {
    max-width: 90%;
    margin-bottom:20px;
}

div#blog-sidebar li#search-2 input {
    background: #e5e5e596;
    display: block;
    border-radius: 50px;
    height: 60px !important;
    border: 0;
    padding-inline-start: 30px;
}
#recent-posts-2,
#resource_type_widget-2,
li#categories-2 {
    background: #e5e5e5;
    border-radius: 20px;
    padding: 20px 30px;
    max-width: 90%;
    margin-bottom: 30px;
}

#resource_type_widget-2 input[type=checkbox],
#categories-2 input[type=checkbox] {
    margin-right: 10px;
}

#categories-2 ul,
#resource_type_widget-2 ul,
#recent-posts-2 ul{
    max-height:240px;
    overflow-y:auto;
    scrollbar-width:none; /* Firefox */
}

/* Chrome / Edge / Safari */
#categories-2 ul::-webkit-scrollbar,
#resource_type_widget-2 ul::-webkit-scrollbar,
#recent-posts-2 ul::-webkit-scrollbar{
     width:6px;
}

/* show scrollbar on hover */
#categories-2 ul:hover::-webkit-scrollbar,
#resource_type_widget-2 ul:hover::-webkit-scrollbar,
#recent-posts-2 ul:hover::-webkit-scrollbar{
    width:6px;
}

#categories-2 ul:hover::-webkit-scrollbar-thumb,
#resource_type_widget-2 ul:hover::-webkit-scrollbar-thumb,
#recent-posts-2 ul:hover::-webkit-scrollbar-thumb{
    background:var(--theme-color);
    border-radius:10px;
}

/* Firefox hover show */
#categories-2 ul:hover,
#resource_type_widget-2 ul:hover,
#recent-posts-2 ul:hover{
    scrollbar-width:thin;
}

#recent-posts-2 h2,
#resource_type_widget-2 h2,
li#categories-2 h1 ,
li#categories-2 h2 {
    font-size: 20px !important;
    font-weight: 600;
    margin-bottom:0px;
}

#recent-posts-2 ul,
#resource_type_widget-2 ul,
li#categories-2 ul {
    padding-inline-start: 0;
}
#recent-posts-2 ul li a,
#resource_type_widget-2 ul li a,
li#categories-2 ul li a {
    font-size: 20px;
}

#recent-posts-2 ul li,
#resource_type_widget-2 ul li,
li#categories-2 ul li {
    margin-bottom: 5px;
}

#blog-inner h2{
    font-size:20px;
    font-weight:600;
    margin-bottom: 0;
}
#recent-posts-2 ul li label, #resource_type_widget-2 ul li label, li#categories-2 ul li label{
	font-weight:400;
	font-size:12px;
}
.hidden-post{
    display:none !important;
}
.resource-col{
    transition: all .3s ease;
}
#blog .main-btn {
    background: var(--primary-color) !important;
    color: var(--white-color);
}
#blog .main-btn:hover{
	background: var(--theme-color) !important;
}
#blog-inner h3 {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 5px;
    font-weight: 500;
}
@media (max-width: 991px) {
	.inner-banner-content h1{
		font-size:30px;
	}
	.inner-banner-content {
    left: 20px;
    }
    .inner-banner-content br {
        display: none;
    }
    div#blog-sidebar {
    padding-top: 2rem;
}

div#blog-sidebar li {
    max-width: 100%;
}

div#blog-sidebar li#search-2 {
    max-width: 100%;
}
}
.siem-table th {
  font-size: 14px;
  letter-spacing: 0.3px;
}

.siem-table td {
    font-size: 12px;
    line-height: normal;
    color: #555;
    padding: 20px !important;
}

.siem-table th,
.siem-table td {
  vertical-align: middle;
}

section#blog,
section#blog-inner {
    overflow: visible;
}
  #blog-sidebar {
    position: sticky;
    top: 20px; /* header height ke according adjust karo */
  }
.blog-wrapper-content h1 {
    font-size: 35px;
    margin-bottom: 0px;
}

.blog-wrapper-content {
    margin-bottom: 20px;
}

.blog-wrapper-content h6 {
    margin-bottom: 0;
    font-size: 14px;
}

/* Tablet */
@media (max-width: 991px) {

  .siem-table {
    min-width: 1100px; /* Prevent column squeeze */
  }

  .siem-table th,
  .siem-table td {
    padding: 1.2rem !important;
  }

  .siem-table th {
    font-size: 0.9rem;
    white-space: nowrap;
  }

  .siem-table td {
    font-size: 0.9rem;
    line-height: 1.6;
  }
}


/* Mobile */
@media (max-width: 576px) {

  .siem-table {
    min-width: 1000px;
  }

  .siem-table th,
  .siem-table td {
    padding: 1rem !important;
  }

  .siem-table th {
    font-size: 0.85rem;
  }

  .siem-table td {
    font-size: 0.88rem;
    line-height: 1.6;
  }
  
  .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
    white-space: normal;
}
.blog-content ol li {
    font-size: 18px;
    line-height: normal;
}
.blog-wrapper-content h1{
	font-size:25px;
}
}

@supports (height: 100svh) {
    .inner-banner {
        /* height: 60svh !important; */
        /* min-height: 60svh !important; */
		   height: 100svh !important;
        min-height: 100svh !important;
    }
}
/* ============================= */
/* BLOG INNER CONTENT TYPOGRAPHY */
/* ============================= */

#blog-inner-content {

    font-family: "Inter", Arial, sans-serif;
    font-size: 14px !important;
    line-height: 1.7;
    color: var(--para-color) !important;

}


/* ---------- PARAGRAPH ---------- */

#blog-inner-content p {

    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.7;
    color: var(--para-color) !important;
    margin-bottom: 16px;

}


/* ---------- UL / OL ---------- */

#blog-inner-content ul,
#blog-inner-content ol {

    padding-left: 22px;
    margin-bottom: 16px;

}


/* ---------- LI ---------- */

#blog-inner-content ul li,
#blog-inner-content ol li {

    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.7;
    color: var(--para-color) !important;
    margin-bottom: 8px;

}


/* ---------- LINKS ---------- */

#blog-inner-content a {

    color: var(--primary-color) !important;
    font-weight: 500;
    text-decoration: none;

}

#blog-inner-content a:hover {

    text-decoration: underline;

}


/* ---------- H2 ---------- */

#blog-inner-content h2 {

    font-size: 20px !important;
    font-weight: 700;
    line-height: 1.3 !important;
    color: var(--heading-color);
    margin-top: 40px;
    margin-bottom: 16px;

}


/* ---------- H3 ---------- */

#blog-inner-content h3 {

    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--heading-color);
    margin-top: 24px;
    margin-bottom: 12px;

}


/* ---------- STRONG ---------- */

#blog-inner-content strong {

    font-weight: 600;

}


/* ---------- EM ---------- */

#blog-inner-content em {

    font-style: italic;
    color: var(--para-color) !important;

}



/* ============================= */
/* RESPONSIVE */
/* ============================= */


/* Tablet */

@media (max-width: 991px) {

    #blog-inner-content {

        font-size: 13px;

    }

    #blog-inner-content p,
    #blog-inner-content ul li,
    #blog-inner-content ol li {

        font-size: 12px;

    }

    #blog-inner-content h2 {

        font-size: 18px !important;

    }

    #blog-inner-content h3 {

        font-size: 16px;

    }

}


/* Mobile */

@media (max-width: 767px) {

    #blog-inner-content {

        font-size: 12px;

    }

    #blog-inner-content p,
    #blog-inner-content ul li,
    #blog-inner-content ol li {

        font-size: 12px;
        line-height: 1.6;

    }

    #blog-inner-content h2 {

        font-size: 18px !important;
        margin-top: 28px;

    }

    #blog-inner-content h3 {

        font-size: 16px;

    }

}