/* -------------------------------------- Common Styles starts ------------------------------------------- */

@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
}

body {
  font-family: "Urbanist", sans-serif;
}

.f-36 {
  font-size: 36px;
}

.btn-shimmer {
  background-color: #133d78;
  color: white;
  position: relative;
  overflow: hidden;
}

.btn-shimmer::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 20%;
  height: 200%;
  background: rgba(255, 255, 255, 0.4);
  transform: rotate(30deg);
  transition: all 0.6s ease;
}

.btn-shimmer:hover::after {
  left: 120%;
}

.btn-shimmer:hover {
  background-color: #133d78;
  box-shadow: 0 5px 15px hwb(205 31% 13% / 0.4);
  color: #fff;
}

.tawp-blue {
  color: #133d78;
}
.tawp-blue-bg {
  background-color: #23d0fd;
}

section {
  padding-bottom: 120px !important;
}

.rounded-4 {
  border-radius: 1.5rem !important;
}

.nav-tawp-shrink {
  background: transparent;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.nav-tawp-shrink.scrolled {
  padding: 12px 0 !important;
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(15px);
  border-bottom: 1px solid #f1f5f9;
  box-shadow: 0 10px 30px rgba(26, 62, 122, 0.05);
}

.brand-logo {
  height: 60px;
  transition: height 0.5s ease;
}
.nav-tawp-shrink.scrolled .brand-logo {
  height: 38px;
}

.nav-link-v6 {
  font-weight: 600;
  color: #1a1a1a !important;
  font-size: 1rem;
  padding: 10px 15px !important;
  transition: 0.3s;
  text-decoration: none;
}

.nav-link-v6:hover,
.nav-link-v6.active {
  color: #1e4d92 !important;
}

.btn-call-v6 {
  background: #1a3e7a;
  color: white !important;
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.8rem;
  white-space: nowrap;
  transition: 0.4s;
  display: inline-flex;
  align-items: center;
}

@media (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    padding: 20px;
    border-radius: 0 0 30px 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  }
  .nav-tawp-shrink {
    padding: 15px 0 !important;
  }

  .nav-item {
    padding: 10px 0px;
    border-bottom: 1px solid #e4e4e4;
  }
}

.toggler-v6 {
  width: 45px;
  height: 45px;
  border: 2px solid #f1f5f9;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
}

body {
  padding-top: 120px;
}

.bg-tawp-dark {
  background: #020e23;
}

/* -------------------------------------- Common Styles ends ------------------------------------------- */

/* ------------------------------------Footer Section starts------------------------------------- */

.site-footer {
  background-color: #021025;
  color: #ffffff;
  padding: 80px 0 40px;
  font-family: "Urbanist", sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.2fr;
  gap: 80px;
}

