
body{
  overflow-x: hidden;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1000;
  overflow: hidden;
}


.loader .logo {
  height: 100px;
}


.web-button-green:hover {
	animation: green 0.6s linear 0s;
}


.hired {
  background-color: #002148;
  position: relative;
    
}

.hired .col-lg-6 {
  padding: 0;
}
.hired .row {
  align-items: center;
}
.hired-ellipse-green img{
	position: absolute;
	width: 25%;
	top: 90%;
}
.hired-left-content {
  max-width: 74%;
  margin: 0 0 0 auto;
}
.hired-left-content h2 {
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
}
.hired-right-content {
  display: flex;
  align-items: end;
  justify-content: end;
  
}
.hired-right-content::after {
  position: absolute;
  content: "";
  width: 82%;
  height: 100%;
  background: linear-gradient(90deg, #002148 2.58%, rgba(0, 33, 72, 0) 79.87%);
}

.hired-left-content h2 hr {
  display: inline-block;
  color: white;
  width: 10%;
  border: 3px solid #14b88c;
}

.call-us p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.call-us .web-button{
  padding: 15px 25px;
  font-size: 15px;
}

.launch .call-us{
  flex-direction: column;
}

.hired-left-content{
      font-size: 18px;
    font-weight: 500;
}

.launch p{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.shadow {
  position: absolute;
  width: 100%;
}
.duration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  line-height: 2.3;
}

.kickoff {
  width: 775px;
  height: 117px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  background-color: #002148;
  position: absolute;
  right: 100px;
  bottom: -50px;
}

.kickoff h4 {
  margin: 0;
}
.next h4 {
  font-size: 40px;
  line-height: 1;
}
.duration span {
  color: #9f9f9f;
  font-weight: 600;
}
/* ========================== */
.job-ready {
  margin: 140px 60px 5px 60px;
}

.job-ready .row {
  background-color: #f3f3f3;
  padding: 50px;
  align-items: center;
}

.job-ready .col-xl-5 {
  border-right: 1px solid #c3c3c3;
  border-left: 1px solid #c3c3c3;
}

.job-ready-content h2 {
  font-size: 50px;
  font-weight: 800;
  width: 65%;
  line-height: 1.2;
}
/* .divider-v {
  width: 1px;
  background-color: #ccc;
  height: auto;
}
.column {
  flex: 1;
  padding: 20px;
} */

.features {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  padding: 80px 0px;
  background-color: #fff;
  text-align: center;
  gap: 40px;
  flex-wrap: wrap;
}

.feature-item {
  flex: 1 1 300px;
  max-width: 320px;
}

.feature-item img {
  margin-bottom: 20px;
}

.feature-item h3 {
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.2;
}

.feature-item p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin: 0;
}

/* ============================================================================ */

