:root{
	--mainColor: #5cbfe6;
	--mainColorDark: #25abde;
	--mainColorLight: #aedef4;
}

/*Main Color Used */

footer{
    background-color: var(--mainColor);
    color:white;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.loginLink:hover{
	text-decoration: none;
}

.center{
	text-align:center;
}

.loginPanel{
	padding: 20px;
	margin-bottom:20px;
}

.page-content-container{
	padding:20px 0px;
}

.pageTitle{
	list-style:none;
	background-color: var(--mainColor);
	padding: 10px 0px;
	margin-bottom:0px;
}

.row-main-content{
	color:#474747;
	background-color: #eee;
	min-height: 100%;
}

.slide-box{
    background-color: white;
    padding: 20px;
    border-radius: 6px;
    margin: 20px 0px 18px;
}

.image-heading{
    color: var(--mainColor);
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}

.dropdown-item{
	border-width:0px; 
	width: auto;
}

.dropdown-menu{
	width:190px;
	text-align:center;
}

.dropdown-toggle>img{
	margin-right:5px;
}

.hmenu-toggle>img{
	margin-right:10px;
}

.hmenu-dropdown-toggle>img{
	margin-right:5px;
}

.hmenu-dropdown-menu>.hmenu-dropdown-item{
	width: 250px;	
	font-size:12px;
}

.dropdown-item .dropdown-menu .dropdown-item{
	width: 250px;
    background-color: white;
}

.dropdown-item .dropdown-menu{
	padding: 0px;
}

.dropdown-menu{
	text-align:left;
	background-color:transparent;
}

.breadcrumb { 
	border-radius: 0px;
  list-style: none; 
  overflow: hidden; 
  margin-bottom:0px;
  background-color: var(--mainColor);
  color: white;
  padding: 10px;
  font-size:18px;
}
.breadcrumb li { 
  float: left; 
}

.breadcrumb>.active{
	color: white;
	font-size:25px;
}

.form-section{
}

.data-table-heading{
}

/* Removed due to UI team css */
.form-section-header{
}

.form-section-header.up-arrow {
}

.form-section-content{
}

.warning-highlight{
	border: 2px solid red;
}

.form-field{
	margin-bottom: 10;
}

.control-label{
    font-size: 15;
}

.mandatory label::after { 
	color:red;
	content:" *";
}

.form-field-value input[type=text]:focus, 
.form-field-value input[type=date]:focus,
.form-field-value input[type=datetime]:focus,
.form-field-value input[type=number]:focus,
.form-field-value input[type=search]:focus,
.form-field-value input[type=time]:focus,
.form-field-value input[type=url]:focus,
.form-field-value input[type=email]:focus,
.form-field-value textarea:focus, 
.form-field-value select:focus{
    -moz-box-shadow: 0 0 8px var(--mainColorLight);
    -webkit-box-shadow: 0 0 8px var(--mainColorLight);
    box-shadow: 0 0 8px var(--mainColorLight);
    border: 1px solid var(--mainColorLight);
}

.form-template-button{
	display:inline-block;
}

.btn-group{
	text-align:right;
}

.form-template-button .btn {
  border-radius: 5px;
  font-size: 17px;
  text-decoration: none;
  color: #fff;
  position: relative;
  display: inline-block;
  background-color: var(--mainColor);
  box-shadow: 0px 5px 0px 0px var(--mainColorDark);
  margin: 0px 5px 10px;
  border: 0px;
 }
 
.form-template-button .btn:hover {
	background-color: var(--mainColorDark);
}

.notification-message-body{
	padding: 25px;
	background-color:white;
	border-radius: 5px;
	margin-bottom:12px;
	color: white;
	
	border: 3px solid var(--mainColor);
    background-color: var(--mainColorDark);
}

.warning-notification{
    border: 3px solid #e28a81;
    background-color: #c0392b;
}

.notification-message-body ul{
	list-style:none;
	margin: 0px;
}

.progress-list{
	list-style-type:none;
	padding: 0px;
	margin-bottom:18px;
    border-bottom: 2px solid var(--mainColor);
}

.progress-item{
}

.progress-list .active{
	background-color:var(--mainColor);
}

.progress-item a{
}

.summary-page{
}

.summary-page-title{
}

.summary-page-section{
}

.summary-page-section-title{
}

.summary-page .summary-chapter-section {
}

.section-group{
}

.summary-group-header{
	font-size: 16px;
}

.summary-field:last-child{
}

.summary-field-label{
	font-size: 14px;
}

.f1_left{
	float:left;
	height:auto;
	width: 210px;
	position:absolute;
}

.main-text{
    font-size: 3rem;
    margin-bottom: 5px;
}

.service-link:hover{
	text-decoration: underline;
	cursor: pointer;
	background-color: var(--mainColor);
}

.service-link{
	margin-bottom:10px;
    background-color: var(--mainColorDark);
    border-radius: 5px;
    padding: 5px;
}

.hasDatePicker{
    background: #fff url(#{request.contextPath}/resources/images/calendar.png);
    background-repeat: no-repeat;
  	background-position: right 10px top 5px;
}

.complete-heading{
	padding: 15px;
    border-radius: 15px;
    border: solid 2px var(--mainColor);
    width: 200px;
    margin: auto;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: bold;
}

.complete-message{
	text-size: 15px;
}

.service-link-all{
    border: 1px solid var(--mainColor);
    border-radius: 8px;
    margin-top: 20;
    padding: 10;
}

.service-link-all:hover{
	background-color: var(--mainColor);
	cursor: pointer;
}

.license-desc{
    font-size: 13px;
    margin-left: 40px;
    color: var(--mainColor);
}

.license-desc:hover{
	color: var(--mainColorDark);
}

.desc-link{
	color: #999;
	display:inline;
}

.desc-link:hover{
	cursor:pointer;
	color: black;
}

.payment-table{
    margin-bottom: 25px;
}

.payment-table-header td{
    color: white;
    padding: 5;
    text-align: center;
    font-weight: bold;
    background-color: var(--mainColor);
    border: solid 2px white;
}

.payment-table-content td {
	background: var(--mainColorLight);
    padding: 5;
    color: black;	
    border: solid 2px white;
}

.payment-table-total td{
	background: var(--mainColor);
    padding: 5;
    color: white;
    font-weight: bold;
    border: solid 2px white;
}

.ui-state-default, .ui-paginator-bottom{
	color: white;
    box-shadow: none;
    background: var(--mainColor);
    text-shadow: none;
}

th.ui-state-default:hover{
	background: var(--mainColorDark);
}

.ui-paginator-prev, .ui-paginator-next, .ui-paginator-page{
	box-shadow: none;
	text-shadow: none;
}

.hasDatePicker{
	background-color:white;
	color:black;
}

.ui-fileupload-buttonbar{
    text-shadow: none;
    background: var(--mainColor);
}

.radio-buttons input{
	display:inline;
}

.radio-buttons tr{
	background:transparent;
}

.radio-buttons label{
	margin-left:5px;
	font-weight:100;
	padding-top:3px;
	font-size:14
}

.radio-buttons label::after{
	content:"";
}

.radio-buttons tbody, .radio-buttons tr, .radio-buttons{
	border: 0
}

.form-tab-view{
	margin-bottom:15px;
}

.ui-widget-content{
	border:0;
}

.ui-tabs-nav{
	background:transparent;
}

.form-tab-view li{
	border: 0;
	margin-right: 5px;
}

.form-tab-view .ui-widget-content{
	background:transparent;
}

.ui-tabs .ui-tabs-nav{
	background:transparent;
}

.ui-tabs-panels{
	background:#fff;
}

.ui-tabs .ui-tabs-nav li{
	border: 2px solid #ddd;
    background: #eee;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected{
	border: 2px solid #bbb;
}

.ui-state-hover{
	border:0;
}

.form-field-hint{
    margin-top: 4px;
    font-style: italic;
    font-size: 12;
    color: #888;
    padding:0;
    width:auto;
}

.expand-collapse{
    text-align: right;
    padding-right: 20;
    margin-bottom: 20;
}

.expand-collapse a{
    background-color: white;
    padding: 10 20;
    border-radius: 5px;
    margin-right: 5px;
        color: var(--mainColorDark);
}

.expand-collapse a:hover{
    background-color: var(--mainColorDark);
    padding: 10 20;
    border-radius: 5px;
    margin-right: 5px;
    color: white;
}

.navbar-custom{
	border-radius:0px;
}

.dropdown-menu>li>a{
	padding: 5 20;
	background-color: #fcfcfc;
}

.ui-confirm-dialog{
	margin-top:-400px;
}

.form-page {
  display: none;
}

.form-field-help {
    position: static;
}

.dropdown-menu.bootstrap-datetimepicker-widget{
	
}

.dropzone {
	border: 2px dashed!important;
	border-color: #0087F7;
	border-radius: 5px;
	background: #F3F3F3!important;
}

.dropzone .dz-message {
	font-weight: 400!important;
}

.form-section-content .form-field-help label{
	color: red;
}

.form-page .btn-group {
	display:flex;
	justify-content:center;
	background-color: white;
    padding-top: 10px;
    padding-bottom: 10px;
}

.form-page .btn-group span {
	padding-left:3px;
	padding-right:3px;
}

.form-page .btn-group .btn-primary {
	background-color: #e25b19;
    border-color: transparent;
}

.form-page .data-table table tbody .btn-group {
	background-color: transparent;
}

.blurb-content{
	align-items: stretch !important;
}

#eServiceTable{
	font-size:0.9rem;
}

