/* Ebook Category */
.sx-ebook-category {
    margin-bottom: 10px;
    color: #333;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    font-style: normal;
    text-align: center;
}

/* Ebook Box */
.sx-ebook-box {
    position: relative;
    width: 100%;
    height: 220px;
    background-size: cover !important;
    background-position: center center !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    overflow: hidden;
}

/* Ebook Title */
.sx-ebook-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    z-index: 1;
    color: white;
    color: var( --e-global-color-5c0c11f );
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}

/* Ebook Sub-title */
.sx-ebook-sub-title {
    font-size: 16px;
    font-weight: 400;
    z-index: 1;
    color: white;
    line-height: 1.4;
    color: var( --e-global-color-5c0c11f );
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}

/* Overlay Effect */
.sx-ebook-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(38, 48, 199,0.69); /* Adjust the blue overlay color */
    z-index: 0;
}

.btn.btn-download-ebook,.btn.btn-download-ebook:hover,.btn.btn-download-ebook:focus,.btn.btn-download-ebook:active {
	background-color: #004aad !important;
	color: #fff !important;
	margin-top: 10px;
	text-align: center;
	margin: 0 auto;
	display: block;
	margin-top: 10px;
	border-radius: 5px;
	text-transform: uppercase;
	border: 0px;
}
.ebook-modal-body .col-md-12 {
	margin-bottom: 15px;
}
.ebook-modal-header h2 {
	font-family: "Poppins", Sans-serif;
	font-size: 15px;
	font-weight: 600;
	margin: 0px;
}
.ebook-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.sx-download-ebook{ cursor:pointer;}
/* Modal Content/Box */
.ebook-modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  width: 30%; /* Could be more or less, depending on screen size */
   animation-name: animatetop;
  animation-duration: 0.4s;
  border-radius: 5px 5px 0px 0px;
}
.sx-message{font-size: 14px;font-weight: normal;}
.sx-message.sx-remove-mail-message{ color:red;}
.sx-message.sx-success-mail-message{ color:green;}
.sx-ebook-form .error {
	color: red;
	font-size: 12px;
	font-weight: normal;
}
/* The Close Button */
.ebook-close {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  top: -11px;
}

.ebook-close:hover,
.ebook-close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.ebook-modal-header {
  padding: 11px 16px;
  background-color: #004aad;
  color: white;
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px 5px 0px 0px;
}

/* Modal Body */
.ebook-modal-body {padding: 8px 18px;font-family: "Poppins", Sans-serif;font-size: 15px;font-weight: 600;}



/* Add Animation */
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}


.sx_current_category.open > a, .sx_current_category {
	color: #de7b18;
}
.sx-category {
  font-size: 18px;
  font-family: poppins;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
.sx-category-sub {
  display: flex;
  margin-top: 4px;
  align-items: first baseline;
  align-self: ;
}
.sx-category-sub h4 {
  color: #de7b18;
  text-transform: uppercase;


  display: block;
  /*! border-right: 1px solid #6d52d9; */
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}
.sx-category-sub h5 {
  color: #636363;
  font-size: 11px;
  float: right;
  display: block;
  border-left: 1px solid #de7b18;
  padding-left: 15px;
}
.xs-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  min-height:48px;
}
.xs-description {
	font-size: 12px;
	color: #333;
	min-height: 130px;
}


