    .main-header .header-upper .logo-box {
	    position: relative;
	    padding: 20px 0px 20px 35px;
	}

	.sticky-header .logo {
	    padding: 20px 0px 20px 15px;
	}
	

    .skill-section-landing{
        position: relative;
        padding: 15px 0px 50px;
        background-color: #f6f6f4;
    }
    
    .announcement{ 
        display: inline-flex; 
        align-items: center; 
        gap: 10px; 
        padding: 12px 24px; 
        border: 1px solid #e0c9a6; 
        border-radius: 40px; 
        background-color: #faf7f2; 
        color: #3a3a3a; 
        font-size: 16px; 
        
    } 
    
    .dot{ 
        width: 10px; 
        height: 10px; 
        background-color: #c89b3c; 
        border-radius: 50%; 
        
    }
    .info-grid { 
    	display: flex; 
    	flex-wrap: wrap; 
    	gap: 12px; 
    	margin-bottom: 30px; 
    } 
    .info-card { 
    	background: #fff; 
    	padding: 12px 16px; 
    	border-radius: 12px; 
    	border: 1px solid #eee; 
    	font-size: 14px; 
	}

	.reserve-seat{
		position: relative;
	    color: #000000;
	    font-size: 16px;
	    padding: 16px 26px; 
	    font-weight: 500;
	    margin-right: 2px;
	    display: inline-block;
	    background-color: #d7b16a;
	    border-radius: 12px;
	}
	.admission-counselor{
		position: relative;
	    color: #000000;
	    font-size: 16px;
	    padding: 16px 26px; 
	    font-weight: 500;
	    margin-left: 12px;
	    display: inline-block;
	    background-color: #ffffff;
	    border-radius: 12px;
	    border: solid black 1px;
	}

	.admission-counselor:hover{
		background: #014107;
		color: #FFFFFF !important;
	}

	.bottom-btn-outline:hover{
		color: #ffffff;
		background: #014107;
	}

	a:hover{
		color: #FFFFFF;
	}
	.btns{
		padding-top: 30px;
		cursor: pointer;
	}


	.grid { 
		display: grid; 
		grid-template-columns: repeat(3, 1fr); 
		gap: 14px; 
		max-width: 950px; 
	}

	.card { 
		display: flex;
	  	flex-direction: row;   
	  	align-items: center;    
	  	gap: 14px;
	  	background: #ffffff;
	  	border-radius: 18px;
	  	padding: 8px;
	  	border: 1px solid #e8ecea; 
	} 
	.card:hover { 
		transform: translateY(-4px); 
		box-shadow: 0 10px 25px rgba(0,0,0,0.06); 
	} 
	.card-icon { 
		width: 44px; 
		height: 44px; 
		background: #e6f4ef; 
		border-radius: 12px; 
		display: flex; 
		align-items: center; 
		justify-content: center; 
	}
	.card-icon svg { 
		width: 20px; 
		height: 20px; 
		stroke: #2f6f5e; 
	}
	.label { 
		font-size: 11px; 
		letter-spacing: 0.5px; 
		color: #8a8f8c;  
	} 
	.value { 
		font-size: 12px; 
		font-weight: 600; 
		color: #1f2a24; 
	}




	.top-bar { 
		background: #e6f0ec; 
		padding: 14px 20px; 
		display: flex; 
		justify-content: center; 
		margin-top: 25px; 
	} 
	.top-content { 
		display: flex; 
		gap: 40px; 
		flex-wrap: wrap; 
		align-items: center; 
		justify-content: center; 
	}  
	.item { 
		display: flex; 
		align-items: center; 
		gap: 10px; 
		font-size: 15px; 
		color: #1f2a24; 
	} 
	.icon-top-bar { 
		width: 22px; 
		height: 22px; 
		background: #cfe3dc; 
		border-radius: 50%; 
		display: flex; 
		align-items: center; 
		justify-content: center; 
	}
	.icon-top-bar svg { 
		width: 14px; 
		height: 14px; 
		stroke: #2f6f5e; 
		stroke-width: 3; 
		fill: none; 
	}
	@media (max-width: 768px) { 
		.top-content { 
			gap: 16px; 
		} 
		.item { 
			font-size: 14px; 
		} 
	}
	.heading-text{
		font-size: 18px;
    	padding: 10px;
    	line-height: 32px;

	}

	.stats { 
		display: grid; 
		grid-template-columns: repeat(4, 1fr); 
		gap: 20px; 
		max-width: 1100px; 
		margin: auto; 
		margin-bottom: 40px;
	}
	.stat-card { 
		background: #ffffff; 
		border-radius: 22px; 
		padding: 28px 20px; 
		text-align: center; 
		border: 1px solid #e6ebe8; 
		transition: all 0.25s ease; 
	}
	.stat-card:hover { 
		transform: translateY(-6px); 
		box-shadow: 0 12px 30px rgba(0,0,0,0.06); 
	} 
	.stat-card-icon { 
		width: 60px; 
		height: 60px; 
		background: #e3f1ea; 
		border-radius: 16px; 
		display: flex; 
		align-items: center; 
		justify-content: center;
		margin: 0 auto 16px; 
	} 
	.stat-card-icon svg { 
		width: 26px; 
		height: 26px; 
		stroke: #2f6f5e; 
		stroke-width: 2; 
		fill: none; 
	}
	.number { 
		font-size: 32px; 
		font-weight: 700; 
		color: #1f2a24; 
		margin-bottom: 6px; 
	}
	.label { 
		font-size: 14px; 
		color: #6b726e; 
	}
	@media (max-width: 900px) { 
		.stats { 
			grid-template-columns: repeat(2, 1fr);
			padding: 13px; 
		} 
	} 
	@media (max-width: 500px) { 
		.stats { 
			grid-template-columns: repeat(2, 1fr);
			padding: 13px;
		} 
	}


	.testimonial-card { 
		background: #ffffff; 
		border-radius: 20px; 
		padding: 25px; 
		border: 1px solid #e6e6e6; 
		height: 100%; 
		transition: 0.3s; 
	} 
	.testimonial-card:hover {
	 	transform: translateY(-5px); 
	 	box-shadow: 0 12px 30px rgba(0,0,0,0.06); 
	 }
	 .stars { 
	 	color: #c89b3c; 
	 	font-size: 18px; 
	 	margin-bottom: 15px; 
	 }
	 .testimonial-text { 
	 	font-size: 15px; 
	 	color: #444; 
	 	margin-bottom: 20px; 
	 	line-height: 1.6; 
	 }
	 .divider { 
	 	height: 1px; 
	 	background: #eee; 
	 	margin: 20px 0; 
	 }
	 .name {
	  	font-weight: 600; 
	  	color: #1f2a24; 
	  } 

	  .location { 
	  	font-size: 13px; 
	  	color: #888; 
	  }

	.problem-item { 
		display: flex; 
		align-items: center; 
		gap: 15px; 
		margin-bottom: 20px; 
		padding: 15px;
	}
	.problem-item:hover{
		background: #f5eeec;
		padding: 15px;
    	border-radius: 20px;
    	margin-bottom: 20px; 
	}
	.prob-number { 
		width: 32px; 
		height: 32px; 
		background: #f3dede; 
		color: #c23b3b; 
		border-radius: 50%; 
		display: flex; 
		align-items: center; 
		justify-content: center; 
		font-weight: 600; 
	}
	.problem-text { 
		font-size: 14px; 
		color: #333; 
	} 
	.quote-box { 
		margin-top: 60px; 
		text-align: center; 
	} 
	.quote-inner { 
		display: inline-block; 
		padding: 30px 40px; 
		background: #f7f7f7; 
		border-radius: 20px; 
		border: 1px solid #e6e6e6; 
		font-style: italic; 
		font-size: 20px; 
		color: #555; 
		font-weight: 500;
	}

	.feature-card { 
		background: #ffffff; 
		border-radius: 20px; 
		padding: 22px; 
		border: 1px solid #e6e6e6; 
		display: flex; 
		gap: 16px; 
		align-items: flex-start; 
		height: 100%; 
		transition: 0.3s; 
		margin-bottom: 10px;
	} 
	.feature-card:hover { 
		transform: translateY(-6px); 
		box-shadow: 0 12px 30px rgba(0,0,0,0.06); 
	}
	.icon-box { 
		min-width: 50px; 
		height: 50px; 
		background: #d7ebe3; 
		border-radius: 14px; 
		display: flex; 
		align-items: center; 
		justify-content: center; 
	}
	.icon-box svg { 
		width: 22px; 
		height: 22px;
		stroke: #2f6f5e; 
		stroke-width: 2; 
		fill: none; 
	}
	.title { 
		font-weight: 600; 
		font-size: 18px; 
		margin-bottom: 6px; 
		color: #1f2a24; 
	} 
	.desc { 
		font-size: 14px; 
		color: #666; 
	}
	

	.compare-box { 
		display: flex; 
		border-radius: 30px; 
		overflow: hidden; 
	}
	.before { 
		background: #f3dddd; 
		flex: 1; 
		padding: 40px; 
	}
	.after { 
		background: #cfe3dc; 
		flex: 1; 
		padding: 40px; 
	}
	.tag { 
		display: inline-block; 
		padding: 6px 14px; 
		border-radius: 20px; 
		font-size: 12px; 
		font-weight: 600; 
		margin-bottom: 25px; 
	} 
	.tag.before-tag { 
		background: #f7cfcf; 
		color: #c23b3b; 
	} 
	.tag.after-tag { 
		background: #b7d5cc; 
		color: #1f5c4d; 
	}
	.tag-item { 
		display: flex; 
		align-items: center; 
		gap: 12px; 
		margin-bottom: 20px; 
		font-size: 14px; 
		color: #000;
	}
	.tag-icon { 
		width: 34px; 
		height: 34px; 
		border-radius: 50%; 
		display: flex; 
		align-items: center; 
		justify-content: center; 
		font-weight: bold; 
	} 
	.tag-icon.red { 
		background: #f3bcbc; 
		color: #c23b3b; 
	} 
	.tag-icon.green { 
		background: #a9c9bf; 
		color: #1f5c4d; 
	}
	@media (max-width: 768px) { 
		.compare-box { 
			flex-direction: column; 
		} 
	}


	.syllabus-card { 
		background: #ffffff; 
		border-radius: 22px; 
		padding: 24px; 
		border: 1px solid #e6e6e6; 
		height: 100%; 
		transition: 0.3s; 
	} 
	.syllabus-card:hover { 
		transform: translateY(-6px); 
		box-shadow: 0 12px 30px rgba(0,0,0,0.06); 
	}
	.icon-box { 
		width: 50px; 
		height: 50px; 
		background: #d7ebe3; 
		border-radius: 14px; 
		display: flex; 
		align-items: center; 
		justify-content: center; 
		margin-bottom: 16px; 
	} 
	.icon-box svg { 
		width: 22px; 
		height: 22px; 
		stroke: #2f6f5e; 
		stroke-width: 2; 
		fill: none; 
	}
	.title { 
		font-size: 18px; 
		font-weight: 600; 
		margin-bottom: 8px; 
		color: #1f2a24; 
	} 
	.desc { 
		font-size: 14px; 
		color: #666; 
	}
	.cta { 
		text-align: center; 
		margin-top: 40px; 
	} 
	.cta a { 
		text-decoration: none; 
		color: #1f5c4d; 
		font-weight: 500; 
	}


	.feature-list {
	  	position: relative;
	  	padding-left: 120px;
	} 
	.feature-list::before {
	  	content: "";
	  	position: absolute;
	  	left: 145px;
	  	top: 0;
	  	bottom: 0;
	  	width: 2px;
	  	background: #ecedec;
	}
	.train-feature-item {
	  position: relative;
	  display: flex;
	  align-items: flex-start;
	  gap: 16px;
	  margin-bottom: 30px;
	}
	.train-icon-box {
	  position: relative;
	  z-index: 1; /* keeps icon above line */
	  min-width: 52px;
	  height: 52px;
	  background: #d7ebe3;
	  border-radius: 16px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}
	.train-icon-box svg { 
		width: 22px; 
		height: 22px; 
		stroke: #2f6f5e; 
		stroke-width: 2; 
		fill: none; 
	}
	.train-title { 
		font-size: 16px; 
		font-weight: 600; 
		margin-bottom: 4px; 
		color: #1f2a24; 
	} 
	.train-desc { 
		font-size: 12px; 
		color: #666; 
	}

	.video-card { 
		background: #e9f5f0;
	    border-radius: 22px;
	    padding: 80px 0px;
		text-align: center; 
		 
		transition: 0.3s; 
	} 
	
	.play-btn { 
		width: 70px; 
		height: 70px; 
		background: #e3e8e6; 
		border-radius: 50%; 
		display: flex; 
		align-items: center; 
		justify-content: center; 
		margin: auto; 
		margin-bottom: 15px; 
		cursor: pointer;
	} 
	.play-btn svg { 
		width: 24px; 
		height: 24px; 
		fill: #1f2a24; 
	}
	.video-text { 
		color: #666; 
		font-size: 14px; 
	}
	.video-tag { 
		background: #ffffff; 
		padding: 12px 22px; 
		border-radius: 15px; 
		border: 1px solid #e6e6e6; 
		text-align: center; 
		font-weight: 500; 
		transition: 0.2s; 
		color: #000;
	} 
	.video-tag:hover { 
		background: #f3f4f3; 
	}

	.faculty-img { 
		width: 100%; 
		border-radius: 24px; 
		object-fit: cover; 
	}
	.name { 
		font-size: 28px; 
		font-weight: 700; 
		margin-bottom: 6px; 
	} 
	.faculty-name
	{
		font-size: 30px; 
		font-weight: 700;
		margin-bottom: 6px; 
	}
	.role { 
		font-weight: 600; 
		color: #1f5c4d; 
	} 
	.sub { 
		font-size: 14px; 
		color: #666; 
		margin-bottom: 20px; 
	}
	.point { 
		display: flex; 
		align-items: 
		flex-start; 
		gap: 10px; 
		margin-bottom: 12px; 
	} 
	.dot { 
		width: 10px; 
		height: 10px; 
		background: #c89b3c; 
		border-radius: 50%; 
		margin-top: 6px; 
	}
	.video-box { 
		margin-top: 25px; 
		background: #ffffff; 
		border-radius: 22px; 
		padding: 40px; 
		text-align: center; 
		border: 1px solid #e6e6e6; 
	} 
	.play-btn { 
		width: 60px; 
		height: 60px; 
		background: #e3e8e6; 
		border-radius: 50%; 
		display: flex; 
		align-items: center; 
		justify-content: center; 
		margin: auto; 
		margin-bottom: 10px; 
		cursor: pointer;
	}

	.program-info-card { 
		background: #ffffff; 
		border-radius: 22px; 
		padding: 30px 20px; 
		text-align: center; 
		border: 1px solid #e6e6e6; 
		height: 100%; 
		transition: 0.3s; 
	} 
	.program-info-card:hover { 
		transform: translateY(-5px); 
		box-shadow: 0 10px 25px rgba(0,0,0,0.05); 
	}
	.program-icon-box { 
		width: 52px; 
		height: 52px; 
		background: #d7ebe3; 
		border-radius: 14px; 
		display: flex; 
		align-items: center; 
		justify-content: center; 
		margin: 0 auto 12px; 
	}
	.program-icon-box svg { 
		width: 22px; 
		height: 22px; 
		stroke: #2f6f5e; 
		stroke-width: 2; 
		fill: none; 
	}
	.program-label { 
		font-size: 12px; 
		color: #8a8f8c; 
		letter-spacing: 1px; 
		margin-bottom: 6px; 
	}
	.program-value { 
		font-size: 18px; 
		font-weight: 600; 
		color: #1f2a24; 
	}

	.cta-card { 
		background: #ffffff; 
		border-radius: 22px; 
		padding: 30px 25px; 
		text-align: center; 
		border: 1px solid #e6e6e6; 
		height: 100%; 
		transition: 0.3s; 
	} 
	.cta-card:hover { 
		transform: translateY(-6px); 
		box-shadow: 0 12px 30px rgba(0,0,0,0.06); 
	}
	.cta-icon-box { 
		width: 60px; 
		height: 60px; 
		background: #d7ebe3; 
		border-radius: 16px; 
		display: flex; 
		align-items: center; 
		justify-content: center; 
		margin: 0 auto 15px; 
		font-size: 22px; 
	}
	.cta-title { 
		font-size: 20px; 
		font-weight: 600; 
		margin-bottom: 8px; 
	}
	.cta-desc { 
		font-size: 14px; 
		color: #666; 
		margin-bottom: 20px; 
	}
	.btn-gold { 
		background: #c9a25d; 
		color: #000; 
		border-radius: 14px; 
		padding: 12px 20px; 
		font-weight: 600; 
		border: none; 
		cursor: pointer;
	} 
	.btn-outline-green { 
		border: 2px solid #2f6f5e; 
		color: #1f2a24; 
		border-radius: 14px; 
		padding: 10px 20px; 
		font-weight: 500; 
		background: transparent; 
		cursor: pointer;
	} 
	.btn-outline-green:hover {
		background: #2f5d4f; 
		color: #FFF;
	} 
	.btn-green { 
		background: #202e2a; 
		color: #fff; 
		border-radius: 14px; 
		padding: 12px 20px; 
		font-weight: 600; 
		border: none; 
		cursor: pointer;
	}
	.btn-green:hover { 
		background: #35534a; 
	}

	.pricing-box { 
		background: linear-gradient(180deg, #ffffff, #e6f0ec); 
		border-radius: 30px; 
		padding: 50px 30px; 
		text-align: center; 
		border: 1px solid #e6e6e6; 
		max-width: 650px; 
		margin: auto; 
	}
	.premium-tag { 
		display: inline-block; 
		padding: 6px 16px; 
		border-radius: 20px; 
		border: 1px solid #d8b26a; 
		font-size: 12px; 
		margin-bottom: 15px; 
		background: #fff9ed;
		color: #000;
	}
	.premium-sub-title { 
		color: #777; 
		font-size: 14px; 
		margin-bottom: 10px; 
	}
	.premium-price { 
		font-size: 64px; 
		font-weight: 800; 
		margin: 45px 0; 
		color: #000;
	}
	.premium-desc { 
		color: #555; 
		margin-bottom: 20px; 
	} 
	.highlight { 
		font-weight: 600; 
		color: #1f2a24; 
	}
	.premium-btn-gold { 
		width: 80%; 
		background: #c9a25d; 
		border-radius: 16px; 
		padding: 14px; 
		font-weight: 600; 
		border: none; 
		margin-bottom: 12px; 
		cursor: pointer;
	} 
	.premium-btn-outline { 
		width: 80%; 
		border: 2px solid #2f6f5e; 
		background: transparent; 
		border-radius: 16px; 
		padding: 12px; 
		cursor: pointer;
	}
	.premium-btn-outline:hover { 
		background: #2f5d4f; 
		color: #FFF;
	}
	.premium-divider { 
		height: 1px; 
		background: #ddd; 
		margin: 30px 0; 
	}
	.premium-bottom-icons { 
		display: flex; 
		justify-content: center; 
		gap: 40px; 
	} 
	.premium-icon-box { 
		text-align: center; 
	} 
	.premium-icon { 
		width: 45px; 
		height: 45px; 
		background: #d7ebe3; 
		border-radius: 12px; 
		margin: auto; 
		margin-bottom: 8px; 
		display: flex; 
		align-items: center; 
		justify-content: center; 
	}
	.alert-text { 
		text-align: center; 
		margin-top: 20px; 
		color: red; 
		font-size: 14px; 
	}

	.faq-item {
	  border-bottom: 1px solid #e6e6e6;
	  padding: 15px 0;
	}

	.faq-question {
	  display: block;  
	  font-size: 16px;
	  color: #000;
	  text-decoration: none;
	  cursor: pointer;
	}

	.faq-answer {
	  padding-top: 10px;
	  color: #666;
	}
	.faq-wrapper {
	  max-width: 800px;    
	}
	.faq-question {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  font-size: 16px;
	  text-decoration: none;
	  color: #000;
	}
 
	.faq-question::after {
	  content: "⌄";    
	  font-size: 18px;
	  transition: 0.2s;
	}
 
	.faq-question[aria-expanded="true"]::after {
	  content: "⌃";   
	}
	
	.green-cta-section { 
		background: linear-gradient(135deg, #0f3d2e, #174f3c); 
		color: #fff; 
		text-align: center; 
		padding: 110px 20px; 
	}
	.green-cta-title { 
		font-size: 48px; 
		font-weight: 700; 
		margin-bottom: 35px; 
	}
	.green-cta-sub { 
		font-size: 18px; 
		color: #cfd8d3; 
		margin-bottom: 40px; 
	}
	.green-cta-buttons { 
		display: flex; 
		justify-content: center; 
		gap: 15px; 
		flex-wrap: wrap; 
		margin-bottom: 30px; 
	} 
	.green-btn-gold { 
		background: #c8a25d; 
		color: #000; 
		padding: 14px 28px; 
		border-radius: 14px; 
		font-weight: 600; 
		border: none;
		cursor: pointer; 
	} 
	.green-btn-outline { 
		border: 1.5px solid #cfd8d3; 
		color: #fff; 
		padding: 12px 26px; 
		border-radius: 14px; 
		background: transparent; 
		cursor: pointer;
	} 
	.green-btn-outline:hover { 
		background: rgba(255,255,255,0.1); 
	}
	.green-contact { 
		margin-bottom: 20px; 
		font-size: 15px; 
		color: #d0d8d4; 
	}
	.green-address { 
		font-size: 14px; 
		color: #c0c8c4; 
		max-width: 600px; 
		margin: auto; 
	}
	@media(max-width:768px) { 
		.green-cta-title { 
			font-size: 30px; 
			line-height: 40px;
		} 
	}


	.bottom-bar {
	  position: fixed;
	  bottom: 0;
	  left: 0;
	  width: 100%;
	  z-index: 999;
	  background: #f1f3f2;
	  border-top: 1px solid #e6e6e6;
	  padding: 12px 20px;
	  transform: translateY(100%);   
	  transition: transform 0.3s ease;
	}

	.bottom-content {
	  max-width: 1200px;
	  margin: auto;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	}

	.bottom-text {
	  font-size: 15px;
	  color: #333;
	}

	.bottom-buttons {
	  display: flex;
	  gap: 12px;
	}

	.bottom-btn-gold {
	  background: #c8a25d;
	  border: none;
	  padding: 10px 18px;
	  border-radius: 12px;
	  font-weight: 600;
	  cursor: pointer;
	}

	.bottom-btn-outline {
	  border: 2px solid #2f6f5e;
	  background: transparent;
	  padding: 9px 18px;
	  border-radius: 12px;
	  font-weight: 500;
	  cursor: pointer;
	}
 
	.top-gold-button{
		float: right; 
		padding-top: 20px;
	}


	.custom-modal {
  border-radius: 20px;
  padding: 20px;
}

/* subtitle */
.sub-text {
  color: #666;
  margin-bottom: 20px;
}

/* QR box */
.qr-box {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 25px;
}

.qr-box img {
  width: 150px;
}

.upi-text {
  margin-top: 10px;
  font-size: 12px;
  color: #555;
}

/* steps */
.step-item {
  display: flex;
  gap: 12px;
  text-align: left;
  margin-bottom: 15px;
}

.step-item span {
  font-size: 20px;
}

.step-item p {
  margin: 0;
  font-size: 13px;
  color: #666;
}

/* buttons */
.modal-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 20px;
}

.modal-btn-gold {
  background: #c8a25d;
  padding: 12px 20px;
  border-radius: 12px;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.modal-btn-outline {
  border: 2px solid #2f6f5e;
  padding: 10px 20px;
  border-radius: 12px;
  background: transparent;
  cursor: pointer;
}

/* refund text */
.refund-text {
  font-size: 12px;
  color: #777;
  margin-top: 15px;
}
 
.video-container { 
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  border-radius: 20px;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.faq-question:hover{
	color: #000;
}






/* Founder Page */

.founder-section {
  background: #f3f4f3;
}

/* TEXT */
.founder-label {
  font-size: 12px;
  letter-spacing: 2px;
  color: #2f6f5e;
}

.founder-title {
  font-size: 60px;
  color: #1f3d33;
  line-height: 1;
  font-weight: 500;
}

.founder-title span {
  display: block;
  font-style: italic;
  color: #2f6f5e;
}

.founder-line {
  width: 60px;
  height: 2px;
  background: #c8a25d;
  margin: 20px 0;
}

.founder-desc {
  color: #555;
  max-width: 500px;
  font-size: 16px;
}

/* IMAGE */
.founder-img {
  border-radius: 25px;
}

/* BADGE */
.founder-badge {
  position: absolute;
  bottom: -23px;
  left: -6px;
  background: #fff;
  padding: 18px 35px;
  border-radius: 18px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

.founder-badge span {
  font-size: 14px;
  color: #777;
  display: block;
}

.founder-badge div {
  font-size: 16px;

}

/* MOBILE */
@media (max-width: 768px) {
  .founder-title {
    font-size: 32px;
  }

  .founder-badge {
    left: 50%;
    transform: translateX(-50%);
  }
}






.journey-section {
  background: #f3f4f3;
}


.journey-label {
  font-size: 12px;
  letter-spacing: 2px;
  color: #2f6f5e;
  margin-bottom: 10px;
}

.journey-title {
  font-size: 42px;
  color: #1f3d33;
  line-height: 1.3;
}

.journey-line {
  width: 50px;
  height: 2px;
  background: #c8a25d;
  margin-top: 20px;
}


.journey-text {
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 16px;
}
 
.journey-quote {
  border-left: 3px solid #c8a25d;
  padding-left: 15px;
  font-style: italic;
  color: #2f6f5e;
  margin: 20px 0;
}

/* MOBILE */
@media (max-width: 768px) {
  .journey-title {
    font-size: 28px;
  }
}

.exp-section {
  background: #eaefea;
}
 
.exp-label {
  font-size: 12px;
  letter-spacing: 2px;
  color: #2f6f5e;
}

 
.exp-title {
  font-size: 38px;
  color: #1f3d33;
  line-height: 1.3;
  margin-top: 10px;
}

 
.exp-line {
  width: 50px;
  height: 2px;
  background: #c8a25d;
  margin-top: 20px;
}

 
.exp-desc {
  color: #555;
  line-height: 1.7;
  font-size: 17px;
}

 .exp-card {
  background: #fff;
  padding: 25px;
  border-radius: 20px;
  border: 1px solid #eee;
  height: 100%;
}

 
.card-label {
  font-size: 12px;
  letter-spacing: 2px;
  color: #2f6f5e;
  margin-bottom: 15px;
}

.card-label::after {
  content: "";
  display: block;
  width: 40px;
  height: 1.5px;
  background: #c8a25d;
  margin-top: 8px;
}

 
.exp-card ul {
  list-style: none;
  padding-left: 0;
}

.exp-card li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
}
 
.exp-card li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #c8a25d;  
  font-size: 18px;
  line-height: 1;
}

 
@media (max-width: 768px) {
  .exp-title {
    font-size: 28px;
  }
}


.brand-strip {
  background: #eaefea;
  position: relative;
  padding-top: 40px;
}
 
.brand-strip::before {
  content: "";
  position: absolute;
  top: 0;
  left: 180px;    
  right: 180px;   
  height: 1px;
  background: #e5e5e5;
}

.brand-desc {
  color: #4a6b60;
  font-size: 16px;
}


.brand-item {
  color: #6b7c75;
  font-size: 16px;
  font-weight: 500;
  opacity: 0.9;
}


.brand-item:hover {
  color: #2f6f5e;
  transition: 0.3s;
}




.why-section {
  background: #f3f4f3;
}


.why-label {
  font-size: 12px;
  letter-spacing: 2px;
  color: #2f6f5e;
}


.why-title {
  font-size: 40px;
  color: #1f3d33;
  line-height: 1.3;
  margin-top: 10px;
}


.why-line {
  width: 50px;
  height: 2px;
  background: #c8a25d;
  margin-top: 20px;
}


.why-text {
  color: #555;
  line-height: 1.8;
  margin-bottom: 18px;
  font-size: 16px;
}


.why-card {
  background: #fff;
  padding: 20px;
  border-radius: 18px;
  border: 1px solid #eee;
  text-align: center;
  transition: 0.3s;
}


.why-card-label {
  font-size: 12px;
  letter-spacing: 2px;
  color: #6b7c75;
  margin-bottom: 10px;
}

.why-card h5 {
  color: #1f3d33;
  font-weight: 500;
}


.why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

@media (max-width: 768px) {
  .why-title {
    font-size: 28px;
  }
}




.teach-section {
  background: #eaefea;
}


.teach-label {
  font-size: 12px;
  letter-spacing: 2px;
  color: #2f6f5e;
}

.teach-title {
  font-size: 40px;
  color: #1f3d33;
  margin-top: 10px;
}

.teach-line {
  width: 50px;
  height: 2px;
  background: #c8a25d;
  margin-top: 15px;
}

.teach-desc {
  color: #555;
  margin-top: 10px;
}

.teach-card {
  background: #fff;
  padding: 25px 30px;
  border-radius: 20px;
  border: 1px solid #eee;
  align-items: center;
  gap: 20px;
  transition: 0.3s;
  font-size: 16px;
}


.teach-number {
  font-size: 20px;
  color: #c8a25d;
  font-weight: 500;
  min-width: 40px;
}


.teach-text {
  color: #333;
  line-height: 1.6;
}

.teach-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.06);
}