.footer-logo {
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.footer-logo span {
  color: #23d0fd;
}

.footer-about {
  color: #a5b1c2;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 25px;
}

.footer-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
  padding: 8px 16px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.status-dot {
  width: 8px;
  height: 8px;
  background-color: #23d0fd;
  border-radius: 50%;
  box-shadow: 0 0 10px #23d0fd;
}

.footer-col h4 {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
}

.footer-col a {
  text-decoration: none;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 15px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
}

.footer-links a:hover {
  color: #23d0fd;
  padding-left: 8px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.social-links a {
  color: #fff;
  margin-right: 10px;
}

.social-links i {
  font-size: 25px;
}
.social-links i:hover {
  color: #23d0fd;
}

.contact-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.contact-item .icon {
  color: #23d0fd;
  font-size: 1.2rem;
}

.contact-item p,
.contact-item a {
  margin: 0;
  font-size: 0.95rem;
  color: #ffffff;
  text-decoration: none;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 30px;
  margin-top: 60px;
  text-align: center;
  font-size: 0.85rem;
  color: #7f8c8d;
}
.footer-bottom a {
  color: #7f8c8d;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #23d0fd;
}

@media (max-width: 991px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .brand-col {
    grid-column: span 2;
  }
}

@media (max-width: 576px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .brand-col {
    grid-column: span 1;
  }
}

/* -------------------------------Footer Section ends--------------------------------- */

/* ///------------------------------------------- LANDING PAGE STARTS ----------------------------------------------/// */

/* -------------------------------------- Hero section starts ------------------------------------------- */

.navbar-nav .nav-link {
  color: #333 !important;
}

.navbar-brand span {
  font-size: 1.2rem;
  letter-spacing: -0.5px;
}

.tawp-header img {
  min-height: 80px;
}

.text-orange {
  color: #23d0fd;
}

.tawp-hero img {
  height: auto;
  max-height: 400px;
  width: 100%;
  object-fit: cover;
}

.tawp-hero h1 {
  letter-spacing: -1px;
  line-height: 68px;
  font-weight: 800;
}

/* -------------------------------------- Hero section ends ------------------------------------------- */

/* -------------------------------------- Services section starts ------------------------------------- */

.feature-card {
  background: #fafbfc;
  border: 1px solid #e6eef5;
  border-radius: 50px !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.feature-card:hover {
  background: #ffffff;
  transform: translateY(-8px);
  border-color: #1e4d92;
  box-shadow: 0 30px 60px rgba(26, 62, 122, 0.05) !important;
}

.f-icon-main {
  font-size: 2.2rem;
  color: #1e4d92;
}

.f-inventory-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.f-node {
  font-size: 0.8rem;
  font-weight: 500;
  color: #475569;
  padding: 7px 18px;
  background: #ffffff;
  border-bottom: 1px solid #eef2f6;
  border-radius: 15px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.f-node:last-child {
  border-bottom: none;
}

.f-node i {
  margin-right: 12px;
  font-size: 0.85rem;
}

@media (max-width: 991px) {
  .feature-card {
    border-radius: 30px !important;
  }
}

/* -------------------------------------- Services section ends ------------------------------------------- */

/* -------------------------------------- Testimonials section starts ------------------------------------------- */

.review-card {
  background: #fafbfc;
  border: 1px solid #f1f5f9;
  border-radius: 50px !important;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
}

.review-card:hover {
  background: #ffffff;
  transform: translateY(-10px);
  border-color: #1a3e7a;
  box-shadow: 0 30px 60px rgba(26, 62, 122, 0.05) !important;
}

.active-border {
  border-color: #38bdf8;
  background: #ffffff;
}

.italic-quote {
  font-size: 0.95rem;
  line-height: 1.6;
  letter-spacing: -0.2px;
}

.rating-bar i {
  color: #f59e0b;
  font-size: 0.8rem;
}

.client-avatar {
  width: 45px;
  height: 45px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "JetBrains Mono", monospace;
  font-weight: 800;
  font-size: 0.9rem;
}

.x-small {
  font-size: 0.65rem;
}

@media (max-width: 991px) {
  .review-card {
    border-radius: 30px !important;
    padding: 2.5rem !important;
  }
}

/* -------------------------------------- Testimonials section ends ------------------------------------------- */

.bento-card {
  border-radius: 50px !important;
  position: relative;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.bento-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(26, 62, 122, 0.08) !important;
}

.bg-navy {
  background: #1a3e7a;
}
.bg-light-soft {
  background: #fafbfc;
}

.seo-pill {
  font-size: 0.85rem;
  font-weight: 500;
  color: #1a1a1a;
  padding: 12px;
  background: #fafbfc;
  border: 1px solid #dee4ea;
  border-radius: 15px;
}
.bento-tag {
  position: absolute;
  top: 25px;
  right: 25px;
  background: rgba(255, 255, 255, 0.9);
  padding: 6px 12px;
  border-radius: 10px;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.6rem;
  font-weight: 800;
  color: #1a3e7a;
}

@media (max-width: 991px) {
  .bento-card {
    border-radius: 30px !important;
    padding: 2.5rem !important;
  }
}

/* -------------------------------------- Advantages section starts --------------------------------------- */

.advantages-section {
  font-family: "Urbanist", sans-serif;
  background-color: #ffffff;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.adv-card {
  background: #fbfbfb;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #c7c4cf;
  transition: all 0.3s ease;
}

.iso-certified {
  grid-column: span 2;
  display: flex;
  align-items: center;
  gap: 30px;
  background: linear-gradient(
    135deg,
    #fbfbfb 0%,
    rgba(35, 208, 253, 0.05) 100%
  );
  border-left: 5px solid #23d0fd;
}

.adv-card:hover {
  transform: translateY(-5px);
  border-color: #1e4d92;
  box-shadow: 0 15px 30px rgba(2, 40, 50, 0.1);
}

.adv-icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.iso-certified .adv-icon {
  margin-bottom: 0;
  font-size: 4rem;
}

.adv-card h3 {
  font-weight: 800;
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: #111;
}

.adv-card p {
  font-weight: 400;
  color: #666;
  line-height: 1.6;
  font-size: 0.95rem;
  margin: 0;
}

@media (max-width: 992px) {
  .advantages-grid {
    grid-template-columns: 1fr 1fr;
  }
  .iso-certified {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .advantages-grid {
    grid-template-columns: 1fr;
  }
  .iso-certified {
    grid-column: span 1;
    flex-direction: column;
    text-align: center;
  }
}

/* -------------------------------------- Advantages section ends ------------------------------- */

/* ///------------------------------------------- LANDING PAGE ENDS ----------------------------------------------/// */

.text-navy {
  color: #1a1a1a;
}
.text-primary-blue {
  color: #1e4d92;
}
.fw-black {
  font-weight: 900;
}
.ls-2 {
  letter-spacing: 2px;
}

.stacked-grid-hero {
  background-color: #ffffff;
  padding: 100px 0;
}

.btn-navy-pill {
  background-color: #1a3e7a;
  color: white;
  padding: 18px 45px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  display: inline-block;
}

.btn-navy-pill:hover {
  background-color: #143163;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(26, 62, 122, 0.2);
}

.compound-visual-wrap {
  position: relative;
  padding-bottom: 60px;
}

.main-img-box {
  border-radius: 50px;
  overflow: hidden;
  width: 90%;
  height: 450px;
}

.main-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-img-box {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 220px;
  height: 220px;
  border-radius: 40px;
  border: 10px solid #ffffff;
  overflow: hidden;
  z-index: 2;
}

.detail-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-label {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
  background: rgba(26, 62, 122, 0.9);
  color: white;
  font-size: 0.6rem;
  font-weight: 900;
  padding: 5px 0;
  letter-spacing: 1px;
}

.badge-tech {
  background: rgba(30, 77, 146, 0.1);
  color: #1e4d92;
  padding: 6px 15px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 800;
}

.text-navy {
  color: #1a1a1a;
}
.text-blue-accent {
  color: #1e4d92;
}
.fw-black {
  font-weight: 900;
}

.services-glass-section {
  background-color: #eff7ff;
  padding: 100px 0;
}

.glass-module-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  padding: 50px 40px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.glass-module-card:hover {
  transform: translateY(-10px);
  background: #ffffff;
  box-shadow: 0 40px 80px rgba(26, 62, 122, 0.08);
}

.icon-spec-list {
  margin-top: 25px;
}

.spec-item {
  display: flex;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px dashed #e2e8f0;
  font-size: 0.95rem;
  font-weight: 600;
  color: #475569;
  transition: 0.3s;
}

.spec-item i {
  font-size: 1.1rem;
  color: #1e4d92;
  margin-right: 15px;
  width: 24px;
  text-align: center;
}

.glass-module-card:hover .spec-item {
  color: #1a1a1a;
}

.spec-item:last-child {
  border-bottom: none;
}

.card-glass-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.icon-box {
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.04);
  font-size: 1.3rem;
  color: #1a3e7a;
}

.ref-no {
  font-size: 0.7rem;
  font-weight: 800;
  color: #cbd5e1;
}

.text-navy {
  color: #1a1a1a;
}
.text-blue-accent {
  color: #1e4d92;
}

.trust-bento-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.bento-strip {
  display: flex;
  background: #eff7ff;
  border: 1px solid #eef2f6;
  border-radius: 50px;
  padding: 30px;
  align-items: center;
  justify-content: space-around;
  transition: all 0.4s ease;
}

.bento-strip:hover {
  box-shadow: 0 20px 40px rgba(26, 62, 122, 0.05);
}

.bento-cell {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 20px;
  border-right: 1px solid #e2e8f0;
  flex: 1;
}

.bento-cell:last-child {
  border-right: none;
}

.bento-icon-box {
  width: 45px;
  height: 45px;
  background: #ffffff;
  color: #1e4d92;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.bento-label {
  display: block;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #94a3b8;
  margin-bottom: 2px;
}

.bento-val {
  font-size: 0.95rem;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .bento-strip {
    flex-direction: column;
    border-radius: 30px;
    gap: 25px;
    padding: 20px;
  }
  .bento-cell {
    border-right: none;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 15px;
    width: 100%;
    justify-content: normal;
  }
  .bento-cell:last-child {
    border-bottom: none;
  }
}

.text-navy {
  color: #1a1a1a;
}
.text-blue-accent {
  color: #1e4d92;
}
.fw-black {
  font-weight: 900;
}

.split-workflow-section {
  padding-bottom: 120px;
}

.tech-id {
  font-size: 0.75rem;
  font-weight: 800;
  color: #cbd5e1;
  letter-spacing: 2px;
}

.tech-line-accent {
  width: 60px;
  height: 4px;
  background: #1e4d92;
  border-radius: 50px;
}

.protocol-card {
  padding: 80px 0;
  border-bottom: 1px solid #f1f5f9;
  display: flex;
  gap: 40px;
  transition: 0.4s ease;
}

.protocol-card:last-child {
  border-bottom: none;
}

.protocol-meta {
  font-size: 0.9rem;
  font-weight: 900;
  color: #cbd5e1;
  white-space: nowrap;
  padding-top: 10px;
}

.protocol-content {
  flex: 1;
}

.protocol-content h3 {
  line-height: 1.1;
  margin-bottom: 25px;
}

.iso-seal {
  display: inline-block;
  font-size: 0.6rem;
  font-weight: 900;
  color: #1e4d92;
  background: rgba(30, 77, 146, 0.05);
  padding: 5px 12px;
  border-radius: 50px;
  margin-bottom: 15px;
}

.active-protocol .protocol-meta {
  color: #1e4d92;
}

.protocol-card:hover {
  padding-left: 20px;
}

.protocol-card:hover h3 {
  color: #1e4d92;
}

@media (max-width: 991px) {
  .protocol-card {
    flex-direction: column;
    gap: 10px;
    padding: 50px 0;
  }
  .sticky-top {
    position: relative !important;
    top: 0 !important;
  }
}

.text-navy {
  color: #1a1a1a;
}
.text-blue-accent {
  color: #1e4d92;
}
.fw-black {
  font-weight: 900;
}

.knowledge-bridge-section {
  padding: 100px 0;
}

.tech-id-label {
  font-size: 0.7rem;
  font-weight: 800;
  color: #cbd5e1;
  letter-spacing: 2px;
}

.tech-accordion .accordion-item {
  background: transparent;
  border-bottom: 1px solid #e2e8f0;
}

.tech-accordion .accordion-button {
  background: transparent;
  padding: 25px 0;
  box-shadow: none;
  font-size: 1.1rem;
}

.tech-accordion .accordion-button:not(.collapsed) {
  color: #1e4d92;
}

.cta-command-plate {
  background: #1a3e7a;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease;
}

.cta-command-plate:hover {
  transform: translateY(-10px);
}

.cta-command-plate::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.05) 1px,
    transparent 1px
  );
  background-size: 20px 20px;
}

.plate-inner {
  position: relative;
  z-index: 1;
}

.border-white-10 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

@media (max-width: 991px) {
  .cta-command-plate {
    border-radius: 30px;
  }
}

.text-navy {
  color: #1a1a1a;
}
.text-blue-accent {
  color: #1e4d92;
}
.fw-black {
  font-weight: 900;
}

.about-hero-section {
  padding: 120px 0;
  background: #ffffff;
  position: relative;
}

.tech-breadcrumb {
  font-weight: 800;
  font-size: 0.75rem;
  color: #cbd5e1;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-content-wrap h1 {
  line-height: 1.1;
  letter-spacing: -1px;
}

.hero-stats-row {
  display: flex;
  gap: 40px;
  border-top: 1px solid #f1f5f9;
  padding-top: 30px;
}

.stat-num {
  display: block;
  font-size: 1.8rem;
  font-weight: 900;
  color: #1e4d92;
}

.stat-lab {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #94a3b8;
  letter-spacing: 1px;
}

.about-image-canvas {
  position: relative;
  padding: 20px;
}

.main-img-frame {
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.main-img-frame img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.about-image-canvas:hover img {
  transform: scale(1.05);
}

.accent-frame {
  position: absolute;
  bottom: -30px;
  left: -30px;
  z-index: 3;
}

.accent-box {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 30px;
  border-radius: 30px;
  text-align: center;
  box-shadow: -70px -22px 140px -14px rgba(0, 0, 0, 0.1);
}

.about-hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-image: radial-gradient(
    rgba(30, 77, 146, 0.05) 2px,
    transparent 2px
  );
  background-size: 30px 30px;
  z-index: 0;
}

@media (max-width: 991px) {
  .about-hero-section {
    padding: 60px 0;
  }
  .main-img-frame {
    border-radius: 30px;
  }
}

.text-navy {
  color: #1a1a1a;
}
.text-blue-accent {
  color: #1e4d92;
}
.fw-black {
  font-weight: 900;
}

.overlapping-canvas-section {
  padding: 120px 0;
  overflow: hidden;
}

.canvas-navy-accent {
  position: absolute;
  top: 50%;
  left: -10%;
  width: 40%;
  height: 80%;
  background: #1a3e7a;
  transform: translateY(-50%);
  border-radius: 0 100px 100px 0;
  z-index: 0;
  opacity: 1;
}

.canvas-image-wrap {
  position: relative;
  z-index: 2;
}

.main-canvas-img {
  border-radius: 50px;
  height: 600px;
  object-fit: cover;
}

.canvas-glass-badge {
  position: absolute;
  bottom: 40px;
  right: -20px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 30px;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.big-year {
  font-size: 2.5rem;
  font-weight: 900;
  color: #1e4d92;
  line-height: 1;
}
.year-label {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #1a1a1a;
}

.feature-bar {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #eef2f6;
}

.bar-icon {
  width: 45px;
  height: 45px;
  background: #e6f1ff;
  color: #1e4d92;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .canvas-navy-accent {
    display: none;
  }
  .main-canvas-img {
    height: 400px;
    border-radius: 30px;
  }
  .canvas-glass-badge {
    bottom: -20px;
    padding: 20px;
  }
}

.text-navy {
  color: #1a1a1a;
}
.text-blue-accent {
  color: #1e4d92;
}
.fw-black {
  font-weight: 900;
}
.btn-navy {
  background: #1a3e7a;
  color: white;
  font-weight: 800;
  transition: 0.3s;
}
.btn-navy:hover {
  background: #1e4d92;
  color: white;
  transform: translateY(-3px);
}

.data-narrative-section {
  padding: 100px 0;
}

.rounded-50 {
  border-radius: 50px !important;
}

.data-sidebar {
  background: #1a3e7a;
  border-radius: 50px;
  color: white;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.data-label {
  display: block;

  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}

.data-title {
  font-weight: 900;
  font-size: 1.5rem;
  letter-spacing: -0.5px;
}

.data-bar {
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  margin-top: 15px;
  position: relative;
}

.data-bar .fill {
  position: absolute;
  height: 100%;
  background: #225390;
  box-shadow: 0 0 10px #155276;
}

.x-small {
  font-size: 0.8rem;
  line-height: 1.4;
  margin-top: 10px;
}

.tech-id-label {
  font-size: 0.75rem;
  font-weight: 800;
  color: #cbd5e1;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.narrative-box {
  padding: 30px;
  background: #f8fafc;
  border-radius: 30px;
  height: 100%;
  border: 1px solid #eef2f6;
}

@media (max-width: 991px) {
  .data-sidebar {
    border-radius: 30px;
    margin-bottom: 40px;
  }
  .rounded-50 {
    border-radius: 30px !important;
  }
}

.blue-depth-bg {
  background: linear-gradient(135deg, #0b2d65 0%, #29c4e0 100%);

  position: relative;
}

.blue-depth-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.02) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.02) 50%,
    rgba(255, 255, 255, 0.02) 75%,
    transparent 75%,
    transparent
  );
  background-size: 4px 4px;
  z-index: 0;
}