.social {
	color:white!important;
}
.modal-long .modal-content{
	height:50vh!important;
}

@media(max-width:839.98px){
	table{
		font-size:0.67rem!important;
	}
}

#exist-phot{
	display:inline-block;
}

#new-phot-div{
	display:inline-block;
}

#exist-sign{
	display:inline-block;
}

#new-sign-div{
	display:inline-block;
}

/* bootstrap 4 */
.popover-body {
    width:300px;
    height:300px;
    max-height:100%;
    max-width:100%;
    overflow-y:auto;
    resize:both;
}


/* bootstrap 3 */
.popover-content {
    width:300px;
    height:300px;
    max-height:300px;
    max-width:600px;
    overflow-y:auto;
    resize:both;
}

 

.popover {
    max-height:100%;
    max-width:100% !important;
}

 

.multiselect-container {
    width: 100% !important;
    overflow-y: scroll !important;
    max-height: 300px !important;
}

 

.multiselect-selected-text {
    white-space: normal;
}

 

.multiselect-native-select .btn {
    width:100%;
    border-radius: unset;
    border: 1px solid #ced4da;
}

/* Start of RSS Feed / Latest News Panel - Added by Praveen */

@media screen and (max-width: 575.98px) {

	.col-12 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.announcements-section section.card.corner {
		margin-top: 0!important;
	}

}