.teach-footer {
  color: #555;
  font-size: 16px;
}


@media (max-width: 768px) {
  .teach-title {
    font-size: 28px;
  }

  .teach-card {
    flex-direction: row;
  }
}



.philosophy-section {
  background: linear-gradient(135deg, #0f3b2e, #1f4d3d);
  color: #fff;
}


.philosophy-label {
  font-size: 12px;
  letter-spacing: 3px;
  color: #c8a25d;
}


.philosophy-title {
  font-size: 32px;
  margin-top: 10px;
}


.philosophy-line {
  width: 50px;
  height: 2px;
  background: #c8a25d;
  margin: 15px auto;
}


.philosophy-quote {
  font-size: 34px;
  line-height: 1.6;
  max-width: 850px;
  margin: auto;
  font-weight: 600;
}


.philosophy-quote span {
  color: #e0b76b;
  font-style: italic;
}


.philosophy-text {
  color: #d6d6d6;
  max-width: 700px;
  margin: 10px auto;
  line-height: 1.7;
  font-size: 18px;

}

@media (max-width: 768px) {
  .philosophy-title {
    font-size: 26px;
  }

  .philosophy-quote {
    font-size: 20px;
  }
}





.learn-section {
  background: #f3f4f3;
}

.learn-img-box {
  background: #fff; 
  border-radius: 25px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.learn-img {
  border-radius: 20px;
}


.learn-label {
  font-size: 12px;
  letter-spacing: 2px;
  color: #2f6f5e;
}


.learn-title {
  font-size: 38px;
  color: #1f3d33;
  margin-top: 10px;
}


.learn-line {
  width: 50px;
  height: 2px;
  background: #c8a25d;
  margin-top: 15px;
}

/* SUBTEXT */
.learn-subtitle {
  color: #555;
  font-size: 18px;
}


.learn-item {
  background: #fff;
  padding: 15px 20px;
  border-radius: 18px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #eee;
  transition: 0.3s;
  font-size: 16px;
}

.learn-item .dot {
  width: 6px;
  height: 6px;
  background: #c8a25d;
  border-radius: 50%;
}

.learn-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.06);
}

