@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  /** @font family declaration */
  --pxmed-ff-body: "Montserrat", sans-serif;
  --pxmed-ff-p: "Montserrat", sans-serif;
  --pxmed-ff-ultra: "Montserrat", sans-serif;
  --pxmed-ff-fontawesome: "Font Awesome 6 Pro";
  --pxmed-ff-title: "Montserrat", sans-serif;
  /** @font size declaration */
  --pxmed-fs-body: 16px;
  --pxmed-fs-p: 16px;
  --pxmed-fs-h1: 68px;
  --pxmed-fs-h2: 36px;
  --pxmed-fs-h3: 32px;
  --pxmed-fs-h4: 28px;
  --pxmed-fs-h5: 24px;
  --pxmed-fs-h6: 18px;
  --pxmed-fs-b1: 14px;
  --pxmed-fs-b2: 16px;
  --pxmed-fs-b3: 18px;
  --pxmed-fs-b4: 22px;
  /** @font weight declaration */
  --pxmed-fw-normal: normal;
  --pxmed-fw-thin: 100;
  --pxmed-fw-elight: 200;
  --pxmed-fw-light: 300;
  --pxmed-fw-regular: 400;
  --pxmed-fw-medium: 500;
  --pxmed-fw-sbold: 600;
  --pxmed-fw-bold: 700;
  --pxmed-fw-ebold: 800;
  --pxmed-fw-black: 900;
  --pxmed-body-text: #4D5E6F;
  --pxmed-white: #FFFFFF;
  --pxmed-light: #f0f4f8;
  --pxmed-light-alt: #e8edf5;
  --pxmed-black: #18100f;
  --pxmed-text-body: #334155;
  --pxmed-border: rgba(255, 255, 255, 0.1);
  --pxmed-border-light: rgba(255, 255, 255, 0.15);
  --pxmed-primary: #1a3a5c;
  --pxmed-primary-dark: #0A1929;
  --pxmed-primary-mid: #0d1f45;
  --pxmed-secondary: #1e3a8a;
  --pxmed-accent: #1d4ed8;
  --pxmed-accent-light: #60a5fa;
  --pxmed-glow-color: #00d4ff;
  --pxmed-color-tertiary: #00b09b;
  --pxmed-border-color: #d9d9d9;
  --pxmed-success: #10b981;
  --pxmed-warning: #f59e0b;
  --pxmed-danger: #ef4444;
  --pxmed-info: #06b6d4;
  --pxmed-gradient: linear-gradient(135deg, #060e22 0%, #0a1836 40%, #0e2356 70%, #152b68 100%);
  --pxmed-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-0 {
  padding: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.p-5 {
  padding: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.p-10 {
  padding: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-15 {
  padding: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.p-16 {
  padding: 16px;
}

.pt-16 {
  padding-top: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pl-16 {
  padding-left: 16px;
}

.pr-16 {
  padding-right: 16px;
}

.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.p-20 {
  padding: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-25 {
  padding: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.p-30 {
  padding: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-35 {
  padding: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.px-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.p-40 {
  padding: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-45 {
  padding: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.px-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.p-50 {
  padding: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-60 {
  padding: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.p-70 {
  padding: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.px-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.p-80 {
  padding: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-90 {
  padding: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pl-90 {
  padding-left: 90px;
}

.pr-90 {
  padding-right: 90px;
}

.px-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.p-100 {
  padding: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.m-0 {
  margin: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.m-5 {
  margin: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.m-10 {
  margin: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.m-15 {
  margin: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.m-16 {
  margin: 16px;
}

.mt-16 {
  margin-top: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.mx-16 {
  margin-left: 16px;
  margin-right: 16px;
}

.my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.m-20 {
  margin: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.m-25 {
  margin: 25px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.mx-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.m-30 {
  margin: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.m-35 {
  margin: 35px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.mx-35 {
  margin-left: 35px;
  margin-right: 35px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.m-40 {
  margin: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.m-45 {
  margin: 45px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.mx-45 {
  margin-left: 45px;
  margin-right: 45px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.m-50 {
  margin: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.mx-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.m-60 {
  margin: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.mx-60 {
  margin-left: 60px;
  margin-right: 60px;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.m-70 {
  margin: 70px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.mx-70 {
  margin-left: 70px;
  margin-right: 70px;
}

.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.m-80 {
  margin: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.mx-80 {
  margin-left: 80px;
  margin-right: 80px;
}

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.m-90 {
  margin: 90px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.ml-90 {
  margin-left: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.mx-90 {
  margin-left: 90px;
  margin-right: 90px;
}

.my-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.m-100 {
  margin: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.mx-100 {
  margin-left: 100px;
  margin-right: 100px;
}

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.w-130 {
  width: 130px;
}

.w-135 {
  width: 135px;
}

.w-140 {
  width: 140px;
}

.w-150 {
  width: 150px;
}

.w-200 {
  width: 200px;
}

.mt--50 {
  margin-top: -50px;
}

.m-auto {
  margin: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mt-auto {
  margin-top: auto;
}

.mb-auto {
  margin-bottom: auto;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--pxmed-body-text);
  font-family: var(--pxmed-ff-body);
  font-size: var(--pxmed-fs-body);
  font-weight: normal;
  line-height: 1.5;
  background: var(--pxmed-white);
}

h1 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 10px;
  font-family: var(--pxmed-ff-title);
}

h2 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 10px;
  font-family: var(--pxmed-ff-title);
}

h3 {
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 10px;
  font-family: var(--pxmed-ff-title);
}

h4 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 10px;
  font-family: var(--pxmed-ff-title);
}

h5 {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 10px;
  font-family: var(--pxmed-ff-title);
}

h6 {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 10px;
  font-family: var(--pxmed-ff-title);
}

.page-breadcrumb-wrap h1 {
  font-size: 2rem;
  font-weight: 200;
}

a {
  text-decoration: none;
  transition: all 0.15s ease;
}

img {
  max-width: 100%;
  height: auto;
}

.page-breadcrumb-wrap {
  position: relative;
  min-height: 130px;
  background: url("../images/service-group-bg.png") center/cover no-repeat;
  flex-direction: column;
  padding: 0;
}
.page-breadcrumb-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(6, 14, 30, 0.85) 0%, rgba(13, 31, 69, 0.75) 100%);
}
.page-breadcrumb-wrap .about-hero-inner {
  position: relative;
  z-index: 1;
}

.breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
}
.breadcrumb li.divide {
  padding: 0 8px;
  color: rgba(255, 255, 255, 0.6);
}
.breadcrumb li.divide i {
  font-size: 0.75rem;
}
.breadcrumb li.breadcrumb-item {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
  padding-top: 1px;
}
.breadcrumb li.breadcrumb-item a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
.breadcrumb li.breadcrumb-item a:hover {
  color: #ffffff;
}
.breadcrumb li.breadcrumb-item.active {
  color: var(--pxmed-accent);
  padding-top: 2px;
}

.pxscore-gauge-breadcrumb {
  margin-top: 35px;
  position: relative;
  width: 320px;
  height: 250px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pxscore-gauge-breadcrumb canvas#smallGaugeCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pxscore-gauge-breadcrumb .pxscore-content {
  display: none;
}

.text-white {
  color: var(--pxmed-white);
}

.pxmed-dark-bg {
  background: var(--pxmed-gradient);
}

.section-subtitle {
  text-transform: capitalize;
  font-weight: normal;
  font-family: var(--pxmed-ff-body);
}

.section-title {
  color: var(--pxmed-primary);
  text-transform: capitalize;
  font-weight: 300;
  font-family: var(--pxmed-ff-title);
}

.sd-sidebar {
  padding-right: 30px;
}

.content-details {
  padding-left: 30px;
  border-left: 1px solid #e8edf5;
}

.sd-label {
  display: inline-block;
  background: rgba(59, 130, 246, 0.03);
  border: 1px solid rgba(59, 130, 246, 0.25);
  border-radius: 50px;
  padding: 4px 14px;
  font-size: 14px;
  color: #3b82f6;
  margin-bottom: 12px;
}

.border-glowing {
  border-radius: 3px;
  position: relative;
  border-bottom: 1px solid rgba(0, 212, 255, 0.2);
  padding-bottom: 15px;
}
.border-glowing::before {
  content: "";
  position: absolute;
  top: 53px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 212, 255, 0.3) 20%, #00d4ff 50%, rgba(0, 212, 255, 0.3) 80%, transparent 100%);
  width: 25%;
  margin: 0 auto;
}
.border-glowing:hover::before {
  transition: box-shadow 0.3s ease;
}

.hero-border-glowing {
  border-radius: 3px;
  position: relative;
  padding-bottom: 15px;
}
.hero-border-glowing::before {
  content: "";
  position: absolute;
  top: 52px;
  left: 165px;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 212, 255, 0.3) 20%, #00d4ff 50%, rgba(0, 212, 255, 0.3) 80%, transparent 100%);
  width: 25%;
  margin: 0 auto;
}
.hero-border-glowing::after {
  content: "";
  position: absolute;
  top: 53px;
  left: 60px;
  height: 1px;
  background: rgba(0, 212, 255, 0.2);
  width: 45%;
  margin: 0 auto;
}
.hero-border-glowing:hover::before {
  transition: box-shadow 0.3s ease;
}

.bd-widget-title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--pxmed-border-color);
  position: relative;
}
.bd-widget-title h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--pxmed-primary);
  white-space: nowrap;
}
.bd-widget-title .shape-left,
.bd-widget-title .shape-right {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pxmed-accent);
  flex: 0 0 auto;
}
.bd-widget-title::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid var(--pxmed-accent);
  flex-shrink: 0;
  margin-left: -6px;
}

.read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #3b82f6;
  text-decoration: none;
  margin-bottom: 16px;
  transition: all 0.15s ease;
}
.read-more i {
  font-size: 0.8rem;
  transition: transform 0.2s ease;
}
.read-more:hover {
  color: #1a3a5c;
}
.read-more:hover i {
  transform: translateX(4px);
}

.glow-border-gradient {
  position: relative;
  border-top: 2px solid transparent;
}
.glow-border-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 212, 255, 0.3) 20%, #00d4ff 50%, rgba(0, 212, 255, 0.3) 80%, transparent 100%);
  box-shadow: 0 0 20px rgba(0, 212, 255, 0.8), 0 0 40px rgba(0, 212, 255, 0.5), 0 -5px 20px rgba(0, 212, 255, 0.6);
}

.about-img-wrap {
  background: #ffffff;
  border: 1px solid #e8edf5;
  border-radius: 14px;
  padding: 15px 15px;
  height: 100%;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.about-img-wrap:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(59, 130, 246, 0.35);
}
.about-img-wrap img {
  border-radius: 14px;
  object-fit: cover;
  object-position: top;
  max-height: 400px;
  display: block;
}

.sd-feature-card {
  background: #ffffff;
  border: 1px solid #e8edf5;
  border-radius: 14px;
  padding: 24px 22px;
  height: 100%;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.sd-feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(59, 130, 246, 0.35);
}
.sd-feature-card .sd-feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a73e9 0%, #1a73e9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #ffffff;
  margin-bottom: 16px;
}
.sd-feature-card h4 {
  font-weight: 300;
  color: #1a3a5c;
  margin-bottom: 10px;
}
.sd-feature-card p {
  font-size: 0.84rem;
  color: #334155;
  line-height: 1.7;
  margin: 0;
}

.sd-info-card {
  padding: 18px 0;
  border-bottom: 1px solid #e8edf5;
}
.sd-info-card:first-child {
  padding-top: 0;
}
.sd-info-card:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.sd-info-card h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #1a3a5c;
  margin-bottom: 8px;
}
.sd-info-card h4::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a73e9 0%, #1a73e9 100%);
  flex-shrink: 0;
}
.sd-info-card p {
  font-size: 0.84rem;
  color: #334155;
  line-height: 1.7;
  margin: 0;
  padding-left: 18px;
}

.team-swiper-btn,
.tl-nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid rgba(0, 176, 155, 0.35);
  background: rgba(0, 176, 155, 0.08);
  color: #1a3a5c;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-swiper-btn--active, .team-swiper-btn:hover,
.tl-nav-btn--active,
.tl-nav-btn:hover {
  background: #00b09b;
  border-color: #00b09b;
  color: #ffffff;
}

.btn-teal {
  border: none;
  background: #2b6df5;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 0.75rem 1.75rem;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(43, 109, 245, 0.45);
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  z-index: 2;
}
.btn-teal:hover {
  opacity: 0.88;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(26, 58, 92, 0.4);
  color: #ffffff;
}

.post-date {
  font-size: 14px;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(26, 58, 92, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 1;
  transition: background 0.3s ease;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3b82f6;
}

.bd-pagination li a,
.bd-pagination li span {
  width: 42px;
  height: 42px;
  border: 1px solid var(--pxmed-border-color);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 400;
  color: #6b7280;
  text-decoration: none;
  background: #fff;
  transition: all 0.3s ease;
}
.bd-pagination li a:hover, .bd-pagination li a.active {
  background: #0d5eff;
  border-color: #0d5eff;
  color: #fff;
}
.bd-pagination li span {
  cursor: default;
}

.bd-blog-cta {
  background: linear-gradient(90deg, #0057ff 0%, #0038b8 100%);
  border-radius: 14px;
  padding: 22px 30px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .bd-blog-cta {
    padding: 20px;
  }
}
.bd-blog-cta-content {
  gap: 18px;
}
.bd-blog-cta-icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}
.bd-blog-cta-icon i {
  color: #fff;
  font-size: 24px;
}
.bd-blog-cta-text h4 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 200;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .bd-blog-cta-text h4 {
    font-size: 22px;
  }
}
.bd-blog-cta-text p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
  font-size: 15px;
}
.bd-blog-cta-btn .bd-btn-outline,
.bd-blog-cta-btn .bd-btn-white {
  height: 52px;
  padding: 0 28px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  transition: all 0.3s ease;
}
.bd-blog-cta-btn .bd-btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  background: transparent;
}
.bd-blog-cta-btn .bd-btn-outline:hover {
  background: #fff;
  color: #0d5eff;
}
.bd-blog-cta-btn .bd-btn-white {
  background: #fff;
  color: #0f172a;
}
.bd-blog-cta-btn .bd-btn-white:hover {
  background: #e5e7eb;
}

.gap-05 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-16 {
  gap: 16px;
}

.gap-20 {
  gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.gap-30 {
  gap: 30px;
}

.gap-35 {
  gap: 35px;
}

.px-navbar {
  background: linear-gradient(90deg, #060e22 0%, #0a1628 100%);
  padding: 14px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.px-navbar .navbar-brand {
  padding: 0;
  line-height: 1;
}
.px-navbar .nav-link {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 0.95rem;
  font-weight: 400;
  padding: 6px 14px !important;
  letter-spacing: 0.3px;
  transition: all 0.15s ease;
}
.px-navbar .nav-link:hover {
  color: #ffffff !important;
}
.px-navbar .btn-contact {
  background: transparent;
  border: 1.5px solid rgba(96, 165, 250, 0.7);
  border-radius: 6px;
  color: #60a5fa !important;
  padding: 6px 18px !important;
  font-weight: 400;
}
.px-navbar .btn-contact:hover {
  background: #3b82f6;
  border-color: #3b82f6;
  color: #ffffff !important;
}
.px-navbar .logo-wrap {
  width: 130px;
  height: 42px;
  display: flex;
  align-items: center;
}
.px-navbar .logo-wrap img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.mobile-menu {
  background: var(--pxmed-gradient);
  width: 280px !important;
  border-right: none !important;
}
.mobile-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  min-height: 52px;
  flex-shrink: 0;
  border-bottom: 1px solid var(--pxmed-border-light);
}
.mobile-menu__header img {
  max-height: 30px;
  object-fit: cover;
  width: 105px;
  height: auto;
}
.mobile-menu__title {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 200;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
}
.mobile-menu__close {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: #ffffff;
  padding: 4px;
  cursor: pointer;
  border-radius: 6px;
  opacity: 0.85;
  transition: opacity 0.2s;
}
.mobile-menu__close:hover {
  opacity: 1;
}
.mobile-menu__body {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  padding: 10px 0;
}
.mobile-menu__links {
  flex: 1;
}
.mobile-menu__link {
  display: block;
  padding: 10px 20px;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 400;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  text-decoration: none;
  transition: background-color 0.15s, color 0.15s;
}
.mobile-menu__link:hover, .mobile-menu__link:focus {
  background-color: #f0f6ff;
  color: #ffffff;
}
.mobile-menu ul.submenu {
  padding-left: 20px;
  list-style: none;
}
.mobile-menu ul.submenu li:hover {
  background-color: #f0f6ff;
}
.mobile-menu ul.submenu li:hover a {
  color: #ffffff;
}

.swiper-pagination {
  bottom: 0 !important;
}

@media (max-width: 991px) {
  h2.section-title {
    font-size: 1.5rem !important;
  }
  .hero-section .hero-swiper .swiper-wrapper {
    margin: 0 70px !important;
    width: 90%;
  }
  .hero-section .hero-swiper {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-section .hero-swiper .hero-heading {
    width: 80% !important;
  }
  .hero-section .hero-swiper .hero-subtitle {
    width: 75% !important;
  }
  .swiper-button-prev {
    left: 50px !important;
  }
  .swiper-button-next {
    right: 50px !important;
  }
  .pxscore-gauge canvas#gaugeCanvas {
    top: -15px !important;
    left: -19px !important;
  }
  .border-glowing::before {
    top: 43px !important;
  }
  .about-hero-inner h1 {
    font-size: 24px !important;
  }
  .hero-border-glowing::before {
    top: 90px !important;
    left: 120px !important;
  }
  .hero-border-glowing::after {
    top: 91px !important;
    left: 30px !important;
    width: 70% !important;
  }
  .hero-border-glowing:hover::before {
    transition: box-shadow 0.3s ease;
  }
}
.hero-section {
  padding: 70px 0 60px;
  position: relative;
  overflow: hidden;
}
.hero-section::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(30, 58, 138, 0.25) 0%, transparent 65%);
  pointer-events: none;
}
.hero-section::after {
  content: "";
  position: absolute;
  bottom: -20%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.1) 0%, transparent 65%);
  pointer-events: none;
}
.hero-section .hero-swiper {
  margin-left: -60px;
  margin-right: -60px;
  /* Hide default Swiper arrows */
  /* Style the navigation buttons */
  /* Hover effect */
}
.hero-section .hero-swiper .swiper-wrapper {
  margin-left: 60px;
  margin-right: 60px;
}
.hero-section .hero-swiper .swiper-slide {
  overflow: hidden;
}
.hero-section .hero-swiper .hero-heading {
  color: var(--pxmed-black);
  text-transform: capitalize;
  font-weight: 200;
  font-family: var(--pxmed-ff-title);
  font-size: 32px;
}
.hero-section .hero-swiper .swiper-button-next::after,
.hero-section .hero-swiper .swiper-button-prev::after {
  content: "";
}
.hero-section .hero-swiper .slide-info {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}
.hero-section .hero-swiper .swiper-button-next,
.hero-section .hero-swiper .swiper-button-prev {
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: #fff;
}
.hero-section .hero-swiper .swiper-button-prev {
  left: 8px;
}
.hero-section .hero-swiper .swiper-button-next {
  right: 80px;
}
.hero-section .hero-swiper .swiper-button-next:hover,
.hero-section .hero-swiper .swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.8);
}
.hero-section .hero-swiper .hero-subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.7;
  width: 80%;
}
.hero-section .hero-swiper .btn-hero {
  border-radius: 6px;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 20px;
  letter-spacing: 0.3px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.hero-section .hero-swiper .btn-hero.btn-primary {
  background: linear-gradient(135deg, #1a73e9 0%, #1a73e9 100%);
  border: none;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
}
.hero-section .hero-swiper .btn-hero.btn-primary:hover {
  box-shadow: 0 6px 20px rgba(59, 130, 246, 0.55);
  transform: translateY(-2px);
}
.hero-section .hero-swiper .btn-hero.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.hero-section .hero-swiper .btn-hero.btn-outline-light::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  transition: left 0.55s ease;
  pointer-events: none;
}
.hero-section .hero-swiper .btn-hero.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: #ffffff;
  box-shadow: 0 6px 24px rgba(255, 255, 255, 0.2), 0 0 18px rgba(59, 130, 246, 0.35);
  transform: translateY(-2px);
  color: #ffffff;
}
.hero-section .hero-swiper .btn-hero.btn-outline-light:hover::before {
  left: 150%;
}

.hero-title {
  font-size: 2.1rem;
  font-weight: 200;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.hero-title span {
  display: block;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 200;
}

@media (max-width: 768px) {
  .hero-section {
    padding: 40px 0 30px;
  }
  .hero-title {
    font-size: 1.4rem;
  }
}
.pxscore-gauge {
  position: relative;
  width: 380px;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pxscore-gauge canvas#gaugeCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pxscore-gauge .pxscore-content {
  display: none;
}

.services-solutions-section {
  background: linear-gradient(180deg, #d1e3f4 0%, #95bfec 25%, #1e6fdd 60%, #0e204e 100%);
}

.services-heading {
  color: #1a3a5c;
  font-size: 28px;
  margin-bottom: 20px;
  padding-left: 5px;
}

.service-card {
  background: linear-gradient(135deg, #e8f0f7 0%, #dce8f3 100%);
  border-radius: 8px;
  padding: 18px 20px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(44, 90, 160, 0.15);
  transition: transform 0.2s ease;
}

.service-card:hover {
  transform: translateX(2px);
}

.icon-circle {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: #1a3a5c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 8px rgba(26, 58, 92, 0.3);
}

.icon-circle svg {
  width: 28px;
  height: 28px;
  fill: white;
}

.service-content {
  flex: 1;
}

.service-title {
  color: #1a3a5c;
  font-size: 20px;
  margin-bottom: 4px;
  line-height: 1.3;
  font-family: var(--pxmed-ff-title);
}

.service-description {
  color: #4a6785;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.2px;
  margin-bottom: 0;
}

.solutions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

@media (max-width: 768px) {
  .solutions-grid {
    grid-template-columns: 1fr;
  }
}
.solution-card {
  background: linear-gradient(135deg, #f0f4f8 0%, #e8eef5 100%);
  border-radius: 8px;
  padding: 20px 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.solution-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.icon-circle {
  width: 45px;
  height: 45px;
  min-width: 45px;
  background: #2c5a9e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(44, 90, 158, 0.3);
}

.icon-circle svg {
  width: 26px;
  height: 26px;
  fill: white;
}

.solution-content {
  flex: 1;
  padding-top: 2px;
}

.solution-title {
  color: #1a3a5c;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 6px;
  line-height: 1.25;
}

.solution-description {
  color: #4a6785;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.1px;
  margin-bottom: 0;
}

.benchmark-section {
  background: linear-gradient(135deg, #1a3d6b 0%, #0f2847 100%);
  border: 2px solid #4a7fb0;
  border-radius: 12px;
  padding: 24px 28px;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.description {
  color: #c8d9ea;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 24px;
}

.benchmark-item {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.benchmark-item:last-child {
  margin-bottom: 0;
}

.benchmark-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  background: linear-gradient(135deg, #5a8fc4 0%, #4a7fb0 100%);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.benchmark-icon svg {
  width: 20px;
  height: 20px;
  fill: white;
}

.benchmark-label {
  color: white;
  font-size: 18px;
  font-weight: 200;
  min-width: 140px;
  white-space: nowrap;
}

.benchmark-bar-container {
  flex: 1;
  height: 28px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.benchmark-bar {
  height: 100%;
  background: linear-gradient(to right, #3d8ed9 0%, #5fb3e8 50%, #3d8ed9 100%);
  border-radius: 4px;
  transition: width 0.6s ease;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
}

.benchmark-score {
  color: white;
  font-size: 24px;
  font-weight: 400;
  min-width: 60px;
  text-align: right;
}

.footer-section {
  background: linear-gradient(135deg, #e8eef5 0%, #d4dce8 100%);
  border: 2px solid #4a7fb0;
  border-radius: 12px;
  padding: 20px 28px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .footer-section {
    flex-direction: column;
    padding: 16px 20px;
    gap: 20px;
    text-align: left;
    align-items: flex-start;
  }
}
.footer-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: linear-gradient(135deg, #2c5a9e 0%, #1a3d6b 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

.footer-icon svg {
  width: 28px;
  height: 28px;
  fill: white;
}

.footer-text {
  color: #1a3d6b;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
}

.blog-card {
  background: linear-gradient(135deg, #f5f8fb 0%, #e8eef5 100%);
  border-radius: 12px;
  overflow: hidden;
  border: 3px solid rgba(90, 143, 196, 0.4);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: row;
  min-height: 320px;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.blog-image-section {
  position: relative;
  width: 285px;
  min-width: 285px;
  height: 100%;
  overflow: hidden;
}

/* Tablets (481px to 768px) */
@media (min-width: 1024px) and (max-width: 1200px) {
  .blog-image-section {
    min-width: 190px;
  }
}
.blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-swiper .swiper-button-prev:hover,
.blog-swiper .swiper-button-next:hover {
  background: rgba(255, 255, 255, 0.28);
  transform: scale(1.1);
}

.blog-swiper .swiper-button-prev,
.blog-swiper .swiper-button-next {
  top: 42%;
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.5);
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  transition: background 0.2s, transform 0.15s;
}

.blog-swiper .swiper-button-prev:hover,
.blog-swiper .swiper-button-next:hover {
  background: rgba(255, 255, 255, 0.28);
  transform: scale(1.1);
}

.blog-swiper .swiper-button-prev::after,
.blog-swiper .swiper-button-next::after {
  font-size: 16px;
  color: #ffffff;
  font-weight: 200;
}

.image-overlay {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(51, 81, 119, 0.01) 0%, rgba(23, 59, 106, 0.9) 70%);
  display: flex;
  align-items: flex-end;
  padding: 30px;
}

.image-text {
  color: white;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.2;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}

.category-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #0a1f44;
  color: white;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 200;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.blog-content {
  padding: 24px 20px 20px;
}

.blog-title {
  color: #1a3a5c;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 14px;
  line-height: 1.3;
}

.blog-description {
  color: #4a6785;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  min-height: 80px;
}

.author-section {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 16px;
  border-top: 1px solid rgba(74, 103, 133, 0.2);
}

.author-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2c5a9e 0%, #1a3d6b 100%);
  border: 2px solid white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.author-info {
  display: flex;
  flex-direction: column;
}

.posted-by {
  font-size: 0.75rem;
  color: #334155;
  display: block;
}

.author-name {
  color: #1a3a5c;
  font-size: 16px;
  font-weight: 400;
}

/* Placeholder images using gradients */
.placeholder-image-1 {
  background: linear-gradient(135deg, #b8d4e8 0%, #8fb8d4 100%);
}

.placeholder-image-2 {
  background: linear-gradient(135deg, #a8c8e0 0%, #7fa8c8 100%);
}

@media (max-width: 960px) {
  .blog-container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .blog-card {
    flex-direction: column;
    min-height: auto;
  }
  .blog-image-section {
    width: 100%;
    height: 280px;
  }
}
.footer {
  background: var(--pxmed-primary-dark);
  color: var(--pxmed-white);
  padding: 4rem 0 2rem;
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(59, 130, 246, 0.3) 50%, transparent 100%);
}
.footer .container {
  position: relative;
  z-index: 1;
}
.footer .footer-brand {
  padding-right: 2rem;
}
.footer .footer-brand .brand-logo {
  margin-bottom: 2rem;
  color: var(--pxmed-white);
}
.footer .footer-brand .brand-logo .brand-med {
  color: var(--pxmed-primary);
}
.footer .footer-brand .brand-logo img {
  max-width: 130px;
  height: auto;
}
.footer .footer-brand .brand-tagline {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #8B9AB8;
  margin-bottom: 2rem;
  max-width: 280px;
  font-weight: 300;
}
.footer .social-links {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}
.footer .social-links .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 1rem;
  text-decoration: none;
  transition: var(--pxmed-transition);
  position: relative;
  overflow: hidden;
}
.footer .social-links .social-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3B82F6;
  transform: translateY(100%);
  transition: var(--pxmed-transition);
  z-index: -1;
}
.footer .social-links .social-link:hover {
  color: #FFFFFF;
  border-color: #3B82F6;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(59, 130, 246, 0.3);
}
.footer .social-links .social-link:hover::before {
  transform: translateY(0);
}
.footer .social-links .social-link i {
  position: relative;
  z-index: 1;
}
.footer .footer-links .footer-title {
  font-size: 1rem;
  font-weight: 200;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
  letter-spacing: 0.5px;
  position: relative;
  display: inline-block;
}
.footer .footer-links .footer-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #3B82F6;
  border-radius: 2px;
}
.footer .footer-links .links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-links .links-list li {
  margin-bottom: 0.75rem;
}
.footer .footer-links .links-list li a {
  color: #8B9AB8;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 300;
  transition: var(--pxmed-transition);
  display: inline-block;
  position: relative;
}
.footer .footer-links .links-list li a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #3B82F6;
  transition: var(--pxmed-transition);
}
.footer .footer-links .links-list li a:hover {
  color: #3B82F6;
  transform: translateX(5px);
}
.footer .footer-links .links-list li a:hover::before {
  width: 100%;
}
.footer .footer-bottom {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
.footer .footer-bottom .copyright {
  font-size: 0.9rem;
  color: #8B9AB8;
  margin: 0;
  font-weight: 300;
}
.footer .row > [class*=col-] {
  animation: fadeInUp 0.6s ease-out backwards;
}
.footer .row > [class*=col-]:nth-child(1) {
  animation-delay: 0.1s;
}
.footer .row > [class*=col-]:nth-child(2) {
  animation-delay: 0.2s;
}
.footer .row > [class*=col-]:nth-child(3) {
  animation-delay: 0.3s;
}
.footer .row > [class*=col-]:nth-child(4) {
  animation-delay: 0.4s;
}
.footer .row > [class*=col-]:nth-child(5) {
  animation-delay: 0.5s;
}
.footer .row > [class*=col-]:nth-child(6) {
  animation-delay: 0.6s;
}
.footer .text-gradient {
  background: linear-gradient(135deg, #3B82F6, #60A5FA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  .footer {
    padding: 20px 0 !important;
  }
  .footer-brand {
    padding: 0 20px;
    margin-bottom: 2rem;
  }
  .footer-brand .brand-tagline {
    max-width: 100%;
  }
  .footer-links {
    margin-bottom: 2rem;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 20px 0 !important;
  }
  .footer-brand .brand-logo {
    font-size: 2rem;
  }
  .social-links .social-link {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }
  .footer-links {
    padding: 0 20px;
  }
  .footer-links .footer-title {
    font-size: 0.9rem;
  }
  .footer-links .links-list li a {
    font-size: 0.875rem;
  }
  .footer-bottom {
    margin-top: 2rem;
    padding-top: 1.5rem;
  }
  .footer-bottom .copyright {
    font-size: 0.8rem;
  }
}
@media (max-width: 575px) {
  .footer {
    padding: 20px 0 !important;
  }
  .footer-links {
    margin-bottom: 1.5rem;
    padding: 0 20px;
  }
}
.section-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 200;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #1e3a8a;
  margin-bottom: 10px;
}

.about-page-hero {
  position: relative;
  min-height: 160px;
  background: url("../images/service-group-bg.png") center/cover no-repeat;
  flex-direction: column;
  padding: 30px 0 30px;
}
.about-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(6, 14, 30, 0.85) 0%, rgba(13, 31, 69, 0.75) 100%);
}
.about-page-hero .about-hero-inner {
  position: relative;
  z-index: 1;
}

.about-leaders {
  background: #ffffff;
}
.about-leaders .since-badge {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: rgba(26, 58, 92, 0.02);
  border: 1px solid rgba(26, 58, 92, 0.05);
  border-radius: 50px;
  padding: 6px 8px;
  color: #1a3a5c;
  font-size: 0.95rem;
  font-weight: 400;
  margin-bottom: 24px;
}
.about-leaders .since-badge img {
  width: 32px;
}
.about-leaders .since-badge i {
  font-size: 1rem;
}
.about-leaders .about-check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}
.about-leaders .about-check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1a3a5c;
  font-weight: 400;
  font-size: 0.95rem;
  margin-bottom: 12px;
}
.about-leaders .about-check-list li::before {
  content: "";
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a73e9 0%, #1a73e9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E");
  background-color: #1a3a5c;
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
}
.about-leaders .about-img-wrap {
  position: relative;
}
.about-leaders .about-img-wrap .main-img {
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
  max-height: 480px;
}
.about-leaders .about-img-wrap .about-floating-card {
  position: absolute;
  bottom: 24px;
  left: -20px;
  background: #3b82f6;
  border-radius: 10px;
  padding: 14px 20px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
}
.about-leaders .about-img-wrap .about-floating-card .floating-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a73e9 0%, #1a73e9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.about-leaders .about-img-wrap .about-floating-card .floating-text .label {
  font-size: 0.75rem;
  color: #334155;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.about-leaders .about-img-wrap .about-floating-card .floating-text .value {
  font-size: 0.9rem;
  font-weight: 400;
  color: #ffffff;
}

.about-business {
  background: #f0f4f8;
  padding: 80px 0;
}
.about-business .business-header {
  text-align: center;
  margin-bottom: 50px;
}
.about-business .biz-card {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.about-business .biz-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(59, 130, 246, 0.35);
}
.about-business .biz-card .biz-card-img {
  width: 100%;
  max-height: 180px;
  object-fit: cover;
}
.about-business .biz-card .biz-card-icon-wrap {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(26, 58, 92, 0.08) 0%, rgba(26, 58, 92, 0.15) 100%);
}
.about-business .biz-card .biz-card-icon-wrap .biz-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a73e9 0%, #1a73e9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #ffffff;
}
.about-business .biz-card .biz-card-body {
  padding: 24px 22px;
}
.about-business .biz-card .biz-card-body h4 {
  font-weight: 300;
  color: #1a3a5c;
  margin-bottom: 15px;
}
.about-business .biz-card .biz-card-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-business .biz-card .biz-card-body ul li {
  font-size: 1rem;
  padding: 5px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #e8edf5;
}
.about-business .biz-card .biz-card-body ul li:last-child {
  border-bottom: none;
}
.about-business .biz-card .biz-card-body ul li i {
  color: #1a3a5c;
  font-size: 0.8rem;
}
.about-business .biz-card .biz-card-body p {
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
}
.about-business .mission-strip {
  background: #ffffff;
  border-radius: 14px;
  padding: 32px 36px;
  margin-top: 30px;
  border-left: 5px solid #1a3a5c;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}
.about-business .mission-strip h4 {
  font-weight: 300;
  color: #1a3a5c;
  margin-bottom: 10px;
}
.about-business .mission-strip h4 span {
  color: #1a3a5c;
}
.about-business .mission-strip p {
  line-height: 1.75;
  margin: 0;
}

.about-journey {
  background: #ffffff;
  padding: 80px 0;
}
.about-journey .journey-header {
  margin-bottom: 48px;
}
.about-journey .timeline-swiper {
  overflow: hidden;
}
.about-journey .tl-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.about-journey .tl-slide .tl-top {
  padding: 0 12px 20px;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.about-journey .tl-slide .tl-top .tl-title {
  font-size: 1.25rem;
  font-weight: 300;
  color: #1a3a5c;
  margin-bottom: 12px;
}
.about-journey .tl-slide .tl-top .tl-desc {
  font-size: 14px;
  color: #334155;
  line-height: 1.55;
}
.about-journey .tl-slide .tl-line-row {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.about-journey .tl-slide .tl-line-row::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(26, 58, 92, 0.25);
  transform: translateY(-50%);
  z-index: 0;
}
.about-journey .tl-slide .tl-line-row .tl-year-dot {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a73e9 0%, #1a73e9 100%);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  padding: 5px 16px;
  border-radius: 50px;
  box-shadow: 0 0 0 2px rgba(26, 58, 92, 0.15);
  white-space: nowrap;
}
.about-journey .tl-slide .tl-bottom {
  padding-top: 20px;
}
.about-journey .tl-slide .tl-bottom .tl-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(26, 58, 92, 0.05);
  border: 1px solid rgba(26, 58, 92, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #1a3a5c;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.about-journey .tl-slide .tl-bottom .tl-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-journey .tl-slide .tl-bottom .tl-icon--photo {
  border-color: #1a3a5c;
}
.about-journey .tl-slide:hover .tl-icon {
  background: linear-gradient(135deg, #1a73e9 0%, #1a73e9 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 6px 20px rgba(26, 58, 92, 0.35);
}

.about-uniqueness {
  overflow: hidden;
  background: url("../images/tab-bg.jpg") left/cover no-repeat;
}
.about-uniqueness .uniq-tab-nav {
  position: relative;
  min-height: 520px;
  width: 25%;
  min-width: 280px;
  background: #0755c2;
  z-index: 2;
  border-radius: 14px 0 0 14px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}
.about-uniqueness .uniq-tab-nav .uniq-nav-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 60px 30px;
}
.about-uniqueness .uniq-tab-nav .uniq-nav-inner .uniq-tab-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-uniqueness .uniq-tab-nav .uniq-nav-inner .uniq-tab-list .uniq-tab-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 15px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-left: 3px solid transparent;
  border-radius: 10px;
}
.about-uniqueness .uniq-tab-nav .uniq-nav-inner .uniq-tab-list .uniq-tab-item .uniq-tab-arrow {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.25);
  transition: all 0.15s ease;
  flex-shrink: 0;
}
.about-uniqueness .uniq-tab-nav .uniq-nav-inner .uniq-tab-list .uniq-tab-item .sidebar__icon svg {
  width: 20px;
  height: 20px;
  color: rgba(255, 255, 255, 0.7);
}
.about-uniqueness .uniq-tab-nav .uniq-nav-inner .uniq-tab-list .uniq-tab-item .uniq-tab-title {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.15s ease;
}
.about-uniqueness .uniq-tab-nav .uniq-nav-inner .uniq-tab-list .uniq-tab-item:hover {
  background: #2b50d4;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}
.about-uniqueness .uniq-tab-nav .uniq-nav-inner .uniq-tab-list .uniq-tab-item:hover .uniq-tab-arrow {
  color: #ffffff;
}
.about-uniqueness .uniq-tab-nav .uniq-nav-inner .uniq-tab-list .uniq-tab-item:hover .sidebar__icon svg {
  width: 20px;
  height: 20px;
  color: #ffffff;
}
.about-uniqueness .uniq-tab-nav .uniq-nav-inner .uniq-tab-list .uniq-tab-item:hover .uniq-tab-title {
  color: #ffffff;
  font-weight: 200;
}
.about-uniqueness .uniq-tab-nav .uniq-nav-inner .uniq-tab-list .uniq-tab-item.active {
  background: #2b50d4;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}
.about-uniqueness .uniq-tab-nav .uniq-nav-inner .uniq-tab-list .uniq-tab-item.active .uniq-tab-arrow {
  color: #ffffff;
}
.about-uniqueness .uniq-tab-nav .uniq-nav-inner .uniq-tab-list .uniq-tab-item.active .sidebar__icon svg {
  width: 20px;
  height: 20px;
  color: #ffffff;
}
.about-uniqueness .uniq-tab-nav .uniq-nav-inner .uniq-tab-list .uniq-tab-item.active .uniq-tab-title {
  color: #ffffff;
  font-weight: 200;
}
.about-uniqueness .uniq-tab-content-wrap {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  padding: 30px 20px;
  justify-content: center;
}
.about-uniqueness .uniq-tab-content-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(2, 47, 132, 0.65);
  transform: translateY(-50%);
  z-index: 0;
}
.about-uniqueness .uniq-tab-panel {
  display: none;
  flex-direction: column;
  justify-content: center;
  width: 72%;
}
.about-uniqueness .uniq-tab-panel .uniq-panel-content {
  min-height: 520px;
  background-size: cover;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position: center;
  border-radius: 0 14px 14px 0;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}
.about-uniqueness .uniq-tab-panel .uniq-panel-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(179deg, rgba(2, 47, 132, 0.4) 0%, rgba(2, 47, 132, 0.97) 90%);
  z-index: 0;
}
.about-uniqueness .uniq-tab-panel.active {
  display: flex;
}
.about-uniqueness .uniq-tab-panel .u-label {
  display: inline-block;
  align-items: center;
  background: #2b6df5;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 15px;
  border-radius: 16px;
  width: fit-content;
  z-index: 2;
  margin-bottom: 12px;
}
.about-uniqueness .uniq-tab-panel h2 {
  font-weight: 300;
  color: #ffffff;
  line-height: 1.35;
  margin-bottom: 18px;
  z-index: 2;
}
.about-uniqueness .uniq-tab-panel p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.8;
  margin: 0;
  max-width: 75%;
  z-index: 2;
}
@keyframes tabFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.about-uniqueness .uniq-tab-panel.active {
  animation: tabFadeIn 0.32s ease forwards;
}
@media (max-width: 991.98px) {
  .about-uniqueness .uniq-tab-nav {
    min-height: 320px;
  }
  .about-uniqueness .uniq-nav-inner {
    padding: 40px 24px;
  }
  .about-uniqueness .uniq-tab-panel {
    padding: 40px 28px;
  }
}

.about-team {
  background: #ffffff;
  padding: 80px 0;
}
.about-team .team-header {
  margin-bottom: 50px;
}
.about-team .consultant-card {
  background: #ffffff;
  border: 1px solid #e8edf5;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
}
.about-team .consultant-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(59, 130, 246, 0.35);
}
.about-team .consultant-card .consultant-photo {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: top;
}
.about-team .consultant-card .consultant-photo-placeholder {
  width: 100%;
  height: 220px;
  background: linear-gradient(135deg, rgba(26, 58, 92, 0.1), rgba(26, 58, 92, 0.2));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: 400;
  color: #1a3a5c;
}
.about-team .consultant-card .consultant-info {
  padding: 18px 20px 20px;
}
.about-team .consultant-card .consultant-info h4 {
  font-weight: 300;
  color: #1a3a5c;
  margin-bottom: 10px;
  font-size: 20px;
}
.about-team .consultant-card .consultant-info .consultant-role {
  font-size: 14px;
}
.about-team .consultant-card .consultant-share {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-team .consultant-card .consultant-share::before {
  content: "SHARE";
  display: block;
  background: linear-gradient(135deg, #1a73e9 0%, #1a73e9 100%);
  color: #ffffff;
  font-size: 0.58rem;
  font-weight: 200;
  letter-spacing: 0.18em;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  padding: 14px 7px;
  border-radius: 0 0 0 6px;
  text-align: center;
}
.about-team .consultant-card .consultant-share .share-trigger {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  color: #1a3a5c;
  border: none;
  cursor: pointer;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, background 0.2s ease;
  margin-top: 6px;
}
.about-team .consultant-card .consultant-share .share-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  margin-top: 7px;
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.about-team .consultant-card .consultant-share .share-icons .share-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  text-decoration: none;
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}
.about-team .consultant-card .consultant-share .share-icons .share-icon.si-linkedin {
  background: #0077b5;
}
.about-team .consultant-card .consultant-share .share-icons .share-icon.si-twitter {
  background: #000;
}
.about-team .consultant-card .consultant-share .share-icons .share-icon.si-facebook {
  background: #1877f2;
}
.about-team .consultant-card .consultant-share .share-icons .share-icon:hover {
  transform: scale(1.15);
}
.about-team .consultant-card .consultant-share .share-icons .share-icon:nth-child(1) {
  transition-delay: 0s;
}
.about-team .consultant-card .consultant-share .share-icons .share-icon:nth-child(2) {
  transition-delay: 0.05s;
}
.about-team .consultant-card .consultant-share .share-icons .share-icon:nth-child(3) {
  transition-delay: 0.1s;
}
.about-team .consultant-card .consultant-share:hover .share-trigger {
  background: #1a3a5c;
  color: #ffffff;
  transform: rotate(20deg);
}
.about-team .consultant-card .consultant-share:hover .share-icons {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

@media (max-width: 991px) {
  .about-leaders {
    padding-top: 30px !important;
  }
  .about-leaders .about-img-wrap {
    margin-top: 30px !important;
  }
  .about-uniqueness .uniq-tab-content-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 0 !important;
  }
  .about-uniqueness .uniq-tab-nav {
    width: 100% !important;
    min-height: auto;
    border-radius: 14px 0 0 14px;
  }
  .about-uniqueness .uniq-tab-panel {
    width: 100%;
    padding: 30px 20px;
  }
  .about-uniqueness .uniq-nav-inner {
    padding: 30px 20px;
  }
  .about-uniqueness .uniq-tab-panel .u-label {
    margin-top: 20px !important;
  }
  .about-uniqueness .uniq-tab-panel h2 {
    font-size: 1.5rem !important;
  }
  .about-uniqueness .uniq-tab-panel p {
    max-width: 100% !important;
  }
}
.blogs-page-wrap {
  background: #ffffff;
}

.blp-sidebar {
  padding-right: 30px;
}
@media (max-width: 991.98px) {
  .blp-sidebar {
    padding-right: 0;
    margin-bottom: 40px;
  }
}

.blp-widget {
  margin-bottom: 40px;
}

.blp-widget-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  font-weight: 200;
  color: #1a3a5c;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 2px solid #e8edf5;
}
.blp-widget-title::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  background: #1a3a5c;
  flex-shrink: 0;
  position: relative;
}
.blp-widget-title::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #1a3a5c;
  flex-shrink: 0;
  margin-left: -6px;
}
.blp-widget-title span {
  flex: 1;
}

.blp-cats {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blp-cat-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #e8edf5;
  cursor: pointer;
  transition: all 0.15s ease;
}
.blp-cat-item:last-child {
  border-bottom: none;
}
.blp-cat-item:hover .blp-cat-name {
  color: #1a3a5c;
}
.blp-cat-item .blp-cat-name {
  font-size: 16px;
  font-weight: 300;
  color: #334155;
  letter-spacing: 0.08em;
  transition: all 0.15s ease;
}
.blp-cat-item .blp-cat-name i {
  margin-right: 10px;
  color: #1a3a5c;
}
.blp-cat-item .blp-cat-count {
  font-size: 14px;
  font-weight: 400;
  background: rgba(26, 58, 92, 0.1);
  color: #1a3a5c;
  border-radius: 50px;
  padding: 2px 10px;
  min-width: 28px;
  text-align: center;
}

.blp-recent-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blp-recent-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #e8edf5;
  transition: all 0.15s ease;
}
.blp-recent-item:last-child {
  border-bottom: none;
}
.blp-recent-item:hover .blp-recent-title {
  color: #1a3a5c;
}
.blp-recent-item .blp-recent-thumb {
  width: 58px;
  height: 52px;
  border-radius: 6px;
  object-fit: cover;
  object-position: top;
  flex-shrink: 0;
}
.blp-recent-item .blp-recent-meta {
  flex: 1;
  min-width: 0;
}
.blp-recent-item .blp-recent-date {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  margin-bottom: 10px;
}
.blp-recent-item .blp-recent-date i {
  color: #1a3a5c;
  font-size: 0.7rem;
}
.blp-recent-item .blp-recent-title {
  font-size: 20px;
  font-weight: 300;
  color: #1a3a5c;
  line-height: 1.35;
  transition: all 0.15s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blp-card {
  display: flex;
  background: #ffffff;
  border: 1px solid #e8edf5;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 28px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.blp-card:last-child {
  margin-bottom: 0;
}
.blp-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}
.blp-card .blp-img-wrap {
  position: relative;
  width: 42%;
  min-width: 42%;
  overflow: hidden;
  flex-shrink: 0;
}
.blp-card .blp-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.blp-card .blp-img-wrap .blp-img-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 1.1rem;
  font-weight: 200;
  color: #ffffff;
  line-height: 1.3;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
.blp-card .blp-img-wrap .blp-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #1a3a5c;
  color: #ffffff;
  font-size: 0.62rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 6px;
  z-index: 1;
}
.blp-card:hover .blp-img-wrap img {
  transform: scale(1.04);
}
.blp-card .blp-content {
  padding: 28px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  min-width: 0;
}
.blp-card .blp-title {
  font-size: 1.75rem;
  color: #1a3a5c;
  line-height: 1.25;
  margin-bottom: 12px;
}
.blp-card .blp-title--teal {
  color: #1a3a5c;
}
.blp-card .blp-desc {
  font-size: 0.88rem;
  color: #334155;
  line-height: 1.7;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}
.blp-card .blp-author {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid #e8edf5;
}
.blp-card .blp-author .blp-author-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e8edf5;
  flex-shrink: 0;
}
.blp-card .blp-author .blp-author-info .blp-posted-by {
  font-size: 0.75rem;
  color: #334155;
  display: block;
}
.blp-card .blp-author .blp-author-info .blp-author-name {
  font-size: 14px;
  font-weight: 400;
  color: #1a3a5c;
}
@media (max-width: 767.98px) {
  .blp-card {
    flex-direction: column;
  }
  .blp-card .blp-img-wrap {
    width: 100%;
    min-width: 100%;
    height: 560px;
  }
}

.blog-details-page-wrap {
  background: #ffffff;
}

.bld-layout {
  padding: 60px 0 80px;
  background: #ffffff;
}

.bld-article {
  background: #ffffff;
}

.bld-featured-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 32px;
  display: block;
}

.bld-body p {
  font-size: 0.95rem;
  color: #334155;
  line-height: 1.75;
  margin-bottom: 22px;
}
.bld-body h3 {
  font-size: 1.25rem;
  font-weight: 300;
  color: #1a3a5c;
  margin: 28px 0 10px;
  padding-left: 12px;
  border-left: 3px solid #1a3a5c;
}
.bld-body h4 {
  font-size: 0.95rem;
  font-weight: 200;
  color: #1a3a5c;
  margin: 22px 0 8px;
}
.bld-body .bld-inline-img {
  width: 100%;
  border-radius: 10px;
  margin: 20px 0;
  object-fit: cover;
  max-height: 260px;
}
.bld-body strong {
  color: #1a3a5c;
  font-weight: 200;
}

.bld-post-nav {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 100;
}
.bld-post-nav .bld-nav-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ffffff;
  border: 1.5px solid rgba(26, 58, 92, 0.3);
  color: #1a3a5c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.15s ease;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.bld-post-nav .bld-nav-btn:hover {
  background: #1a3a5c;
  color: #ffffff;
  border-color: #1a3a5c;
  box-shadow: 0 4px 16px rgba(26, 58, 92, 0.35);
}
@media (max-width: 991.98px) {
  .bld-post-nav {
    display: none;
  }
}

.bld-related {
  background: #f0f4f8;
  padding: 60px 0 70px;
}
.bld-related .bld-related-heading {
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  font-weight: 300;
  color: #1a3a5c;
  margin-bottom: 32px;
}

.bld-related-card {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.bld-related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}
.bld-related-card .bld-rc-img-wrap {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.bld-related-card .bld-rc-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.bld-related-card .bld-rc-img-wrap .bld-rc-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26, 58, 92, 0.65) 0%, transparent 55%);
}
.bld-related-card .bld-rc-img-wrap .bld-rc-badge {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: #1a3a5c;
  color: #ffffff;
  font-size: 0.6rem;
  font-weight: 200;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 6px;
  z-index: 1;
}
.bld-related-card:hover .bld-rc-img-wrap img {
  transform: scale(1.05);
}
.bld-related-card .bld-rc-body {
  padding: 20px 22px 24px;
}
.bld-related-card .bld-rc-body .bld-rc-title {
  font-size: 24px;
  font-weight: 300;
  color: #1a3a5c;
  line-height: 1.35;
  margin-bottom: 12px;
  transition: all 0.15s ease;
}
.bld-related-card .bld-rc-body .bld-rc-title:hover {
  color: #1a3a5c;
}
.bld-related-card .bld-rc-body .bld-rc-desc {
  font-size: 0.95rem;
  color: #334155;
  line-height: 1.65;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bld-related-card .bld-rc-body .bld-rc-read-more {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.74rem;
  font-weight: 200;
  color: #1a3a5c;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: all 0.15s ease;
}
.bld-related-card .bld-rc-body .bld-rc-read-more i {
  transition: transform 0.2s ease;
  font-size: 0.75rem;
}
.bld-related-card .bld-rc-body .bld-rc-read-more:hover {
  color: #1a3a5c;
}
.bld-related-card .bld-rc-body .bld-rc-read-more:hover i {
  transform: translateX(4px);
}

@media (max-width: 991px) {
  .bld-layout {
    padding: 30px 20px !important;
  }
}
@media (max-width: 767px) {
  .content-details {
    padding-left: 10px;
    border: none;
  }
}
.service-details-page-wrap {
  background: #ffffff;
}

/* CTA */
.bd-sidebar-cta {
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(180deg, #003cb3 0%, #021d59 100%);
}
.bd-sidebar-cta .thumb img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}
.bd-sidebar-cta .content {
  padding: 20px;
}
.bd-sidebar-cta .content h4 {
  font-size: 24px;
  color: var(--pxmed-white);
  font-weight: 200;
  margin-bottom: 12px;
}
.bd-sidebar-cta .content p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 24px;
  line-height: 1.7;
}
.bd-sidebar-cta .content a {
  height: 52px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--pxmed-white);
  text-decoration: none;
  font-weight: 200;
  transition: 0.3s;
}
.bd-sidebar-cta .content a:hover {
  background: var(--pxmed-white);
  color: var(--pxmed-primary);
}

.sd-services-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.sd-service-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  font-size: 1rem;
  font-weight: 300;
  color: #334155;
  text-decoration: none;
  margin-bottom: 7px;
  border-radius: 20px;
}
.sd-service-item span.sd-icon {
  display: none;
}
.sd-service-item a {
  color: inherit;
}
.sd-service-item i {
  padding-right: 10px;
  color: #1a3a5c;
}
.sd-service-item:hover {
  color: #1a3a5c;
  background: rgba(26, 58, 92, 0.03);
  border: 1px solid #848587;
  padding: 10px 15px;
}
.sd-service-item.active {
  color: #ffffff;
  background: linear-gradient(135deg, #1a73e9 0%, #1a73e9 100%);
  border-radius: 20px;
  padding: 10px 15px;
}
.sd-service-item.active a {
  color: #ffffff;
}
.sd-service-item.active a i {
  color: #ffffff;
}

.sd-sidebar-img {
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
  object-position: top;
  max-height: 320px;
  display: block;
}

.sd-intro-heading {
  font-weight: 300;
  color: #1a3a5c;
  margin-bottom: 14px;
  line-height: 1.25;
}

.sd-intro-text {
  font-size: 0.9rem;
  color: #334155;
  line-height: 1.75;
  margin-bottom: 24px;
}

.sd-main-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
  margin: 28px 0;
}

.sd-considerations {
  margin-top: 8px;
}
.sd-considerations .sd-cons-heading {
  font-size: 1.5rem;
  font-weight: 300;
  color: #1a3a5c;
  margin-bottom: 18px;
}

.sd-cons-accordion {
  border: 1px solid #e8edf5;
  border-radius: 14px;
  overflow: hidden;
}

.sd-cons-item {
  border-bottom: 1px solid #e8edf5;
}
.sd-cons-item:last-child {
  border-bottom: none;
}
.sd-cons-item .sd-cons-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s;
}
.sd-cons-item .sd-cons-trigger:hover {
  background: rgba(26, 58, 92, 0.03);
}
.sd-cons-item .sd-cons-trigger span {
  font-size: 0.88rem;
  font-weight: 200;
  color: #1a3a5c;
}
.sd-cons-item .sd-cons-trigger .sd-cons-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1.5px solid rgba(26, 58, 92, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  color: #1a3a5c;
  flex-shrink: 0;
  transition: all 0.15s ease;
}
.sd-cons-item .sd-cons-body {
  padding: 0 20px 16px 20px;
  display: none;
}
.sd-cons-item .sd-cons-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sd-cons-item .sd-cons-body ul li {
  font-size: 0.84rem;
  color: #334155;
  line-height: 1.7;
  padding: 4px 0 4px 18px;
  position: relative;
}
.sd-cons-item .sd-cons-body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1a3a5c;
}
.sd-cons-item .sd-cons-body p {
  font-size: 0.84rem;
  color: #334155;
  line-height: 1.7;
  margin: 0;
}
.sd-cons-item.open .sd-cons-trigger {
  background: rgba(26, 58, 92, 0.05);
}
.sd-cons-item.open .sd-cons-trigger span {
  color: #1a3a5c;
}
.sd-cons-item.open .sd-cons-trigger .sd-cons-icon {
  background: linear-gradient(135deg, #1a73e9 0%, #1a73e9 100%);
  border-color: transparent;
  color: #ffffff;
  transform: rotate(45deg);
}
.sd-cons-item.open .sd-cons-body {
  display: block;
}

.sd-benefits {
  background: #f0f4f8;
  padding: 60px 0 70px;
}
.sd-benefits .sd-ben-heading {
  font-size: clamp(1.3rem, 3vw, 1.75rem);
  font-weight: 200;
  color: #1a3a5c;
  margin-bottom: 28px;
}

.sd-ben-accordion {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e8edf5;
}

.sd-ben-item {
  background: #ffffff;
  border-bottom: 1px solid #e8edf5;
}
.sd-ben-item:last-child {
  border-bottom: none;
}
.sd-ben-item .sd-ben-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s;
}
.sd-ben-item .sd-ben-trigger:hover {
  background: rgba(26, 58, 92, 0.03);
}
.sd-ben-item .sd-ben-trigger span.title-icon {
  font-size: 1.25rem;
  font-weight: 300;
  color: #1a3a5c;
}
.sd-ben-item .sd-ben-trigger span.title-icon i {
  padding-right: 10px;
}
.sd-ben-item .sd-ben-trigger .sd-ben-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid rgba(26, 58, 92, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: #1a3a5c;
  flex-shrink: 0;
  transition: all 0.15s ease;
}
.sd-ben-item .sd-ben-body {
  padding: 0 24px 18px;
  display: none;
}
.sd-ben-item .sd-ben-body p {
  font-size: 0.88rem;
  color: #334155;
  line-height: 1.75;
  margin: 0;
}
.sd-ben-item.open {
  border-left: 3px solid #1a3a5c;
}
.sd-ben-item.open .sd-ben-trigger {
  background: rgba(26, 58, 92, 0.04);
}
.sd-ben-item.open .sd-ben-trigger span {
  color: #1a3a5c;
}
.sd-ben-item.open .sd-ben-trigger span i {
  padding-right: 10px;
}
.sd-ben-item.open .sd-ben-trigger .sd-ben-icon {
  background: linear-gradient(135deg, #1a73e9 0%, #1a73e9 100%);
  border-color: transparent;
  color: #ffffff;
  transform: rotate(90deg);
}
.sd-ben-item.open .sd-ben-trigger .sd-ben-icon i {
  padding-right: 0;
}
.sd-ben-item.open .sd-ben-body {
  display: block;
}

@media (max-width: 991px) {
  .sd-layout {
    padding: 30px 20px !important;
  }
  .sd-layout .content-details {
    padding-left: 0px;
    border: none;
  }
}
.resources-page-wrap {
  background: #ffffff;
}

.res-hero {
  position: relative;
  background: linear-gradient(to right, #002f73 0%, #003178 45%, #02377e 60%, rgba(2, 55, 126, 0.55) 100%);
  padding: 60px 0 10px;
  min-height: 280px;
  display: flex;
  align-items: center;
}

.res-hero-bg-img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 52%;
  object-fit: cover;
  object-position: center top;
  pointer-events: none;
  mask-image: linear-gradient(to left, rgba(0, 0, 0, 0.85) 30%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0.85) 30%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
}

.res-hero-inner {
  position: relative;
  z-index: 2;
}

.res-hero-heading {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  color: #ffffff;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 10px;
}

.res-hero-desc {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.65;
  max-width: 580px;
  margin-bottom: 26px;
}

.res-search-bar {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}

.res-search-icon {
  padding: 0 14px 0 18px;
  color: #94a3b8;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.res-search-input {
  flex: 1;
  border: none;
  outline: none;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.84rem;
  color: #1e293b;
  background: transparent;
  padding: 14px 0;
  min-width: 0;
}
.res-search-input::placeholder {
  color: #94a3b8;
}

.res-search-sep {
  width: 1px;
  height: 26px;
  background: #e2e8f0;
  flex-shrink: 0;
  margin: 0 4px;
}

.res-search-select {
  border: none;
}

.res-search-btn {
  border: none;
  background: #2b6df5;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 0.75rem 1.75rem;
  margin-right: 2px;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(43, 109, 245, 0.45);
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  z-index: 2;
}
.res-search-btn:hover {
  opacity: 0.88;
  transform: translateY(0);
  box-shadow: 0 8px 24px rgba(26, 58, 92, 0.4);
  color: #ffffff;
}

.res-popular {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  max-width: 780px;
}

.res-popular-label {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.76rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  margin-right: 10px;
  white-space: nowrap;
}

.res-popular-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.res-popular-links li {
  display: flex;
  align-items: center;
}
.res-popular-links li:not(:last-child)::after {
  content: "•";
  color: var(--pxmed-white);
  margin: 0 8px;
  font-size: 1.6rem;
}
.res-popular-links a {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.15s ease;
}
.res-popular-links a:hover {
  color: #ffffff;
}

.res-categories {
  padding: 50px 0 46px;
  background: #ffffff;
  border-bottom: 1px solid #eef1f7;
  position: relative;
}

.res-section-title {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 1.15rem;
  color: #060e1e;
  letter-spacing: -0.01em;
  margin-bottom: 22px;
}

.res-cat-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  background: #ffffff;
  border: 1px solid #e8edf5;
  border-radius: 10px;
  transition: all 0.15s ease;
  cursor: pointer;
  text-decoration: none;
}
.res-cat-card:hover {
  border-color: rgba(59, 130, 246, 0.35);
  box-shadow: 0 4px 16px rgba(59, 130, 246, 0.12);
  transform: translateY(-2px);
}
.res-cat-card:hover .res-cat-arrow {
  color: #3b82f6;
}