.real-job h2 {
  font-size: 100px;
  font-family: Montserrat;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

.real-job span {
  font-size: 35px;
}

.real-job h6 {
  font-size: 20px;
  font-weight: 800;
}

.real-job p {
  color: #777777;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.stand {
  width: 80%;
  margin: auto;
}
.stand h2 {
  font-size: 20px;
  font-weight: 800;
}

.points {
  display: flex;
  gap: 20px;
}
.points p {
  color: #777777;
  font-size: 16px;
  font-weight: 600;
  flex: 1;
  margin-bottom: 20px;
}
.mentorship-mb20{
  margin-bottom: 20px;
}
 
.launch {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.real-projects {
  background-color: #002148;
  padding: 90px 0;
}
.real-projects .row {
  align-items: center;
}
.real-projects-left-content h3 {
  font-size: 49px;
  line-height: 1.1;
  font-weight: 800;
}
.real-projects-left-content p {
  font-size: 16px;
}

.real-projects-right-content {
  background-color: #002a5c;
  padding: 25px;
}
.real-projects-right-content p {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  margin: 15px 0 35px;
}
.reviewer {
  display: flex;
  gap: 20px;
}
.reviewer-user p {
  font-size: 15px;
  margin: 0;
  font-weight: 600;
}
.reviewer-user span {
  color: #c7c6c6;
  font-size: 15px;
  font-weight: bold;
}

.past-project {
	display: none;
}
.past-project {
  background-color: #002a5c;
  padding: 25px;
  margin-top: 45px;
}
.student {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}

.student-name p {
  margin: 0;
}

.student-name span {
  color: #c7c6c6;
}
.capstone {
  margin: 10px 0;
}

.borderleft {
  border-left: 1px solid #013d83;
}

/* =========================================== */

.you-will-learn {
  padding: 80px 0 0;
  position: relative;
  overflow: hidden;
}

.scroll-content {
  overflow: hidden;
  height: 80vh;
  margin-left:40px;
}
.panel {
  background-color: white;
  height: 80vh;
  scroll-snap-align: start;
}
.timeline-container {
  position: absolute;
  left: -5%;
  top: 0;
  /* bottom: 0; */
  width: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
  height: 75%;
}

.timeline-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background-color: #000;
  transform: translateX(-50%);
  z-index: 1;
}

.scroll-one {
  margin: 0 !important;
}
.scroll-four {
  margin: 0 !important;
}

/* .timeline-step {
	width: 0;
	height: 0;
	border: none;
	margin: 90px 0;
	z-index: 2;
} */

.timeline-step {
  width: 50px;
  height: 50px;
  border-radius: 50%;

  z-index: 2;
  background-image: url(/images/mentorship/scroll-circle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #00c389;
}

.timeline-steps {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 120px;
  height: 100%;
  z-index: 1;
}

.scroll-wrapper {
  position: relative;
  display: flex;
}

.unit-label {
  color: #00b998;
  font-weight: 600;
  font-size: 16px;
  font-family: "Arial", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ywl-heading {
  margin-bottom: 50px;
  z-index: 99;
}

.ywl-heading h2 {
  font-size: 70px;
  font-weight: 800;
  margin: 0;
  line-height: 1.2;
}
.ywl-heading p {
  font-size: 38px;
  font-weight: 700;
  margin: 0;
}

.ywl-content span {
  font-size: 16px;
  margin-bottom: 10px;
}

.ywl-content h2 {
  line-height: 1;
  font-size: 50px;
  font-weight: 800;
  margin: 10px 0 15px 0;
}
.ywl-content p {
  font-size: 25px;
  font-weight: 700;
}

.points-ywl {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}
.points-ywl span {
  font-size: 16px;
  margin-bottom: 10px;
}
.points-ywl p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.tech-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.tech {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  box-sizing: border-box;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 500;
}
.tech img {
  max-height: 28px; /* limit image height */
  max-width: 28px; /* limit image width */
  object-fit: contain; /* keep aspect ratio */
  margin-right: 10px;
}
.tech-icon {
  display: flex;
}

.key-skills {
  display: flex;
  align-items: center;
  font-family: Arial, sans-serif;
  margin: 20px 0;
}

.skill-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: 10px;
}

.skill {
  background-color: #eee;
  color: #777777;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 8px;
  white-space: nowrap;
}

.tool-left h3 {
  font-size: 20px;
  line-height: 1.2;
}

/* body {background-color:#000000; color:#555555;} 
h4 {font-family: sans-serif; color:#555555; font-size:16px;}
h3 {font-family: sans-serif; color:#555555;}
p {font-family: sans-serif; color:#888888; font-size:14px;}
a {font-family: sans-serif; color:#d15423; text-decoration:none;} */

.canva-height #canvasOne{
  width: 300px;
  height: 300px;
  border-radius: 50%;
}
.canva-height {
	height: 100%;
	background-color: #000;
  display: grid;
  place-content: center;
}

/* .slider{
  width:500px;
  background: rgba(0,90,50,0.7);
} */

.tool-tech .col-lg-8 {
  background: linear-gradient(90deg, #002148 26.07%, #000000 100%);
  padding: 35px;
}

.tool-left p {
  font-size: 16px;
  line-height: 1.2;
}

.grey {
  color: #b2b2b2;
}

.succeed {
  padding: 80px 0;
}

.succeed h2 {
  font-size: 70px;
  font-weight: 800;
  line-height: 1;
  margin: 0;
}

.silver {
  background-color: #f3f3f3;
}

.Traditional {
  padding: 55px;
}

.Traditional h3 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 30px;
}
.navy {
  background-color: #002148;
}
.um-training {
  padding: 55px 0 55px 55px;
}
.um-training h3 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
}
.succeed .col-lg-6 {
  padding: 0;
}
.succeed .row {
  align-items: start;
}
.margin-top {
  margin-top: 100px;
}