.learn-footer {
  color: #555;
  font-size: 16px;
}


@media (max-width: 768px) {
  .learn-title {
    font-size: 26px;
  }
}




.gallery-section {
  background: #f3f4f3;
}


.gallery-card {
  border-radius: 25px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}


.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.4s ease;
}


.gallery-card:hover img {
  transform: scale(1.05);
}

.hme-section {
  background: #f3f4f3;
}
 
.hme-line {
  width: 50px;
  height: 2px;
  background: #c8a25d;
  margin: 0 auto;
}
 
.hme-title {
  font-size: 34px;
  color: #1f3d33;
}
 
.hme-subtitle {
  color: #555;
  font-size: 18px;
  max-width: 700px;
  margin: auto;
}
 
.hme-btn {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  border: 1px solid #cfd6d2;
  color: #1f3d33;
  text-decoration: none;
  transition: 0.3s;
  background: #ffffff;
}

/* HOVER */
.hme-btn:hover { 
  color: #1f3d33;
  border-color: #1f3d33;
}

/* MOBILE */
@media (max-width: 768px) {
  .hme-title {
    font-size: 24px;
  }
}



.hme-footer-section {
  background: #f3f4f3;
  padding: 60px 0 0;
}

/* LOGO */
.hme-footer-logo {
  max-width: 180px;
}

