body{ font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;  font-size: 16px;  line-height: 1.8;text-align: justify;}
.navbar{padding:8px 0; background:#032139 !important;}
footer{background:#222;color:#fff;padding:20px 0;}
img{height: auto;max-width: 100%;}
a.btn_cta.donload { margin-bottom: 35px;}
a.tplink-app-btn { background: #005eff; color: #fff;padding: 10px 20px; text-decoration: none; font-size: 18px; letter-spacing: 0.2px; border-radius: 5px; display: table; margin: 15px auto 7px;}
.padng_tb{padding: 50px 0;}
a.navbar-brand.fw-bold i {font-size: 60px;}
h1, h2, h3 {font-size: 25px;font-weight: 600;padding-bottom: 10px;line-height: 1.5;text-align: left;}
body {max-width: 1140px;   margin: 0 auto;   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.container {max-width: 1100px;}
p, ul {  font-weight: 500;}
button.btn.btn-primary {background: #222;border: none;padding: 10px 20px;}
h4 {font-size: 30px;font-weight: 700;color: #000;}
.g-recaptcha { transform: scale(0.90); transform-origin: left top;}
@media (max-width: 576px) { .g-recaptcha { transform: scale(0.78); transform-origin: left top; }}
.footer-links a {color: #fff;text-decoration: none;font-size: 16px;}
.disclaimer p {font-size: 14px; line-height: 1.5; font-weight: 400 !important; font-style: italic;}
.disclaimer { margin-top: 30px;}
.footer-links span {padding: 0 10px;}
.footer-links { padding-bottom: 0px;}
.bnr h1 { font-size: 42px;line-height: 1.2;text-align: left; font-weight: 700;}
.bnr { padding-top: 40px;}
.bnr p {text-align: left; border-left: 2px solid #000;padding-left: 20px;}
.bnr a {background: #005eff; color: #fff; text-decoration: none; padding: 10px 15px;border-radius: 10px;font-size: 18px;letter-spacing: 0.5px; margin-top: 10px;    display: inline-block;}
nav a.nav-link {color: #fff;font-size: 17px;font-weight: 500;   letter-spacing: 0.2px;}
nav a.nav-link:hover {color: #fff;}
.light-grey { background: #f7f7f6;  margin: 50px 0;}
.center{text-align: center;}
.navbar-brand.fw-bold {font-size: 30px;color: #fff;}
.center h2, .center p {text-align: center;}
.features-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px;}
.feature-card { background: #000; color: #fff;  border-radius: 12px;padding: 30px 15px 25px;  text-align: center;transition: .35s;box-shadow: 0 8px 25px rgba(0,0,0,.15);}
.feature-card:hover{transform:translateY(-8px);  background:#111;}
.feature-icon{ font-size:42px; margin-bottom:18px;}
.feature-card h3 { font-size: 20px;margin-bottom: 5px;font-weight: 600; text-align: center; line-height: 1.5;}
.feature-card p{font-size:15px; line-height:1.6;color:#ddd;  margin:0;}
.center.feature_sec h3, .center.feature_sec h4 {text-align: center;   margin: 0 auto;}
.feature_sec h4 {background: #000;color: #fff;font-size: 16px;padding: 10px 15px;display: table; margin: 0 auto 10px !important; border-radius: 20px;}
.fea_overview_box {border: 1px solid #005eff; padding: 10px 10px 15px; text-align: center; border-radius: 10px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;margin-top: 20px;}
.fea_overview_box img {width: 50px; height: auto;padding: 15px 0;}
.steps-wrapper{display:grid;grid-template-columns:repeat(5,1fr);gap:25px;  position:relative;}
.step-box { background: #032139;border: 1px solid #032139;border-radius: 18px;padding: 35px 15px 20px;text-align: center; position: relative; transition: .35s;}
.step-box:hover{transform:translateY(-8px); box-shadow:0 18px 40px rgba(0,0,0,.12);border-color:#000;}
.step-number { width: 50px; height: 50px; background: #fff; color: #000;border-radius: 50%; display: flex;  align-items: center;justify-content: center;margin: 0 auto 15px;font-size: 18px;font-weight: bold;}
.step-box h3 { font-size: 20px;  margin-bottom: 0px;color: #fff;text-align: center;}
.step-box p{ line-height:1.7;    font-size:15px;color:#fff;}
.steps-wrapper::before{    content:"";    position:absolute;    top:35px;    left:10%;    width:80%;    height:2px;    background:#d9d9d9;    z-index:0;}
.step-box{    z-index:1;}
.faq-list { display: flex; flex-direction: column; gap: 12px;}
.faq-card { background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255, 255, 255, 0.6); border-radius: 16px; overflow: hidden; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.03);}
.faq-card:hover { box-shadow: 0 8px 25px rgba(99, 102, 241, 0.1), 0 2px 8px rgba(0, 0, 0, 0.06); border-color: rgba(99, 102, 241, 0.2); transform: translateY(-1px);}
.faq-card[open] { background: rgba(255, 255, 255, 0.95); box-shadow: 0 12px 32px rgba(99, 102, 241, 0.12), 0 4px 12px rgba(0, 0, 0, 0.06);  border-color: rgba(99, 102, 241, 0.25);}
.faq-trigger { display: flex; align-items: center; gap: 14px; padding: 20px 22px; cursor: pointer; list-style: none; user-select: none; transition: padding 0.3s ease;}
.faq-trigger::-webkit-details-marker,.faq-trigger::marker {  display: none;}
.faq-card[open] .faq-trigger {  padding-bottom: 12px;}
.faq-icon-box {  width: 40px;  height: 40px;  border-radius: 12px;  background: linear-gradient(135deg, #eef2ff, #e0e7ff);  display: flex;  align-items: center;  justify-content: center;  flex-shrink: 0;  transition: all 0.3s ease;}
.faq-card[open] .faq-icon-box {  background: linear-gradient(135deg, #6366f1, #8b5cf6);}
.faq-card[open] .faq-svg {  color: #fff;}
.faq-label { flex: 1; font-size: 17px;font-weight: 600;line-height: 1.4;text-align:left;}
.faq-chevron {  width: 22px;  height: 22px;  flex-shrink: 0;  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);}
.faq-chevron svg {  width: 100%;  height: 100%;  color: #9ca3af;  transition: color 0.3s ease;}
.faq-card[open] .faq-chevron {  transform: rotate(180deg);}
.faq-card[open] .faq-chevron svg {  color: #6366f1;}
.faq-content {  padding:0 22px 5px 22px;  overflow: hidden;  animation: slideDown 0.35s cubic-bezier(0.4, 0, 0.2, 1);}
.fea_overview_box p {  margin-bottom: 0;}
@keyframes slideDown {
  from {opacity: 0;transform: translateY(-10px);max-height: 0; }
  to {opacity: 1;transform: translateY(0); max-height: 300px; }
}
.faq-item {  background: #fff;  border: 1px solid #e5e7eb;  border-radius: 10px;  margin-bottom: 10px;  overflow: hidden;transition: box-shadow 0.2s ease;}
.faq-item[open] {  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);  border-color: #d1d5db;}
.faq-question {  display: flex;  align-items: center;  justify-content: space-between;  padding: 18px 20px;  font-size: 16px;  font-weight: 600;  color: #111827;  cursor: pointer;  list-style: none;  user-select: none;}
.faq-question::-webkit-details-marker {  display: none;}
.faq-question::marker {  display: none;}
.faq-icon {display: inline-block; width: 20px;height: 20px;flex-shrink: 0; margin-left: 12px; position: relative;}
span.faq-label span {border: 1px solid #e9e9e9; padding: 5px; border-radius: 5px;  margin-right: 15px; background: #f0f0f0;}
.cta {background: #032139;margin:0 0 50px;text-align: center;border: 1px solid #ddd;border-left: none; border-right: none;}
.call-to-action h3 {color: #fff;}
.call-to-action p {color: #fff;}
.call-to-action a {background: #005eff !important;}
a.btn_cta {background: #005eff;color: #fff;text-decoration: none;padding: 10px 15px;border-radius: 10px;font-size: 18px;letter-spacing: 0.5px;margin-top: 10px; display: inline-block;}
@media(max-width:1199px){.features-grid{grid-template-columns:repeat(3,1fr);}}
@media(max-width:991px){
.steps-wrapper{ grid-template-columns:repeat(2,1fr);}
.steps-wrapper::before{    display:none;}
}
@media(max-width:768px){
 .features-grid{grid-template-columns:repeat(2,1fr);gap:15px;}
.feature-card{padding:25px 15px;}
.feature-card h3{font-size:18px;}
.feature-card p{font-size:14px;}
.feature-icon{font-size:36px;}
.steps-wrapper{grid-template-columns:repeat(2,1fr);gap:20px;}
.step-box{padding:15px 10px;}
.step-number{width:60px;height:60px;font-size:20px;}
.bnr h1 { font-size: 32px;}
.bnr a {padding: 10px 15px;  margin-bottom: 20px;}
img { margin: 0 auto; display: block; width: 50%;  height: auto;}
a.nighthawk-app-btn {padding: 15px 20px;font-size: 18px;}}
@media(max-width:480px){.features-grid{grid-template-columns:1fr;}img { margin: 0 auto 10px;  width: 60%;}}