.row.rss {
	margin-top: -40px;
}

.rss a:hover {
	text-decoration: none;
}

.rss .blurb {
	align-items: flex-start;
}

.rss .card-body > a + a > .blurb {
	margin-top: 20px;
}

.rss a .blurb-image {
	width: 120px;
	height: 60px;
	margin-top: 5px;
	margin-right: 10px;
	overflow: hidden;
}

.rss a .blurb-image img {
	width: 110px;
	height: 60px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.rss a:hover .blurb-image img {
	width: 121px;
	height: 66px;
	margin-left: -5px;
	margin-top: -3px;
}

.rss a:hover .blurb-title {
	text-decoration: underline;
}

.rss .blurb-text {
	text-align: left;
	color: #303547;
}

.rss .blurb-text:last-child {
	margin-top: 10px;
}

/* End of RSS Feed / Latest News Panel -- - Added by Praveen */

/* Start of NAF signup page css -- - Added by Dipesh */

.naf-redesign-wrapper {
	--grad-start: #35d3e5;
	--grad-end: #00a0b8;
	--primary-blue: #008fa3;
	--primary-dark: #007c8f;
	--secondary-teal: #4db6ac;
	--text-dark: #333333;
	--text-muted: #333333;
	--bg-light: #f0fbfc;
	--white: #ffffff;
	--border-color: #cfd8dc;
	--shadow-sm: 0 1px 2px rgba(0, 160, 184, 0.1);
	--shadow-md: 0 4px 6px -1px rgba(0, 160, 184, 0.15), 0 2px 4px -1px rgba(0, 160, 184, 0.1);
	--font-sans: 'Montserrat', system-ui, -apple-system, sans-serif;
	--radius: 8px;
	width: 1280px !important;
	margin: 4rem auto;
	border-radius: 24px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
	font-family: var(--font-sans);
	color: var(--text-dark);
	line-height: 1.5;
	background-color: var(--bg-light);
	text-align: left;
}

.naf-redesign-wrapper * {
	box-sizing: border-box;
}

.naf-redesign-wrapper a {
	text-decoration: none;
	color: inherit;
}

.naf-redesign-wrapper ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
	text-align: left;
}

