 body table{
width: 100%;
max-width: 100%;
margin: 2em 0;
overflow-x: auto; /* Side-scroll engages automatically on small mobile */
border: 1px solid #E1E9EB;
border-radius: 8px;
-webkit-overflow-scrolling: touch; /* Smooth momentum scroll for iOS Safari */
}

/* :gear: FORCED VISIBLE SCROLLBAR SYSTEM (Always visible, no hover needed) */
/* 1. Defines the structural height/thickness of the horizontal bar track */
table::-webkit-scrollbar {
height: 8px;
display: block; /* Forces visibility on webkit browsers */
}

/* 2. Formats the background gutter of the scrollbar track */
table::-webkit-scrollbar-track {
  background: #F5FCFF !important; /* Matches your alternating blue color tone */
border-radius: 0 0 8px 8px !important; /* Curves bottom edge to match parent container */
}

/* 3. Formats the sliding "thumb" indicator that users drag */
body table::-webkit-scrollbar-thumb {
background-color: #CBD5E1 !important; /* Clean neutral grey thumb track */
border-radius: 20px !important; /* Makes the tracking bar pill-shaped */
border: 2px solid #F5FCFF !important; /* Creates breathing room padding around the thumb */
}

/* 4. Darkens the tracking bar slightly when active to show traction */
table::-webkit-scrollbar-thumb:hover {
background-color: #94A3B8 !important;
}

/* :bar_chart: Master Table Grid Definition */
body table {
width: 100%;
border-collapse: collapse;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
 table-layout: fixed; /* Crucial: Forces columns to obey the 650px container width */
}

/* Master Top and Bottom Header Dividers */
 table thead tr {
border-bottom: 1px solid #5F5F5F !important;
}

/* Heading Layout Specs */
 table th {
font-size: 15px !important; /* Sized down slightly for snug laptop columns */
font-weight: bold !important;
color: #272727 !important;
text-align: left !important;
padding: 20px 14px !important; /* Sized precisely to match spec demands */
background-color: #FFFFFF !important;
overflow: hidden;
text-overflow: ellipsis; /* Keeps long headers clean if they shrink tight */
white-space: nowrap;
}

/* Body Cell Layout Specs */
body table td {
font-size: 15px !important;
font-weight: normal !important;
color: #272727 !important;
padding: 12px 14px !important;
border-bottom: 1px solid #E1E9EB !important;
vertical-align: top;
word-break: break-word; /* Vital: Automatically wraps sentences inside tight 650px cells */
}
  table td, table th{
  border: none !important;
}
/* Clear out boundary borders */
 table tbody tr:last-child td {
border-bottom: none !important;
}

/* Row-Wise Alternating Fill Architecture */
body table tbody tr:nth-child(odd) {
background-color: #FFFFFF !important;
}

 table tbody tr:nth-child(even) {
body background-color: #F5FCFF !important;
}
body table td, body table th{
    font-family: source sans pro;
  }
/* :iphone: Tight Viewport Optimization (Phones under 500px) */
@media screen and (max-width: 500px) {
table {
table-layout: auto; /* Shifting back to auto layout creates a scrollable wide track */
}

 table th,
table td {
padding: 10px 12px;
font-size: 14px;
min-width: 140px; /* Ensures text doesn't turn into a vertical single-letter line on phones */
}
}
	/* 	.contact_sec .right .contact_form {
		margin-bottom: 20px;
	} */
	.blog-sec .slick-list {
    width: 100% !important;
}


	
	.aligncenter{
		display: block;
    margin-left: auto;
    margin-right: auto;
	}
	.talk-box {
		border-radius: 26px 26px !important;
	}
	.blog-detail-box ul, .blog-detail-box ol {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.wpb_wrapper p {
		font-family: 'proxima nova';
	}
  @import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap");
/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
} */
/* 	.container{
		max-width:1300px;
	} */
	
	@font-face {
    font-family: 'proxima nova';
    src: url(<?php echo get_template_directory_uri(); ?>/assets/font/mark_simonson__proxima_nova_regular-webfont.woff2) format('woff2'),
         url(<?php echo get_template_directory_uri(); ?>/assets/font/mark_simonson__proxima_nova_regular-webfont.woff) format('woff'),
         url(<?php echo get_template_directory_uri(); ?>/assets/font/mark_simonson__proxima_nova_regular.otf) format('opentype');
    font-weight: normal;
    font-style: normal;
}
	
	@font-face {
    font-family: 'proxima nova';
    src: 
         url(<?php echo get_template_directory_uri(); ?>/assets/font/mark_simonson__proxima_nova_bold.otf) format('opentype');
    font-weight: 610;
    font-style: normal;
}
	
	.wpb_wrapper a {
		color: #1E73BE;text-decoration: none;
	}