.succeed-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 55px;
}



.story {
  position: relative;
  padding: 10px 0 95px;
}
.success-stories{
  width: 100%;
  margin: 155px auto 0;
  position: relative;
}
.success {
  font-size: 240px;
  color: #f2f2f2;
  position: absolute;
  line-height: 1;
}

.success-stories .grid-sizer,
.success-stories  .grid-item {
  width: 33.333%;
}

/* Card Styles */
.success-stories .grid-item {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.card {
  background: #fff;
  padding: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 0;

  position: relative;
}

.card p {
  font-size: 16px;
  line-height: 1.2;
  margin: 15px 0;
}

.author {
  color: #00b998;
  font-weight: bold;
  margin-top: 10px;
  font-size: 14px;
}

/* ============================================================= */

.for {
  padding: 80px 0;
  position: relative;
}

.for h3 {
  font-size: 50px;
  font-weight: 800;
  margin: 0;
}
.points-for {
  display: flex;
  gap: 20px;
}
.points-for p {
  font-size: 45px;
  font-weight: 800;
  color: black;
  line-height: 1;
}

.op-line {
  opacity: 0.3;
  text-decoration-line: line-through;
  text-decoration-thickness: 0.4rem;
  /* text-decoration-color: black; */
}
.for-img {
  position: absolute;
  width: 15%;
  left: 0;
  bottom: -20px;
  z-index: 55;
}

.session-begins {
  background-color: #002148;
  padding: 80px 0 100px;
  position: relative;
}

.begins-heading h2 {
  text-align: center;
  font-size: 70px;
  font-weight: 800;
  line-height: 1;
}

.batch {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  font-family: "Montserrat";
  margin-top: 80px;
}

.batch-card {
  border: 2px solid #1ef2b0;
  padding: 45px;
  position: relative;
  background-color: #002148;
  z-index: 3;
}

.triangle {
  position: absolute;
  bottom: -65px;
  left: 0;
  z-index: 2;
}

.batch-label {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1ef2b0;
  color: #00274f;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.2;
}

.batch-label span {
  font-size: 20px;
}

.batch-info {
  margin-top: 60px;
  text-align: center;
}

.batch-info h3 {
  font-size: 60px;
  margin: 0;
  line-height: 1;
}

.batch-info .month-year,
.batch-info .start-date {
  font-size: 14px;
  color: white;
  font-weight: 500;
  margin: 0;
}
.seats {
  font-size: 14px;
  font-weight: 600;
}

.batch-info .duration {
  font-size: 16px;
  color: #fff;
  margin: 20px 0;
  line-height: 1.7;
  font-weight: 600;
}

.batch-info a {
  background-color: #1ef2b0;
  color: #00274f;
  border: none;
  border-radius: 20px;
  padding: 10px 20px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 15px;
  transition: background 0.3s;
  width: 100%;
  display: inline-block;
}

.batch-info a:hover {
  background-color: #14c296;
}

.batch-info .seats-left {
  font-size: 12px;
  color: #ccc;
  line-height: 1.4;
  margin: 0;
}

/* ======================================= */

.tution {
  padding: 100px 0 80px;
  font-family: "Montserrat";
}
.black {
  color: #000;
}

.tuition-price {
	display: flex;
	gap: 15px;
}

/* .tution .col-lg-8{
  padding: 0;
}
.tution .col-lg-4{
  padding: 0;
} */

.tution .row {
  margin-top: 50px;
}

.tution-heading h2 {
  font-size: 70px;
  font-weight: 800;
  margin: 0;
  line-height: 1.2;
}

.tution-heading p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.tag {
  display: inline-block;
  background: #eee;
  padding: 5px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}

.t-fees {
  font-size: 30px;
  font-weight: 800;
  margin: 0;
}
.pay-early {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}
.fees-offer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.after-discount {
  font-size: 30px;
  font-weight: 800;
}
.strikethrough {
  font-size: 30px;
  font-weight: 700;
  text-decoration-line: line-through;
  text-decoration-thickness: 2px;
  opacity: 0.3;
}

.fee-table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 40px;
}