.naf-redesign-wrapper .btn {
	font-weight: 600;
	transition: all 0.2s ease;
}

.naf-redesign-wrapper .btn-primary {
	background-image: linear-gradient(135deg, var(--grad-start), var(--grad-end));
	background-color: var(--grad-end);
	border: none;
	color: var(--white);
}

.naf-redesign-wrapper .btn-primary:hover {
	background-image: linear-gradient(135deg, var(--grad-end), var(--grad-end));
	box-shadow: var(--shadow-md);
	transform: translateY(-1px);
}

.naf-redesign-wrapper .btn-secondary {
	background-color: var(--white);
	color: var(--primary-blue);
	border: 1px solid var(--primary-blue);
}

.naf-redesign-wrapper .btn-secondary:hover {
	background-color: #f0f7ff;
	color: var(--primary-blue);
}

.naf-redesign-wrapper .btn-block {
	display: block;
	width: 100%;
}

.naf-redesign-wrapper .hero-section {
	padding: 4rem 0 2rem 0;
	background: linear-gradient(135deg, #e3fdfd 0%, #ffffff 100%);
	text-align: center;

	position: relative;
	margin-bottom: 2rem;
}
.hero-content h1 {
    font-size: 2.5rem !important;
    font-weight: 800;
}
.hero-subtitle {
    font-size: 16px;
    font-weight: 500;
}
.naf-redesign-wrapper .user-registration-header {
	background-color: var(--primary-blue);
	color: var(--white);
	padding: 1rem 2rem;
	display: inline-block;
	border-bottom-left-radius: 24px;
	border-bottom-right-radius: 24px;
	font-weight: 700;
	font-size: 1.1rem;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 4px 12px rgba(0, 51, 78, 0.2);
	white-space: nowrap;
}

.hero-btn {
	border: 1px solid var(--primary);
	color: #044f65;
	text-transform: unset;
	font-size: 15px;
}

.hero-btn:hover {
	color: #fff;
	background: #044f65;
}

.naf-redesign-wrapper .path-card {
	text-align: left;
	color: #333;
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 16px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.naf-redesign-wrapper .path-card .btn {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	font-size: 1rem;
	height: 42px;
}

.naf-redesign-wrapper .path-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
	border-color: #dee2e6;
}

.naf-redesign-wrapper .path-card h3 {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--primary-blue);
	margin-bottom: 0;
}