.res-cat-icon-wrap {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3b82f6;
  font-size: 1rem;
  flex-shrink: 0;
}

.res-cat-body {
  flex: 1;
  min-width: 0;
}

.res-cat-name {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 1rem;
  color: #060e1e;
  margin: 0 0 10px;
}

.res-cat-desc {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.72rem;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}

.res-cat-arrow {
  color: #cbd5e1;
  font-size: 0.75rem;
  flex-shrink: 0;
  transition: all 0.15s ease;
}

.res-featured {
  padding: 46px 0 42px;
  background: #ffffff;
}

.res-featured-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 10px;
}

.res-view-all {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.78rem;
  font-weight: 400;
  color: #3b82f6;
  text-decoration: none;
  transition: all 0.15s ease;
}
.res-view-all i {
  font-size: 0.65rem;
  transition: transform 0.2s;
}
.res-view-all:hover {
  color: #0b63f3;
}
.res-view-all:hover i {
  transform: translateX(3px);
}

.res-feat-card {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #e8edf5;
  border-radius: 10px;
  transition: all 0.15s ease;
  height: 100%;
}
.res-feat-card:hover {
  border-color: rgba(59, 130, 246, 0.3);
  box-shadow: 0 6px 20px rgba(59, 130, 246, 0.1);
}