.xs-card-section {
  box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.21);
}
.xs-tag {
  position: absolute;
  bottom: 0px;
  background: #de7b18;
  padding: 5px 16px 5px 0px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.sx-image {
  position: relative;
}
.xs-tag img {
  width: 46px;
  position: absolute;
  top: -6px;
}

.sx-tag-type {
  padding-left: 51px;
}
.sx-inner-section {
  padding: 12px 20px;
}
.sx-image .w-100.sx-featured-img {
	height: 280px;
	object-fit: cover;
	object-position: left;
}
.xs-title a{ color:#de7b18 !important;}
.technologyPillarIcon{ cursor:pointer;}
.technologyPillarIcon:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid #000;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  cursor:pointer;
}.technologyPillarList {
	position: absolute;
	background: #eee;
	z-index: 10;
	padding-top: 5px;
	box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.21);
	margin-top: 5px;
	display: none;
	top: 35px;
	left: 62px;
}
.technologyPillarList a {
  display: block;
  padding: 8px 16px;
  color: #000;
  font-size: 13px;
  border-bottom: 1px dotted;
}
.btn-join-mailing-list,.btn-join-mailing-list:hover {
	background: #000fa4;
	border: 3px solid #d1d1d1;
	color: #fff;
	border-radius: 0px;
	font-size: 16px;
	padding: 8px 15px;
}

.btn-join-mailing-list svg {
	width: 20px;
	color: #fff;
	fill: #fff;
	margin-left: 10px;
	position: relative;
	top: 5px;
}
.UpToDateInsights{font-size: 18px;font-weight: bold;margin-right: 15px;}
.xs-sub-category-sidebar h6 {
	font-size: 18px;
	font-family: "Poppins", Sans-serif;
	font-weight: 600;
	text-transform: capitalize;
	margin-top:10px;
	background: #de7b18;
	padding: 10px 20px;
	color: #fff;
	margin: 0px;
	border-radius: 5px 5px 0px 0px;
	font-family: Roboto, sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
}

.xs-sub-category-sidebar {
  margin-top: 30px;
}

.sx-postTypeSection {
  text-transform: capitalize;
  margin-top: 10px;
  background: #de7b18;
  padding: 7px 20px;
  color: #fff;
  margin: 0px;
  border-radius: 5px 5px 0px 0px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}
.sx-postTypeList a {
  display: block;
  color: #000;
  /*! margin-left: 20px; */
  font-size: 13px;
  font-family: "Poppins", Sans-serif;
  font-weight: 600;
  margin-top: 8px;
/*   border-bottom: 1px solid #333; */
  padding-left: 15px;
  padding-bottom: 9px;
  text-decoration: none !important;
	align-content: center;
}
.sx-postTypeList a:before {
  content: "> ";
  color: #de7b18;
  font-size: 20px;
  position: relative;
  top: 2px;
}

.sx-postTypeCard {
    margin: 0 auto;
    padding: 16px;
    width: 100%;
    height: 100%;
    margin-top: 25px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 28px;
    text-align: center;
}

