/*
 Theme Name: Divi Child
 Theme URI: https://yourwebsite.com
 Description: Child theme for Divi
 Author: Yenmin Dev Team
 Author URI: https://yenmin.com
 Template: Divi
 Version: 1.0.0 v4
*/

body {
	font-family: 'Roc Grotesk', sans-serif;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
li {
	color: #000 !important;
}

p,
.et_pb_text_inner {
	font-weight: 400 !important
}

.section-padding.et_pb_section {
	padding: 150px 0px 150px 0px;
}

.section-bottom-zero.et_pb_section {
	padding-bottom: 0;
}

.section-no-padding.et_pb_section {
	padding: 0
}

/* Home Banner */
.et_pb_section.home-banner {
	display: flex;
}

.home-banner .et_pb_row_1 {
	top: 65%;
	left: 49%;
}

.home-banner .et_pb_image img {
	max-width: 90% !important;

}

.home-banner .et_pb_module {
	margin-bottom: 0;
}

/* End Home Banner */
.help-you-row .et_pb_column:nth-child(even) {
	margin-top: 70px;
}

.help-you-row .et_pb_blurb_container {
	padding-top: 19px;
}

/* Card */
.latest-article .et_pb_ajax_pagination_container .et_pb_post {
	border: 2px solid #000;
	padding: 0 !important;
	width: 270px !important;
}

.latest-article .et_pb_post {
	padding: 0;
	/*   position: relative; */
	display: flex;
	flex-direction: column;
	height: min-content !important;
}

/* TITLE BLOCK (TOP COLOR AREA) */
.latest-article .et_pb_post .entry-title {
	background: #7de3f4;
	padding: 47px 32px 45px 28px;
	margin: 0;
	border-bottom: 2px solid #000;
}

.latest-article .et_pb_post .entry-title a {
	display: block;
}

/* CONTENT AREA */
.latest-article .et_pb_post .post-content {
	padding: 20px;
	order: 2;
}

/* META BLOCK */
.latest-article .et_pb_post .post-meta {
	display: flex;
	flex-direction: column;
	gap: 0px;
	margin: 0;
	padding: 0;
}

/* === REMOVE THE | SEPARATOR (CSS ONLY) === */
.latest-article .et_pb_post .post-meta {
	font-size: 0;
	line-height: 0;
}

/* Restore date + category text */
.latest-article .et_pb_post .post-meta .published,
.latest-article .et_pb_post .post-meta a {
	line-height: 1.4;
}

/* CATEGORY TAG */
.latest-article .et_pb_post .post-meta a {
	background: #FCF300;
	padding: 10px 20px;
	width: fit-content;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;

	/* IMPORTANT: no top & left border */
	border-top: none;
	border-left: none;
}

/* DATE – OUTSIDE BOTTOM */
.latest-article .et_pb_post .published {
	position: absolute;
	bottom: -45px;
	right: -2px;
	border: 2px solid #000;
	padding: 10px 20px;
	background: #fff;
	font-weight: 400 !important;
	border-top: 0;
}

/*   CATEGORY BASED COLORS */
/* GROWTH */
.latest-article .et_pb_post.category-finance .entry-title {
	background: #7de3f4;
}

.latest-article .et_pb_post.category-finance .post-meta a {
	background: #FCF300;
}

/* SAAS */
.latest-article .et_pb_post.category-saas .entry-title {
	background: #a9bfff;
}

.latest-article .et_pb_post.category-saas .post-meta a {
	background: #d9d9d9;
}

/* MARKETING */
.latest-article .et_pb_post.category-marketing .entry-title {
	background: #7ff0c4;
}

.latest-article .et_pb_post.category-marketing .post-meta a {
	background: #FCF300;
}

/* PERSONAL GROWTH */
.latest-article .et_pb_post.category-wisdom .entry-title {
	background: #ffb896;
}

.latest-article .et_pb_post.category-wisdom .post-meta a {
	background: #e6e6e6;
}

.latest-article .et_pb_ajax_pagination_container {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 20px !important;
}

.latest-article .et_pb_ajax_pagination_container .et_pb_post:nth-child(even) {
	margin-top: 50px;
}

/* learn by doing */
.learn-by-doing {
	flex-wrap: wrap !important;
}

.learn-by-doing .et_pb_column {
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}

.learn-by-doing .et_pb_column:nth-child(1) {
	width: 3%;
}

.learn-by-doing .et_pb_column:nth-child(2) {
	width: 58%;
	display: flex !important;
	align-items: center !important;
}

.learn-by-doing .et_pb_column:nth-child(2) .et_pb_blurb_content h4 {
	font-weight: 400 !important;
}

.learn-by-doing .et_pb_column:nth-child(3) {
	width: 11%;

}

.learn-by-doing .et_pb_column:nth-child(4) {
	/*   width: 23%; */
	width: 28%;
	position: relative
}

.learn-by-doing .et_pb_column:nth-child(4) .et_pb_social_media_follow {
	display: flex !important;
	position: absolute;
	left: -28px;
}

.learn-by-doing .et_pb_column:nth-child(4) .et_pb_social_media_follow li a {
	margin-right: 16px !important;
}


/* for regular weight  */
.regular-weight .et_pb_text_inner p {
	font-weight: 400 !important
}

.regular-weight .et_pb_heading_container h1 {
	font-weight: 400 !important
}

/* from zero to million */
.from-zero-section {
	position: relative;
	overflow: hidden;
	background: #ffffff;
	padding: 120px 0;
}

.from-zero-section::before {
	content: "";
	position: absolute;
	/*   top: 50%; */
	top: 58%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 240px;
	/* yellow strip height */
	background-color: #FCF300;
	/* yellow from reference */
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	z-index: 1;
}


/* Keep Divi content above the yellow band */
.from-zero-section .et_pb_row {
	position: relative;
	z-index: 2;
}

.from-zero-section .from-zero-row .et_pb_column:first-child .et_pb_image_wrap {
	position: relative;
	display: inline-block;
}

/* Decorative image AFTER main image with border */
.from-zero-section .from-zero-row .et_pb_column:first-child .et_pb_image_wrap::after {
	content: "";
	position: absolute;
	right: -231px;
	bottom: -0px;
	width: 233px;
	height: 120px;
	background-image: url("/wp-content/uploads/2026/01/hor-box.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-color: #fff;
	border: 2px solid #000;
	box-sizing: border-box;
	/* helps border stand out */
	z-index: 5;
	pointer-events: none;
}

.from-zero-section .from-zero-row .et_pb_column:first-child {
	position: relative;
}

.from-zero-section .from-zero-row .et_pb_column:first-child .from-zero-guide-btn {
	position: absolute;
	bottom: 40px;
	/* adjust */
	right: -115px;
	transform: translateX(-50%);
	z-index: 10;
}


/* About Me */
.about-title-row .et_pb_column {
	display: flex;
}

.about-title-row .et_pb_column .et_pb_blurb {
	position: relative;
}

/* Decorative image AFTER main image with border */
.about-title-row .et_pb_column .et_pb_blurb::after {
	content: "";
	position: absolute;
	right: -91px;
	top: 0;
	width: 97px;
	height: 97px;
	background-image: url("/wp-content/uploads/2026/01/Group.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-color: #fff;
	border: 2px solid #000;
	box-sizing: border-box;
}

.about-title-row .et_pb_column .et_pb_blurb h4 {
	padding-bottom: 0 !important;
}

.about-des-row .about-para-col {
	position: relative;
	margin-left: 40px;
	margin-right: 90px;
}

/* Decorative image AFTER main image with border */
.about-des-row .about-para-col::before {
	content: "";
	position: absolute;
	left: -39px;
	top: 0;
	width: 39px;
	height: 100%;
	background-image: url("/wp-content/uploads/2026/01/Group-1171277180.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	box-sizing: border-box;
	/* helps border stand out */
}

.about-des-row .about-col2 {
	margin-top: 44px;
}


.about-des-row .about-col2 {
	position: relative;
}

/* Decorative image AFTER main image with border */
.about-des-row .about-col2::before {
	content: "";
	position: absolute;
	left: -93px;
	top: 2px;
	width: 98px;
	height: 100%;
	background-image: url("/wp-content/uploads/2026/01/Group-1171277182.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	box-sizing: border-box;
	/* helps border stand out */
}

.about-des-row .about-col2 {
	position: relative;
}

.about-des-row .about-col2 .et_pb_text {
	position: absolute !important;
	left: 3px;
	bottom: -1px;
	display: flex;
	justify-content: end;
	z-index: -3;
}

.about-des-row .about-col2 .et_pb_text_inner {
	width: 33%;
}

/* dot image */
.about-des-row .about-col2::after {
	content: "";
	position: absolute;
	right: 75px;
	top: 22px;
	width: 98px;
	height: 92px;
	background-image: url("/wp-content/uploads/2026/01/Group-1.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	box-sizing: border-box;
	/* helps border stand out */
}

.about-des-row .about-me-img ::after {
	content: "";
	position: absolute;
	right: -138px;
	top: 145px;
	width: 108px;
	height: 77px;
	background-image: url("/wp-content/uploads/2026/01/Group-1171277081.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	box-sizing: border-box;
	/* helps border stand out */
}

.about-des-row .about-me-yellow-pattern {
	position: absolute !important;
	right: 0;
	top: 0;
}

/* Blog Styles */
.page-id-22 .et-l--header {
	position: absolute;
	width: 100%;
}

.et_pb_section.home-banner {
	height: 100vh;
}

.digital-solutions {
	position: relative;
}

.digital-solutions .et_pb_column {
	width: 44.5% !important;
	position: relative;
	overflow: visible;
	margin-right: 8%;
}

.digital-solutions .et_pb_column:after {
	content: '';
	position: absolute;
	top: -1px;
	right: -35px;
	left: auto;
	width: 34px;
	height: 100%;
	background: url(/wp-content/uploads/2026/01/right-patten.png) no-repeat;
}

.digital-solutions .et_pb_blurb {
	position: absolute !important;
	top: -65px;
	width: 88%;
}

.digital-solutions .et_pb_image_wrap {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.digital-solutions .et_pb_main_blurb_image {
	width: 102px;
	height: 102px;
	background: #fff;
	border: 1.5px solid #000;
}

.digital-solutions .et_pb_blurb_container {
	padding: 0;
	position: relative;
	top: 25px;

}

.digital-solutions .et_pb_module_header {
	padding: 10px 45px 10px 45px;
	background: #48CAE4;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

.digital-solutions .et_pb_module_header:before {
	content: '';
	position: absolute;
	top: 15px;
	left: 0;
	width: 32px;
	height: 10px;
	background: url(/wp-content/uploads/2026/01/arrow.png) no-repeat;
}

.digital-solutions .et_pb_module_header:after {
	content: '';
	position: absolute;
	top: 15px;
	right: -50px;
	width: 32px;
	height: 10px;
	background: url(/wp-content/uploads/2026/01/right-line.png) no-repeat;
}

.visit-btn {
	position: absolute !important;
	bottom: -68px !important;
}

.post-filters {
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-bottom: 70px;

}

.post-filters button {
	border: 1px solid #000;
	background: #fff;
	padding: 9px 15px;
	cursor: pointer;
	font-size: 16px;
	line-height: 24px;
}

.post-filters button.active {
	background: #00c8ff;
	color: #fff;
}

.post-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.post-link-wrapper {
	color: #000;
}

/* Card 2 and 4 in every row */
.post-link-wrapper:nth-child(4n + 2),
.post-link-wrapper:nth-child(4n + 4) {
	transform: translateY(50px);
}

.post-item {
	position: relative;
}

.post-head-group {
	border: 1px solid #000;
}

.post-header {
	padding: 40px 20px;
	text-align: center;
	border-bottom: 1px solid #000;
}

.post-header h3 {
	line-height: 30px !important;
	font-weight: 700 !important;
	color: #000 !important;
}

span.post-category {
	font-size: 16px;
	padding: 10px 20px;
	display: inline-block;
	background: #FCF300;
	line-height: 24px;
	border: 1px solid #000;
	border-left: 0;
	border-top: 0;
}

.post-content {
	padding: 20px !important;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

.post-date {
	float: right;
	padding: 10px 20px;
	border: 1px solid #000;
	margin: 0;
	line-height: 24px;
	font-size: 16px;
	border-top: 0;

}

.custom-pagination {
	margin-top: 100px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom-pagination a {
	margin: 0 5px;
	padding: 10px 20px;
	border: 1px solid #000;
	text-decoration: none;
	font-size: 18px;
	color: #000;
	line-height: 24px;
}

.custom-pagination a.page-number.active {
	background: #000;
	color: #fff;
}

.custom-pagination a.page-number {
	border: 0;
	margin: 0;
}

.custom-pagination .dots {
	display: flex;
	justify-content: center;
	align-items: center;
}

.custom-pagination .page-numbers {
	display: flex;
	border: 1px solid #000;
	margin: 0 5px;
}

/* post Details */
.single-post .wp-block-quote {
	border: 1.5px solid #000;
	margin: 20px 0 1.75em;
	padding: 36px 40px;
	background: #48CAE4;
	position: relative;
}

.single-post .wp-block-quote p {
	font-size: 28px;
	color: #000;
	line-height: 32px;
	padding-left: 75px;
}

.single-post .wp-block-quote:after {
	content: '';
	position: absolute;
	top: 30px;
	left: 30px;
	width: 80px;
	height: 100%;
	background: url(/wp-content/uploads/2026/01/quote-1.png) no-repeat;
	background-size:55%;
}

.single-post .wp-block-list {
	list-style: none;
	/* remove default bullets */
	padding-left: 0;
}

.single-post .wp-block-list li {
	position: relative;
	padding-left: 30px;
	/* space for the image */
}

.single-post .wp-block-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 16px;
	height: 16px;
	background-image: url("/wp-content/uploads/2026/01/Group-1171277187.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.post-detail-meta {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: -80px;
}

.post-detail-meta a {
	color: #000000;
	font-weight: 600;
}

.post-tags .et_pb_text_inner a {
	padding: 10px 20px;
	color: #000;
	background: #EBEBEB;
	line-height: 24px;
	font-size: 18px;
}

.post-tags .et_pb_text_inner a:nth-child(1) {
	margin-left: 25px;
}

.latest-articles-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

/* exclu */
span.post-count {
	padding: 10px 20px;
	border: 1px solid #000;
	background: #FCF300;
	color: #000;
	/* margin-top: -53px; */
	position: relative;
	display: inline-block;
	top: -18px;
	height: 46px;
	left: -1px;
	font-weight: 700;
}

.execution-log-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 17px;
	padding-top: 30px;
	margin-top: 30px;
}

.execution-log-card-link {
	width: 100%;
}

.execution-log-card {
	/*     width: 49%; */
	width: 100%;
	position: relative;
}

.execution-log-item {
	border: 1px solid #000;
}

.execution-log-card:nth-child(2n) {
	margin-top: 40px;
}

.execution-head {
	border-bottom: 1px solid #000;
}

h3.log-title {
	padding: 10px 30px 30px 35px;
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
	width: 80%;
}

p.log-excerpt {
	padding: 30px 40px !important;
	font-size: 16px;
	line-height: 24px;
}

.log-date {
	float: right;
	border: 1px solid #000;
	border-top: 0;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.log-date p {
	padding: 0px 20px;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

.arrow-box {
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid #000;
}

.post-tags .et_pb_text_inner a {
	margin-right: 10px;
	/* 	margin-bottom:10px; */
}

.post-tags .et_pb_text_inner {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	align-items: center;
}


.latest-article .post-meta,
.latest-article p.post-meta {
	font-size: 0 !important;
}

.latest-article .post-meta *,
.latest-article p.post-meta * {
	font-size: 14px !important;
}





.book-notes-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.book-note-item {
    padding: 16px;
    border: 1px solid #ddd;
    background: #fff;
}

.pagination {
    margin-top: 30px;
    text-align: center;
}
.book-image{
    display: flex;
    justify-content: center;
  padding:45px;
}

.book-notes-wrapper h3.log-title {
    padding: 31px;
  width:100%;
}

.book-notes-wrapper .execution-log-card-link:nth-child(3n + 2) {
    transform: translateY(50px);
}


.read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}



.et_pb_section .et_pb_button_1_tb_body.books-btn:after {
	margin-top:8px;
	margin-left:10px;
}
.book-notes-wrapper .execution-head {
    border-bottom: 0;
    border-top: 1px solid #000;
}

.sidebar-table .ez-toc-title-container{
	padding-bottom:20px;
	font-size:22px;
	line-height:26px;
	font-weight:700;
	text-decoration:underline;
}
.et_pb_code .sidebar-table{
    overflow: visible !important;
}
.sidebar-img{
border-top:1px solid #000000;	
}
.sidebar-table #ez-toc-container {
	padding:30px 20px;
	margin-bottom:0;
	border:1px solid #000000;
	border-radius:0;
    position: sticky;
    top: 0px;
    z-index: 9;
}

.sidebar-table #ez-toc-container li{
	margin:5px 0;
}
@media (min-width: 981px) {
	.about-des-row .about-para-col {
		width: 40% !important;
	}
}


@media (max-width: 1366px) {
	.home-banner .et_pb_image img {
		max-width: 90% !important;
		height: auto;
	}

	.home-banner .et_pb_row_1 {
		top: 62%;
		left: 48%;
	}
}

@media (max-width: 1366px) and (max-height: 768px) {
	.home-banner .et_pb_image img {
		max-width: 80% !important;
	}

	.home-banner .et_pb_row_1 {
		top: 70%;
	}
}

@media (max-width: 1340px) {
   .sidebar-mail .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal {
    width: 60%!important;
}
.sidebar-mail .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal{
    width: 100%!important;
}
.sidebar-mail .ml-form-horizontalRow {
      display: grid;
    gap: 5px;
}
}

@media (max-width: 1280px) and (max-height: 600px) {
	.home-banner .et_pb_image img {
		max-width: 60% !important;
	}

	.home-banner .et_pb_row_1 {
		top: 65%;
		left: 50%;
	}
}

@media (max-width: 1150px) {
 .et_pb_image_1_tb_body.sidebar-img .et_pb_image_wrap img{
    height: 130px!important;
}
	.et_pb_text_3_tb_body.sidebar-head h2{
  font-size: 29px;
    line-height: 35px;
    padding:0;
}
}
@media (max-width: 1120px) {
	.home-banner h1 {
		font-size: 35px !important;
	}
}

@media (max-width:1200px) {
	.about-des-row .about-para-col {
		margin-right: 60px;
	}

	.from-zero-title {
		width: 100% !important;
	}

	.from-zero-row .from-zero-description {
		width: 100% !important;
		margin-top: 60px !important;
	}
}

@media (max-width:1024px) {
	.about-des-row {
		display: flex;
		flex-direction: column-reverse;
	}

	.about-des-row .about-col2::before {
		left: 0;
	}

	.about-des-row .about-col2 .et_pb_text {
		left: 0;
	}

	.about-des-row .et_pb_column {
		width: auto !important
	}

	.about-des-row .et_pb_column.about-para-col {
		width: 100% !important;
		/* 		width:88% !important; */

	}

	.about-title-row .et_pb_blurb_5.et_pb_blurb {
		margin-left: 0 !important;
	}

	.latest-article .et_pb_ajax_pagination_container .et_pb_post {
		width: 251px !important;
	}

	.about-des-row .about-me-img {
		margin-left: 96px !important;
	}

	.about-des-row .about-para-col {
		margin: 0 !important;
	}

	.about-des-row .about-para-col::before {
		display: none;
	}

	.about-des-row .about-col2::after {
		right: 200px;
		top: 50px;
	}

	.about-des-row .about-me-img ::after {
		right: -282px;
		top: 205px;
	}

	.from-zero-row .from-zero-title {
		margin-top: 20px !important;
	}

	.about-des-row {
		width: 80% !important;
	}

	.about-title-row {
		width: 80% !important;
	}

	.learn-by-doing .et_pb_column:nth-child(1) .et_pb_image_wrap img,
	.learn-by-doing .et_pb_column:nth-child(3) .et_pb_image_wrap img {
		min-height: 247px;
	}
	
	.header_col1 .et_pb_menu {
    width: 60%;
	}
}

@media (max-width:992px) {
	.about-des-row .about-col2 {
		margin-top: 0;
	}
}

@media (max-width: 980px) {
	.et_pb_section.home-banner {
		height: 100%;
		display: block;
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}

	.home-banner .et_pb_image img {
		max-width: 100% !important;
	}

	.home-banner .et_pb_row_1 {
		position: relative !important;
		top: auto !important;
		bottom: 0;
		left: 0;
		transform: none;
	}

	.lr-info .et_pb_column_2 {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.from-zero-section::before {
		top: unset;
		bottom: -20px;
		height: 284px;
	}

	.from-zero-section .from-zero-row .et_pb_column:first-child .from-zero-guide-btn {
/* 		bottom: 50px;
        left: unset;
        right: 10%; */
		display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 36px;
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
		transform: none;
	}

	.from-zero-section .from-zero-row .et_pb_column:first-child {
		margin-bottom: 0 !important;
	}

	.from-zero-row .from-zero-description {
		margin-top: 45px !important;
	}

	.about-mob-image {
		position: absolute;
		right: -65px;
		top: 0;
	}

	.latest-article .et_pb_ajax_pagination_container .et_pb_post {
		 width: 48% !important;
	}

	.learn-by-doing .et_pb_column:nth-child(1) {
		width: 4% !important;
	}

	.learn-by-doing .et_pb_column:nth-child(2) {
		width: 96% !important;
	}

	.learn-by-doing .et_pb_column:nth-child(3) {
		width: 14% !important;
	}

	.learn-by-doing .et_pb_column:nth-child(4) {
		width: 86% !important;
	}

	.digital-solutions .et_pb_column {
		width: 100% !important;
	}

	.digital-solutions .et_pb_column:first-child {
		margin-bottom: 100px !important;
	}

	.post-grid {
		grid-template-columns: repeat(2, 1fr);

	}

	.post-link-wrapper:nth-child(2n) {
		transform: translateY(30px);
	}

	.latest-articles-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.footer-menu .nav li{
		width:100%;
	}
	.book-notes-wrapper {

    grid-template-columns: repeat(2, 1fr);

}
	  .et_pb_image_1_tb_body.sidebar-img .et_pb_image_wrap img{
    height: 73px!important;
}
	 .et_pb_text_4_tb_body.sidebar-txt p,.et_pb_text_3_tb_body.sidebar-txt p{
 width:70%;
}
  .sidebar-txt .et_pb_text_inner{
    text-align: center;
    display: flex;
    justify-content: center;
  }
	.sidebar-mail .ml-form-formContent.horozintalForm .ml-form-horizontalRow{
    padding-left:40px;
    padding-right:40px;
  }
   .sidebar-mail .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal {
    width: 30%!important;
}
.sidebar-mail .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal{
    width: 70%!important;
}
.sidebar-mail .ml-form-horizontalRow {
      display: block;
    gap: 0px;
}
 .sidebar-mail #mlb2-35338217.ml-form-embedContainer .ml-form-align-center {
    text-align:center!important;
  }
	 .et_pb_text_3_tb_body.sidebar-head h2 br{
 display:none;
}
   .et_pb_text_3_tb_body.sidebar-head h2{
  font-size: 24px;
    line-height: 30px;
  }
	.sidebar-table .ez-toc-title-container{
	padding-bottom:0px;
	font-size:20px;
	line-height:24px;
	}
.sidebar-table #ez-toc-container {
    position: static;
	
	}
}
@media (max-width: 900px) {
    .from-zero-section .from-zero-row .et_pb_column:first-child .from-zero-guide-btn {
        right: 5%;
    }
	
  .et_pb_text_5_tb_body.sidebar-txt p{
 width:85%;

}
	 .et_pb_text_5_tb_body.sidebar-txt p{
 width:85%;
}
}
@media (max-width:882px) {
	.latest-article .et_pb_ajax_pagination_container .et_pb_post {
		width: 47% !important;
	}
/* 	.from-zero-section .from-zero-row .et_pb_column:first-child .from-zero-guide-btn {
        right: 0%;
    } */
}

@media (max-width:768px) {
	.about-des-row .about-col2::before {
		left: 0;
		width: 58px;
		background-image: url(/wp-content/uploads/2026/01/Group-1171277185.png);
	}

	.about-title-row .et_pb_column .et_pb_blurb::after {
		display: none;
	}

	.about-des-row .about-me-img {
		margin-left: 55px !important
	}

	.about-des-row .about-col2::after {
		width: 50px;
		top: 0;
		height: 47px;
	}

	.about-des-row .about-me-img ::after {
		background-image: url(/wp-content/uploads/2026/01/Group-1171277081-1.png);
		top: 0;
		width: 75px;
		display: none;
	}

	.side-spacing {
		padding-right: 16px !important;
		padding-left: 16px !important;
	}

	.from-zero-row .from-zero-description {
		margin-top: 20px !important;
	}

	.section-padding.et_pb_section {
		padding: 100px 0px 100px 0px;
	}

	.section-bottom-zero.et_pb_section {
		padding-bottom: 0;
	}

	.from-zero-section::before {
		bottom: -80px;
	}
}

@media (max-width: 767px) {
	.home-banner .et_pb_row_0 {
		width: 100%;
	}

	.home-banner .et_pb_image img {
		max-width: 100% !important;

	}

	.home-banner .et_pb_image_wrap {
		width: 100% !important;
	}

	.home-banner img {
		width: 100% !important;
	}
	.book-notes-wrapper {

    grid-template-columns: repeat(1, 1fr);

}
	.book-notes-wrapper .execution-log-card-link:nth-child(3n + 2) {
    transform: translateY(0px);
}
}

@media (max-width: 600px) {
	.post-grid {
		grid-template-columns: 1fr;
	}

	.post-link-wrapper {
		transform: none;
		margin-bottom: 50px;
	}

	.post-link-wrapper:nth-child(2n) {
		transform: none;
	}

	.latest-articles-grid {
		grid-template-columns: 1fr;
	}

	.execution-log-wrapper {
		flex-direction: column;
	}

	.execution-log-card {
		width: 100%;

	}
}

@media (max-width:559px) {
	.latest-article .et_pb_ajax_pagination_container .et_pb_post {
		width: 100% !important;
	}
	.et_pb_text_4_tb_body.sidebar-txt p,.et_pb_text_3_tb_body.sidebar-txt p{
 width:85%;
}
}

@media (max-width:575px) {
	.et_pb_section.home-banner {
		padding-top: 0px !important;
		padding-bottom: 60px !important;
	}

	.home-banner h1 {
		font-size: 32px !important;
		line-height: 34px !important;

	}

/* 	.home-banner .et_pb_row_1 {
		width: 90%;
		left: 45%;
	} */

	.et_pb_row.hero-img-row {
		width: 100% !important;
	}

	.et_pb_row {
		width: 90%;
	}

	.about-title-row,
	.about-des-row {
		width: 90% !important;
	}

	.section-padding.et_pb_section {
		padding: 80px 0px 80px 0px;
	}

	.section-bottom-zero.et_pb_section {
		padding-bottom: 0;
	}

/* 	.from-zero-section::before {
		bottom: -45px;
	} */

	.about-mob-image {
		right: -40px;
	}

	.about-des-row .et_pb_column.about-para-col {
		width: 90% !important;
	}

	.about-des-row .about-col2 .et_pb_text {
		position: unset !important;
	}

	.about-des-row .about-col2 .et_pb_text .et_pb_text_inner {
		width: 100%;
	}

	.about-des-row .about-col2::after {
		right: 40px;
	}

	.about-des-row .about-col2::before {
		top: 62px
	}

	.about-des-row .about-col2 {
		display: flex;
		flex-direction: column-reverse;
	}

	.about-des-row .about-col2::after {
		top: 144px;
	}

	.help-you-row .et_pb_column:nth-child(even) {
		margin-top: 0
	}

	.learn-social-btn.et_pb_social_media_follow li a.icon {
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
	}

	.latest-article .et_pb_ajax_pagination_container .et_pb_post {
		width: 100% !important;
	}

	.learn-by-doing .et_pb_column:nth-child(3) .et_pb_image_wrap img {
		min-height: 160px !important;
	}

	.latest-article .et_pb_post .published {
		bottom: -43px;
		border-top: 0;
	}

	.single-post .wp-block-quote p {
		padding-left: 0;
		font-size: 23px;
		line-height: 26px;
	}

	.single-post .wp-block-quote {
		padding: 30px;
	}

	.single-post .wp-block-quote:after {
		display: none
	}

	.post-detail-meta {
		bottom: -74px;
	}

	/* 	.et_pb_row_1_tb_footer{padding-bottom:0;} */
	.post-filters {
		justify-content: flex-start;
		gap: 12px;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		padding-bottom: 10px;
		margin-bottom: 35px;
		-webkit-overflow-scrolling: touch;
		/* smooth iOS scroll */
	}

	.post-filters::-webkit-scrollbar {
		display: none;
		/* hide scrollbar */
	}

	.post-filters>* {
		flex: 0 0 auto;
		/* prevent wrapping */
	}

	.digital-solutions .et_pb_column {
		width: 90% !important;
	}

	.digital-solutions .et_pb_column:first-child {
		margin-bottom: 100px !important;
	}

	.dino {
		padding-top: 130px !important
	}

	.post-link-wrapper {
		margin-bottom: 0px;
	}
	.footer-menu .nav li{
		width:48%;
	}
	 .et_pb_image_1_tb_body.sidebar-img .et_pb_image_wrap img{
   display:none;
}
}

@media (max-width:480px) {
	p {
		font-size: 14px;
		line-height: 22px;
	}

	.learn-by-doing .et_pb_column:nth-child(1) {
		width: 10% !important;
	}

	.help-you-row .et_pb_column:nth-child(even) {
		margin-top: 0;
		flex-direction: column-reverse;
		display: flex;
	}

	.learn-by-doing .et_pb_column:nth-child(2) {
		width: 90% !important;
	}

	.latest-article .et_pb_ajax_pagination_container {
		padding: 0 !important;
	}

	.latest-article .et_pb_ajax_pagination_container .et_pb_post:nth-child(even) {
		margin-top: 0px;
	}

/* 	.from-zero-section .from-zero-row .et_pb_column:first-child .from-zero-guide-btn {
		left: 166px !important;
	} */

	.learn-by-doing .et_pb_column:nth-child(4) .et_pb_social_media_follow {
		left: -30px;
	}

	.about-des-row,
	.et_pb_row,
	.about-title-row {
		width: 90% !important;
	}

	.learn-by-doing .et_pb_column:nth-child(1) {
		width: 8% !important;
	}

	.learn-by-doing .et_pb_column:nth-child(2) {
		width: 92% !important;
	}

	.learn-by-doing .et_pb_column:nth-child(3) {
		width: 27% !important;
	}

	.learn-by-doing .et_pb_column:nth-child(4) {
		width: 73% !important;
	}

	/* 	.about-des-row .about-col2::before { 
		top:76px
	} */
	.single-execution_log .et_pb_section_0_tb_body:after,
	.single-execution_log .et_pb_section_0_tb_body:before,
	.single-post .et_pb_section_0_tb_body:before,
	.single-post .et_pb_section_0_tb_body:after {
		display: none;
	}
	
	.sidebar-mail .ml-form-formContent.horozintalForm{
    padding-left:20px;
    padding-right:20px;
  }
}

/* @media (max-width:410px) {
	.from-zero-section .from-zero-row .et_pb_column:first-child .from-zero-guide-btn {
		left: 85px !important;
		margin-bottom: 20px;
		bottom: -92px;
	}
} */
@media (max-width: 460px) {
   .sidebar-mail .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal {
    width: 60%!important;
}
.sidebar-mail .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal{
    width: 100%!important;
}
.sidebar-mail .ml-form-horizontalRow {
      display: grid;
    gap: 5px;
}
}

@media (max-width: 400px) {
  .sidebar-mail .ml-form-formContent.horozintalForm .ml-form-horizontalRow{
    padding-left:0px;
    padding-right:0px;
  }
     .sidebar-mail .ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields {
        margin-bottom:0!important;
  }
	.et_pb_text_3_tb_body.sidebar-head h2{
  font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 390px) {
	.et_pb_section.home-banner {
		padding-top: 0px !important;
		padding-bottom: 40px !important;

	}
}

@media (max-width:360px) {
	.from-zero-section::before {
		height: 260px;
	}
}

@media (max-width:355px) {
.et_pb_text_4_tb_body.sidebar-txt p,.et_pb_text_3_tb_body.sidebar-txt p{
 width:90%;
}
}