.res-feat-thumb {
  width: 100px;
  min-width: 100px;
  height: 130px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}
.res-feat-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.res-feat-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.res-feat-title {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 18px;
  color: #060e1e;
  line-height: 1.35;
  margin: 0;
}

.res-feat-desc {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.75rem;
  color: #64748b;
  line-height: 1.55;
  margin: 0 0 5px 0;
}

.res-feat-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.res-feat-tag {
  display: inline-block;
  padding: 2px 9px;
  background: rgba(59, 130, 246, 0.08);
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: 6px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.62rem;
  font-weight: 400;
  color: #3b82f6;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.res-feat-date {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.68rem;
  color: #94a3b8;
}

.res-feat-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.74rem;
  font-weight: 400;
  color: #3b82f6;
  text-decoration: none;
  padding-top: 8px;
  border-top: 1px solid #f1f5f9;
  margin-top: auto;
  transition: all 0.15s ease;
}
.res-feat-cta i {
  font-size: 0.68rem;
}
.res-feat-cta:hover {
  color: #0b63f3;
}

.res-stats-bar {
  background: #f8fafc;
  border-top: 1px solid #eef1f7;
  border-bottom: 1px solid #eef1f7;
  padding: 28px 0;
}

.res-stats-inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}

.res-stat-item {
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
}