/* Apply the font to specific elements */
body {
    font-family: 'proxima nova', sans-serif;
}

	.blog-box img {
  	border-top-right-radius: 12px;
    border-top-left-radius: 12px;
  }
/* footer{
  margin-top: 0px;
} */
/* .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
} */

/* body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Source Sans 3", sans-serif;
} */

.blog-detail-banner-sec {
  position: relative;
  text-align: center;
  z-index: 1;
}
.banner-detail-box {
  position: absolute;
  top: 50%;
  left: 4%;
  right: 4%;
  transform: translate(0px, -50%);
  z-index: 2;
}

.blog-detail-banner:before {
  content: "";
  background: transparent
    linear-gradient(297deg, #0081bec9 0%, #002d42e5 25%, #000000 100%) 0% 0%;
  border: 1px solid #00000000;
  opacity: 0.98;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.blog-detail-banner img {
  max-height: 500px;
  object-fit: cover;
  display: block;
  min-height: 17px;
  /* min-height: 406px; */
}

.blog-detail-banner h1 {
	padding-right: 20px;
	padding-left: 20px;
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 40px;
  margin: 10px 0 10px 0;
  line-height: 52px !important;
}
.banner-detail-box p {
  font-size: 16px;
  color: #fff;
}

.banner-detail-box span {
font-family: Source Sans Pro;
font-weight: 700;
font-style: Bold;
font-size: 18px;
color: #03A8F5;

}

.breadcrumb-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.breadcrumb ul {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
}

.breadcrumb ul li {
  list-style-type: none;
  line-height: 14px;
  margin: -6px 10px 10px 0;
}
.breadcrumb ul li img {
  width: 11px;
	height: 9px;
}

.breadcrumb ul li a {
  color: #c0c2ca;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}
.breadcrumb ul li .active-breadcrumb {
  color: #000;
	font-weight: 600;
}
section.blog-sec {
  padding-top: 95px;
	padding-bottom: 65px;
}
.main-blog-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-box {
  width: 31%;
  
  border-radius: 12px;
  
  border: 1px solid #E1E9EB;
  height: 448px;
}
.blog-content {
  padding: 0 20px;
}

.blog-box > img {
  width: 100%;
 /* min-height: 300px;
  height: 300px; */
  min-height: 300px;
    height: 300px;
    object-fit: cover;
}

.blog-box strong {
  color: #000000b3;
  font-size: 14px;
  margin: 15px 0;
  display: block;
}

h3.sub-heading {
  color: #000000;
  font-size: 23px;
/*   line-height: 30px; */
  font-weight: 600;
	display: -webkit-box;            /* Enables the flexbox-like layout */
  -webkit-line-clamp: 2;           /* Limits text to 2 lines */
  -webkit-box-orient: vertical;    /* Ensures the box is oriented vertically */
  overflow: hidden;                /* Hides any overflow text */
  text-overflow: ellipsis;         /* Adds ellipsis at the end of the text if it overflows */
  white-space: normal;             /* Ensures text wraps to the next line */
  line-height: 1.2;   
}


	@media only screen and (max-width: 768px) {
.breadcrumb ul li:last-child {
  margin-top: 18px 
}
	}
button {
  font-family: sans-serif;
  font-weight: 600;
    border: none;
    background-color: unset;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    cursor: pointer;
}

button:hover img, .blog-box:hover .button-box img {
    filter: unset;
    visibility: visible;
    opacity: 1;
    margin-left: 8px;
    transition: all ease .2s;
}

button img {
    width: 40px !important;
    filter: brightness(0);
    display: inline-block;
    margin-left: -10px;
    transition: all ease .2s;
    visibility: hidden;
    opacity: 0;
}


button:hover,.blog-box:hover button {
    color: #00b0f9;
}




.blog-box {
  cursor: pointer;
}

.button-box span {
  font-size: 14px;
  color: #455963;
}

.button-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  border-top: 1px solid #d0d4df;
  margin-top: 40px;
}
.w-100 {
  width: 100%;
}

/* blog detail sec css */
.articles-box {
  width: 23%;
}

.articles-box ul li {
  list-style-type: none;
  border-left: 1px solid #c0c2ca;
  padding: 10px 0px 4px 12px;
  font-size: 16px;
  font-weight: 500;
  color: #666666ab;
	
}
	
	 .blog-detail-box ol li, .blog-detail-box ul li {
	font-family: 'proxima nova';
		 line-height: 1.5;
	
}
	
	.articles-box ul li a {
		color: #666666ab;
	}
	
.articles-box ul li.active {
  border-color: #00b0f9;
  color: #00b0f9;
}

.articles-box ul li.active a {
  color: #00b0f9;
}

h3.body-heading {
  color: #000000;
  font-size: 18px;
  font-family: "Roboto Slab", serif;
  margin-bottom: 18px;
  line-height: 24px;
}
.blog-details {
  width: 47%;
}

.social-box {
  width: 24%;
	margin-left: 14px;
}

.blog-detail-box p {
  font-size: 18px;
  color: #383838;
  margin: 0px 0 30px 0;
	line-height: 1.5;
}
	
.blog-detail-box {
  font-size: 18px;
  color: #383838;
  margin: 0px 0 30px 0;
}
	
.blog-detail-box ul li  {
  font-size: 18px;
  color: #383838;
	font-family: 'proxima nova';
  
}
	

.blog-detail-box img {
  margin-bottom: 20px;
}

.blog-detail-box h2 {
  font-size: 25px;
}

.blog-detail-box h3 {
  font-size: 20px;
}

.blog-detail-box h4 {
  font-size: 18px;
}

ul.social-icon {
  display: flex;
  margin-bottom: 5px;
  margin-top: 5px;
	padding-left: 0px !important;
}

ul.social-icon li {
  list-style-type: none;
}

ul.social-icon li a img {
  width: 50px;
  height: 50px;
}

/* .talk-box img {
  width: 100%;
  border-radius: 10px 10px 200px 200px;
  height: 253px;
} */
	
.talk-box img {
    width: 100%;
    border-radius: 10px 10px 200px 200px;
}

.talk-box {
  background-color: #0e274c;
  color: #fff;
  padding-bottom: 29px;
  border-radius: 10px;
}

.talk-box h2 {
  font-size: 26px;
  font-family: "Roboto Slab";
  text-align: center;
  margin: 20px 0;
}

.talk-box button {
  background-color: #00b0f9;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 13px 55px;
  margin: 0 auto;
  border-radius: 60px;
}

.social-box h3 {
  margin-bottom: 0;
}
.blog-detail-sec .breadcrumb-search {
  margin: 50px 0 0px;
}
.blog-sec h4 {
  font-size: 32px;
  color: #455963;
  margin-bottom: 40px;
  margin-top : 20px;
}
.text-black {
  color: #000000;
}
.me-2 {
  margin-right: 7px;
}
.blog-slider .slick-slide {
  margin: 0 10px 50px;
}

/* This ensures that the slider container does not add extra space */
.blog-slider {
  margin-left: -10px;
  margin-right: -10px;
}

.blog-slider .slick-prev,
.slick-next {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* .blog-slider .slick-next {
  right: 10px !important;
  top: -30px !important;
} */


.blog-slider .slick-prev {
  right: 75px !important;
  left: unset;
  top: -63px !important;
  transform: rotate(180deg);
}
.blog-slider .slick-prev:before {
  content: url(<?php echo get_template_directory_uri(); ?>/assets/img/slider-arrow.svg) !important;
}
.blog-slider .slick-next:before {
  content: url(<?php echo get_template_directory_uri(); ?>/assets/img/slider-arrow.svg) !important;
}
.blog-slider .slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.blog-slider .slick-prev,
.blog-slider .slick-next {
  width: 50px !important;
}
	
	.talk-box h2 {
    padding-left: 15px;
    padding-right: 15px;
	}
	
/* 		.contact_sec .right{
		width: 38% !important;
	} */
	
@media only screen and (max-width: 992px) {
  /* Sets the layout wrapper to the exact required height */
.blog-detail-banner {
    height: 406px;
    /* display: flex; */
    /* align-items: center;  */
    /* position: relative; */
}

/* Forces the image to stretch vertically to 406px without breaking layers */
.blog-detail-banner img.w-100 {
    height: 100% !important;
    /* object-fit: cover !important; */
}

  table{
    display: block;    /* Allows the table to act like a scrollable container */
  overflow-x: auto;  /* Enables horizontal scrolling */
  width: 100%;       /* Spans the full width of the screen */
  white-space: nowrap; /* Prevents text from breaking into multiple lines */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS devices */
  }
  /* body .emoji.time{
    margin-left: 35px !important;
  } */
  .blog-detail-banner:before{
    background: linear-gradient(297deg, rgba(0, 129, 190, 0.79) 8.28%, rgba(0, 45, 66, 0.898) 29.14%, #000000 91.72%);

  }
	.contact_sec .right{
		width: 100% !important;
	}
  .banner-detail-box p {
    padding-left: 10px;
                margin: 20px 0;
                line-height: 150%;
}
	.blog-detail-banner h1 {
		padding-left: 20px;
		padding-right: 20px;
		/* line-height: 52px !important;
    font-size: 5.5vw; */

    font-family: Roboto Slab;
font-weight: 700;
font-style: Bold;
font-size: 24px;
leading-trim: NONE;
line-height: 130% !important;
letter-spacing: 0px;
text-align: center;

	}
  h3.sub-heading {
    font-size: 20px;
    line-height: 24px;
  }
  .blog-box strong {
    font-size: 15px;
  }
  button {
    font-size: 14px;
  }
  button img {
    width: 21px !important;
    margin-left: 5px;
  }
  .button-box span {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  
  .blog-box {
    width: 49%;
  }
  .social-box {
        width: 70% !important;
        float: right;
        margin-left: auto;
    }
  .blog-details {
    width: 67%;
  }
  .articles-box {
    width: 33%;
  }
	.talk-box img{
		height: inherit !important;
	}
}
@media only screen and (max-width: 560px) {

  .articles-box {
    display: none;
  }
  .blog-details {
    width: 98%;
  }
}
@media only screen and (max-width: 480px) {
  .author-card {
      margin-top: 30px !important;
      max-width: 320px;
          transform: none !important;
                  /* margin-right: 16px !important;
        margin-left: 16px !important; */

   }
  .breadcrumb-search {
    display: block;
  }
  .blog-box {
    width: 100%;
    margin-bottom: 25px;
  }
  .blog-sec h4 {
    font-size: 32px;
  }
}
/* new css */
.blog-slider .slick-next {
    right: 10px !important;
    top: -66px !important;
}
.articles-box {
    width: 23%;
    height: 100%;
    position: sticky;
    top: 100px;
}
.social-box {
    width: 24%;
    height: 100%;
    position: sticky;
    top: 100px;
}

.main-blog-box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.button-box a {
    text-decoration: unset;
}

.blog-detail-sec .main-blog-box {
    justify-content: space-between;
    gap: unset;
}
.blog-slider .slick-track {
    margin-left: unset;
}


.main-blog-box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

#toc a {
  text-decoration: none !important;
}

#toc ul {
  padding-left: 10px;
}

h3.sub-heading {
  margin-top: 0px;
	min-height: 65px;
  font-family: "Source Sans 3", sans-serif !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 30px;

  }

  ul.social-icon > li > a img {
    margin-left: -8px;
  }

 .blog-details h1, .blog-details h2, .blog-details h3, .blog-details h4, .blog-details h5, .blog-details h6{
    line-height: 35px !important;
  }
  .blog-detail-box ul, .blog-detail-box ol {
    margin-left: -25px;
  }
  ..blog-details h5 > p {
    margin-top: 20px;
  }

  .blog-details h1 + .blog-details p, .blog-details h2 + .blog-details p, .blog-details h3 + .blog-details p, .blog-details h4 + .blog-details p,.blog-details h5 + .blog-details p, .blog-details h6 + .blog-details p {
    margin-top: 20px !important;
  }
	.wpb_wrapper h5 {
		color: #000000 !important;
		font-size: 25px !important;
		font-weight: 610 !important;
		font-family: 'proxima nova' !important;
	}
	.wpb_wrapper h6{
		color: #000000 !important;
		font-size: 20px !important;
		font-weight: 610 !important;
		font-family: 'proxima nova' !important;
	}
	
	@media only screen and (max-width: 560px) {
     .social-box {
        width: 100% !important;
    }
}
@media (max-width: 880px) and (min-width: 870px) {
  .social-box {
        top: 28px !important;
    }
}

/* @media only screen and (max-width: 1449px) {
  .social-box {
        top: 74px !important;
    }
} */

.blog-details h1, .blog-details h2, .blog-details h3, .blog-details h4, .blog-details h5, .blog-details h6 {
    margin-top: 15px;
    margin-bottom: 15px;
}



/* latest code  */
.blog-box {
  width: 31%;
  // box-shadow: 0px 5px 16px #68718829;
  border-radius: 12px;
  // margin-bottom: 50px;
  border: 1px solid #E1E9EB;
  height: 448px;
}
.blog-content {
  padding: 0 20px;
}

.blog-box > img {
   width: 100%;
   min-height: 240px;
   height: 240px;
   object-fit: cover;
   
}
.button-box span{
font-family: Source Sans Pro;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color:#455963;
}
.blog-box strong {
  color: #03A8F5;
  
  margin: 15px 0;
  display: block;
  font-family: Source Sans Pro;
font-weight: 600;
font-style: Semibold;
font-size: 16px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;

}

h3.sub-heading {
  color: #151221;
  font-size: 23px;
  line-height: 30px;
  font-weight: 620;
  min-height: 59px;

  font-family: Source Sans Pro;
font-weight: 700;
font-style: Bold;
font-size: 20px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0%;
margin-bottom: 0px !important;
}

button {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 600;
    border: none;
    background-color: unset;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    cursor: pointer;
}

button:hover img, .blog-box:hover .button-box img {
    filter: unset;
    visibility: visible;
    opacity: 1;
    margin-left: 8px;
    transition: all ease .2s;
}

button img {
    width: 40px !important;
    filter: brightness(0);
    display: inline-block;
    margin-left: -10px;
    transition: all ease .2s;
    visibility: hidden;
    opacity: 0;
}


button:hover,.blog-box:hover button {
    color: #00b0f9;
}

.author-name{
font-family: Source Sans Pro;
font-weight: 600;
font-style: Semibold;
font-size: 16px;
color: #151221;
}
.post-date{
font-family: Source Sans Pro;
font-weight: 400;
font-style: Regular;
font-size: 14px;
color: #272727;
}

.blog-box {
  cursor: pointer;
}

.button-box span {
  font-size: 14px;
  color: #455963;
}

.button-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  border-top: 1px solid #d0d4df;
  margin-top: 15px;
}

.tag-box a {
 color: #ffff 
  }
@media only screen and (max-width: 992px) {
	.loader-btn-sec {
	margin-bottom: 20px;
	}
  h3.sub-heading {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
  }
  .blog-box strong {
    font-size: 15px;
  }
  button {
    font-size: 14px;
  }
  button img {
    width: 21px !important;
    margin-left: 5px;
  }
  .button-box span {
    font-size: 12px;
  }
}


.wtp-table tbody tr:nth-child(even) td, .wtp-table tr:nth-child(even) td, .wpb_text_column table tbody tr:nth-child(even) td, .wpb_text_column table tr:nth-child(even) td {
    background-color: #F5FCFF;
}