/* TEXT */
.hme-footer-text {
  color: #555;
  line-height: 1.7;
}

/* HEADINGS */
.hme-footer-heading {
  font-size: 12px;
  letter-spacing: 2px;
  color: #2f6f5e;
  margin-bottom: 15px;
}

/* LINKS */
.hme-footer-links {
  list-style: none;
  padding: 0;
}

.hme-footer-links li {
  margin-bottom: 10px;
}

.hme-footer-links a {
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}

.hme-footer-links a:hover {
  color: #1f3d33;
}

/* BOTTOM */
.hme-footer-bottom {
  border-top: 1px solid #e5e5e5;
  padding: 20px 0;
  margin-top: 40px;
}

.hme-footer-bottom p {
  margin: 0;
  color: #666;
  font-size: 14px;
}

/* MOBILE */
@media (max-width: 768px) {
  .hme-footer-bottom {
    text-align: center;
  }

  .hme-footer-bottom .container {
    flex-direction: column;
    gap: 10px;
  }
}


.career-card{
    background:#fbfbfa;
    border:1px solid #d9d9d6;
    border-radius:28px;
    padding: 20px 23px 20px;
    height:100%;
}

/* ICON */

.career-icon{
    width: 50px;
    height: 50px;
    border-radius: 18px;
    background: #dceee6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 19px;
}