.res-stat-icon-wrap {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3b82f6;
  font-size: 1rem;
  flex-shrink: 0;
}

.res-stat-body .res-stat-value {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: #060e1e;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.res-stat-body .res-stat-label {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #64748b;
  padding: 4px 0;
}
.res-stat-body .res-stat-sub {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 14px;
  color: #94a3b8;
}

.res-cta {
  background: linear-gradient(135deg, #002767 0%, #004fbc 50%, #002968 100%);
  padding: 36px 0;
  position: relative;
  overflow: hidden;
}

.res-cta-bg-img {
  position: absolute;
  right: 0%;
  top: -160px;
  width: 55%;
  object-fit: cover;
  opacity: 0.12;
  pointer-events: none;
}

.res-cta-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .res-cta-inner {
    flex-direction: column;
    text-align: center;
  }
}

.res-cta-icon {
  width: 56px;
  height: 56px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.4rem;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .res-cta-icon {
    display: none;
  }
}

.res-cta-text {
  flex: 1;
  min-width: 0;
}

.res-cta-heading {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 1.15rem;
  font-weight: 300;
  color: #ffffff;
  margin: 0 0 5px;
  letter-spacing: -0.01em;
}

.res-cta-desc {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
  margin: 0;
}

.res-cta-btns {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .res-cta-btns {
    justify-content: center;
  }
}

.btn-res-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 24px;
  background: #ffffff;
  color: #060e1e;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.82rem;
  font-weight: 400;
  border-radius: 6px;
  text-decoration: none;
  border: 1.5px solid #ffffff;
  transition: all 0.15s ease;
}
.btn-res-primary:hover {
  background: rgba(255, 255, 255, 0.88);
  color: #060e1e;
}

.btn-res-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 24px;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.82rem;
  font-weight: 400;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.15s ease;
}
.btn-res-outline:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

@media (max-width: 960px) {
  .res-search-bar {
    display: block;
    padding: 12px;
  }
  .res-search-bar .res-search-sep {
    display: none;
  }
  .res-search-bar .res-search-select,
  .res-search-bar .res-search-input {
    width: 85%;
    margin-bottom: 10px;
  }
  .res-hero-bg-img {
    width: 100%;
  }
  .res-popular-links li:not(:last-child)::after {
    font-size: 1rem;
  }
  .res-stats-inner {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    padding-left: 30px;
  }
}

/*# sourceMappingURL=main.css.map */
