html {
  scroll-behavior: smooth;
}
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
}
a,
a:hover {
  text-decoration: none;
}
ul,
ol,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
input:focus,
textarea:focus {
  outline: 2px solid #41c6d7;
  outline-offset: 2px;
}
input:focus:not(:focus-visible),
textarea:focus:not(:focus-visible) {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
h6,
p {
  padding: 0px;
  margin: 0px;
}
body {
  background-color: #0b0b0b;
  color: #fff;
  font-family: "Satoshi";
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
a {
  color: #fff;
}
h1 {
  font-size: 6.6vw;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 1920px) {
  h1 {
    font-size: 155px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 34px;
  }
}
h2 {
  font-size: 56px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}
.wpcf7-response-output,
span.wpcf7-spinner {
  display: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form_sent .btn_submit {
  pointer-events: none;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.space_btwn {
  display: flex;
  justify-content: space-between;
}
.sec_container {
  padding: 0 160px;
  max-width: 1900px;
  margin: auto;
}
@media (max-width: 1280px) {
  .sec_container {
    padding: 0 100px;
  }
}
@media (max-width: 1200px) {
  .sec_container {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .sec_container {
    padding: 0 20px;
  }
}
.wrapper-outer {
  padding-top: 70px;
}
@media (max-width: 767px) {
  .wrapper-outer {
    padding-top: 91px;
  }
}
.wrapper-outer header {
  position: fixed;
  top: 0;
  width: 100%;
  transition: top 0.3s;
  z-index: 999;
  background-color: #0B0B0B;
  padding: 24px 160px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.wrapper-outer header.hide-header {
  top: -100px;
  /* Hide header by moving it up */
}
@media (max-width: 1280px) {
  .wrapper-outer header {
    padding: 24px 100px;
  }
}
@media (max-width: 1200px) {
  .wrapper-outer header {
    padding: 24px 50px;
  }
}
@media (max-width: 767px) {
  .wrapper-outer header {
    padding: 24px 20px;
  }
}
.wrapper-outer header .header_inner {
  align-items: center;
}
.wrapper-outer header .header_inner .logo {
  display: flex;
}
.wrapper-outer header .header_inner .header_right .toggle_btn {
  display: none;
}
@media (max-width: 767px) {
  .wrapper-outer header .header_inner .header_right .toggle_btn {
    display: block;
  }
}
@media (max-width: 767px) {
  .wrapper-outer header .header_inner .header_right nav {
    position: fixed;
    top: 83px;
    padding-top: 30px;
    right: -100%;
    padding-left: 20px;
    background: #0B0B0B;
    width: 100%;
    height: 100%;
    transition: all 0.6s;
    z-index: 11;
  }
}
.wrapper-outer header .header_inner .header_right ul {
  display: flex;
  gap: 32px;
}
@media (max-width: 767px) {
  .wrapper-outer header .header_inner .header_right ul {
    flex-direction: column;
    gap: 20px;
  }
}
.wrapper-outer header .header_inner .header_right ul li {
  display: flex;
  line-height: 1;
}
.wrapper-outer header .header_inner .header_right ul li a {
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .wrapper-outer header .header_inner .header_right ul li a {
    font-family: "Bebas Neue", sans-serif;
    font-size: 34px;
    border: none;
  }
}
.wrapper-outer header .header_inner .header_right ul li:hover a {
  border-color: #41c6d7;
  color: #41c6d7;
  transition: all 0.5s;
}
.wrapper-outer .banner_outer .banner_inner {
  padding: 80px 0 60px;
}
.wrapper-outer .banner_outer .banner_inner > div.banner_left {
  flex: 1;
}
@media (max-width: 991px) {
  .wrapper-outer .banner_outer .banner_inner {
    text-align: center;
    padding: 40px 0;
  }
}
.wrapper-outer .banner_outer .banner_inner > div p {
  max-width: 551px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .wrapper-outer .banner_outer .banner_inner > div p {
    max-width: 100%;
  }
}
.wrapper-outer .banner_outer .banner_inner > div a {
  background-color: #042b8a;
  color: #fff;
  font-weight: 700;
  padding: 18px 24px;
  display: inline-block;
  margin-top: 32px;
  transition: all 0.5s;
}
.wrapper-outer .banner_outer .banner_inner > div a:hover {
  filter: drop-shadow(0px 0px 24px #3a3a3a);
  transition: all 0.5s;
}
.wrapper-outer .banner_outer .banner_inner > div .mbl_img {
  display: none;
}
@media (max-width: 991px) {
  .wrapper-outer .banner_outer .banner_inner > div .mbl_img {
    display: block;
    margin: 24px 0;
  }
  .wrapper-outer .banner_outer .banner_inner > div .mbl_img img {
    width: 100%;
    max-width: 200px;
    margin: auto;
    display: block;
  }
}
.wrapper-outer .banner_outer .banner_inner > div.banner_right {
  margin-left: -200px;
  position: relative;
  z-index: -1;
}
@media (max-width: 991px) {
  .wrapper-outer .banner_outer .banner_inner > div.banner_right {
    display: none;
  }
}
.wrapper-outer .consult_outer {
  padding: 100px 0 72px;
  background: url('../images/consult.png');
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 300px;
}
@media (max-width: 1200px) {
  .wrapper-outer .consult_outer {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .wrapper-outer .consult_outer {
    background: none;
    padding: 50px 0;
  }
}
.wrapper-outer .consult_outer .consult_inner > p {
  margin: 16px auto 53px;
  max-width: 400px;
}
.wrapper-outer .consult_outer .consult_inner .consult_ul {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .wrapper-outer .consult_outer .consult_inner .consult_ul {
    flex-direction: column;
  }
}
.wrapper-outer .consult_outer .consult_inner .consult_ul > li {
  width: 100%;
}
.wrapper-outer .consult_outer .consult_inner .consult_ul > li b {
  display: block;
  font-size: 20px;
  line-height: 1;
}
.wrapper-outer .consult_outer .consult_inner .consult_ul > li p {
  font-size: 14px;
  line-height: 16px;
}
.wrapper-outer .consult_outer .consult_inner .consult_ul > li .top {
  padding: 24px 16px;
  background-color: #202020;
  border: 2px solid #161616;
  min-height: 148px;
}
.wrapper-outer .consult_outer .consult_inner .consult_ul > li .top b {
  margin-bottom: 12px;
  font-weight: 700;
}
.wrapper-outer .consult_outer .consult_inner .consult_ul > li .bottom {
  padding: 20px 16px 44px;
  background-color: rgba(22, 22, 22, 0.72);
  backdrop-filter: blur(45px);
}
@media (max-width: 767px) {
  .wrapper-outer .consult_outer .consult_inner .consult_ul > li .bottom {
    padding-bottom: 20px;
  }
}
.wrapper-outer .consult_outer .consult_inner .consult_ul > li .bottom b {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
}
.wrapper-outer .consult_outer .consult_inner .consult_ul > li .bottom span {
  font-size: 14px;
  display: block;
  margin-bottom: 20px;
}
.wrapper-outer .sol_outer {
  padding: 120px 0 140px;
  background-color: #0b0b0b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
@media (max-width: 1200px) {
  .wrapper-outer .sol_outer {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .wrapper-outer .sol_outer {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .wrapper-outer .sol_outer {
    padding-top: 0;
  }
}
.wrapper-outer .sol_outer .sol_inner {
  display: flex;
  gap: 114px;
}
@media (max-width: 991px) {
  .wrapper-outer .sol_outer .sol_inner {
    gap: 20px;
    flex-direction: column;
  }
}
.wrapper-outer .sol_outer .sol_inner > div {
  width: 100%;
}
.wrapper-outer .sol_outer .sol_inner > div.sol_left {
  max-width: 266px;
}
@media (max-width: 767px) {
  .wrapper-outer .sol_outer .sol_inner > div.sol_left {
    text-align: center;
    margin: auto;
  }
  .wrapper-outer .sol_outer .sol_inner > div.sol_left h2 {
    margin-bottom: 16px;
  }
}
.wrapper-outer .sol_outer .sol_inner > div.sol_list {
  display: flex;
  margin-top: 24px;
  gap: 30px;
}
@media (max-width: 991px) {
  .wrapper-outer .sol_outer .sol_inner > div.sol_list {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .wrapper-outer .sol_outer .sol_inner > div.sol_list {
    margin-top: 30px;
    flex-direction: column;
    gap: 35px;
  }
}
.wrapper-outer .sol_outer .sol_inner > div.sol_list > div {
  width: 100%;
}
.wrapper-outer .sol_outer .sol_inner > div.sol_list > div > b {
  font-size: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 991px) {
  .wrapper-outer .sol_outer .sol_inner > div.sol_list > div > b {
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .wrapper-outer .sol_outer .sol_inner > div.sol_list > div > b {
    text-align: center;
  }
}
.wrapper-outer .sol_outer .sol_inner > div.sol_list > div ul li {
  background-image: url('../images/arrow_right_white.svg');
  padding-left: 50px;
  padding-bottom: 30px;
  background-repeat: no-repeat;
  background-position: top left;
}
@media (max-width: 767px) {
  .wrapper-outer .sol_outer .sol_inner > div.sol_list > div ul li {
    padding-bottom: 0;
    margin-bottom: 30px;
    background-position: center left;
  }
}
.wrapper-outer .sol_outer .sol_inner > div.sol_list > div ul li:last-child {
  padding-bottom: 0;
}
.wrapper-outer .cyber_outer {
  padding: 120px 0;
}
@media (max-width: 1200px) {
  .wrapper-outer .cyber_outer {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .wrapper-outer .cyber_outer {
    text-align: center;
    padding: 40px 0;
  }
}
.wrapper-outer .cyber_outer .cyber_inner {
  gap: 95px;
}
@media (max-width: 991px) {
  .wrapper-outer .cyber_outer .cyber_inner {
    flex-direction: column;
    gap: 20px;
  }
}
.wrapper-outer .cyber_outer .cyber_inner > div {
  width: 100%;
}
.wrapper-outer .cyber_outer .cyber_inner > div.cyber_left {
  width: 95%;
}
.wrapper-outer .cyber_outer .cyber_inner > div.cyber_left img {
  position: relative;
  top: -40px;
  z-index: -1;
}
@media (max-width: 767px) {
  .wrapper-outer .cyber_outer .cyber_inner > div.cyber_left img {
    display: none;
  }
}
.wrapper-outer .cyber_outer .cyber_inner > div.cyber_right b {
  display: block;
  margin: 36px 0 16px;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 767px) {
  .wrapper-outer .cyber_outer .cyber_inner > div.cyber_right b {
    font-size: 16px;
    margin-top: 24px;
  }
}
.wrapper-outer .cyber_outer .cyber_inner > div.cyber_right .mbl_img img {
  display: none;
}
@media (max-width: 767px) {
  .wrapper-outer .cyber_outer .cyber_inner > div.cyber_right .mbl_img img {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
}
.wrapper-outer .logos {
  background: #131313;
  padding: 32px 0 36px;
  border: 2px solid #2F2F2F;
  border-left: 0px;
  border-right: 0px;
}
.wrapper-outer .logos .logos_inner {
  align-items: center;
}

.logos_inner.space_btwn.two-logos {
     justify-content: center;
    gap: 300px; 
	
}


@media (max-width: 767px) {
    .logos_inner.space_btwn.two-logos {
        justify-content: space-between;
 		gap:0px;
    }
	}


div#logos h5, div#logos h2 {
    text-align: center;
    font-size: 24px;
    display: block;
    line-height: 1;
    border-bottom: 2px solid #2F2F2F;
    margin-bottom: 32px;
    padding-bottom: 24px;
}

.wrapper-outer .logos .logos_inner > div {
  display: flex;
}
@media (max-width: 767px) {
  .wrapper-outer .logos {
    padding: 24px 0;
  }
  .wrapper-outer .logos .logos_inner {
    gap: 20px;
  }
  .wrapper-outer .logos .logos_inner img {
    width: 100%;
  }
}
.wrapper-outer footer {
  border-top: 1px solid rgba(255,255,255,0.1);
}
.wrapper-outer footer .footer_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
}
.wrapper-outer footer .footer_links {
  display: flex;
  justify-content: space-between;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wrapper-outer footer .footer_links li a {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  border-bottom: 1px solid transparent;
  transition: color 0.3s, border-color 0.3s;
}
.wrapper-outer footer .footer_links li a:hover {
  color: #41c6d7;
  border-color: #41c6d7;
}
.wrapper-outer footer .footer_inner > div.foot_right {
  background-color: #042b8a;
  margin-right: -160px;
  padding: 52px 100px;
}
@media (max-width: 1280px) {
  .wrapper-outer footer .footer_inner > div.foot_right {
    margin-right: -100px;
  }
}
@media (max-width: 1200px) {
  .wrapper-outer footer .footer_inner > div.foot_right {
    margin-right: -50px;
  }
}
@media (max-width: 991px) {
  .wrapper-outer footer .footer_inner > div.foot_right {
    margin: 0px;
    padding: 20px;
    padding-top: 44px;
  }
  .wrapper-outer footer .footer_inner > div.foot_right h1 {
    text-align: center;
    margin-bottom: 20px;
  }
}
.wrapper-outer footer .footer_inner > div.foot_right form {
  max-width: 900px;
}
.wrapper-outer footer .footer_inner > div.foot_right form br {
  display: none;
}
.wrapper-outer footer .footer_inner > div.foot_right form .error_box {
  margin-top: 10px;
  display: none;
  position: absolute;
  bottom: -28px;
}
@media (max-width: 767px) {
  .wrapper-outer footer .footer_inner > div.foot_right form .error_box {
    bottom: -20px;
  }
  .wrapper-outer footer .footer_inner > div.foot_right form .error_box span {
    font-size: 11px;
  }
}
.wrapper-outer footer .footer_inner > div.foot_right form .form_field_outer {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .wrapper-outer footer .footer_inner > div.foot_right form .form_field_outer {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.wrapper-outer footer .footer_inner > div.foot_right form .form_field_outer .form_field {
  width: 100%;
  position: relative;
}
.wrapper-outer footer .footer_inner > div.foot_right form .form_field_outer .form_field label {
  display: block;
  font-size: 18px;
  font-family: "Satoshi";
  font-weight: 500;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .wrapper-outer footer .footer_inner > div.foot_right form .form_field_outer .form_field label {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.wrapper-outer footer .footer_inner > div.foot_right form .form_field_outer .form_field input {
  background-color: transparent;
  border: 1px solid #fff;
  width: 100%;
  height: 44px;
  font-family: "Satoshi";
  color: #fff;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .wrapper-outer footer .footer_inner > div.foot_right form .form_field_outer .form_field input {
    font-size: 14px;
    height: 36px;
  }
}
.wrapper-outer footer .footer_inner > div.foot_right form .form_field_outer.textarea_outer {
  gap: 70px;
}
@media (max-width: 767px) {
  .wrapper-outer footer .footer_inner > div.foot_right form .form_field_outer.textarea_outer {
    gap: 32px;
  }
}
.wrapper-outer footer .footer_inner > div.foot_right form .form_field_outer.textarea_outer p {
  display: flex;
  gap: 70px;
  width: 100%;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .wrapper-outer footer .footer_inner > div.foot_right form .form_field_outer.textarea_outer p {
    flex-direction: column;
    gap: 0px;
  }
}
.wrapper-outer footer .footer_inner > div.foot_right form .form_field_outer.textarea_outer p label {
  display: none;
}
@media (max-width: 767px) {
  .wrapper-outer footer .footer_inner > div.foot_right form .form_field_outer.textarea_outer p label {
    display: block;
  }
}
.wrapper-outer footer .footer_inner > div.foot_right form .form_field_outer.textarea_outer p span {
  width: 100%;
}
.wrapper-outer footer .footer_inner > div.foot_right form .form_field_outer.textarea_outer textarea {
  width: 100%;
  height: 44px;
  background-color: transparent;
  font-family: "Satoshi";
  border: none;
  color: #fff;
  border-bottom: 1px solid #fff;
  resize: none;
  font-size: 18px;
}
@media (max-width: 767px) {
  .wrapper-outer footer .footer_inner > div.foot_right form .form_field_outer.textarea_outer textarea {
    font-size: 14px;
  }
}
.wrapper-outer footer .footer_inner > div.foot_right form .form_field_outer.textarea_outer textarea::placeholder {
  color: #546FAF;
  font-size: 18px;
}
@media (max-width: 767px) {
  .wrapper-outer footer .footer_inner > div.foot_right form .form_field_outer.textarea_outer textarea::placeholder {
    font-size: 14px;
  }
}
.wrapper-outer footer .footer_inner > div.foot_right form .form_field_outer.textarea_outer button,
.wrapper-outer footer .footer_inner > div.foot_right form .form_field_outer.textarea_outer #btn {
  width: 100%;
  color: #042b8a;
  font-weight: 700;
  padding: 0;
  cursor: pointer;
  height: 48px;
  font-size: 16px;
  transition: all 0.5s;
  margin-left: auto;
  width: 119px;
  background-color: #fff;
  border: none;
}
.wrapper-outer footer .footer_inner > div.foot_right form .form_field_outer.textarea_outer button:hover,
.wrapper-outer footer .footer_inner > div.foot_right form .form_field_outer.textarea_outer #btn:hover {
  filter: drop-shadow(0px 0px 24px #6f6e6e);
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .wrapper-outer footer .footer_inner > div.foot_right form .form_field_outer.textarea_outer button,
  .wrapper-outer footer .footer_inner > div.foot_right form .form_field_outer.textarea_outer #btn {
    margin-left: auto;
    max-width: 150px;
    font-size: 14px;
    max-width: 86px;
    height: 52px;
  }
}
html.active {
  overflow: hidden;
}
.sent #btn {
  padding: 0 13px !important;
  width: auto !important;
  max-width: min-content !important;
}
body.active .header_right nav {
  right: 0 !important;
  transition: all 0.6s;
}
.bar1,
.bar2,
.bar3 {
  width: 28px;
  height: 2px;
  background-color: #fff;
  margin: 7px 0;
  transition: 0.4s;
}
.change .bar1 {
  transform: translate(0, 7px) rotate(-45deg);
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}
.policy_outer .privacy_text {
/*   text-align: center; */
  padding: 100px 0 172px;
  max-width: 1370px;
  margin: auto;
}

.privacy_text ol li{
margin-bottom:20px;
	list-style:auto;
}

.privacy_text ul {
    padding-left: 32px;
}

.privacy_text ul li {
    list-style: disc;
}

.privacy_text ol li strong{
    margin-bottom: 10px;
    display: block;
}

/* .privacy_text ol li br{
	display:none;
} */


@media (max-width: 767px) {
  .policy_outer .privacy_text {
    padding: 50px 0 100px;
  }
  .policy_outer .privacy_text p {
    font-size: 14px;
    line-height: 16px;
  }
}
.policy_outer .privacy_text .heading {
	text-align: center;
  font-size: 96px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .policy_outer .privacy_text .heading {
    font-size: 34px;
  }
}
.policy_outer .foot_right {
  background: #000 !important;
  visibility: hidden;
  display: none;
}
.marquee {
  display: flex;
  gap: 20px;
  animation: scroll-left 20s linear infinite;
  overflow: hidden;
  white-space: nowrap;
}
@keyframes scroll-left {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

/* ── New button variants ──────────────────────────────────────────────────── */

/* Secondary outline button in hero */
.wrapper-outer .banner_outer .banner_inner > div a.btn-secondary {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  margin-left: 16px;
}
.wrapper-outer .banner_outer .banner_inner > div a.btn-secondary:hover {
  background-color: rgba(255,255,255,0.1);
  filter: none;
}

/* Section-level CTAs after Consulting, Solutions, Research */
.section_cta {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 16px;
}
.section_cta a.btn-primary {
  background-color: #042b8a;
  color: #fff;
  font-weight: 700;
  padding: 16px 32px;
  display: inline-block;
  transition: all 0.3s;
  border: 2px solid #042b8a;
}
.section_cta a.btn-primary:hover {
  filter: drop-shadow(0px 0px 20px #3a3a3a);
  transition: all 0.3s;
}

/* Partnerships descriptive text */
.logos .partnerships_desc {
  color: rgba(255,255,255,0.75);
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 32px;
  max-width: 640px;
}

/* Footer copyright */
.copyright {
  color: rgba(255,255,255,0.5);
  font-size: 13px;
  margin-bottom: 12px !important;
}

/* Privacy / Terms page headings */
.privacy_text h1 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 24px !important;
}
@media (max-width: 767px) {
  .privacy_text h1 { font-size: 34px; }
}
.privacy_text h2 {
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-top: 32px !important;
  margin-bottom: 12px !important;
}


/* ── Dropdown navigation ──────────────────────────────────────────────────── */
.header_right nav > ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header_right nav ul li.has-dropdown {
  position: relative;
}
.header_right nav ul li.has-dropdown > a::after {
  content: ' ▾';
  font-size: 11px;
}
.header_right nav ul li.has-dropdown .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #111;
  min-width: 230px;
  padding: 16px 0 8px;
  z-index: 200;
  border-top: 2px solid #042b8a;
  box-shadow: 0 8px 24px rgba(0,0,0,0.6);
}
.header_right nav ul li.has-dropdown:last-child .dropdown {
  left: auto;
  right: 0;
}
.header_right nav ul li.has-dropdown:hover .dropdown {
  display: block;
}
.header_right nav ul li.has-dropdown .dropdown li {
  display: block;
  padding: 0;
}
.header_right nav ul li.has-dropdown .dropdown li a {
  padding: 10px 20px;
  display: block;
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  white-space: nowrap;
  background: transparent;
  margin-top: 0;
}
.header_right nav ul li.has-dropdown .dropdown li a:hover {
  color: #fff;
  background: rgba(255,255,255,0.06);
}
.nav-disabled {
  opacity: 0.45;
  pointer-events: none;
  cursor: default;
}

/* ── Services overview section (homepage) ─────────────────────────────────── */
.services_overview_outer {
  padding: 80px 0;
  background: #0f0f0f;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.services_overview_inner h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px !important;
}
.services_overview_inner .services_intro {
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
  max-width: 640px;
  margin-bottom: 48px !important;
}
.services_cards {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.service_card {
  flex: 1;
  min-width: 260px;
  background: #1a1a1a;
  padding: 36px 28px 32px;
  border-left: 4px solid #042b8a;
  display: flex;
  flex-direction: column;
}
.service_card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px !important;
  font-family: "Satoshi", sans-serif;
}
.service_card .card_desc {
  color: rgba(255,255,255,0.65);
  line-height: 1.65;
  font-size: 14px;
  margin-bottom: 20px !important;
}
.service_card .card_list {
  margin-bottom: 28px !important;
  flex: 1;
}
.service_card .card_list li {
  color: rgba(255,255,255,0.55);
  font-size: 13px;
  padding: 3px 0 3px 16px;
  position: relative;
  list-style: none;
}
.service_card .card_list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: #042b8a;
}
.service_card .btn-card {
  display: inline-block;
  background: #042b8a;
  color: #fff;
  padding: 12px 22px;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s;
  align-self: flex-start;
  margin-top: auto;
}
.service_card .btn-card:hover {
  filter: drop-shadow(0px 0px 16px rgba(4,43,138,0.6));
}
@media (max-width: 900px) {
  .services_cards { flex-direction: column; }
}

/* ── New/sub-page content area ────────────────────────────────────────────── */
.subpage_outer {
  padding: 80px 0 60px;
}
.subpage_outer .subpage_intro {
  color: rgba(255,255,255,0.7);
  font-size: 18px;
  line-height: 1.7;
  max-width: 700px;
  margin-bottom: 56px !important;
}
.subpage_outer h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 48px !important;
  margin-bottom: 12px !important;
  font-family: "Satoshi", sans-serif;
}
.subpage_outer h2:first-of-type {
  margin-top: 0 !important;
}
.subpage_outer p {
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
  margin-bottom: 16px !important;
}
.subpage_outer ul.detail_list {
  margin: 16px 0 32px !important;
}
.subpage_outer ul.detail_list li {
  color: rgba(255,255,255,0.7);
  line-height: 1.65;
  padding: 8px 0 8px 20px;
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  font-size: 15px;
}
.subpage_outer ul.detail_list li strong {
  display: block;
  color: #fff;
  margin-bottom: 4px;
}
.subpage_outer ul.detail_list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  width: 6px;
  height: 6px;
  background: #042b8a;
  border-radius: 50%;
}
.subpage_page_cta {
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.subpage_page_cta a {
  display: inline-block;
  background: #042b8a;
  color: #fff;
  font-weight: 700;
  padding: 18px 32px;
  transition: all 0.3s;
}
.subpage_page_cta a:hover {
  filter: drop-shadow(0px 0px 20px rgba(4,43,138,0.5));
}

/* ── Panel page layout (consulting, threat-intelligence) ──────────────────── */
.panel-page-outer {
  padding: 40px 24px 60px;
  display: flex;
  justify-content: center;
}
.panel-page-card {
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 40px 48px 48px;
  width: 100%;
  max-width: 960px;
  animation: panelScaleIn 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.panel-page-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.panel-page-back {
  color: rgba(255, 255, 255, 0.45);
  font-size: 13px;
  letter-spacing: 0.03em;
  transition: color 0.2s;
}
.panel-page-back:hover {
  color: #fff;
}
.panel-page-close {
  color: rgba(255, 255, 255, 0.45);
  line-height: 0;
  transition: color 0.2s;
}
.panel-page-close:hover {
  color: #fff;
}
.panel-page-card .subpage_outer {
  padding-top: 0;
}
@media (max-width: 767px) {
  .panel-page-outer { padding: 20px 16px 40px; }
  .panel-page-card { padding: 28px 20px 40px; }
}

/* ── About page specifics ─────────────────────────────────────────────────── */
.about_placeholder {
  background: rgba(255,255,255,0.04);
  border: 1px dashed rgba(255,255,255,0.15);
  padding: 28px 24px;
  margin: 32px 0 !important;
  color: rgba(255,255,255,0.45);
  font-size: 14px;
  font-style: italic;
}


/* ── Standalone contact section (extracted from footer) ──────────────────── */
.contact_section_outer {
  background-color: #042b8a;
  padding: 52px 0;
}
@media (max-width: 991px) {
  .contact_section_outer {
    padding: 44px 20px 20px;
  }
  .contact_section_outer h1,
  .contact_section_outer h2 {
    text-align: center;
    margin-bottom: 20px;
  }
}
.contact_section_outer h1,
.contact_section_outer h2 {
  color: #fff;
}
.contact_section_outer form {
  max-width: 900px;
}
.contact_section_outer form br {
  display: none;
}
.contact_section_outer form .error_box {
  margin-top: 10px;
  display: none;
  position: absolute;
  bottom: -28px;
}
@media (max-width: 767px) {
  .contact_section_outer form .error_box {
    bottom: -20px;
  }
  .contact_section_outer form .error_box span {
    font-size: 11px;
  }
}
.contact_section_outer form .form_field_outer {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .contact_section_outer form .form_field_outer {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.contact_section_outer form .form_field_outer .form_field {
  width: 100%;
  position: relative;
}
.contact_section_outer form .form_field_outer .form_field label {
  display: block;
  font-size: 18px;
  font-family: "Satoshi";
  font-weight: 500;
  margin-bottom: 16px;
  color: #fff;
}
@media (max-width: 767px) {
  .contact_section_outer form .form_field_outer .form_field label {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.contact_section_outer form .form_field_outer .form_field input {
  background-color: transparent;
  border: 1px solid #fff;
  width: 100%;
  height: 44px;
  font-family: "Satoshi";
  color: #fff;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .contact_section_outer form .form_field_outer .form_field input {
    font-size: 14px;
    height: 36px;
  }
}
.contact_section_outer form .form_field_outer.textarea_outer {
  gap: 70px;
}
@media (max-width: 767px) {
  .contact_section_outer form .form_field_outer.textarea_outer {
    gap: 32px;
  }
}
.contact_section_outer form .form_field_outer.textarea_outer p {
  display: flex;
  gap: 70px;
  width: 100%;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .contact_section_outer form .form_field_outer.textarea_outer p {
    flex-direction: column;
    gap: 0px;
  }
}
.contact_section_outer form .form_field_outer.textarea_outer p label {
  display: none;
}
@media (max-width: 767px) {
  .contact_section_outer form .form_field_outer.textarea_outer p label {
    display: block;
  }
}
.contact_section_outer form .form_field_outer.textarea_outer p span {
  width: 100%;
}
.contact_section_outer form .form_field_outer.textarea_outer textarea {
  width: 100%;
  height: 44px;
  background-color: transparent;
  font-family: "Satoshi";
  border: none;
  color: #fff;
  border-bottom: 1px solid #fff;
  resize: none;
  font-size: 18px;
}
@media (max-width: 767px) {
  .contact_section_outer form .form_field_outer.textarea_outer textarea {
    font-size: 14px;
  }
}
.contact_section_outer form .form_field_outer.textarea_outer textarea::placeholder {
  color: #546FAF;
  font-size: 18px;
}
@media (max-width: 767px) {
  .contact_section_outer form .form_field_outer.textarea_outer textarea::placeholder {
    font-size: 14px;
  }
}
.contact_section_outer form .form_field_outer.textarea_outer button,
.contact_section_outer form .form_field_outer.textarea_outer #btn {
  width: 100%;
  color: #042b8a;
  font-weight: 700;
  padding: 0;
  cursor: pointer;
  height: 48px;
  font-size: 16px;
  transition: all 0.5s;
  margin-left: auto;
  width: 119px;
  background-color: #fff;
  border: none;
}
.contact_section_outer form .form_field_outer.textarea_outer button:hover,
.contact_section_outer form .form_field_outer.textarea_outer #btn:hover {
  filter: drop-shadow(0px 0px 24px #6f6e6e);
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .contact_section_outer form .form_field_outer.textarea_outer button,
  .contact_section_outer form .form_field_outer.textarea_outer #btn {
    margin-left: auto;
    max-width: 150px;
    font-size: 14px;
    max-width: 86px;
    height: 52px;
  }
}

/* ── Button reset for .toggle_btn ────────────────────────────────────────── */
.toggle_btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

/* ── Skip to content link ─────────────────────────────────────────────────── */
.skip-to-content {
  position: absolute;
  top: -100%;
  left: 0;
  background: #042b8a;
  color: #fff;
  padding: 8px 16px;
  z-index: 9999;
  font-weight: 600;
}
.skip-to-content:focus {
  top: 0;
}

/* ── Blog listing ─────────────────────────────────────────────────────────── */
/* ── Blog listing page ────────────────────────────────────────────────────── */
.blog_outer .sec_container {
  padding: 0 60px;
}
@media (max-width: 1280px) {
  .blog_outer .sec_container {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .blog_outer .sec_container {
    padding: 0 20px;
  }
}

.blog_hero {
  padding: 48px 0 32px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.blog_intro {
  color: rgba(255,255,255,0.5);
  font-size: 15px;
  line-height: 1.6;
  margin-top: 10px;
  max-width: 600px;
}

.blog_filter_wrap {
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 16px 0;
}

.blog_filter_bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.blog_filter_pill {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.5);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 5px 14px;
  cursor: pointer;
  font-family: inherit;
  transition: border-color 0.15s, color 0.15s, background 0.15s;
}

.blog_filter_pill:hover {
  border-color: rgba(255,255,255,0.35);
  color: #fff;
}

.blog_filter_pill.active {
  background: #042b8a;
  border-color: #042b8a;
  color: #fff;
}

/* Tile grid */
.blog_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,0.08);
  border-left: 1px solid rgba(255,255,255,0.08);
}

.blog_tile {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 28px;
  border-right: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: background 0.15s;
}

.blog_tile:hover {
  background: rgba(255,255,255,0.025);
}

.blog_tile_tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #41c6d7;
}

.blog_tile_title {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.01em;
  margin: 0;
}

.blog_tile_title a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}

.blog_tile_title a:hover {
  color: #41c6d7;
}

.blog_tile_excerpt {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255,255,255,0.55);
  flex: 1;
  margin: 0;
}

.blog_tile_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.05);
}

.blog_tile_meta {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.3);
}

.blog_tile_read {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.35);
  text-decoration: none;
  transition: color 0.15s;
  white-space: nowrap;
}

.blog_tile_read:hover {
  color: #41c6d7;
}

.blog_empty {
  padding: 48px 0;
  color: rgba(255,255,255,0.5);
}

/* Blog pagination */
.blog_pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 60px;
}

.blog_pagination a {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid rgba(255,255,255,0.3);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s;
}

.blog_pagination a:hover {
  border-color: #41c6d7;
  color: #41c6d7;
}

/* ── Blog post page ───────────────────────────────────────────────────────── */
.post_meta {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}

.post_back {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.2s;
}

.post_back:hover {
  color: #41c6d7;
}

.post_byline {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  max-width: 720px;
  margin: 12px auto 40px;
  letter-spacing: 0.01em;
}

.post_body {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255,255,255,0.8);
  line-height: 1.8;
  font-size: 17px;
}

.post_body h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  margin: 48px 0 16px !important;
  line-height: 1.3;
}

.post_body h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin: 36px 0 12px !important;
}

.post_body h4 {
  font-size: 1rem;
  font-weight: 700;
  color: rgba(255,255,255,0.9);
  margin: 28px 0 10px !important;
}

.post_body p {
  margin-bottom: 20px !important;
}

.post_body a {
  color: #41c6d7;
  text-decoration: underline;
  text-decoration-color: rgba(65,198,215,0.4);
  transition: text-decoration-color 0.2s;
}

.post_body a:hover {
  text-decoration-color: #41c6d7;
}

.post_body ul,
.post_body ol {
  padding-left: 24px;
  margin-bottom: 20px !important;
}

.post_body li {
  margin-bottom: 8px;
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
}

.post_body strong {
  color: #fff;
  font-weight: 700;
}

.post_body em {
  color: rgba(255,255,255,0.85);
}

.post_body blockquote {
  border-left: 3px solid #042b8a;
  margin: 32px 0;
  padding: 16px 24px;
  background: rgba(4,43,138,0.08);
}

.post_body blockquote p {
  margin: 0 !important;
  color: rgba(255,255,255,0.8);
  font-style: italic;
}

.post_body code {
  font-family: "SF Mono", "Fira Code", "Cascadia Code", monospace;
  font-size: 0.875em;
  background: rgba(255,255,255,0.07);
  padding: 2px 6px;
  border-radius: 3px;
  color: #41c6d7;
}

.post_body pre {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 24px;
  overflow-x: auto;
  margin-bottom: 24px !important;
}

.post_body pre code {
  background: none;
  padding: 0;
  font-size: 14px;
  color: rgba(255,255,255,0.85);
}

.post_body hr {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.1);
  margin: 48px 0;
}

.post_footer {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

/* ── Responsive blog ──────────────────────────────────────────────────────── */
@media (max-width: 991px) {
  .blog_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .blog_grid {
    grid-template-columns: 1fr;
  }

  .blog_tile {
    padding: 20px;
  }

  .blog_tile_footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .post_body {
    font-size: 16px;
  }
}

/* ── Services panel modal ─────────────────────────────────────────────────── */
.services-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 300;
  background: rgba(11, 11, 11, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.services-modal.visible {
  display: flex;
}
.services-panel {
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 48px;
  width: 100%;
  max-width: 1000px;
  max-height: 90vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  animation: panelScaleIn 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes panelScaleIn {
  from { transform: scale(0.94); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}
.services-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}
.services-panel-header h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
}
.services-panel-close {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  padding: 4px;
  line-height: 0;
  transition: color 0.2s;
  flex-shrink: 0;
  margin-top: 4px;
}
.services-panel-close:hover {
  color: #fff;
}
.services-panel-intro {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 36px !important;
  max-width: 680px;
}
.services-panel-footer {
  margin-top: 36px;
  text-align: center;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.services-panel-footer a {
  color: rgba(255, 255, 255, 0.45);
  font-size: 13px;
  letter-spacing: 0.03em;
  transition: color 0.2s;
}
.services-panel-footer a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .services-modal {
    padding: 0;
    align-items: flex-end;
  }
  .services-panel {
    padding: 32px 20px 40px;
    border-radius: 20px 20px 0 0;
    max-height: 88vh;
  }
  .services-panel-header h2 {
    font-size: 36px;
  }
}