.naf-redesign-wrapper .path-card .card-header {
	padding: 1rem 2rem;
	border-bottom: 1px solid var(--border-color);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.naf-redesign-wrapper .citizen-card .card-header {
	background: #e3f2fd;
}

.naf-redesign-wrapper .citizen-card {
	background: #f5f9ff;
	border: 2px solid #2196F3;
}

.naf-redesign-wrapper .resident-card .card-header {
	background: #e8f5e9;
}

.naf-redesign-wrapper .resident-card {
	background: #f1f8f4;
	border: 2px solid #4CAF50;
}

.naf-redesign-wrapper .badge {
	background: #6b9e53;
	color: var(--white);
	font-size: 0.75rem;
	padding: 0.25rem 0.75rem;
	border-radius: 100px;
	font-weight: 600 !important;
	border: none;
	line-height: normal;
}

.naf-redesign-wrapper .path-card .card-body {
	padding: 2rem;
	flex: 1;
	display: flex;
	flex-direction: column;
	padding-bottom: 0;
}

.naf-redesign-wrapper .eligibility {
	font-size: 14px !important;
	color: var(--text-muted);
	margin-bottom: 1.5rem;
	font-weight: 500;
}

.naf-redesign-wrapper .requirements {
	flex: 1;
}

.naf-redesign-wrapper .requirements h4,
h4 {
	font-size: 0.9rem;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 0.75rem;
	font-weight: bold;
}

.naf-redesign-wrapper .requirements ul li {
	position: relative;
	padding-left: 1.5rem;
	margin-bottom: 0.5rem;
	color: var(--text-dark);
	font-size: 0.95rem;
}

.naf-redesign-wrapper .requirements ul li::before {
	content: "\2022";
	color: var(--primary-blue);
	font-weight: bold;
	font-size: 1.2rem;
	position: absolute;
	left: 0;
	top: -1px;
}

.naf-redesign-wrapper .track-link {
	color: #0056b3;
	text-decoration: underline;
	padding-bottom: 1px;
	transition: all 0.2s;
	font-weight: 600;
	font-size: 14px;
}

.naf-redesign-wrapper .track-link:hover {
	color: #003d82;
	text-decoration: none;
}

.naf-redesign-wrapper .naf-dark-card {
	background: rgba(0, 0, 0, 0.65);
	padding: 2.5rem;
	border-radius: 12px;
	height: 100%;
	color: var(--white);
}

.naf-redesign-wrapper .naf-dark-card h4 {
	color: #00dfff !important;
}

.naf-redesign-wrapper .list-unstyled.text-white li {
	margin-bottom: 0.5rem;
	padding-left: 1.5rem;
	position: relative;
	font-size: 14px;
}

.naf-redesign-wrapper .list-unstyled.text-white li::before {
	content: '\2022';
	color: var(--grad-start);
	font-weight: bold;
	position: absolute;
	left: 0;
}

.naf-redesign-wrapper .info-section {
	padding: 5rem 0;
	position: relative;
	background-color: #024f67;
	background-image: url(../images/whatisnaf-section-bg.jpg);
	background-size: cover;
	background-position: bottom left;
	background-repeat: no-repeat;
	color: var(--white);
	font-size: 14px;
	border-radius: 24px 24px 0 0;

}
.naf-redesign-wrapper h2 {
	font-size: 2.25rem;
	font-weight: 800;
	text-align: center;
	margin-bottom: 1.5rem;

}
.info-section h1 {
	font-size: 2.25rem;
			font-weight: 800;
			text-align: center;
			margin-bottom: 1.5rem;
			letter-spacing: -0.02em;
}.info-section p {
	font-size: 1.15rem;
			font-weight: 500;
			color: rgba(255, 255, 255, 0.9);
			line-height: 1.8;
			max-width: 960px;
			margin-left: auto;
			margin-right: auto;
			text-align: center;
}
.naf-redesign-wrapper .info-section h2 {

	color: var(--white);

	
}

.naf-redesign-wrapper .info-section .lead {
	font-weight: 500;
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.15rem;
	line-height: 1.8;
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.naf-redesign-wrapper .info-section .container {
	max-width: 1200px;
}

@media (min-width: 992px) {
	.naf-redesign-wrapper .info-section .container {
		padding-left: 388px;
	}
}
.naf-redesign-wrapper .benefit-card {
    text-align: center;
    padding: 2rem;
    border-radius: var(--radius);
    transition: transform 0.2s;
    background: #e0faf7;
}
.naf-redesign-wrapper .benefit-card:hover {
    transform: translateY(-5px);
}

.naf-redesign-wrapper .icon-wrapper {
    width: 64px;
    height: 64px;
    background: #deeed9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: #6b9e53;
}

.naf-redesign-wrapper .benefit-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.naf-redesign-wrapper .benefit-card p {
    color: var(--text-muted);
    font-size: 0.95rem;
}

@media (max-width: 1279px) {
	.naf-redesign-wrapper {
		width: 100% !important;
		max-width: 100%;
		margin: 2rem auto;
		border-radius: 0;
	}
}

@media (min-width: 1280px) {
	.naf-redesign-wrapper {
		width: 1280px !important;
		margin: 2rem auto;
	}
}

section.hero-section {
	padding-left: 40px;
	padding-right: 40px;
}

.registration-cards-container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	gap: 30px;
	margin-bottom: 2rem;
	width: 100%;
}

.registration-card {
	flex: 0 0 370px;
	max-width: 370px;
	min-width: 0;
	width: 370px;
	display: flex;
}

.registration-card .path-card {
	width: 100%;
	display: flex;
	flex-direction: column;
	height: 546px;
	padding-bottom: 32px;
}

.registration-card .card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 2rem;
	border-bottom: 1px solid #cfd8dc;
	flex-shrink: 0;
}