.sx-postTypeList a {
    background: white;
    border-radius: 16px;
    min-height: 250px;
    position: relative;
    z-index: 0;
    padding: 24px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.xs-category-heading {
  font-family: "Poppins", Sans-serif;
  font-size: 29.5px;
  font-weight: 600;
  text-transform: uppercase;
  color: var( --e-global-color-text );
  border-bottom: 2px solid #21508A;
  margin-bottom: 15px;
  padding-bottom: 15px;
  margin-top: 20px;
}

.custom-category-tree {
    list-style: none;
    margin: 0;
    position: relative;
    border: 1px solid #333;
    padding: 0px;
    border-bottom: 0px;
    border-right: 0px;
}

.custom-category-tree ul {
    display: block; /* Hide subcategories by default */
    /*! margin-left: 15px; */
    /*! padding-left: 10px; */
    /*! border-left: 1px solid #ccc; */
}

.custom-category-tree li {
	position: relative;
	margin: 5px 0;
	padding: 5px 0;
	font-size: 13px;
	font-family: "Poppins", Sans-serif;

	font-weight: 600;
	border-bottom: 1px solid;
	padding-left: 15px;
	text-transform: unset;
}
.custom-category-tree li a{ color:#333;text-decoration: none;}

.custom-category-tree .toggle-button {
    cursor: pointer;

    font-weight: bold;
    margin-right: 5px;
    /*! display: none; */
}

.custom-category-tree .toggle-button.open {
    transform: rotate(90deg); /* Rotate indicator when open */
}

.sx-pagination {
    text-align: center;
    margin: 20px 0;
}

.sx-pagination a,
.sx-pagination span {
    display: inline-block;
    margin: 0 5px;
    padding: 10px 15px;
    color: #000;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    text-decoration: none;
}

.sx-pagination a:hover {
    background-color: #0073aa;
    color: #fff;
}

.sx-pagination .current {
    background-color: #0073aa;
    color: #fff;
}

.btn-join-mailing-list.float-end {
  padding-top: 2px;
}

.sx-postTypeList {
/*   border: 1px solid #333;
  border-bottom: 0px; */
	display: flex;
}
@media only screen and (max-width: 992px) {
	.sx-postTypeList {
/*   border: 1px solid #333;
  border-bottom: 0px; */
	display: block;
}
}


.custom_category_tree {
  border: 1px solid #333;
  border-bottom: 0px;
  border-left: 0px;
}
.main-category {
  border-bottom: 1px solid #333;
}



.custom-category-tree {
    list-style: none;
    /*! padding-left: 20px; */
    margin: 0;
}

.custom-category-tree .main-category {
    font-weight: bold;
}

.custom-category-tree li {
    position: relative;
    margin-bottom: 5px;
    /*! padding-left: 20px; */
}

.custom-category-tree .toggle-button {
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
    font-size: 20px;
    color: #6d52d9;
}

.custom-category-tree ul {
    display: none;
    /*! margin-left: 20px; */
}

.custom-category-tree .open > ul {
    display: block;
}

.custom-category-tree .toggle-button::before {
    content: "+";
    margin-right: 5px;
}

.custom-category-tree .open > .toggle-button::before {
    content: "-";
}

.main-category.open .custom-category-tree {
  margin-left: 15px;
}
.sx_sub_arrow{
	color: #de7b18;
	font-size: 20px;
	position: relative;
	top: 0px;
}
.custom-category-tree li a:hover,.sx-postTypeList a:hover {
  color: #de7b18;
}
.ebookdownloadbtn,.ebookdownloadbtn:hover {
	background-color: #2630C7;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: inline-flex;
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	fill: var( --e-global-color-secondary );
	color: var( --e-global-color-secondary );
	border-style: solid;
	border-width: 3px 3px 3px 3px;
	border-radius: 0px 0px 0px 0px;
	padding: 2px 10px 3px 10px;
	border: 0px !important;
}
.ebookdownloadbtn:focus{background-color: #90989d !important;}

.latest-articale-sub .sx-ebook-box::before {
	background-color: #004AADBD;
}
.latest-articale-sub  .sx-ebook-box {height: 206px;}
.latest-articale-sub  .sx-ebook-title {font-size: 14px;font-weight: 400;}
.latest-articale-sub  .sx-ebook-sub-title {font-size: 14px;font-weight: 400;}
.latest-articale-sub  .sx-sub-descrption {
	font-family: "Poppins", Sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-transform: none;
	font-style: normal;
	line-height: 16px;
	color: var( --e-global-color-secondary );
	background: #4A7EC2;
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 15px;
	padding-right: 15px;
	min-height:112px;
}


.sx-featured-ebook.sx-download-ebook {
  min-height: 319px;
  background-size: cover !important;
  background-position: top 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
}
.sx-featured-ebook-title {
  color: #fff;
  z-index: 1000;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-align: left;
  color: var( --e-global-color-5c0c11f );
  font-family: "Poppins", Sans-serif;
}
.sx-featured-ebook.sx-download-ebook:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(38, 48, 199, 0.50) !important;
  z-index: 0;
}
.archive-page .container {
	width: 100% !important;
}
@media (min-width: 300px) and (max-width: 767.98px) {
.d-flex.aling-items-center.float-end.for-most-up-to-date-inside {
  display: block !important;
  float: none !important;
}
.UpToDateInsights {
  margin-bottom: 10px !important;
  margin-top: 5px !important;
}
.ebook-modal-content {
	margin: 40% auto;
	width: 90%;
}
}