/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 17 2025 | 15:31:38 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.community a {
    display: inline-block;
    background-color: #C34549;
    border-radius: 19px;
    padding: 6px 14px;
    color: #fff; /* white text */
    text-decoration: none;
}
#sp-gbo0p8 .seedprod-menu-list .community a:hover {
	color: #fff !important;
    opacity: 0.85;
}

.sp-tabbedlayout-wrapper li a {
    border-radius: 50px !important;
    border: none;
/*     background: #F4C9CA; */
    padding: 5px 60px;
}

.tab-btn.active {
  background: #F4C9CA !important;
  color: #000 !important;
}

.tab-content {
  display: none;
  margin-top: 1rem;
}
.tab-content.active {
  display: flex;
}

.learning-block {
  display: inline-block;
  width: 48%;              /* two per row */
  vertical-align: top;
  margin-right: 2%;
  text-align: left;        /* keep text aligned */
}

.learning-block:last-child {
  margin-right: 0;
}

.learning-block > i {
  display: inline-block;
  vertical-align: middle;  /* align with heading */
  margin-right: 8px;
  font-size: 18px;         /* adjust size if needed */
}

.learning-block > div {
  display: inline-block;
  vertical-align: top;  /* keep text next to icon */
  width: calc(100% - 30px); /* leave space for icon */
}

/* Blue connector line */
.col-blue::after {
  content: "";
  position: absolute;
  top: 100%;   /* start at bottom of top block */
  left: 80%;   /* center horizontally */
  transform: translateX(-50%);
  width: 3px;
  height: 80px;  /* length of connector */
  background: #A7CDF4;
}

.col-comment {
  position: relative;
  background: #A7CDF4; /* keep your blue */
  color: #000;
  padding: 20px;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
}

.col-comment::before {
  content: "";
  position: absolute;
  bottom: -25px; /* adjust per PNG size */
  left: 20%;
  transform: translateX(-50%);
  width: 60px;   /* adjust */
  height: 40px;  /* adjust */
  background: url('https://learndatainsights.com/wp-content/uploads/2025/09/Vector-1.png') no-repeat center center;
  background-size: contain;
}

.ldi-faq {
  padding: 20px;
}

.ldi-faq details {
  border: 2px solid #C34549; /* red border for each FAQ */
/*   border-radius: 8px; */
  margin-bottom: 12px;       /* space between FAQs */
  padding: 15px 20px;
  background: #fff;
}


.ldi-faq summary {
  padding: 10px 0;
  cursor: pointer;
}

.ldi-faq hr {
  margin: 10px 0;
}

#sp-button-parent-clda5h,
#sp-button-parent-ozyk6l,
#sp-button-parent-ko9si6,
#sp-button-parent-opbxea {
  display: inline-block;
  margin: 0 10px; /* space between buttons */
}

#sp-g1ncl9, #sp-yotlwx, #sp-b1ilkq, #sp-oatkgn {
  margin-right: 25px; /* space after first column only */
}

#sp-b1ilkq, #sp-oatkgn {
	margin-top:-80px;
}

.sol-row .gutter {
	display:none;
}

#sp-gvqhqn, #sp-ozyk6l, #sp-opbxea {
  border-bottom: 2px solid rgb(195, 69, 73) !important;
}

#sp-yet1di, #sp-fyqojz {
  border-bottom: 1px solid rgb(195, 69, 73) !important;
}

.rishi-img {
	position: relative;
    width: fit-content;
    margin: 50px;
	margin-bottom:0;
    /* background-color: #0f2233; */
    padding-bottom: 0;
    z-index: 0;
}

.yellow-strip {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 27%;
    height: 200px;
    background-color: #C34549;
    z-index: 0;
}

#sp-image-dynamic-tags-js-ujk6jk {
	position: absolute;
    top: 0;
    left: 50%;
    width: 430px;
    height: 430px;
    background-color: #091A2B;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.sp-button-row {
  display: flex;
  justify-content: left; /* center the buttons */
  flex-wrap: wrap; /* allows wrapping on smaller screens */
}

#sp-furh7y {
	text-align: center;
}

#sp-zzxqkn {
    width: calc(15% + 0px) !important;
}

#sp-bpdtk0 {
    width: calc(65% + 0px) !important;
	height: 30px !important;
}

#sp-xmsoqt {
    width: calc(20% + 0px) !important;
}

.challenge-block .failure-heading h3  {
	margin-left:-15px !important;
}

.ldi-menu .sp-nav, .ldi-menu .sp-nested-nav-wrapper {
	width:100% !important;
}

.ldi-menu .seedprod-menu-horizontal .nav-menu .seedprod-menu-list {
	display:flex;
	width:100%;
	align-items: center;
}

.ldi-menu .community {
	margin-left:auto !important;
}

.seedprod-menu-horizontal .nav-menu .menu-item-has-children > a:after {
    font-family: "Font Awesome 5 Free"; /* or 6 if you’re on FA6 */
    font-weight: 900;
    content: "\f107"; /* fa-angle-down */
}

@media (max-width: 1024px) {
/* 	#sp-button-parent-ko9si6 {
		margin-left:26%;
	} */
}



@media (min-width: 768px) and (max-width: 1024px) {
	#sp-b1ilkq, #sp-oatkgn {
		margin-top:-120px;
	}
}

@media (min-width: 832px) and (max-width: 986px) {
	#sp-q76la8, #sp-w9d5a6 {
		padding:10px 145px;
	}
}