.career-icon i{
    color:#173f39;
    font-size:24px;
}

/* TITLE */

.career-card h3{
    font-size:16px;
    line-height:1.4;
    font-weight:600;
    color:#111827;
    margin-bottom:18px;
}

/* TEXT */

.career-subtext{
    font-size:13px;
    line-height:1.8;
    color:#6b7280;
    margin-bottom:18px;
}

/* CITY GRID */

.cities-grid{
    display:flex;
    gap:50px;
    margin-bottom:55px;
}

.cities-grid ul{
    list-style:none;
    padding:0;
    margin:0;
}

.cities-grid li{
    position:relative;
    padding-left:18px;
    font-size:14px;
    color:#111827;
    
}

.cities-grid li::before{
    content:"";
    width:8px;
    height:8px;
    border-radius:50%;
    background:#d5ab58;
    position:absolute;
    left:0;
    top:10px;
}

/* LIST */

.career-list{
    list-style:none;
    padding:0;
    margin:0 0 28px;
}

.career-list li{
    position:relative;
    padding-left:18px;
    font-size:14px;
    color:#111827; 
}

.career-list li::before{
    content:"";
    width:8px;
    height:8px;
    border-radius:50%;
    background:#d5ab58;
    position:absolute;
    left:0;
    top:10px;
}