.fee-table tr {
  border-bottom: 1px solid #e0e0e0;
}

.fee-table td {
  padding: 12px 0;
  font-size: 18px;
  font-weight: 600;
}

.fee-table td:first-child {
  font-weight: 600;
}

.fee-table td:last-child {
  text-align: right;
  white-space: nowrap;
}

.fee-table tr:last-child {
  border-bottom: none;
}

.benefits-box {
  background-color: #f5f5f5;
  padding: 30px 20px;
  max-width: 500px;
}

.benefits-points {
  display: flex;
  gap: 20px;
}

.fees-offer .badge{
  color: #fff;
  background-color: red;
  font-size: 10px;
}



.fees-offer .badge{
  	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}

.benefits-points span{
  width: 13px;
}
.benefits-points p {
  font-size: 16px;
  font-weight: 600;
  flex:1;
}

.benefits-box h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.tution-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}



.dev-section h2 {
  width: 800px !important;
}
.dev-heading {
  font-size: 50px;
  line-height: 1.1;
  font-weight: 800;
}
.dev-heading-mb {
  margin-bottom: 100px;
}
.pricing-border {
  border: 3px solid #14b88c;
}
.service-work-child-left-one {
  padding: 50px 35px;
}
.dev-m30 {
  margin-top: 30px;
}
.dev-accordion-sec {
  padding: 80px 0 80px;
}
.dev-mb70 {
  margin-bottom: 70px;
}

.dev-accordion-sec .accordion-button {
  background-color: #14b88c;
}


.dev-accordion-sec .accordion-header {
  margin: 0;
}
.dev-accordion-sec .accordion-body {
  padding: 15px 0;
  font-size: 16px;
}
.dev-work p {
  width: 90% !important;
}
.dev-work-height {
  height: 350px;
}

/* ===========================dev========================== */

.doubt-clearing {
  position: relative;
  padding: 80px 0;
}
.doubt-clearing .col-lg-8 {
  padding: 0;
  background-color: #002148;
}
.doubt-clearing .col-lg-4 {
  padding: 0;
}
.doubt-content {
  padding: 50px;

}

.doubt-content h2 {
  margin: 0;
}
.doubt-content p {
  margin: 0;
  font-weight: 500;
}
.call-us {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 25px;
}
.call-us .web-button{
  display: flex;
  align-items: center;
  gap:10px;
}


/* ==============jewellery-ecommerce================= */

.jewellery {
	width: 80%;
	margin: 50px auto;
}

.jewellery img{
  max-width: 80%;
}

.jewellery-banner-text h1 {
	font-size: 55px;
	line-height: 1;
	font-weight: 800;
}

.jewellery-banner-text p{
  font-size: 18px;
}

.you-get {
	padding: 80px 0;
	position: relative;
}

.you-get-head{
  width: 100%;
}

.you-get-green img {
	position: absolute;
	right: 10%;
	top: 65%;
}

.you-get-head h2{

  font-size: 70px;
  text-align: center;
  font-weight: 800;
}

.you-get-content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.you-box {
	border: 5px solid #14B88C;
	padding: 25px;
	min-height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 25px;
}

.you-box h3 {
	font-size: 20px;
	margin-bottom: 5px;
}

.you-box p {
	font-size: 15px;
	line-height: 1.1;
}