@media (min-width: 685px) and (max-width: 832px) {
	#sp-q76la8, #sp-w9d5a6 {
		padding:10px 108px;
	}
}

@media (min-width: 641px) and (max-width: 685px) {
	#sp-q76la8, #sp-w9d5a6 {
		padding:10px 70px;
	}
}

@media (max-width: 991px) {
	#sp-image-dynamic-tags-js-ujk6jk {
		display:none;
	}
}

@media (max-width: 767px) {
/* 	#sp-button-parent-ko9si6 {
		margin-left:16%;
	} */
	.learning-block {
		width:100%;
	}
}

@media only screen and (max-width: 786px) {
    .ldi-footer .sp-mobile-menu-false .nav-menu .seedprod-menu-list {
        align-items: flex-start;
    }
}

@media (max-width: 640px) {
	.ldi-footer .sp-nav {
		padding-top:0 !important;
	}
	.ldi-footer .nav-bar {
		align-items: flex-start;
	}
	.footer-logo {
		width:200px;
	}
	/* Hide the existing icon on small screens */
  .learning-section .fa-minus {
    display: none;
  }

  /* Add minus icon before the heading text */
  .learning-section h2::before {
    content: "\f068"; /* Font Awesome minus icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 6px;
  }
	.port-btn {
		padding-left: 0 !important;
	}
	.journey-sec .sol-block img {
		width:70px !important;
	}
	.journey-sec .score-block img {
		width:48px !important;
	}
	.journey-sec .path-block img {
		width:70px !important;
	}
	.challenge-block .sp-el-block {
		display: flex;
		align-items: flex-start;
		gap: 10px;  
	}
	.challenge-block .sp-css-header {
		text-align:left !important;
		margin-left:15px !important
	}
	.challenge-block .failure-heading h3  {
		margin-left:0 !important;
	}
	#sp-qhfmjb .program-content {
		text-align:left !important;
	}
	#sp-qhfmjb .program-heading {
		text-align:center !important;
	}
	#sp-w9d5a6, #sp-q76la8 {
		padding: 10px 0 !important;
	}
	.tab-content.active {
		display:block;
	}
	.yellow-strip {
		display:none;
	}
	.rishi-img {
		margin:0;
	}
	.rishi-img figure {
		max-width:450px;
	}
	.tab-btn.active {
		padding-top:10px;
		padding-bottom:10px;
	}
/* 	.tab-btn.active {
		padding:10px 110px !important;
	} */
	#sp-fte366 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 10px; /* space between tabs */
    }

    #sp-fte366 > .sp-el-col {
        flex: 1;             /* make both equal width */
        max-width: 50%;      /* two side by side */
		padding: 0 !important;
    }

    #sp-fte366 a {
        width: 100%;         /* button fills column */
        text-align: center;
        box-sizing: border-box;
    }
}

@media (max-width: 610px) {
	#sp-hdhm9u {
		display:block;
	}
	.asses-html {
		text-align:center;
	}
	.readiness-btn, .cohort-btn {
		width:340px !important;
	}
	#sp-button-parent-gvqhqn, #sp-wkd0431ril {
		padding:5px !important;
	}
	#sp-tyekuh, #sp-o3ec4e {
		padding:0 !important;
	}
}

@media (max-width: 585px) {
	#sp-button-parent-ko9si6 {
		margin-left:5%;
	}
}

@media (max-width: 522px) {
	#sp-button-parent-ko9si6 {
		margin-left:0;
	}
/* 	#sp-q76la8, #sp-w9d5a6 {
		padding: 10px 130px;
	} */
/* 	.tab-content.active {
		padding:10px 80px !important;
	} */
}

@media (max-width: 500px) {
	#sp-button-parent-opbxea {
		margin-left:0 !important;
	}
/* 	 #sp-q76la8, #sp-w9d5a6 {
        padding: 10px 90px;
    } */
	.tab-btn.active {
/* 		padding:10px 90px !important; */
	}
/* 	#sp-image-dynamic-tags-js-ujk6jk {
		width: 250px;
		height:250px;
	} */
}

@media only screen and (min-width: 481px) and (max-width: 640px) {
	#sp-vr0eir, #sp-asibic {
        display: none !important;
    }
	#sp-zbssxw {
		display:block !important;
	}
	.sol-col {
		margin-top:20px !important;
		margin-bottom:20px !important;
	}
}

@media (max-width: 1200px) {
	#sp-tv2o35 {
		display:block !important;
	}
	#sp-kqgp5p {
		display:none !important;
	}
}

@media (max-width: 786px) {
	#sp-dm95qs {
		width:55px !important;
	}
	#sp-wo2syo {
		display:block !important;
	}
	#sp-wkrzqp {
		display:none !important;
	}
	.community a {
        display: inline;
        background: none;
        border-radius: 0;
        padding: 0;
        color: inherit;
        text-decoration: none;
    }
	.sub-menu {
		width:250px !important;
	}
}

@media (max-width: 386px) {
	 .readiness-btn, .cohort-btn {
        width: 250px !important;
    }
}

@media only screen and (min-width: 1200px) {
    #sp-kqgp5p {
        display: flex !important;
    }
}

/* Align them side by side inside their section */
/* .sp-button-wrapper {
  text-align: center;
} */

/* Hide line for bottom row */
/* .sp-el-row:last-of-type .sp-el-col::after {
  display: none;
} */