.elementor-610 .elementor-element.elementor-element-666b48e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-20ac86d */.ps-tech-page {
  background: #f8fafc;
  color: #002A86;
  font-family: Inter, Arial, sans-serif;
  overflow: hidden;
}

.ps-tech-page * {
  box-sizing: border-box;
}

/* HERO */
.ps-tech-hero {
  position: relative;
  min-height: 92vh;
  padding: 110px 22px 80px;
  background:
    radial-gradient(circle at 15% 20%, rgba(30,77,255,.28), transparent 34%),
    radial-gradient(circle at 85% 10%, rgba(0,42,134,.22), transparent 32%),
    linear-gradient(135deg, #00184f 0%, #002A86 55%, #0038B8 100%);
  color: #fff;
}

.ps-tech-bg-glow {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 70px 70px;
  opacity: .55;
  pointer-events: none;
}

.ps-tech-hero-wrap {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 54px;
  align-items: center;
}

.ps-tech-kicker,
.ps-tech-section-head span,
.ps-tech-control-content span,
.ps-tech-safety-content span,
.ps-tech-cta span {
  display: inline-flex;
  align-items: center;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(30,77,255,.12);
  color: #1E4DFF;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 18px;
}

.ps-tech-hero h1 {
  font-size: clamp(44px, 6vw, 86px);
  line-height: .96;
  letter-spacing: -.06em;
  margin: 0 0 24px;
}

.ps-tech-hero p {
  max-width: 650px;
  color: #DCE8FF;
  font-size: 18px;
  line-height: 1.8;
  margin: 0;
}

.ps-tech-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.ps-tech-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 850;
  transition: .3s ease;
}

.ps-tech-btn.primary {
  background: linear-gradient(135deg, #1E4DFF, #002A86);
  color: #fff;
  box-shadow: 0 18px 45px rgba(30,77,255,.35);
}

.ps-tech-btn.secondary {
  background: rgba(255,255,255,.08);
  color: #fff;
  border: 1px solid rgba(255,255,255,.16);
}

.ps-tech-btn:hover {
  transform: translateY(-3px);
}

.ps-tech-hero-visual {
  position: relative;
}

.ps-tech-hero-visual img {
  width: 100%;
  height: 640px;
  object-fit: cover;
  display: block;
  border-radius: 36px;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 35px 100px rgba(0,0,0,.5);
  animation: psFloat 6s ease-in-out infinite;
}

.ps-tech-floating-card {
  position: absolute;
  background: rgba(255,255,255,.92);
  color: #002A86;
  padding: 18px 20px;
  border-radius: 20px;
  box-shadow: 0 20px 55px rgba(0,0,0,.25);
  backdrop-filter: blur(14px);
}

.ps-tech-floating-card strong {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}

.ps-tech-floating-card span {
  color: rgba(0,42,134,.7);
  font-size: 13px;
  font-weight: 700;
}

.card-one {
  left: -28px;
  bottom: 72px;
}

.card-two {
  right: -20px;
  top: 70px;
}

@keyframes psFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* STATS */
.ps-tech-stats {
  max-width: 1320px;
  margin: -42px auto 0;
  padding: 0 22px 90px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  position: relative;
  z-index: 3;
}

.ps-tech-stat {
  background: #fff;
  padding: 30px;
  border-radius: 26px;
  border: 1px solid rgba(0,42,134,.08);
  box-shadow: 0 20px 60px rgba(0,42,134,.08);
  transition: .3s ease;
}

.ps-tech-stat:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 80px rgba(0,42,134,.14);
}

.ps-tech-stat span {
  color: #1E4DFF;
  font-weight: 900;
}

.ps-tech-stat h3 {
  font-size: 20px;
  margin: 14px 0 10px;
}

.ps-tech-stat p {
  color: rgba(0,42,134,.7);
  line-height: 1.65;
  margin: 0;
}

/* SECTION HEAD */
.ps-tech-section-head {
  max-width: 850px;
  margin: 0 auto 46px;
  text-align: center;
  padding: 0 20px;
}

.ps-tech-section-head h2,
.ps-tech-control-content h2,
.ps-tech-safety-content h2,
.ps-tech-cta h2 {
  font-size: clamp(36px, 4.5vw, 66px);
  line-height: 1;
  letter-spacing: -.055em;
  margin: 0 0 20px;
}