.registration-card .card-header-content {
	display: flex;
	align-items: center;
}

.registration-card .card-header h3 {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 700;
	color: #008fa3;
}

.registration-card .card-body {
	padding: 2rem;
	flex: 1 1 0;
	display: flex;
	flex-direction: column;
	min-height: 0;
	overflow: hidden;
}

.registration-card .eligibility {
	margin-bottom: 1.5rem;
}

.registration-card .requirements {
	flex: 1 1 0;
	min-height: 0;
	margin-bottom: 0;
}

.registration-card .card-footer {
	padding: 0 2rem 2rem 2rem;
	border-top: none;
	background: transparent;
	flex-shrink: 0;
	height: 180px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.registration-card .time-estimate {
	display: flex;
	align-items: center;
	color: #333;
	font-size: 14px;
	margin-bottom: 1rem;
	width: 100%;
}

.registration-card .time-estimate svg {
	margin-right: 0.25rem;
}

.registration-card .btn,
.registration-card button {
	margin-bottom: 0.5rem;
	width: 100%;
}

.registration-card .btn:last-child,
.registration-card button:last-child {
	margin-bottom: 0;
}

.registration-card .track-link {
	margin-top: 0.5rem;
	width: 100%;
	text-align: center;
}

@media (max-width: 768px) {
	section.hero-section {
		padding-left: 15px;
		padding-right: 15px;
	}

	.hero-content h1 {
		font-size: 1.75rem !important;
	}

	.hero-subtitle {
		font-size: 1rem !important;
	}

	.registration-cards-container {
		flex-direction: column;
		align-items: stretch;
		gap: 20px;
	}

	.registration-card {
		flex: 1 1 100%;
		max-width: 100%;
		width: 100%;
	}

	.registration-card .path-card {
		height: auto;
		min-height: auto;
		padding-bottom: 0;
	}

	.registration-card .card-header {
		padding: 1rem 1.5rem;
	}

	.registration-card .card-body {
		padding: 1.5rem;
	}

	.registration-card .card-footer {
		padding: 0 1.5rem 1.5rem 1.5rem;
		height: auto;
		min-height: auto;
	}

	.registration-card .card-header h3 {
		font-size: 1.1rem;
	}

	/* Reset wide section margins on mobile to avoid horizontal scroll */
	.naf-redesign-wrapper .info-section {
		padding: 2.5rem 1rem;
		margin-left: 0;
		margin-right: 0;
		background-position: center;
		background-size: cover;
	}

	.benefits-section {
		margin-left: 0;
		margin-right: 0;
		padding: 2.5rem 1rem 1.5rem 1rem;
	}

	.benefits-section .container {
		max-width: 100% !important;
	}

	.benefits-section .row {
		margin-left: -12px;
		margin-right: -12px;
	}

	.benefits-section .row > .col {
		padding-left: 12px;
		padding-right: 12px;
	}

	.register-buttons-section {
		padding: 2rem 1rem;
		margin-left: 0;
		margin-right: 0;
	}

	.register-buttons-section .row {
		margin-left: 0;
		margin-right: 0;
	}

	.register-buttons-section .col-md-6 {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 1rem;
	}

	.register-buttons-section .col-md-6:last-child {
		margin-bottom: 0;
	}
}

@media (min-width: 769px) and (max-width: 991px) {
	section.hero-section {
		padding-left: 30px;
		padding-right: 30px;
	}

	.registration-cards-container {
		flex-wrap: wrap;
		gap: 20px;
		justify-content: center;
	}

	.registration-card {
		flex: 0 0 calc(50% - 10px);
		max-width: calc(50% - 10px);
		width: auto;
	}

	.registration-card .path-card {
		height: auto;
		min-height: 540px;
	}

	.registration-card .card-footer {
		height: auto;
		min-height: 180px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.registration-cards-container {
		flex-wrap: wrap;
		gap: 25px;
		justify-content: center;
	}

	.registration-card {
		flex: 0 0 calc(33.333% - 17px);
		max-width: calc(33.333% - 17px);
		width: auto;
	}

	.registration-card .path-card {
		height: 540px;
	}
}

@media (min-width: 1200px) {
	section.hero-section .container {
		max-width: 1200px;
	}

	.registration-cards-container {
		flex-wrap: nowrap;
		justify-content: center;
	}

	.registration-card {
		flex: 0 0 370px;
		max-width: 370px;
		width: 370px;
	}

	.hero-content {
		max-width: 1200px;
		margin: 0 auto;
	}

}
	
.benefits-section .container {
	max-width: 1240px !important;
}

.benefits-section {
	margin-left: -70px;
	margin-right: -70px;
	padding: 3rem 0 1rem 0;
}

.benefits-section .row {
	margin-left: -12px;
	margin-right: -12px;
}

.benefits-section .row > .col {
	padding-left: 12px;
	padding-right: 12px;
}

.register-buttons-section {
	padding: 3rem 0;
	background: var(--white, #fff);
}

.register-buttons-section .container {
	max-width: 1280px;
}

.register-buttons-section .btn {
	padding: 0.75rem 2rem;
	font-size: 1rem;
	font-weight: 600;
}

@media (max-width: 768px) {
	.what-is-naf-modal-dialog {
		margin: 0.5rem auto;
		max-width: calc(100% - 1rem);
	}

	#whatIsNafModal .modal-dialog {
		margin: 0.5rem auto;
		max-width: calc(100% - 1rem);
	}

	#whatIsNafModal .info-section {
		padding: 2rem 0;
		background-size: cover;
		background-position: center;
	}

	#whatIsNafModal .info-section .container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	#whatIsNafModal .info-section h2 {
		font-size: 1.5rem;
	}

	#whatIsNafModal .info-section .lead {
		font-size: 0.95rem;
	}

	#whatIsNafModal .naf-dark-card {
		padding: 1.5rem;
		margin-bottom: 1rem;
	}

	#whatIsNafModal .benefits-section {
		padding: 2rem 0;
	}

	#whatIsNafModal .benefits-section .section-title {
		font-size: 1.5rem;
	}

	#whatIsNafModal .benefits-section .row {
		margin-left: 0;
		margin-right: 0;
	}

	#whatIsNafModal .benefits-section .col {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
		margin-bottom: 1rem;
		flex: 0 0 100%;
		max-width: 100%;
	}

	/* On-page benefits under 768px: full-width cards */
	.naf-redesign-wrapper .benefits-section .col {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	#whatIsNafModal .naf-dark-card {
		margin-bottom: 1rem;
	}

	#whatIsNafModal .info-section .row {
		flex-direction: column;
	}
}