.customer-feature-heading h2 {
	font-size: 70px;
	font-weight: 800;
	text-align: center;
	line-height: 1;
}

.jewellery-features, .with-us{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.feat-pic {
	width: 30%;
}

/* .feat-pic img {
	width: 40px;
	height: 45px;
} */

.feature-list {
	display: flex;
	justify-content: space-between;
}

.feat-con h3 {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 5px;
}
.customer-features {
	padding: 10px 0 80px;
}
.customer-features .row{

  margin-top: -120px;
}

.work-for{
  padding: 80px 0;
  background-color: #002148;
}
.work-for-heading h2{

  font-size: 70px;
  font-weight: 900;
  color:#14b88c;
  text-align: center;

}

/* .work-img {
    display: none;
    width: 100%;
}

.work-img.active {
    display: block;
} */

.work-for-content {
	display: flex;
	width: 100%;
}

.work-for-left-content h3 {
	font-size: 25px;
	color: white;
	margin-bottom: 5px;
}
.work-for-left-content ul li {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 5px;
}

/* ========chatgpt======================= */

.work-for-left-content .accordion-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.45s ease, opacity 0.3s ease;
}

.work-for-left-content .accordion-content p {
	color: white;
	width: 80%;
	font-size: 16px;
	font-weight: 500;
}

.work-for-left-content .accordion-content li p{

  padding: 5px 0;
}

.accordion-item.active .accordion-content {
    max-height: 300px;
    opacity: 1;
}

/* .accordion-item.active .accordion-content {
	max-height: 100%;
} */

.work-for-left-content .accordion-item {
    transition: all 0.3s ease;
}

.work-for-left-content .accordion-button{

  border-bottom: 3px solid #14b88c;
}

.work-for-left-content .accordion-button::after{

  display: none;

}

/* ==============work for right side css============= */

.work-for-right {
    position: relative;
    min-height: 320px;
}

.work-img {
    position: absolute;
    inset: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
}

.work-img.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
/* ==============work for right side css============= */

.work-with-us{
padding: 80px 0;
  background-color:#14b88c ;
}

.with-us-heading h2 {
	font-size: 70px;
	font-weight: 800;
	text-align: center;
	line-height: 1;
}

.with-us-list{
  text-align: center;
}
.with-us-list h3 {
	font-size: 140px;
	font-weight: 300;
  margin-bottom: 0;
}
.with-us-list span {
	font-size: 25px;
	font-weight: 600;
	display: inline-flex;
	margin-bottom: 5px;
}
.with-us-list p {
	font-size: 16px;
	font-weight: 400;
}

.trust{
  padding: 80px 0;
}

.trust .row{

  align-items: center;

}
.trust-heading h2 {
	font-size: 40px;
	font-weight: 800;
	width: 80%;
	margin: 0 auto;
	line-height: 1;
}

.trust-heading h2 span{

  color: #14b88c !important;
}


.trust-brand {
	border: 1px solid #B5B5B5;
	padding: 20px;
}

.trust-brand {
	border: 1px solid #B5B5B5;
	padding: 45px;
	display: grid;
	place-content: center;
	width: 220px;
	height: 120px;
  border-radius: 5px;
}

.trust-brand-list {
	display: flex;
	justify-content: space-evenly;
}

.demo {
	background-color: #002148;
	padding: 40px 0;
  position: relative;
}

.demo-heading{
  text-align: center;
}

.demo-heading h2 {
	font-size: 70px;
	color: #14B88C;
	margin-bottom: 0;
  font-weight: 800;
}

.demo-heading p {

	font-size: 20px;
	color: white;
	width: 60%;
	margin: 0 auto;

}

.jewellery-faq {
	padding: 100px 0;
}

.jewellery-faq-heading{

  font-size: 70px;
  font-weight: 800;
  line-height: 1.1;

}

.demo-cal {

	width: 100%;
  float: none;
  margin: 30px 0;
  border-radius: 30px;

}

.demo-triangle{

  position: absolute;
  left: 0;
  bottom: -50px;

}







