@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-Medium.otf') format('opentype');
	font-weight: 350;
	font-style: normal;
}
@font-face {
	font-family: 'GothamLight';
	src: url('../fonts/GOTHAM-LIGHT.TTF') format('opentype');
	font-weight: 350;
	font-style: normal;
}
a{
	color: inherit !important;
	text-decoration: none !important;
}
.section1{
	background: #FDB913;
	padding: 8px 8px;
}
.section1 h1{
	color: #2E3192;

text-align: center;
font-family: Gotham;
font-size: 14px;
font-style: normal;
font-weight: 350;
}
.header-image{
	width: 50% !important;
	height: 40px !important;
	text-align: center;
}
.headerSection .row{
	padding: 16px 0px;
}
.section2{
	background: url('../assets/Section.webp') no-repeat;
	background-size: cover;
	min-height: 90vh;
	padding: 96px 0px;
}
.section2 .container{
	height: 100%;
}
.section2 .row{
	height: 100%;
	align-items: flex-end;
}
.section2 .col-lg-8{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.section2 .col-lg-4{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
}

.sectionMainHeading{
	color: #FFF;
	font-family: "Gotham";
	font-size: 48px;
	font-style: normal;
	font-weight: 900;
	line-height: 60px; /* 125% */
	width: 92%;
}
.sectionMainpara{
	color: #FFF;
	font-family: Gotham;
	font-size: 20px;
	font-style: normal;
	font-weight: 350;
	line-height: 28px;
	padding-bottom: 24px !important;
	width: 70%;
	margin-bottom: 0px !important;
}
.section2-right-heading{
	color: #FFF;
	font-family: "Gotham";
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
}
.section2 .sectionMainHeading{
	padding-bottom: 24px !important;
}
.section2-buttons{
	gap: 16px;
	margin-top: 24px;
}
.section2-button{
	display: inline-flex;
	padding: 14px 32px;
	align-items: center;
	justify-content: center;
	color: #2E3192;
	text-align: center;
	font-family: "Gotham";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	border-radius: 8px;
	background: #FDB913;
	box-shadow: 0 4px 12px 0 rgba(253, 185, 19, 0.30);
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
	white-space: nowrap;
	min-width: auto;
}
.section2-button:hover{
	transform: translateY(-2px);
	box-shadow: 0 6px 16px 0 rgba(253, 185, 19, 0.40);
	background: #F5C842;
}
.section2-button:active{
	transform: translateY(0);
	box-shadow: 0 2px 8px 0 rgba(253, 185, 19, 0.30);
}

/* Responsive styles for section2 */
@media (max-width: 991.98px){
	.section2{
		min-height: auto;
		padding: 64px 0px;
	}
	.section2 .row{
		align-items: flex-start;
	}
	.section2 .col-lg-4{
		align-items: stretch;
	}
	.sectionMainHeading{
		font-size: 36px;
		line-height: 44px;
		width: 100%;
	}
	.sectionMainpara{
		font-size: 18px;
		line-height: 26px;
		width: 100%;
	}
}
@media (max-width: 767.98px){
	.section2{
		padding: 48px 0px;
	}
	.sectionMainHeading{
		font-size: 28px;
		line-height: 36px;
	}
	.sectionMainpara{
		font-size: 16px;
		line-height: 24px;
	}
	.section2-buttons{
		flex-direction: column;
		flex-wrap: wrap;
		gap: 12px;
		width: 100%;
	}
	.section2-button{
		width: 100%;
		padding: 14px 24px;
		font-size: 15px;
		white-space: normal;
	}
	.section2 .col-lg-4{
		align-items: stretch;
	}
}
.applyNowButton{
	border-radius: 8px;
	border: 2px solid #2E3192;
	background: #FFF;
	box-shadow: 0 4px 12px 0 rgba(46, 49, 146, 0.15);
}
.applyNowButton:hover{
	background: #F8F9FA;
	border-color: #1E2162;
	box-shadow: 0 6px 16px 0 rgba(46, 49, 146, 0.25);
}
.applyNowButton:active{
	transform: translateY(0);
	box-shadow: 0 2px 8px 0 rgba(46, 49, 146, 0.15);
}

/* Hero Registration Form */
.hero-registration-form {
	background: #2E3192;
	border-radius: 12px;
	padding: 32px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.form-title {
	color: #FFF;
	font-family: "Gotham";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 24px;
	text-align: center;
}

.registration-form {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.form-group {
	margin-bottom: 0;
}

.form-row {
	display: flex;
	gap: 12px;
}

.form-row .form-group {
	flex: 1;
}

.input-wrapper {
	position: relative;
	display: flex;
	align-items: center;
}

.input-icon {
	position: absolute;
	left: 16px;
	font-size: 18px;
	z-index: 1;
	color: #666;
}

.registration-form .form-control {
	width: 100%;
	padding: 14px 16px 14px 48px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.1);
	color: #FFF;
	font-family: "Gotham";
	font-size: 14px;
	font-style: normal;
	font-weight: 350;
	line-height: 20px;
	transition: all 0.3s ease;
}

.registration-form .form-control::placeholder {
	color: rgba(255, 255, 255, 0.7);
}

.registration-form .form-control:focus {
	outline: none;
	border-color: #FDB913;
	background: rgba(255, 255, 255, 0.15);
	box-shadow: 0 0 0 3px rgba(253, 185, 19, 0.2);
}

.registration-form select.form-control {
	padding-right: 40px;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size: 12px;
	cursor: pointer;
}

.registration-form select.form-control {
	color: #FFF;
}

.registration-form select.form-control option {
	background: #2E3192;
	color: #FFF;
	padding: 8px;
}

.captcha-display {
	background: rgba(255, 255, 255, 0.2) !important;
	font-weight: 700;
	text-align: center;
	letter-spacing: 2px;
	padding-left: 16px !important;
}

.dropdown-arrow {
	position: absolute;
	right: 16px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
	pointer-events: none;
}

.checkbox-group {
	margin-top: 8px;
}

.checkbox-label {
	display: flex;
	align-items: flex-start;
	cursor: pointer;
	gap: 12px;
}

.checkbox-label input[type="checkbox"] {
	display: none;
}

.checkmark {
	width: 20px;
	height: 20px;
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.1);
	flex-shrink: 0;
	margin-top: 2px;
	position: relative;
	transition: all 0.3s ease;
}

.checkbox-label input[type="checkbox"]:checked + .checkmark {
	background: #4CAF50;
	border-color: #4CAF50;
}

.checkbox-label input[type="checkbox"]:checked + .checkmark::after {
	content: '✓';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

.checkbox-text {
	color: rgba(255, 255, 255, 0.9);
	font-family: "Gotham";
	font-size: 13px;
	font-style: normal;
	font-weight: 350;
	line-height: 20px;
}

.form-submit-btn {
	width: 100%;
	padding: 16px 32px;
	margin-top: 8px;
	background: #FDB913;
	color: #2E3192;
	border: none;
	border-radius: 8px;
	font-family: "Gotham";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 12px 0 rgba(253, 185, 19, 0.30);
}

.form-submit-btn:hover {
	background: #F5C842;
	transform: translateY(-2px);
	box-shadow: 0 6px 16px 0 rgba(253, 185, 19, 0.40);
}

.form-submit-btn:active {
	transform: translateY(0);
	box-shadow: 0 2px 8px 0 rgba(253, 185, 19, 0.30);
}

/* Responsive styles for hero form */
@media (max-width: 991.98px) {
	.hero-registration-form {
		margin-top: 32px;
		padding: 24px;
	}
	
	.form-title {
		font-size: 22px;
	}
}

@media (max-width: 767.98px) {
	.hero-registration-form {
		padding: 20px;
	}
	
	.form-title {
		font-size: 20px;
		margin-bottom: 20px;
	}
	
	.registration-form {
		gap: 14px;
	}
	
	.form-row {
		flex-direction: column;
		gap: 14px;
	}
	
	.registration-form .form-control {
		padding: 12px 14px 12px 44px;
		font-size: 13px;
	}
}

/* Section 3 - Career Specializations */
.section3{
	background: #ffffff;
	padding: 96px 0px;
}
.section3-header{
	margin-bottom: 48px;
}
.section3-main-heading{
	color: #2E3192;
	font-family: "Gotham";
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 48px;
	margin-bottom: 16px;
	text-align: center;
	width: 70%;
	margin: 16px auto;
}
.section3-subtitle{
	color: #2E3192;
	text-align: center;
	font-family: Gotham;
	font-size: 24px;
	font-style: normal;
	font-weight: 350;
	line-height: 32px; /* 133.333% */

}
.specialization-card{
	background: url('../assets/Background+VerticalBorder+Shadow.webp') no-repeat center right;
	background-size: cover;
	border: 1px solid #FDB913;
	border-radius: 12px;
	padding: 32px;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.specialization-card:hover{
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.card-icon{
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
}
.card-icon img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.card-title{
	color: #2E3192;
	font-family: "Gotham";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 133.333% */
	margin-bottom: 24px;
	flex-grow: 1;
}
.card-link{
	color: #4A5FC1;
	font-family: Gotham;
	font-size: 16px;
	font-style: normal;
	font-weight: 350;
	line-height: 24px; /* 150% */
	text-decoration: none;
	display: inline-block;
	margin-top: auto;
	transition: color 0.3s ease;
}
.card-link:hover{
	color: #FDB913;
}

/* Section 4 - Placement Assistance */
.section4{
	background: #2E3192 url('../assets/Section (1).webp') no-repeat center center;
	background-size: cover;
	padding: 96px 0px;
}
.placement-heading{
	color: #FFF;
	font-family: "Gotham";
	font-size: 60px;
	font-style: normal;
	font-weight: 900;
	line-height: 60px;
	margin-bottom: 24px;
}
.placement-highlight{
	color: #FDB913;
}
.placement-separator{
	width: 87%;
	height: 8px;
	border-radius: 99999px !important;
	background: #FDB913;
	margin-bottom: 24px;
}
.placement-description{
	color: rgba(255, 255, 255, 0.90);
	font-family: GothamLight;
	font-size: 18px;
	font-style: normal;

	line-height: 28px; /* 155.556% */
	margin-bottom: 0;
}
.placement-stats{
	margin-top: 0;
}
.stat-card{
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background: rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(2px);
	padding: 32px 24px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.stat-card:hover{
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.stat-icon{
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.stat-icon img{
	width: 40px;
	height: 40px;
	object-fit: contain;
}
.stat-value{
	color: #FFF;
	font-family: "Gotham";
	font-size: 32px;
	font-style: normal;
	font-weight: 900;
	line-height: 40px;
	margin-bottom: 8px;
}
.stat-label{
	color: #FFF;
	font-family: "GothamLight";
	font-size: 14px;
	font-style: normal;
	font-weight: 350;
	line-height: 20px;
}
.industryLeader{
	padding: 96px 0px !important;
}
.industryLeader h2{
	color: #2E3192;
	text-align: center;
	font-family: "Gotham";
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px; /* 111.111% */
	padding-bottom: 48px !important;
}
.desktop-logos .col{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
}
.desktop-logos .col img{
	max-width: 100%;
	height: auto;
	object-fit: contain;
	transition: all 0.3s ease;
}
/* .desktop-logos .col img:hover{
	filter: grayscale(0%);
	opacity: 1;
} */
.lastLogos{
	padding-bottom: 48px !important;
}
.aimingYellow{
	border-radius: 16px;
	background: #FDB913;
	padding: 48px 0px;
}
.careerAiming{
	color: #2E3192;
	text-align: center;
	font-family: "Gotham";
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px; /* 111.111% */
	padding-bottom: 12px !important;
	margin-bottom: 0px !important;
}
.careerAimingContent{
	color: #2E3192;
	text-align: center;
	font-family: GothamLight;
	font-size: 18px;
	font-style: normal;
	font-weight: 325;
	line-height: 28px; /* 155.556% */
	padding-bottom: 24px !important;
	margin-bottom: 0px !important;
}
.Section4{
	background: #F5F6FA !important;
	padding: 96px 0px !important;
}
.whyChoose{
	margin-bottom: 0px !important;
	color: #2E3192;
	font-family: "Gotham";
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px; /* 111.111% */
	padding-bottom: 24px !important;
}
.whyChoosePara{
	color: #2D3436;
	font-family: Gotham;
	font-size: 18px;
	font-style: normal;
	font-weight: 350;
	line-height: 29.25px; /* 162.5% */
	margin-bottom: 24px !important;
}
.iconList{
	color: #2D3436;
	font-family: GothamLight;
	font-size: 16px;
	font-style: normal;
	font-weight: 325;
	line-height: 24px;
}
.whyChooseSection .row{
	padding: 8px 0px !important;
	margin: 0px !important;
	display: flex;
	align-items: flex-start;
}
.whyChooseSection .col-lg-1{
	padding-left: 0px !important;
	padding-right: 12px !important;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	min-width: 32px;
}
/* .whyChooseSection .col-lg-1::before{
	content: '';
	position: absolute;
	width: 32px;
	height: 32px;
	background: #FDB913;
	border-radius: 50%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 0;
} */
.whyChooseSection .col-lg-1 img{
	width: 20px;
	height: 20px;
	display: block;
	object-fit: contain;
	position: relative;
	z-index: 1;
	margin-left: 6px;
}
.whyChooseSection .col-lg-11{
	padding-left: 0px !important;
	padding-right: 0px !important;
	flex: 1;
}

/* Video Section */
.video-container{
	position: relative;
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
}
.video-thumbnail-wrapper{
	position: relative;
	width: 100%;
	padding-top: 56.25%; /* 16:9 aspect ratio */
	overflow: hidden;
	cursor: pointer;
}
.video-thumbnail{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(46, 49, 146, 0.6);
	transition: background 0.3s ease;
}
.video-thumbnail-wrapper:hover .video-overlay{
	background: rgba(46, 49, 146, 0.5);
}
.video-play-button{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: transparent;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	z-index: 10;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	padding: 0;
}
.video-play-button img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.video-play-button:hover{
	transform: translate(-50%, -50%) scale(1.1);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
.video-play-button:active{
	transform: translate(-50%, -50%) scale(0.95);
}
.video-player{
	width: 100%;
	height: 100%;
	border-radius: 12px;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
}
.video-container.playing{
	padding-top: 56.25%; /* 16:9 aspect ratio for iframe */
}
.video-container.playing .video-thumbnail-wrapper{
	display: none;
}
.video-container.playing .video-player{
	display: block !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Your Life at Nitte Section */
.lifeAtNitteSection{
	background: linear-gradient(180deg, #FFF 0%, #F5F6FA 100%);	
	padding: 96px 0px;
}
.lifeAtNitteHeader{
	margin-bottom: 64px;
}
.lifeAtNitteTitle{
	color: #2E3192;
	font-family: "Gotham";
	font-size: 48px;
	font-style: normal;
	font-weight: 900;
	line-height: 56px;
	margin-bottom: 16px;
}
.lifeAtNitteSubtitle{
	color: #2D3436;
	font-family: Gotham;
	font-size: 20px;
	font-style: normal;
	font-weight: 325;
	line-height: 28px;
	margin-bottom: 0;
}
.lifeAtNitteVideos{
	margin-top: 0;
}
.life-video-thumbnail{
	position: relative;
	width: 100%;
	padding-top: 56.25%; /* 16:9 aspect ratio */
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.life-video-thumbnail:hover{
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.life-video-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.life-video-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(46, 49, 146, 0.6);
	transition: background 0.3s ease;
}
.life-video-thumbnail:hover .life-video-overlay{
	background: rgba(46, 49, 146, 0.5);
}
.life-video-logo{
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 5;
}
.life-logo-text{
	color: #FFF;
	font-family: "Gotham";
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	line-height: 12px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.life-video-play-btn{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: transparent;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	z-index: 10;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	padding: 0;
}
.life-video-play-btn img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.life-video-play-btn:hover{
	transform: translate(-50%, -50%) scale(1.1);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
.life-video-play-btn:active{
	transform: translate(-50%, -50%) scale(0.95);
}
.life-video-container{
	position: relative;
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
}
.life-video-player{
	width: 100%;
	height: 100%;
	border-radius: 12px;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
}
.life-video-container.playing{
	padding-top: 56.25%; /* 16:9 aspect ratio for iframe */
}
.life-video-container.playing .life-video-thumbnail{
	display: none;
}
.life-video-container.playing .life-video-player{
	display: block !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.videoSectionWhyChoose{
	align-self: center !important;
}
.belowVideoSection .col-lg-3{
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
	backdrop-filter: blur(2px);
	margin-top: -30px !important;
	padding: 16px !important;
}
.belowVideoSection h2{
	color: #2E3192;
	font-family: "Gotham";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 133.333% */
	margin-bottom: 0px;
	margin-top: 8px !important;
}
.belowVideoSection p{
	color: #2D3436;
	font-family: GothamLight;
	font-size: 12px;
	font-style: normal;
	font-weight: 325;
	line-height: 16px; /* 133.333% */
	margin-bottom: 0px !important;
}
.row.belowVideoSection.d-flex .col-lg-3 {
    width: 22% !important;
    margin-right: 19px;
}
.Section5{
	background: linear-gradient(180deg, #FFF 0%, #F5F6FA 100%);
}
.commonPadding{
	padding: 96px 0px !important;
}
.Section5 h2 {
    color: #2E3192;
    font-family: "Gotham";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 16px;
    text-align: center;
    width: 70%;
    margin: 16px auto;
}
.theNitteEdge{
	color: #2D3436;
	text-align: center;
	font-family: GothamLight;
	font-size: 20px;
	font-style: normal;
	font-weight: 325;
	line-height: 28px; /* 140% */
	width: 73%;
    margin: auto;
}
.Section5 .col-lg-6{
	background: url('../assets/Background+VerticalBorder+Shadow (2).webp') no-repeat;
	background-size: cover;
	height: 100% !important;
	padding: 32px !important;
	border-radius: 12px;
}
.theNitteEdgeCards .col-lg-6 h3{
	margin-top: 16px !important;
	margin-bottom: 11px !important;
	color: #2E3192;
	font-family: "Gotham";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 133.333% */
}
.theNitteEdgeCards{
	margin-top: 56px !important;
}

.theNitteEdgeCards .col-lg-6 p{
	color: #2D3436;
	font-family: GothamLight;
	font-size: 16px;
	font-style: normal;
	font-weight: 325;
	line-height: 26px; /* 162.5% */
}
.theNitteEdgeCards .col-lg-6{
	margin-right: 19px !important;
	width: 48% !important;
}
.theNitteEdgeCard{
	margin-top: 24px !important;
	margin-bottom: 100px !important;
}

.theNitteEdgeCard .col-lg-6{
	margin-right: 19px !important;
	width: 48% !important;
}
.theNitteEdgeCard .col-lg-6 p{
	color: #2D3436;
	font-family: GothamLight;
	font-size: 16px;
	font-style: normal;
	font-weight: 325;
	line-height: 26px; /* 162.5% */
}
.theNitteEdgeCard .col-lg-6 h3{
	margin-top: 16px !important;
	margin-bottom: 11px !important;
	color: #2E3192;
	font-family: "Gotham";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 133.333% */
}
.builtOnCredibility h3{
	color: #2E3192;
	text-align: center;
	font-family: "Gotham";
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 48px; /* 133.333% */
	margin-bottom: 32px !important;
}
.CredibilityRow{
	width: 70% !important;
	margin: auto !important;
}

.lifeAtNitteSection2{
	background: #FFFFFF !important;
	padding: 96px 0px;
}
.lifeAtNitteSection2 .life-video-thumbnail{
	display: none !important;
}
.lifeAtNitteSection2 .life-video-player{
	display: block !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.lifeAtNitteSection2 .life-video-container{
	padding-top: 56.25%; /* 16:9 aspect ratio */
	position: relative;
	overflow: hidden;
	border-radius: 12px;
}
.lifeAtNitteSection2 .life-video-container.playing{
	padding-top: 56.25%;
}
.lifeAtNitteTitle1{
	color: #2E3192;
	text-align: center;
	font-family: "Gotham";
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px; /* 111.111% */
}

/* Footer Section */
.footerSection{
	background: url('../assets/Footer.webp') no-repeat center center;
	background-size: cover;
	color: #FFF;
	padding: 64px 0 32px;
	font-family: GothamLight;
}
.footerTop{
	margin-bottom: 32px;
}
.footerLogo{
	max-height: 48px;
	width: 90% !important;
}
.footerHeading{
	color: #FFF;
	font-family: "Gotham";
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 16px;
}
.footerText{
	color: rgba(255, 255, 255, 0.90);
	font-size: 14px;
	line-height: 22px;
}
.footerContactItem{
	color: rgba(255, 255, 255, 0.90);
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 8px;
}
.footerIcon{
	margin-right: 8px;
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
}
.footerIcon img{
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
}
.footerAddressContent{
	display: flex;
	align-items: flex-start;
	gap: 12px;
}
.footerLocationIcon{
	margin-right: 0;
	margin-top: 2px;
	flex-shrink: 0;
}
.footerLocationIcon img{
	width: 20px;
	height: 20px;
}
.footerAddress .footerText{
	margin: 0;
	line-height: 22px;
}
.footerLink{
	color: #FDB913;
	text-decoration: none;
	font-family: GothamLight !important;
}
.footerLink:hover{
	text-decoration: underline;
}
.footerBottom{
	border-top: 1px solid rgba(255, 255, 255, 0.20);
	padding-top: 16px;
	margin-top: 16px;
}
.footerCredits{
	font-family: GothamLight !important;
	color: #F4E914;
	font-size: 16px;
	font-style: normal;
	font-weight: 325;
	line-height: 24px; /* 150% */
}

.textWidth{
	width: 59%;
}



@media (max-width: 767.98px){
	.footerSection{
		text-align: left;
	}
	.footerTop{
		margin-bottom: 24px;
	}
	.footerBrand,
	.footerContact,
	.footerAddress{
		text-align: left;
		margin-bottom: 24px;
	}
	.footerHeading{
		text-align: left;
	}
	.footerLogoWrapper{
		justify-content: flex-start;
	}
	.footerAddressContent{
		justify-content: flex-start;
	}
	.footerBottom{
		text-align: left;
	}
	.footerCredits{
		text-align: left;
		margin-top: 16px;
	}
	.textWidth{
		width: 100% !important;
		text-align: left !important;
	}
	.header-image{
		width: 83% !important;
    	height: 100% !important;
	}
}

@media (max-width: 749px){
	.section2 .sectionMainHeading {
		padding-bottom: 0px !important;
	}
	
	/* Section 3 - Mobile Responsive */
	.section3{
		padding: 48px 0px;
	}
	.section3-header{
		margin-bottom: 32px;
	}
	.section3-main-heading{
		font-size: 28px;
		line-height: 36px;
		width: 100%;
		margin: 0 auto 12px;
	}
	.section3-subtitle{
		font-size: 18px;
		line-height: 26px;
		padding: 0 16px;
	}
	.section3-cards{
		margin-top: 32px;
	}
	.specialization-card{
		padding: 24px;
		margin-bottom: 16px;
	}
	.card-icon{
		width: 56px;
		height: 56px;
		margin-bottom: 16px;
	}
	.card-title{
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 16px;
	}
	.card-link{
		font-size: 14px;
		line-height: 20px;
	}
	
	/* Section 4 - Mobile Responsive */
	.section4{
		padding: 48px 0px;
	}
	.placement-heading{
		font-size: 36px;
		line-height: 44px;
		margin-bottom: 16px;
	}
	.placement-separator{
		width: 100%;
		height: 6px;
		margin-bottom: 16px;
	}
	.placement-description{
		font-size: 16px;
		line-height: 24px;
	}
	.placement-stats{
		margin-top: 24px;
	}
	.stat-card{
		padding: 24px 16px;
		margin-bottom: 16px;
	}
	.stat-icon{
		margin-bottom: 12px;
	}
	.stat-icon img{
		width: 32px;
		height: 32px;
	}
	.stat-value{
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 6px;
	}
	.stat-label{
		font-size: 12px;
		line-height: 18px;
	}
	
	/* Industry Leader Section - Mobile Responsive */
	.industryLeader{
		padding: 48px 0px !important;
	}
	.industryLeader h2{
		font-size: 24px;
		line-height: 32px;
		padding-bottom: 32px !important;
	}
	.aimingYellow{
		padding: 32px 16px !important;
	}
	.careerAiming{
		font-size: 28px;
		line-height: 36px;
	}
	.careerAimingContent{
		font-size: 16px;
		line-height: 24px;
	}
	.mobile-logo-carousel{
		margin: 24px 0;
	}
	.mobile-logo-carousel .carousel-inner{
		padding: 0 50px;
	}
	.mobile-logo-carousel .carousel-item{
		padding: 20px 0;
	}
	.mobile-logo-carousel .carousel-item .col-6{
		padding: 8px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.mobile-logo-carousel .carousel-item img{
		max-height: 100px;
		height: auto;
		object-fit: contain;
		/* padding: 20px; */
		width: 100%;
		max-width: 100%;
		background: #FFFFFF;
		border-radius: 8px;
		/* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
		display: block;
	}
	.mobile-logo-carousel .carousel-control-prev,
	.mobile-logo-carousel .carousel-control-next{
		width: 30px;
		opacity: 0.8;
	}
	.mobile-logo-carousel .carousel-control-prev-icon,
	.mobile-logo-carousel .carousel-control-next-icon{
		width: 20px;
		height: 20px;
		background-color: #2E3192;
		border-radius: 50%;
	}
	.mobile-logo-carousel .carousel-indicators{
		margin-bottom: 0;
	}
	.mobile-logo-carousel .carousel-indicators button{
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background-color: #2E3192;
		opacity: 0.3;
	}
	.mobile-logo-carousel .carousel-indicators button.active{
		opacity: 1;
	}
	
	/* Section 4 - Mobile Responsive */
	.Section4{
		padding: 48px 0px !important;
	}
	.whyChoose{
		font-size: 28px;
		line-height: 36px;
		padding-bottom: 16px !important;
	}
	.whyChoosePara{
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 20px !important;
	}
	.whyChooseSection .row{
		padding: 6px 0px !important;
	}
	.whyChooseSection .col-lg-1{
		padding-right: 8px !important;
	}
	.whyChooseSection .col-lg-1{
		position: relative;
		padding-right: 8px !important;
		min-width: 24px;
	}
	.whyChooseSection .col-lg-1::before{
		width: 24px;
		height: 24px;
		margin-left: 0;
	}
	.whyChooseSection .col-lg-1 img{
		width: 23px;
        height: 20px;
        object-fit: contain;
        margin-left: 5px;
        margin-top: 1px;
	}
	.iconList{
		font-size: 14px;
		line-height: 20px;
	}
	.videoSectionWhyChoose{
		margin-top: 32px;
	}
	.belowVideoSection{
		margin-top: 24px;
		flex-wrap: wrap;
	}
	.belowVideoSection .col-lg-3{
		margin-bottom: 16px;
		text-align: center;
		width: 50% !important;
		margin-right: 0 !important;
		margin-top: 0 !important;
	}
	.belowVideoSection img{
		width: 40px;
		height: 40px;
		margin-bottom: 8px;
	}
	.belowVideoSection h2{
		font-size: 20px;
		line-height: 32px;
		margin-bottom: 4px;
	}
	.belowVideoSection p{
		font-size: 14px;
		line-height: 20px;
	}
	.row.belowVideoSection.d-flex {
		gap: 20px;
		margin-top: 20px !important;
	}
	
	/* Section 5 - The Nitte Edge - Mobile Responsive */
	.Section5{
		padding: 48px 0px !important;
	}
	.Section5 h2{
		font-size: 28px;
		line-height: 36px;
		width: 100%;
		margin: 0 auto 16px;
		padding: 0 16px;
	}
	.theNitteEdge{
		font-size: 16px;
		line-height: 24px;
		width: 100%;
		padding: 0 16px;
		margin-bottom: 0;
	}
	.theNitteEdgeCards{
		margin-top: 32px !important;
	}
	.theNitteEdgeCards .col-lg-6,
	.theNitteEdgeCard .col-lg-6{
		width: 100% !important;
		margin-right: 0 !important;
		margin-bottom: 16px;
		padding: 24px !important;
	}
	.theNitteEdgeCards .col-lg-6 img,
	.theNitteEdgeCard .col-lg-6 img{
		width: 48px;
		height: 48px;
		margin-bottom: 12px;
	}
	.theNitteEdgeCards .col-lg-6 h3,
	.theNitteEdgeCard .col-lg-6 h3{
		font-size: 20px;
		line-height: 28px;
		margin-top: 12px !important;
		margin-bottom: 8px !important;
	}
	.theNitteEdgeCards .col-lg-6 p,
	.theNitteEdgeCard .col-lg-6 p{
		font-size: 14px;
		line-height: 22px;
	}
	.theNitteEdgeCard{
		margin-top: 0 !important;
		margin-bottom: 48px !important;
	}
	.builtOnCredibility{
		margin-top: 32px;
	}
	.builtOnCredibility h3{
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 24px !important;
		padding: 0 16px;
	}
	.CredibilityRow{
		width: 100% !important;
		padding: 0 16px;
	}
	.CredibilityRow .col-lg-4{
		margin-bottom: 16px;
	}
	.CredibilityRow .col-lg-4 img{
		width: 100%;
		height: auto;
	}
	.Section5 .col-lg-6{
		height: 44% !important;
	}
	.row.d-flex.CredibilityRow.justify-content-center .col-sm-3{
		width: 33% !important;
	}
	
	/* Your Life at Nitte Section - Mobile Responsive */
	.lifeAtNitteSection{
		padding: 48px 0px !important;
	}
	.lifeAtNitteHeader{
		margin-bottom: 32px;
	}
	.lifeAtNitteTitle{
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 12px;
		padding: 0 16px;
	}
	.lifeAtNitteSubtitle{
		font-size: 16px;
		line-height: 24px;
		padding: 0 16px;
	}
	.lifeAtNitteVideos{
		padding: 0 16px;
	}
	.lifeAtNitteVideos .col-lg-4{
		margin-bottom: 24px !important;
		padding-left: 8px;
		padding-right: 8px;
	}
	.life-video-thumbnail{
		border-radius: 8px;
	}
	.life-video-thumbnail:hover{
		transform: none;
		box-shadow: none;
	}
	.life-video-play-btn{
		width: 60px;
		height: 60px;
	}
	.life-video-play-btn:hover{
		transform: translate(-50%, -50%) scale(1.05);
	}
	.life-video-container{
		border-radius: 8px;
	}
	.life-video-player{
		border-radius: 8px;
	}
}

/* Thank You Page Styles */
.thankYouSection {
	background: #ffffff;
	padding: 96px 0px;
	min-height: 60vh;
	display: flex;
	align-items: center;
}

.thankYouContent {
	background: #ffffff;
	border-radius: 16px;
	padding: 64px 48px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.thankYouIcon {
	margin-bottom: 32px;
	animation: scaleIn 0.5s ease-out;
}

@keyframes scaleIn {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

.thankYouTitle {
	color: #2E3192;
	font-family: "Gotham";
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 52px;
	margin-bottom: 24px;
}

.thankYouMessage {
	color: #2E3192;
	font-family: "Gotham";
	font-size: 20px;
	font-style: normal;
	font-weight: 350;
	line-height: 28px;
	margin-bottom: 16px;
}

.thankYouSubMessage {
	color: #666;
	font-family: "Gotham";
	font-size: 16px;
	font-style: normal;
	font-weight: 350;
	line-height: 24px;
	margin-bottom: 40px;
}

.thankYouActions {
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 48px;
}

.thankYouButton {
	display: inline-flex;
	padding: 14px 32px;
	align-items: center;
	justify-content: center;
	color: #2E3192;
	text-align: center;
	font-family: "Gotham";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	border-radius: 8px;
	background: #FDB913;
	box-shadow: 0 4px 12px 0 rgba(253, 185, 19, 0.30);
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
	white-space: nowrap;
}

.thankYouButton:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px 0 rgba(253, 185, 19, 0.40);
	background: #F5C842;
	color: #2E3192;
	text-decoration: none;
}

.thankYouButton.secondary {
	border-radius: 8px;
	border: 2px solid #2E3192;
	background: #FFF;
	box-shadow: 0 4px 12px 0 rgba(46, 49, 146, 0.15);
	color: #2E3192;
}

.thankYouButton.secondary:hover {
	background: #F8F9FA;
	border-color: #1E2162;
	box-shadow: 0 6px 16px 0 rgba(46, 49, 146, 0.25);
	color: #2E3192;
}

.thankYouInfo {
	margin-top: 48px;
	padding-top: 48px;
	border-top: 1px solid #E0E0E0;
}

.infoText {
	color: #2E3192;
	font-family: "Gotham";
	font-size: 18px;
	font-style: normal;
	font-weight: 350;
	line-height: 28px;
	margin-bottom: 24px;
}

.infoText strong {
	font-weight: 700;
	color: #2E3192;
}

.contactInfo {
	color: #666;
	font-family: "Gotham";
	font-size: 16px;
	font-style: normal;
	font-weight: 350;
	line-height: 24px;
}

.contactLink {
	color: #2E3192;
	font-weight: 500;
}

.contactInfo a {
	color: #2E3192;
	text-decoration: none;
	transition: color 0.3s ease;
}

.contactInfo a:hover {
	color: #FDB913;
	text-decoration: underline;
}

/* Responsive styles for Thank You Page */
@media (max-width: 991.98px) {
	.thankYouSection {
		padding: 64px 0px;
	}
	
	.thankYouContent {
		padding: 48px 32px;
	}
	
	.thankYouTitle {
		font-size: 36px;
		line-height: 44px;
	}
	
	.thankYouMessage {
		font-size: 18px;
		line-height: 26px;
	}
}

@media (max-width: 767.98px) {
	.thankYouSection {
		padding: 48px 0px;
	}
	
	.thankYouContent {
		padding: 32px 24px;
	}
	
	.thankYouTitle {
		font-size: 28px;
		line-height: 36px;
	}
	
	.thankYouMessage {
		font-size: 16px;
		line-height: 24px;
	}
	
	.thankYouSubMessage {
		font-size: 14px;
		line-height: 22px;
	}
	
	.thankYouActions {
		flex-direction: column;
	}
	
	.thankYouButton {
		width: 100%;
	}
	
	.thankYouIcon svg {
		width: 60px;
		height: 60px;
	}
	
	.infoText {
		font-size: 16px;
		line-height: 24px;
	}
	
	.contactInfo {
		font-size: 14px;
		line-height: 22px;
	}
}

@media(max-width: 749px) {
	/*.section2 {*/
 /*       background: url('../assets/Section (1) (2).webp') no-repeat top center;*/
 /*       background-size: cover !important;*/
 /*   }*/
	.section2{
		padding-top: 400px !important;
	}
	.section2-buttons{
		flex-direction: row !important;
	}
	.section2-button{
		width: 48% !important;
	}
}
button.section2-button.applyNowButton:hover{
	background-color: #2E3192 !important;
	color: #FFFFFF !important;
}
.section1 h1.text-center {
    margin-top: 8px;
}