.text-navy {
  color: #1a1a1a;
}
.text-blue-accent {
  color: #1e4d92;
}
.fw-black {
  font-weight: 900;
}

.aperture-vision-section {
  padding: 120px 0;
}

.aperture-frame {
  position: relative;
  display: inline-block;
}

.aperture-img-wrap {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
  border: 10px solid #ffffff;
  z-index: 2;
  position: relative;
}

.aperture-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aperture-ring {
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  border: 2px dashed #1e4d92;
  border-radius: 50%;
  animation: rotateAperture 30s linear infinite;
  opacity: 0.3;
}

@keyframes rotateAperture {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.aperture-plate {
  background: #f8fafc;
  border-radius: 40px;
  padding: 40px;
  position: relative;
  border: 1px solid #eef2f6;
  transition: 0.4s ease;
}

.mission-plate {
  margin-right: -40px;
  z-index: 3;
}
.vision-plate {
  margin-left: -40px;
  z-index: 3;
}

.aperture-plate:hover {
  background: #ffffff;
  border-color: #1e4d92;
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(26, 62, 122, 0.08);
}

.plate-marker {
  font-size: 0.7rem;
  font-weight: 900;
  color: #1e4d92;
  background: rgba(30, 77, 146, 0.05);
  padding: 5px 12px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 15px;
}

.plate-marker i {
  font-size: 20px;
}

@media (max-width: 991px) {
  .mission-plate,
  .vision-plate {
    margin: 0;
    border-radius: 30px;
    margin-bottom: 20px;
  }
  .aperture-img-wrap {
    width: 250px;
    height: 250px;
  }
}

.text-navy {
  color: #1a1a1a;
}
.text-blue-accent {
  color: #1e4d92;
}
.fw-black {
  font-weight: 900;
}

.leadership-spotlight-section {
  padding: 100px 0;
}

.expert-main-frame {
  position: relative;
  padding: 20px;
}

.roy-portrait {
  border-radius: 50px;
  width: 100%;
  height: 550px;
  object-fit: cover;
}

.exp-badge-glass {
  position: absolute;
  bottom: -10px;
  right: -20px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 30px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.exp-badge-glass-left {
  position: absolute;
  bottom: -10px;
  left: -20px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 30px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.exp-number {
  font-size: 3rem;
  font-weight: 900;
  color: #1a3e7a;
  line-height: 1;
}
.exp-label {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #1e4d92;
  letter-spacing: 1px;
}

.capability-ribbon {
  background-color: #1a3e7a;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.blue-pattern-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.1) 1px,
    transparent 1px
  );
  background-size: 20px 20px;
}

.m-label {
  display: block;
  font-size: 0.6rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1.5px;
}
.m-val {
  font-size: 0.85rem;
  font-weight: 700;
  margin-top: 5px;
  display: block;
}

.border-end-white {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 991px) {
  .roy-portrait {
    height: 400px;
    border-radius: 30px;
  }
  .exp-badge-glass,
  .exp-badge-glass-left {
    position: static;
    margin-top: 20px;
    border-radius: 20px;
  }
}

.text-navy {
  color: #1a1a1a;
}
.text-blue-accent {
  color: #1e4d92;
}
.fw-black {
  font-weight: 900;
}

.interlocking-gallery-section {
  padding: 100px 0;
}

.masonry-box {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  cursor: pointer;
}

.feature-wide {
  height: 450px;
}
.vertical-tall {
  height: 550px;
}
.square {
  height: 263px;
}

.masonry-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.masonry-box:hover img {
  transform: scale(1.08);
}

@media (max-width: 991px) {
  .feature-wide,
  .vertical-tall,
  .square {
    height: 350px !important;
    border-radius: 30px !important;
  }
  .m-content {
    padding: 25px !important;
  }
}

.text-navy {
  color: #1a1a1a;
}
.text-blue-accent {
  color: #1e4d92;
}
.fw-black {
  font-weight: 900;
}

.tech-id-label {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 4px;
}

.data-node {
  background: #e9f4ff;
  border: 1px solid #cddae7;
  border-radius: 30px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.data-node:hover {
  transform: translateY(-8px);
  border-color: #1e4d92;
  box-shadow: 0 20px 40px rgba(26, 62, 122, 0.05) !important;
}

.active-node .node-label {
  color: rgba(255, 255, 255, 0.6);
}

.node-label {
  font-size: 0.65rem;
  font-weight: 800;
  color: #94a3b8;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.node-value {
  font-size: 1.1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.border-start-navy {
  border-left: 4px solid #1a3e7a;
}

@media (max-width: 991px) {
  .data-node {
    height: 110px;
    border-radius: 20px;
  }
  .node-value {
    font-size: 0.9rem;
  }
}

.map-container-full {
  height: 350px;
  width: 100%;
  background: #f1f5f9;
}

.map-soft-toning {
  filter: grayscale(0.3) saturate(0.8) contrast(1.1);
}

.identity-float {
  background: #ffffff;
  border-radius: 50px;
  border: 1px solid #f1f5f9;
  position: relative;
  z-index: 5;
}

.contact-node-v5 {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 30px;
  border: 1px solid #eef2f6;
  transition: all 0.4s ease;
}

.node-tag-v5 {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: #1e4d92;
  display: block;
  margin-bottom: 8px;
}

.node-link-v5 {
  text-decoration: none;
  font-weight: 800;
  color: #1a1a1a;
  font-size: 0.9rem;
  padding: 10px 0;
}

.btn-navigate-v5 {
  background: #1a3e7a;
  color: white !important;
  padding: 15px 35px;
  border-radius: 50px;
  font-weight: 800;
  font-size: 0.8rem;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}

.btn-navigate-v5:hover {
  background: #1e4d92;
  transform: translateY(-3px);
}

@media (max-width: 991px) {
  .map-container-full {
    height: 400px;
  }
  .identity-float {
    border-radius: 30px;
    padding: 30px !important;
  }
}

.status-indicator-pill {
  display: inline-flex;
  align-items: center;
  background: #f1f5f9;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 800;
  color: #1e4d92;
}

.p-dot-green {
  width: 8px;
  height: 8px;
  background: #10b981;
  border-radius: 50%;
  margin-right: 12px;
  position: relative; /* Required for the pulse positioning */
  /* This creates the initial glow */
  box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  /* Triggers the animation below */
  animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  }

  70% {
    transform: scale(1);
    /* The ripple expands and fades out */
    box-shadow: 0 0 0 10px rgba(16, 185, 129, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
  }
}

.node-main-link {
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
  transition: 0.3s;
  padding: 10px 0;
}
.node-main-link:first-child {
  border-bottom: 1px solid #ececec;
}

.node-main-link i,
.node-link-v5 i {
  margin-right: 8px;
  font-size: 1.2rem;
  color: #1e4d92;
}
.tawp-launch a {
  background: transparent;
  border: 1px solid #1e4d92;
}
.tawp-launch i {
  color: #1e4d92;
}
.tawp-launch a:hover {
  background: #1e4d92;
}

.tawp-launch a:hover i {
  color: #fff;
}

/* ========================================== MEDIA QUERIES STARTS ======================================== */

@media screen and (max-width: 768px) {
  .row {
    margin: 0;
  }

  .site-footer {
    padding: 40px 20px;
  }

  .tawp-hero {
    padding: 0 20px;
  }

  .tawp-hero h1 {
    line-height: 50px;
  }

  .status-indicator-row {
    display: flex;
  }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
  .advantages-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .canvas-image-wrap {
    text-align: center;
    margin-bottom: 50px;
  }

  .canvas-glass-badge {
    right: 70px;
  }
}

/* ========================================== MEDIA QUERIES ENDS ======================================== */