@media (min-width: 576px) and (max-width: 768px) {
	#whatIsNafModal .benefits-section .col {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 769px) and (max-width: 991px) {
	.what-is-naf-modal-dialog {
		max-width: 90%;
		margin: 1rem auto;
	}

	#whatIsNafModal .modal-dialog {
		max-width: 90%;
		margin: 1rem auto;
	}

	#whatIsNafModal .info-section {
		padding: 3rem 0;
	}

	#whatIsNafModal .info-section .container {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	#whatIsNafModal .info-section h2 {
		font-size: 2rem;
	}
}

@media (min-width: 992px) {
	#whatIsNafModal .info-section {
		padding: 5rem 0;
		padding-left: 470px;
		padding-right: 4rem;
	}

	#whatIsNafModal .info-section .container {
		padding-left: 0;
		padding-right: 0;
	}

	#whatIsNafModal .info-section h2 {
		font-size: 2.25rem;
	}

	#whatIsNafModal .info-section .lead {
		font-size: 1.15rem;
		line-height: 1.8;
	}

	#whatIsNafModal .benefits-section {
		padding: 4rem 0;
	}
}

.naf-redesign-wrapper .align-items-stretch .col-md-6 {
    margin: 1.5rem 0!important;
}

.naf-redesign-wrapper .row.align-items-stretch {
    align-items: unset!important;
}
.register-buttons-section {
    background: none;
}
.naf-redesign-wrapper .hero-section {
    border-radius: 24px;
}
		
/* End of NAF signup page css -- - Added by Dipesh */