.ps-tech-section-head p,
.ps-tech-control-content p,
.ps-tech-safety-content p,
.ps-tech-cta p {
  color: rgba(0,42,134,.7);
  font-size: 17px;
  line-height: 1.8;
  margin: 0;
}

/* CORE */
.ps-tech-core {
  padding: 90px 22px;
}

.ps-tech-core-grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 34px;
  align-items: stretch;
}

.ps-tech-core-image img {
  width: 100%;
  height: 690px;
  object-fit: cover;
  border-radius: 36px;
  box-shadow: 0 30px 80px rgba(0,42,134,.16);
}

.ps-tech-core-content {
  display: grid;
  gap: 18px;
}

.ps-tech-feature {
  background: #fff;
  padding: 30px;
  border-radius: 28px;
  border: 1px solid rgba(0,42,134,.08);
  box-shadow: 0 18px 55px rgba(0,42,134,.06);
  display: flex;
  gap: 18px;
  transition: .3s ease;
}

.ps-tech-feature:hover,
.ps-tech-feature.active {
  background: #002A86;
  transform: translateX(8px);
}

.ps-tech-feature span {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(30,77,255,.12);
  color: #1E4DFF;
  font-weight: 900;
}

.ps-tech-feature h3 {
  font-size: 24px;
  margin: 0 0 10px;
}

.ps-tech-feature p {
  color: rgba(0,42,134,.7);
  line-height: 1.75;
  margin: 0;
}

.ps-tech-feature:hover h3,
.ps-tech-feature.active h3 {
  color: #fff;
}

.ps-tech-feature:hover p,
.ps-tech-feature.active p {
  color: #DCE8FF;
}

/* CONTROL */
.ps-tech-control {
  padding: 100px 22px;
  background: #002A86;
}

.ps-tech-control-wrap {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 42px;
  align-items: center;
}

.ps-tech-control-content h2 {
  color: #fff;
}

.ps-tech-control-content p {
  color: #DCE8FF;
}

.ps-tech-mini-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.ps-tech-mini-grid div {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  padding: 20px;
  border-radius: 22px;
  transition: .3s ease;
}

.ps-tech-mini-grid div:hover {
  transform: translateY(-6px);
  background: rgba(30,77,255,.14);
}

.ps-tech-mini-grid strong {
  display: block;
  color: #fff;
  margin-bottom: 7px;
}

.ps-tech-mini-grid small {
  color: #DCE8FF;
  line-height: 1.55;
}

.ps-tech-control-image img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  border-radius: 36px;
  box-shadow: 0 35px 95px rgba(0,0,0,.42);
}

/* PROCESS */
.ps-tech-process {
  padding: 100px 22px;
}

.ps-tech-process-grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.ps-tech-step {
  position: relative;
  background: #fff;
  padding: 34px;
  min-height: 280px;
  border-radius: 30px;
  border: 1px solid rgba(0,42,134,.08);
  box-shadow: 0 18px 55px rgba(0,42,134,.06);
  overflow: hidden;
  transition: .3s ease;
}

.ps-tech-step::before {
  content: "";
  position: absolute;
  inset: auto -40px -70px auto;
  width: 170px;
  height: 170px;
  border-radius: 999px;
  background: rgba(30,77,255,.1);
  transition: .3s ease;
}

.ps-tech-step:hover {
  transform: translateY(-8px);
  background: #002A86;
}

.ps-tech-step:hover::before {
  background: rgba(30,77,255,.25);
  transform: scale(1.3);
}

.ps-tech-step span {
  color: #1E4DFF;
  font-weight: 950;
}

.ps-tech-step h3 {
  font-size: 24px;
  margin: 18px 0 12px;
}

.ps-tech-step p {
  color: rgba(0,42,134,.7);
  line-height: 1.7;
  margin: 0;
}

.ps-tech-step:hover h3 {
  color: #fff;
}

.ps-tech-step:hover p {
  color: #DCE8FF;
}

/* SAFETY */
.ps-tech-safety {
  max-width: 1320px;
  margin: 0 auto;
  padding: 90px 22px 110px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 42px;
  align-items: center;
}

.ps-tech-safety-image img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 38px;
  box-shadow: 0 30px 90px rgba(0,42,134,.18);
}

