
   html {
   margin: 0px !important;
   }
   .elementor-location-header {
   display: none !important;
   }
   .head-logo {
   width: 100%;
   max-width: 293px;
   }
   .hero-banner {
   background: url("/wp-content/uploads/2026/04/NAPT_Hero.webp");
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   padding: 65px 0px 75px;
   text-align: center;
   }
   .divider {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 20px;
   }
   .divider::before,
   .divider::after {
   content: "";
   display: block;
   width: 50px;
   height: 1px;
   background-color: #AFD4FF;
   }
   .divider span {
   font-size: 14px;
   letter-spacing: 1.4px;
   color: #AFD4FF;
   text-transform: uppercase;
   font-family: "Noto Sans" !important;
   }
   .hero-top-title {
   font-size: 45.94px;
   font-weight: 700;
   line-height: 55px;
   margin-block: 22px;
   color: #FFFFFF !important;
   }
   .hero-top-subtitle {
   font-size: 32px !important;
   font-weight: 500;
   line-height: 41px;
   color: #FFFFFF !important;
   margin-bottom: 24px;
   }
   .hero-banner .hero-top-text {
   font-size: 16px !important;
   line-height: 28px !important;
   color: rgba(255, 255, 255, 0.88) !important;
   }
   .btn-green {
   background: #238251;
   color: #fff;
   font-size: 15px;
   line-height: 22px;
   border-radius: 60px;
   padding: 14px 30px;
   font-weight: 500;
   border: none;
   display: inline-flex;
   align-items: center;
   gap: 10px;
   box-shadow:
   0px 10px 20px rgba(0, 0, 0, 0.08),
   0px 20px 40px rgba(0, 0, 0, 0.12);
   transition: 0.3s;
   }
   .btn-green:hover {
   background: #238251;
   transform: translateY(-2px);
   color: #ffffff !important;
   }
   .btn-light-custom {
   background: #f1f3f5;
   color: #238251;
   border-radius: 50px;
   padding: 14px 30px;
   font-weight: 600;
   border: none;
   display: inline-flex;
   align-items: center;
   gap: 10px;
   transition: 0.3s;
   }
   .btn-light-custom:hover {
   background: #e2e6ea;
   transform: translateY(-2px);
   }
   .hero-banner .bell-icon {
   transform: rotate(35deg);
   font-size: 16px;
   color: #81CBA5 !important;
   }
   .hero-banner .info-box {
   background: #FFFFFF26;
   border-radius: 4px;
   padding: 12px 18px;
   display: inline-flex;
   align-items: center;
   gap: 8px;
   margin: 8px;
   font-size: 14px;
   color: rgba(255, 255, 255, 0.85) !important;
   border: 1px solid rgba(255,255,255,0.08);
   font-family: "Noto Sans";
   }
   .hero-banner .info-box i {
   color: #238251;
   }
   .btn {
   font-size: 18px !important;
   font-family: "Noto Sans" !important;
   }
   .event-section {
   /* background-color: #EFF2F2; */
   position: relative;
   padding: 65px 0px;
   }
    .event-section2 {
   /* background-color: #EFF2F2; */
   position: relative;
   padding: 20px 0px 120px;
   }
   .event-heading {
   color: #074679;
   font-weight: 700;
   font-size: 30px;
   margin-bottom: 24px;
   }
   /* form */
   .interest-card {
   background: #ffffff;
   border-radius: 14px;
   box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
   position: relative;
   z-index: 9;
   overflow: hidden;
   }
   .interest-header {
   background: linear-gradient(90deg, #2473D1, #061E76);
   padding: 24px 32px;
   }
   .interest-header h4{
   color: #fff;
   font-size: 20px;
   font-weight: 600;
   }
   .interest-header span{
   color: #FFFFFFBF;
   font-size: 14px;
   font-weight: 400;
   font-family: "Noto Sans";
   }
   .interest-header2 {
   background: linear-gradient(130deg, #000726, #061E76);
   padding: 32px;
   }
   .interest-header2 h4{
   color: #fff;
   font-size: 20px;
   font-weight: 600;
   }
   .interest-header2 span{
   color: #FFFFFFBF;
   font-size: 14px;
   font-weight: 400;
   font-family: "Noto Sans";
   }
   .row>* {
   margin-top: 0px !important;
   }
   .interest-body {
   padding: 32px;
   }
   .left-pattern-img {
	position: absolute;
	left: 0;
	bottom: -55px;
  max-width: 280px;
	/* height: 100%; */
}
   .pattern-img {
   position: absolute;
   right: 0;
   bottom: 70px;
  max-width: 380px;
  /*  height: 100% */
   }
   .cta-section {
   background: linear-gradient(150deg, #238251 0%, #227F50 7%, #227D4E 14%, #217A4D 21%, #20784C 29%, #1F754B 36%, #1F7349 43%, #1E7048 50%, #186B51 57%, #136559 64%, #0E6060 71%, #0A5A67 79%);
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   position: relative;
   z-index: 1;
   padding: 58px 0px;
   border-top: 2px solid #000;
   }
   .cta-section .container {
   position: relative;
   z-index: 2;
   }
   .cta-section h2 {
   color: #fff !important;
   text-align: center;
   }
   .cta-section .subtitle p{
   /* font-family: "Noto Serif", serif !important; */
   color: #fff !important;
   font-size: 16px !important;
   line-height: 26px !important;
   text-align: center!important;
   margin-block: 10px !important;
   margin: 0 auto!important;
   }
   @media(min-width: 1024px) {
      .cta-section .subtitle p{
          width: 885px !important;
            }
   }
   .cta-btn {
   background-color: #ffffff;
   border: 2px solid #ffffff;
   color: #000000 !important;
   font-weight: 700 !important;
   padding: 10px 30px;
   border-radius: 30px;
   text-decoration: none;
   font-size: 16px;
   transition: background-color 0.5s ease;
   width: fit-content !important;
   margin-block: 15px !important;
   }
   .cta-btn:hover {
   background-color: #ffffff00;
   border: 2px solid #ffffff;
   color: #ffffff !important;
   }
   .wpcf7-list-item-label {
   margin-left: 15px;
   font-family: Noto Sans;
   font-weight: 400;
   }
   .wpcf7-form label {
   font-size: 14px;
   font-weight: 600;
   }
   .wpcf7-form .section-title {
   font-size: 14px;
   font-weight: 600 !important;
   }
   @media(min-width: 1024px) {
   .wpcf7-radio {
   display: flex !important;
   gap: 50px !important;
   }
   .wpcf7-form input[type="text"],
   .wpcf7-form input[type="email"],
   .wpcf7-form input[type="tel"],
   .wpcf7-form input[type="url"],
   .wpcf7-form input[type="number"],
   .wpcf7-form input[type="date"],
   .wpcf7-form input[type="file"],
   .wpcf7-form input[type="password"],
   .wpcf7-form select,
   .wpcf7-form textarea {
   border: 1px solid #e5e7eb !important;
   }
   }
   .footer-bg {
   background: linear-gradient(120deg, #000726 0%, #061E76 100%);
   padding: 170px 0px 64px 0px;
   }
   .form-control, .form-select {
   border-radius: 10px;
   padding: 14px 12px;
   border: 1px solid #ddd;
   background-color: #F9FAFB !important;
   transition: 0.3s;
   min-height: 40px;
   margin-bottom: 10px;
   }
   .form-check-label, .form-label {
   font-family: Noto Sans;
   font-size: 14px;
   font-weight: 600;
   }
   .submit-btn {
   background: #238251;
   color: #fff;
   width: 100%;
   padding: 10px 20px;
   border-radius: 30px;
   font-weight: 500;
   border: none;
   transition: 0.3s;
   /* box-shadow: 0px 4px 14px 0px #238251; */
   }
   .row > * {
   margin-top: 10px !important;
   }
   .form-control:focus {
   border-color: #2a5298;
   box-shadow: none;
   }
   .form-check {
   margin-bottom: 8px;
   }
   .footer-text {
   font-size: 16px;
   font-weight: 600;
   font-family: Noto sans;
   color: #fff !important;
   }
   .footer-text-copy {
   font-size: 16px;
   font-weight: 600;
   font-family: Noto sans;
   color: #fff !important;
   }
   .footer-text-copy a {
   color: #fff !important;
   }
   .footer-text a {
   color: #7FB9FF !important;
   }
   .footer-text1 {
   font-size: 16px;
   font-weight: 400;
   font-family: Noto sans;
   color: #fff !important;
   }
   .gray-line {
   margin-top: 42px;
   margin-bottom: 42px;
   border-color: #D1CFDC !important;
   border-top: 1px solid;
   }
   .icon i {
   font-size: 36px;
   color: #0a5a67;
   margin-bottom: 10px
   }
   .note-card:hover .icon i {
   color: #238251;
   transition: 0.3s;
   }
   .section-title {
   font-weight: 600;
   color: #074679!important;
   font-size: 30px!important;
   }
   .note-card {
   background: #fff;
   border: 1px solid #e3e7ed;
   border-radius: 10px;
   padding: 20px;
   height: 100%;
   text-align: left;
   transition: 0.3s ease;
   }
   .note-card:hover {
   transform: translateY(-5px);
   box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
   }
   .note-card .icon {
   font-size: 28px;
   color: #0a5a67;
   margin-bottom: 20px;
   }
   .note-card h5 {
   font-size: 26px;
   font-weight: 600;
   color: #074679;
   margin-bottom: 10px;
   }
   .note-card p {
   margin-bottom: 0px !important
   }
   .note-card p,
   .note-card ul {
   font-size: 16px !important;
   font-family: "Noto Sans" !important;
   color: #020000 !important;
   line-height: 160% !important
   }
   .note-card ul {
   padding-left: 18px;
   }
   .learn-link {
   color: #0a5a67;
   text-decoration: underline;
   font-size: 14px;
   }
   .notes-section {
   padding: 40px 0px 80px;
   }
   .about-napt-btn{
   color: #074679;
   font-size: 16px;
   font-weight: 600;
   }
   .upcoming-title{
   border-bottom: 1px solid #2473D1;
   padding: 50px 0px;
   }
   .upcoming-title h3{
   font-size: 36px;
   line-height: 36px;
   font-weight: 700;
   color: #074679;
   border-left: 4px solid #238251;
   padding: 0px 0px 0px 20px;
   }
    .upcoming-title h3 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    color: #074679;
    border-left: 4px solid #238251;
} 


   /* Badge */
   .badge-open {
	display: inline-flex;
	align-items: center;
	background: #E9F3EE;
	color: #238251;
	padding: 6px 15px;
	border-radius: 30px;
	font-weight: 600;
	font-size: 14px;
	font-family: "Noto Sans";
}
   
   .badge-open .dot {
   width: 8px;
   height: 8px;
   background: #238251;
   border-radius: 50%;
   margin-right: 8px;
   }
   /* Title */
   .event-title {
   font-size: 42px;
   font-weight: 700;
   color: #1f4e79;
   font-family: Georgia, serif;
   }
   /* Info */
   .event-info {
   display: flex;
   align-items: center;
   gap: 10px;
   color: #111827;
   font-size: 16px;
   font-weight: 600;
   font-family: "Noto Sans"
   }
   .event-info i {
   color: #28a745;
   font-size: 18px;
   }
   .event-info1{
   display: flex;
   align-items: center;
   gap: 10px;
   color: #111827;
   font-size: 16px;
   font-family: "Noto Sans"
   }
   .event-info1 a{
   color: #111827;
   }
   .event-info1 i{
   color: #28a745;
   font-size: 18px;
   }
   /* Button */
  .event-btn {
	padding: 14px 28px;
	border-radius: 40px;
	font-weight: 600;
	font-size: 15px !important;
	background: #238251;
	border: none;
	box-shadow: 0px 4px 12px 0px #D5F1E4;
}
   .event-btn:hover {
   background: #256f48;
   }
   .gray-border{
   border-color: #00000033;
   margin-block: 30px;
   }
   .custom-list {
   list-style: none;
   padding: 0;
   max-width: 700px;
   }
   .custom-list li {
   display: flex;
   align-items: center;
   gap: 15px;
   margin-bottom: 18px;
   font-size: 16px;
   color: #374151;
   font-family: "Noto Sans";
   }
   /* Icon Circle */
   .custom-list .icon {
	width: 20px;
	height: 20px;
	background: #e9f3ee;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 13px;
	font-size: 11px;
}
   /* Check Icon */
   .custom-list .icon i {
   color: #238251;
   font-size: 11px;
   margin: 0px !important
   }
   .info-box {
   background: #F3F6F8;
   border: 1px solid #0746791F;
   border-radius: 12px;
   padding: 20px 25px;
   gap: 20px;
   }
  .info-icon img{
    width: 50px;
    height: 50px;
    margin-top: -6px;
  }
   /* Content */
   .info-content h5 {
   margin: 0;
   font-weight: 700;
   color: #074679;
   font-size: 16px;
   font-family: "Noto Sans"
   }
   .info-content span {
   margin-top: 5px;
   margin-bottom: 0;
   color: #374151 !important;
   font-size: 14px !important;
   line-height: 22px !important;
   font-family: "Noto Sans" !important;
   display : block;
   }
   .form-footer-conetnt{
   font-size: 12px;
   font-family: "Noto Sans";
   color: #9CA3AF;
   margin-top: 20px;
   display: block;
   }
   /* media */
   @media(max-width: 768px) {
   /* button */
   .btn-green,
   .btn-light-custom {
   display: block;
   font-size: 15px !important;
   padding: 10px 15px;
   }
   .pattern-img {
   height: auto
   }
   .footer-bg {
   padding: 70px 0px 30px 0px;
   }
   .footer-text {
   text-align: center !important;
   }
   .note-card{
   margin-bottom: 15px;
   height: auto;
   }
   #form-section{
    padding-top: 50px;
   }
   }
   @media(min-width: 1024px) {
   .container {
   max-width: 1477px !important;
   }
   .event-info1{
	width:417px;
}
#event-detail{
width:60% !important;
}
#form-section{
width:40% !important;
}
   
   .cta-section h2 {
   font-size: 45px !important;
   }
   }
   .interest-body .wpcf7-form input[type="submit"], .wpcf7-form button{
      width: 100% !important;
   }
   .wpcf7-form textarea{
    line-height: 25px;
}
.fa-location{
   padding-top:6px!important;
}
.hero-banner .hero-top-text p{
    font-size: 16px !important;
    line-height: 28px !important;
    color: rgba(255, 255, 255, 0.88) !important;
}
.hero-top-text {
    text-align: center;
    max-width: 904px;
    margin: 0 auto;
}
.btn-green, .btn-light-custom, .event-info, .event-info1 {
	font-size:15.2px !important;
}

.event-heading {
   font-size: 30px !important;
}
#event-section {
    background-color: #ffffff!important;
}
.event-btn{
	font-size:14.4px !important;
}
.event-para p{
	color: #374151!important;
}
.event-price{
	color: #374151 !important;
	font-weight: 700;
	font-family: 'Noto Sans' !important;
	line-height: 50px;
}
.custom-list .fa-check:before {
    content: var(--fa) / "";
    color: #238251;
    font-size: 10px;
    border: 1px solid #23825112;
    border-radius: 50%;
    padding: 4.5px 5px;
    background: #23825112;
}
.event-section .info-box, .event-section2 .info-box {
    border-radius: 10px!important;
    padding: 20px 20px 0px 20px!important;
	margin-top: 20px;
}
.info-content p {
    font-size: 14px !important;
    color: #374151;
    padding-top: 8px;
}