/* NOTE */

.career-note{
    font-size:12px; 
    color:#5f6672; 
}

/* SALARY BOX */

.salary-box{
    background:#f4efe6;
    border:1px solid #ead7ae;
    border-radius:22px;
    padding: 12px 12px;
    margin: 0px 0 10px;
}

.salary-box h4{
    margin:0 0 8px;
    font-size:22px;
    line-height:1;
    font-weight:800;
    color:#111827;
}

.salary-box h4 span{
    font-size:16px;
    font-weight:500;
    color:#5f6672;
    margin-left:3px;
}

.salary-box p{
    margin:0;
    font-size:14px;
    font-weight:700;
    color:#111827;
}

.salary-note{
    margin-top:18px;
}

.career-icon svg{
    width:26px;
    height:26px;
    stroke:#173f39;
}











 /* Mobile responsiveness */

@media(max-width:768px) { 
	.main-header .header-upper .logo-box .logo {
	    position: absolute;
	}
	.main-header .header-upper .logo-box {
	    position: relative;
	    padding: 15px 0px 20px 0px;
	}
	.main-header .header-upper { 
	    padding-bottom: 20px;
	}
	.top-gold-button{
		padding-top: 0px;
	}
	.announcement {
		padding: 8px 15px;
    	font-weight: 500;
    	font-size: 12px;
	}
	.sec-title h2 {
		font-size: 28px;
	}
	.heading-text {
    	font-size: 15px;
	}
	.grid { 
		grid-template-columns: repeat(2, 1fr);
	}
	.card-icon {
	    width: 30px;
	    height: 30px;
	}
	.label {
	    font-size: 10px;
	}
	.btns {
	    flex-direction: column;    
    }
    .reserve-seat,
    .admission-counselor {
	    width: 100%;            
    }
    .admission-counselor {
	    padding: 12px 8px; 
	    margin-left: 0; 
	    margin-top: 15px;
	}
	.bottom-text {
		display: none;
	}
	.bottom-btn-gold {
		font-size: 12px;
		cursor: pointer;
	}
	.bottom-btn-outline {
		font-size: 13px;
		cursor: pointer;
	}
	.number {
    	font-size: 25px;
    }
    .name {
    	font-size: 20px;
	}
	.feature-list {
		padding-left: 0px;
	}
	.feature-list::before { 
    	left: 25px;
    } 
	.four-column:not(:last-child) {
	    margin-bottom: 20px; 
	}
	.three-column:not(:last-child) {
	    margin-bottom: 15px; 
	}
	.last-column {
	    margin-top: 25px; 
	}

	.video-tag { 
	    padding: 13px 13px;
	    font-size: 12px;
	}
	.program-label {
    	font-size: 11px;
    }
    .program-value {
    	font-size: 15px;
	}
	.program-info-card { 
    	padding: 15px 15px;
    }
    .features-row { 
    	margin-bottom: 40px;
	}
	.premium-icon-text{
		font-size: 12px;
		line-height: normal;
	}
	.green-cta-section { 
    	padding: 65px 12px 80px 0px;
    }
    .btn-gold {
    	font-size: 8px;
    	padding: 8px 8px;
    }
    .video-container {
    	padding-bottom: 135.25%;
    }
    .career-icon svg{
	    width:18px;
	    height:18px;
	    stroke:#173f39;
	}
}