.ps-tech-safety-content {
  background: #fff;
  padding: 48px;
  border-radius: 34px;
  box-shadow: 0 24px 70px rgba(0,42,134,.08);
  border: 1px solid rgba(0,42,134,.08);
}

.ps-tech-safety-list {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.ps-tech-safety-list div {
  padding: 18px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid rgba(0,42,134,.07);
  transition: .3s ease;
}

.ps-tech-safety-list div:hover {
  transform: translateX(8px);
  background: rgba(30,77,255,.09);
}

.ps-tech-safety-list strong {
  display: block;
  margin-bottom: 5px;
}

.ps-tech-safety-list small {
  color: rgba(0,42,134,.7);
  line-height: 1.6;
}

/* CTA */
.ps-tech-cta {
  position: relative;
  max-width: 1180px;
  margin: 0 auto 110px;
  padding: 80px 28px;
  text-align: center;
  border-radius: 42px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(30,77,255,.45), transparent 35%),
    linear-gradient(135deg, #0038B8, #002A86);
  color: #fff;
}

.ps-tech-cta-glow {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: .5;
}

.ps-tech-cta span,
.ps-tech-cta h2,
.ps-tech-cta p,
.ps-tech-cta a {
  position: relative;
  z-index: 2;
}

.ps-tech-cta span {
  color: #fff;
  background: rgba(255,255,255,.12);
}

.ps-tech-cta p {
  max-width: 720px;
  margin: 0 auto 30px;
  color: #DCE8FF;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .ps-tech-hero-wrap,
  .ps-tech-core-grid,
  .ps-tech-control-wrap,
  .ps-tech-safety {
    grid-template-columns: 1fr;
  }

  .ps-tech-stats,
  .ps-tech-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ps-tech-hero-visual img,
  .ps-tech-core-image img,
  .ps-tech-control-image img,
  .ps-tech-safety-image img {
    height: 480px;
  }

  .card-one,
  .card-two {
    display: none;
  }
}

@media (max-width: 640px) {
  .ps-tech-hero {
    min-height: auto;
    padding: 80px 16px 60px;
  }

  .ps-tech-hero h1 {
    font-size: 42px;
  }

  .ps-tech-hero p {
    font-size: 16px;
  }

  .ps-tech-hero-actions {
    flex-direction: column;
  }

  .ps-tech-btn {
    width: 100%;
  }

  .ps-tech-stats,
  .ps-tech-process-grid,
  .ps-tech-mini-grid {
    grid-template-columns: 1fr;
  }

  .ps-tech-stats {
    margin-top: 0;
    padding: 45px 16px;
  }

  .ps-tech-core,
  .ps-tech-control,
  .ps-tech-process {
    padding: 70px 16px;
  }

  .ps-tech-safety {
    padding: 70px 16px;
  }

  .ps-tech-hero-visual img,
  .ps-tech-core-image img,
  .ps-tech-control-image img,
  .ps-tech-safety-image img {
    height: 330px;
    border-radius: 24px;
  }

  .ps-tech-feature,
  .ps-tech-safety-content {
    padding: 24px;
  }

  .ps-tech-cta {
    margin: 0 16px 70px;
    padding: 58px 20px;
    border-radius: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e924e67 *//* SECTION */

.ps-system-section{
    position:relative;
    padding:120px 24px;
    background:
    radial-gradient(circle at top left,
    rgba(59,130,246,.06),
    transparent 28%),

    radial-gradient(circle at bottom right,
    rgba(16,185,129,.05),
    transparent 30%),

    #ffffff;

    overflow:hidden;
}

/* CONTAINER */

.ps-system-container{
    max-width:1400px;
    margin:auto;

    display:grid;
    grid-template-columns:.95fr 1.05fr;

    gap:80px;
    align-items:center;
}

/* CONTENT */

.ps-system-badge{
    display:inline-flex;
    align-items:center;

    padding:10px 18px;

    border-radius:999px;

    background:rgba(37,99,235,.08);

    color:#2563eb;

    font-size:14px;
    font-weight:800;

    margin-bottom:20px;
}

.ps-system-title{
    margin:0 0 24px;

    font-size:clamp(42px,5vw,72px);

    line-height:.95;

    letter-spacing:-0.05em;

    font-weight:900;

    color:#0f172a;
}

.ps-system-description{
    margin:0 0 34px;

    color:#64748b;

    font-size:18px;

    line-height:1.85;
}

/* FEATURES */

.ps-system-features{
    display:grid;
    gap:12px;
}

.ps-system-feature{
    display:flex;
    align-items:center;
    gap:16px;

    padding:16px 20px;

    border-radius:16px;

    background:#fff;

    border:1px solid rgba(15,23,42,.06);

    transition:.3s ease;
}

.ps-system-feature:hover{
    transform:translateX(8px);

    border-color:rgba(37,99,235,.15);

    box-shadow:
    0 10px 30px rgba(15,23,42,.06);
}

.ps-system-feature-name{
    min-width:90px;

    color:#2563eb;

    font-size:17px;

    font-weight:800;
}

.ps-system-feature-text{
    color:#64748b;

    font-size:15px;

    line-height:1.6;
}

/* NOTE */

.ps-system-note{
    margin-top:28px;

    padding:18px 22px;

    border-left:4px solid #2563eb;

    background:#f8fafc;

    border-radius:0 16px 16px 0;

    color:#475569;

    line-height:1.8;

    font-size:15px;
}

/* IMAGE */

.ps-system-visual{
    position:relative;
}

.ps-system-image-card{
    position:relative;

    background:#fff;

    padding:24px;

    border-radius:32px;

    border:1px solid rgba(15,23,42,.06);

    box-shadow:
    0 25px 70px rgba(15,23,42,.08),
    0 40px 120px rgba(15,23,42,.08);

    transition:.4s ease;
}

.ps-system-image-card:hover{
    transform:translateY(-8px);
}

.ps-system-image-card::before{
    content:"";

    position:absolute;

    inset:-1px;

    border-radius:32px;

    padding:1px;

    background:
    linear-gradient(
    135deg,
    rgba(37,99,235,.35),
    rgba(16,185,129,.25),
    rgba(245,158,11,.25)
    );

    -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

    -webkit-mask-composite:xor;
    mask-composite:exclude;
}

.ps-system-image-card img{
    width:100%;

    display:block;

    border-radius:20px;

    object-fit:contain;
}

/* RESPONSIVE */

@media (max-width:1024px){

    .ps-system-container{
        grid-template-columns:1fr;
        gap:50px;
    }

    .ps-system-visual{
        order:-1;
    }

    .ps-system-title{
        font-size:54px;
    }
}

@media (max-width:767px){

    .ps-system-section{
        padding:80px 18px;
    }

    .ps-system-title{
        font-size:40px;
    }

    .ps-system-description{
        font-size:16px;
    }

    .ps-system-feature{
        flex-direction:column;
        align-items:flex-start;
        gap:6px;
    }

    .ps-system-feature-name{
        min-width:auto;
    }

    .ps-system-image-card{
        padding:14px;
        border-radius:22px;
    }

    .ps-system-note{
        padding:16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7ea20d8 */.ps-project-gallery{
    padding:100px 24px;
    background:#f8fafc;
}

.ps-project-gallery .ps-tech-section-head{
    text-align:center;
    max-width:900px;
    margin:0 auto 60px;
}

.ps-project-gallery .ps-tech-section-head span{
    display:inline-block;
    padding:8px 18px;
    border-radius:999px;
    background:rgba(59,130,246,.08);
    color:#3b82f6;
    font-weight:700;
    margin-bottom:20px;
}

.ps-project-gallery .ps-tech-section-head h2{
    font-size:clamp(38px,5vw,64px);
    line-height:1.1;
    color:#0f172a;
    margin-bottom:20px;
}

.ps-project-gallery .ps-tech-section-head p{
    color:#64748b;
    font-size:20px;
    line-height:1.8;
}

/* GRID */

.ps-project-grid{
    max-width:1400px;
    margin:auto;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:28px;
}

.ps-project-card{
    width:calc(33.333% - 19px);
    min-width:340px;

    background:#fff;
    border-radius:30px;

    overflow:hidden;

    border:1px solid rgba(15,23,42,.06);

    box-shadow:
    0 10px 30px rgba(15,23,42,.05),
    0 25px 60px rgba(15,23,42,.06);

    transition:.35s ease;

    display:flex;
    flex-direction:column;
}

.ps-project-card:hover{
    transform:translateY(-10px);

    box-shadow:
    0 25px 60px rgba(15,23,42,.08),
    0 35px 90px rgba(15,23,42,.12);
}

.ps-project-card img{
    width:100%;
    height:420px;

    object-fit:contain;
    object-position:center;

    padding:12px;

    display:block;
    background:#fff;
}

/* INFO */

.ps-project-info{
    padding:28px;
    border-top:1px solid rgba(15,23,42,.06);
    margin-top:auto;
}

.ps-project-info h3{
    font-size:34px;
    line-height:1.1;
    font-weight:800;
    color:#0f172a;
    margin:0;
}

.ps-project-info p{
    margin:12px 0 18px;
    font-size:18px;
    color:#64748b;
}

.ps-project-info span{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:10px 18px;

    border-radius:999px;

    background:rgba(59,130,246,.08);

    color:#3b82f6;

    font-weight:700;
}

/* TABLET */

@media (max-width:1024px){

    .ps-project-card{
        width:calc(50% - 14px);
        min-width:unset;
    }

    .ps-project-card img{
        height:340px;
    }

    .ps-project-info h3{
        font-size:28px;
    }

}

/* MOBILE */

@media (max-width:767px){

    .ps-project-gallery{
        padding:70px 18px;
    }

    .ps-project-grid{
        gap:22px;
    }

    .ps-project-card{
        width:100%;
    }

    .ps-project-card img{
        height:280px;
        padding:15px;
    }

    .ps-project-info{
        padding:22px;
    }

    .ps-project-info h3{
        font-size:24px;
    }

    .ps-project-info p{
        font-size:16px;
    }

    .ps-project-gallery .ps-tech-section-head p{
        font-size:18px;
        line-height:1.7;
    }

}
.ps-project-slider{
    max-width:1400px;
    margin:auto;
    padding-bottom:60px;
}

.ps-project-slider .swiper-slide{
    height:auto;
    display:flex;
}

.ps-project-slider .ps-project-card{
    width:100%;
}

.ps-project-slider .swiper-pagination{
    margin-top:30px;
    position:relative;
}

.ps-project-slider .swiper-pagination-bullet{
    width:12px;
    height:12px;
}

.ps-project-slider .swiper-pagination-bullet-active{
    transform:scale(1.2);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3ecd326 */.ps-pdf-hub{
position:relative;
overflow:hidden;
padding:120px 20px;
background:#002A86;
}

.ps-pdf-bg{
position:absolute;
inset:0;
background:
radial-gradient(circle at 15% 20%, rgba(30,77,255,.24), transparent 32%),
radial-gradient(circle at 85% 10%, rgba(127,178,255,.12), transparent 28%),
linear-gradient(
135deg,
#002A86 0%,
#0038B8 48%,
#004CCF 100%
);
}

.ps-pdf-bg::after{
content:"";
position:absolute;
inset:0;
background-image:
linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
background-size:72px 72px;
mask-image:linear-gradient(to bottom, rgba(0,0,0,.9), transparent);
}

.ps-pdf-container{
position:relative;
z-index:2;
max-width:1320px;
margin:auto;
}

.ps-pdf-head{
max-width:760px;
margin:0 auto 70px;
text-align:center;
}

.ps-pdf-head span{
display:inline-flex;
margin-bottom:18px;
color:#DCE8FF;
font-size:13px;
font-weight:800;
letter-spacing:2px;
}

.ps-pdf-head h2{
margin:0 0 22px;
color:#fff;
font-size:50px;
line-height:1.08;
letter-spacing:-1.6px;
font-weight:700;
}

.ps-pdf-head p{
margin:0;
color:#DCE8FF;
font-size:17px;
line-height:1.8;
}

/* LAYOUT */

.ps-pdf-layout{
display:grid;
grid-template-columns:.95fr 1.45fr;
gap:28px;
align-items:stretch;
}

/* FEATURED */

.ps-pdf-featured{
position:relative;
overflow:hidden;
padding:38px;
border-radius:34px;

background:
linear-gradient(
145deg,
#1E4DFF,
#0038B8
);

border:1px solid rgba(255,255,255,.18);

box-shadow:
0 40px 90px rgba(0,0,0,.35);

min-height:540px;

display:flex;
flex-direction:column;
}

.ps-pdf-featured::before{
content:"";
position:absolute;
width:340px;
height:340px;
right:-130px;
top:-120px;
background:rgba(255,255,255,.14);
border-radius:50%;
filter:blur(4px);
}

.ps-pdf-featured::after{
content:"";
position:absolute;
width:220px;
height:220px;
left:-80px;
bottom:-80px;
background:rgba(255,255,255,.10);
border-radius:50%;
}

.ps-pdf-featured > *{
position:relative;
z-index:2;
}

.ps-pdf-featured-top{
display:flex;
align-items:center;
justify-content:space-between;
margin-bottom:60px;
}

.ps-pdf-tag,
.ps-pdf-count{
display:inline-flex;
padding:10px 14px;
border-radius:999px;
background:rgba(255,255,255,.14);
color:#fff;
font-size:12px;
font-weight:700;
letter-spacing:.5px;
}

.ps-pdf-icon{
width:94px;
height:116px;
border-radius:22px;
background:rgba(255,255,255,.96);
display:flex;
align-items:center;
justify-content:center;
margin-bottom:30px;
box-shadow:0 25px 50px rgba(0,0,0,.18);
}

.ps-pdf-icon span{
color:#0038B8;
font-size:22px;
font-weight:900;
letter-spacing:1px;
}

.ps-pdf-featured h3{
margin:0 0 18px;
color:#fff;
font-size:42px;
line-height:1.08;
letter-spacing:-1px;
}

.ps-pdf-featured p{
margin:0 0 34px;
color:#DCE8FF;
font-size:16px;
line-height:1.8;
}

.ps-pdf-meta{
display:grid;
grid-template-columns:1fr 1fr;
gap:14px;
margin-top:auto;
margin-bottom:28px;
}

.ps-pdf-meta div{
padding:18px;
border-radius:20px;
background:rgba(255,255,255,.12);
border:1px solid rgba(255,255,255,.13);
}

.ps-pdf-meta strong{
display:block;
color:#fff;
font-size:15px;
margin-bottom:5px;
}

.ps-pdf-meta span{
color:#DCE8FF;
font-size:13px;
}

.ps-pdf-actions{
display:flex;
gap:14px;
flex-wrap:wrap;
}

.ps-pdf-btn{
display:inline-flex;
align-items:center;
justify-content:center;
padding:15px 22px;
border-radius:16px;
font-size:14px;
font-weight:700;
text-decoration:none;
transition:.35s ease;
}

.ps-pdf-btn-primary{
background:#fff;
color:#0038B8;
}

.ps-pdf-btn-light{
background:rgba(255,255,255,.12);
color:#fff;
border:1px solid rgba(255,255,255,.18);
}

.ps-pdf-btn:hover{
transform:translateY(-4px);
}

/* GRID CARDS */

.ps-pdf-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:24px;
}

.ps-pdf-card{
position:relative;
overflow:hidden;
min-height:258px;
padding:28px;
border-radius:30px;

background:rgba(255,255,255,.075);

border:1px solid rgba(255,255,255,.1);

backdrop-filter:blur(16px);

box-shadow:0 26px 70px rgba(0,0,0,.24);

transition:.38s ease;
}

.ps-pdf-card::before{
content:"";
position:absolute;
inset:0;
background:
radial-gradient(
circle at top right,
rgba(30,77,255,.25),
transparent 38%
);
opacity:0;
transition:.38s ease;
}

.ps-pdf-card:hover{
transform:translateY(-8px);
background:rgba(255,255,255,.105);
border-color:rgba(127,178,255,.34);
}

.ps-pdf-card:hover::before{
opacity:1;
}

.ps-pdf-card > *{
position:relative;
z-index:2;
}

.ps-pdf-number{
position:absolute;
top:24px;
right:26px;
color:rgba(255,255,255,.18);
font-size:42px;
font-weight:900;
line-height:1;
}

.ps-pdf-mini-icon{
width:58px;
height:72px;
border-radius:16px;

background:linear-gradient(
145deg,
#ffffff,
#DCE8FF
);

color:#0038B8;

display:flex;
align-items:center;
justify-content:center;

font-size:13px;
font-weight:900;

margin-bottom:24px;
}

.ps-pdf-card h3{
margin:0 0 12px;
color:#fff;
font-size:22px;
line-height:1.22;
letter-spacing:-.4px;
}

.ps-pdf-card p{
margin:0 0 22px;
color:#DCE8FF;
font-size:14px;
line-height:1.7;
}

.ps-pdf-card a{
display:inline-flex;
color:#7FB2FF;
font-size:14px;
font-weight:800;
text-decoration:none;
}

.ps-pdf-card a:hover

/* RESPONSIVE */

@media(max-width:1100px){
.ps-pdf-layout{
grid-template-columns:1fr;
}

.ps-pdf-featured{
min-height:auto;
}
}

@media(max-width:768px){
.ps-pdf-hub{
padding:90px 18px;
}

.ps-pdf-head{
margin-bottom:45px;
}

.ps-pdf-head h2{
font-size:34px;
}

.ps-pdf-layout{
gap:22px;
}

.ps-pdf-featured{
padding:28px;
border-radius:28px;
}

.ps-pdf-featured-top{
margin-bottom:42px;
}

.ps-pdf-featured h3{
font-size:32px;
}

.ps-pdf-meta{
grid-template-columns:1fr;
}

.ps-pdf-actions{
flex-direction:column;
}

.ps-pdf-btn{
width:100%;
}

.ps-pdf-grid{
grid-template-columns:1fr;
}

.ps-pdf-card{
min-height:auto;
}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9637f96 *//* =========================================
CONTROL CENTER SECTION
========================================= */

.ps-control-center{
  padding:80px 20px;
  background:#FFFFFF;
  overflow:hidden;
}

/* HEADER */

.ps-control-head{
  max-width:850px;
  margin:0 auto 55px;
  text-align:center;
}

.ps-control-badge{
  display:inline-flex;
  align-items:center;

  padding:8px 16px;

  border-radius:999px;

  background:#EEF4FF;
  border:1px solid rgba(0,56,184,.12);

  color:#0038B8;

  font-size:13px;
  font-weight:700;

  margin-bottom:18px;
}

.ps-control-head h2{
  margin:0 0 18px;

  font-size:clamp(38px,5vw,68px);
  line-height:1.05;

  letter-spacing:-0.05em;

  color:#0F172A;
}

.ps-control-head p{
  max-width:720px;
  margin:0 auto;

  color:#64748B;

  font-size:18px;
  line-height:1.8;
}

/* MAIN LAYOUT */

.ps-control-layout{
  max-width:1320px;
  margin:auto;

  display:grid;
  grid-template-columns:1.25fr .75fr;

  gap:24px;

  align-items:stretch;
}

/* IMAGE */

.ps-control-preview{
  position:relative;

  overflow:hidden;

  border-radius:32px;

  box-shadow:
  0 30px 80px rgba(15,23,42,.10);
}

.ps-control-preview img{
  width:100%;
  height:100%;

  min-height:600px;

  object-fit:cover;
  display:block;
}

/* RIGHT COLUMN */

.ps-control-side{
  display:grid;
  gap:12px;
}

/* CARD */

.ps-control-card{
  background:#FFFFFF;

  border:1px solid #E2E8F0;
  border-radius:20px;

  padding:18px 22px;

  min-height:95px;

  display:flex;
  flex-direction:column;
  justify-content:center;

  transition:.3s ease;

  box-shadow:
  0 8px 24px rgba(15,23,42,.03);
}

.ps-control-card:hover{
  transform:translateY(-4px);

  border-color:#0038B8;

  box-shadow:
  0 18px 40px rgba(0,56,184,.08);
}

.ps-control-card strong{
  display:block;

  margin-bottom:6px;

  font-size:18px;
  line-height:1.2;
  font-weight:700;

  color:#0F172A;
}

.ps-control-card p{
  margin:0;

  color:#64748B;

  font-size:14px;
  line-height:1.55;
}

/* RESPONSIVE */

@media(max-width:1024px){

  .ps-control-layout{
    grid-template-columns:1fr;
  }

  .ps-control-preview img{
    min-height:420px;
  }
}

@media(max-width:768px){

  .ps-control-center{
    padding:80px 16px;
  }

  .ps-control-head{
    margin-bottom:35px;
  }

  .ps-control-head h2{
    font-size:42px;
  }

  .ps-control-head p{
    font-size:16px;
  }

  .ps-control-preview{
    border-radius:24px;
  }

  .ps-control-preview img{
    min-height:320px;
  }

  .ps-control-card{
    padding:16px 18px;
    min-height:auto;
  }

  .ps-control-card strong{
    font-size:17px;
  }

  .ps-control-card p{
    font-size:13px;
  }
}/* End custom CSS */