.elementor-256 .elementor-element.elementor-element-6abd63f{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-256 .elementor-element.elementor-element-2e7b89c{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-256 .elementor-element.elementor-element-ac5ca36{--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;--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-c658103 *//* =========================
INVESTMENT HERO
========================= */

.ps-invest-hero{
  position:relative;

  overflow:hidden;

  background:
  linear-gradient(135deg,#f8fbff 0%,#eef4ff 45%,#ffffff 100%);

  padding:140px 20px 110px;
}

/* GRID */

.ps-invest-grid{
  position:absolute;
  inset:0;

  background-image:
  linear-gradient(rgba(30,58,138,.04) 1px, transparent 1px),
  linear-gradient(90deg, rgba(30,58,138,.04) 1px, transparent 1px);

  background-size:70px 70px;

  pointer-events:none;
}

/* GLOW */

.ps-invest-glow{
  position:absolute;

  border-radius:50%;

  filter:blur(90px);

  pointer-events:none;
}

.ps-invest-glow-1{
  top:-120px;
  left:-100px;

  width:320px;
  height:320px;

  background:rgba(59,130,246,.18);
}

.ps-invest-glow-2{
  bottom:-120px;
  right:-100px;

  width:300px;
  height:300px;

  background:rgba(30,58,138,.12);
}

/* CONTAINER */

.ps-invest-container{
  position:relative;
  z-index:2;

  max-width:1320px;

  margin:auto;

  display:grid;
  grid-template-columns:1fr 1fr;

  gap:70px;

  align-items:center;
}

/* CONTENT */

.ps-invest-label{
  display:inline-flex;

  align-items:center;
  gap:10px;

  font-size:13px;
  font-weight:700;
  letter-spacing:2px;

  color:#2563eb;

  margin-bottom:22px;
}

.ps-invest-label::before{
  content:'';

  width:45px;
  height:1px;

  background:#2563eb;
}

.ps-invest-content h1{
  margin:0 0 28px;

  font-size:68px;
  line-height:1.02;
  font-weight:700;

  letter-spacing:-2px;

  color:#0f172a;
}

.ps-invest-content p{
  max-width:620px;

  margin:0 0 38px;

  font-size:18px;
  line-height:1.8;

  color:#475569;
}

/* BUTTONS */

.ps-invest-buttons{
  display:flex;
  flex-wrap:wrap;

  gap:16px;

  margin-bottom:50px;
}

.ps-invest-btn{
  display:inline-flex;

  align-items:center;
  justify-content:center;

  min-width:210px;

  padding:17px 28px;

  border-radius:18px;

  font-size:15px;
  font-weight:600;

  text-decoration:none;

  transition:.35s ease;
}

.ps-invest-btn-primary{
  background:#1e3a8a;
  color:#fff;

  box-shadow:
  0 20px 40px rgba(30,58,138,.18);
}

.ps-invest-btn-primary:hover{
  transform:translateY(-4px);
}

.ps-invest-btn-secondary{
  background:rgba(255,255,255,.75);

  border:1px solid rgba(30,58,138,.12);

  backdrop-filter:blur(10px);

  color:#0f172a;
}

.ps-invest-btn-secondary:hover{
  background:#fff;

  transform:translateY(-4px);
}

/* STATS */

.ps-invest-stats{
  display:flex;
  flex-wrap:wrap;

  gap:18px;
}

.ps-invest-stat{
  min-width:170px;

  padding:22px;

  border-radius:24px;

  background:rgba(255,255,255,.72);

  border:1px solid rgba(30,58,138,.08);

  backdrop-filter:blur(12px);

  box-shadow:
  0 20px 40px rgba(15,23,42,.05);
}

.ps-invest-stat strong{
  display:block;

  margin-bottom:8px;

  font-size:30px;
  line-height:1;

  color:#1e3a8a;
}

.ps-invest-stat span{
  font-size:14px;
  color:#475569;
}

/* VISUAL */

.ps-invest-visual{
  position:relative;
}

.ps-invest-main-card{
  position:relative;

  overflow:hidden;

  border-radius:34px;

  background:#fff;

  box-shadow:
  0 35px 80px rgba(15,23,42,.14);

  border:1px solid rgba(255,255,255,.7);
}

.ps-invest-main-card img{
  width:100%;
  height:100%;

  display:block;

  object-fit:cover;
}

.ps-invest-card-overlay{
  position:absolute;

  left:0;
  right:0;
  bottom:0;

  padding:34px;

  background:
  linear-gradient(to top,
  rgba(15,23,42,.92),
  rgba(15,23,42,.1));
}

.ps-invest-card-overlay span{
  display:inline-block;

  margin-bottom:12px;

  font-size:12px;
  font-weight:700;
  letter-spacing:1.5px;

  color:#93c5fd;
}

.ps-invest-card-overlay h3{
  margin:0;

  font-size:32px;
  line-height:1.15;
  font-weight:700;

  color:#fff;
}

/* FLOATING */

.ps-floating-card{
  position:absolute;

  padding:14px 18px;

  border-radius:18px;

  background:rgba(255,255,255,.88);

  backdrop-filter:blur(12px);

  border:1px solid rgba(30,58,138,.08);

  box-shadow:
  0 18px 40px rgba(15,23,42,.08);

  animation:psFloat 5s ease-in-out infinite;
}

.ps-floating-card span{
  font-size:13px;
  font-weight:600;

  color:#0f172a;
}

.ps-floating-card-1{
  top:40px;
  left:-40px;
}

.ps-floating-card-2{
  right:-30px;
  top:160px;

  animation-delay:1s;
}

.ps-floating-card-3{
  bottom:40px;
  left:-20px;

  animation-delay:2s;
}

/* ANIMATION */

@keyframes psFloat{
  0%{
    transform:translateY(0px);
  }

  50%{
    transform:translateY(-10px);
  }

  100%{
    transform:translateY(0px);
  }
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:1100px){

  .ps-invest-container{
    grid-template-columns:1fr;

    gap:60px;
  }

  .ps-invest-content{
    text-align:center;
  }

  .ps-invest-content p{
    margin-left:auto;
    margin-right:auto;
  }

  .ps-invest-buttons,
  .ps-invest-stats{
    justify-content:center;
  }

  .ps-invest-content h1{
    font-size:58px;
  }

  .ps-invest-visual{
    max-width:760px;
    margin:auto;
  }
}

@media(max-width:768px){

  .ps-invest-hero{
    padding:110px 18px 90px;
  }

  .ps-invest-content h1{
    font-size:42px;
    line-height:1.08;
  }

  .ps-invest-content p{
    font-size:16px;
    line-height:1.7;
  }

  .ps-invest-btn{
    width:100%;
  }

  .ps-invest-stat{
    width:100%;
  }

  .ps-invest-card-overlay{
    padding:24px;
  }

  .ps-invest-card-overlay h3{
    font-size:24px;
  }

  .ps-floating-card{
    display:none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fa37fbb */.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;
}
}

/* =========================================
   MOBILE FIX
========================================= */

@media(max-width:768px){

.ps-pdf-hub{
padding:80px 16px;
overflow:hidden;
}

.ps-pdf-container{
max-width:100%;
overflow:hidden;
}

.ps-pdf-head{
margin-bottom:40px;
}

.ps-pdf-head h2{
font-size:32px;
line-height:1.15;
letter-spacing:-1px;
}

.ps-pdf-head p{
font-size:15px;
line-height:1.7;
}

.ps-pdf-layout{
grid-template-columns:1fr;
gap:20px;
}

/* FEATURED CARD */

.ps-pdf-featured{
min-height:auto;
padding:24px;
border-radius:24px;
width:100%;
}

.ps-pdf-featured-top{
margin-bottom:28px;
}

.ps-pdf-tag,
.ps-pdf-count{
font-size:11px;
padding:8px 12px;
}

.ps-pdf-icon{
width:72px;
height:90px;
border-radius:18px;
margin-bottom:22px;
}

.ps-pdf-icon span{
font-size:18px;
}

.ps-pdf-featured h3{
font-size:22px;
line-height:1.15;
word-break:break-word;
}

.ps-pdf-featured p{
font-size:14px;
line-height:1.7;
margin-bottom:22px;
}

.ps-pdf-meta{
grid-template-columns:1fr;
gap:10px;
margin-bottom:22px;
}

.ps-pdf-meta div{
padding:14px;
}

.ps-pdf-actions{
flex-direction:column;
gap:10px;
}

.ps-pdf-btn{
width:100%;
padding:14px;
}

/* GRID */

.ps-pdf-grid{
grid-template-columns:1fr;
gap:16px;
}

.ps-pdf-card{
min-height:auto;
padding:22px;
border-radius:24px;
}

.ps-pdf-number{
font-size:34px;
top:18px;
right:18px;
}

.ps-pdf-mini-icon{
width:52px;
height:64px;
margin-bottom:18px;
}

.ps-pdf-card h3{
font-size:24px;
line-height:1.25;
padding-right:50px;
}

.ps-pdf-card p{
font-size:14px;
line-height:1.7;
}

}

/* EXTRA SMALL DEVICES */

@media(max-width:480px){

.ps-pdf-head h2{
font-size:28px;
}

.ps-pdf-featured h3{
font-size:20px;
}

.ps-pdf-card h3{
font-size:20px;
}

.ps-pdf-number{
font-size:28px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f4a3013 *//* --- Base Section & Advanced Background --- */
.ps-doc-showcase {
  position: relative;
  overflow: hidden;
  padding: 160px 20px;
  background: linear-gradient(135deg, #012B87 0%, #0047D9 50%, #0065FF 100%);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.ps-doc-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: 
    radial-gradient(circle at 15% 15%, rgba(255, 255, 255, 0.12), transparent 35%),
    radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.08), transparent 30%),
    radial-gradient(circle at 50% 100%, rgba(0, 5, 25, 0.35), transparent 60%);
}

.ps-doc-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 50px 50px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0.1) 90%, transparent);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0.1) 90%, transparent);
}

.ps-doc-container {
  position: relative;
  z-index: 5;
  max-width: 1200px;
  margin: auto;
}

/* --- Top Header Style --- */
.ps-doc-heading {
  max-width: 800px;
  margin: auto;
  text-align: center;
  margin-bottom: 80px;
}

.ps-doc-heading span {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 100px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 25px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.ps-doc-heading h2 {
  color: #FFFFFF;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 24px;
  letter-spacing: -2px;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.ps-doc-heading p {
  color: #E2ECFF;
  font-size: 19px;
  line-height: 1.7;
  margin: 0;
  font-weight: 400;
  opacity: 0.9;
}

/* --- Premium Card Architecture (Glassmorphic) --- */
.ps-doc-card {
  position: relative;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 70px;
  padding: 70px;
  border-radius: 40px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.03) 100%);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 
    0 40px 100px rgba(0, 8, 40, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.25); /* Subtle rim lighting */
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.ps-doc-card:hover {
  transform: translateY(-10px) scale(1.01);
  box-shadow: 
    0 60px 130px rgba(0, 8, 40, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

/* Moving Backdrop Glow Effect */
.ps-doc-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #4B8CFF 0%, transparent 70%);
  opacity: 0.25;
  filter: blur(80px);
  left: -150px;
  top: -150px;
  border-radius: 50%;
  pointer-events: none;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.8s ease;
  z-index: 0;
}

.ps-doc-card:hover .ps-doc-glow {
  transform: translate(60px, 40px) scale(1.15);
  opacity: 0.35;
}

/* --- Left Column: Iconic Artifact --- */
.ps-doc-left {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ps-doc-icon {
  width: 180px;
  height: 235px;
  background: #FFFFFF;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 30px 75px rgba(0, 5, 30, 0.25);
  position: relative;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Interactive Fold-Paper Effect */
.ps-doc-icon:before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #DCE8FF 50%, #B0CFFF 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  border-bottom-left-radius: 14px;
  box-shadow: -4px 4px 12px rgba(0, 0, 0, 0.08);
  transition: width 0.4s ease, height 0.4s ease;
}

.ps-doc-card:hover .ps-doc-icon {
  transform: rotate(-7deg) scale(1.06) translateY(-8px);
  box-shadow: -15px 40px 85px rgba(0, 5, 30, 0.35);
}

.ps-doc-icon span {
  font-size: 48px;
  font-weight: 900;
  letter-spacing: -1px;
  background: linear-gradient(135deg, #0047D9 0%, #012B87 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* --- Right Column: Typography & Content --- */
.ps-doc-right {
  position: relative;
  z-index: 2;
}

.ps-doc-label {
  display: inline-block;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 24px;
}

.ps-doc-right h3 {
  font-size: 46px;
  line-height: 1.15;
  color: #FFFFFF;
  margin: 0 0 20px;
  letter-spacing: -1.5px;
  font-weight: 800;
}

.ps-doc-right p {
  font-size: 17px;
  line-height: 1.8;
  color: #DCE8FF;
  margin-bottom: 40px;
  font-weight: 400;
}

/* --- Grid Features (Sleek List with Hover) --- */
.ps-doc-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 45px;
}

.ps-doc-feature {
  padding: 18px 24px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ফিচার আইটেম হোভার করলে ব্যাকগ্রাউন্ড লাইট হবে এবং সামান্য ডানপাশে মুভ করবে */
.ps-doc-feature:hover {
  transform: translateX(6px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* --- Action Buttons Styling --- */
.ps-doc-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.ps-doc-btn-primary {
  padding: 18px 38px;
  background: #FFFFFF;
  color: #0048DB;
  font-weight: 700;
  font-size: 16px;
  border-radius: 18px;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ps-doc-btn-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(255, 255, 255, 0.3);
  background: #F4F8FF;
}

.ps-doc-btn-secondary {
  padding: 18px 38px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
  border-radius: 18px;
  text-decoration: none;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ps-doc-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.45);
  transform: translateY(-4px);
}

/* --- Perfect Responsive Breakpoints --- */
@media(max-width:992px){
  .ps-doc-card {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 55px 40px;
    gap: 45px;
  }
  .ps-doc-left {
    justify-content: center;
  }
  .ps-doc-features {
    grid-template-columns: 1fr;
    text-align: left; /* মোবাইলে ফিচারগুলো এক কলামে রিডেবল থাকবে */
  }
  .ps-doc-buttons {
    justify-content: center;
  }
  .ps-doc-heading h2 {
    font-size: 46px;
  }
  .ps-doc-right h3 {
    font-size: 36px;
  }
}

@media(max-width:768px){
  .ps-doc-showcase {
    padding: 100px 16px;
  }
  .ps-doc-card {
    padding: 40px 24px;
    border-radius: 30px;
  }
  .ps-doc-heading h2 {
    font-size: 36px;
    letter-spacing: -1px;
  }
  .ps-doc-right h3 {
    font-size: 28px;
  }
  .ps-doc-right p {
    font-size: 16px;
  }
  .ps-doc-icon {
    width: 140px;
    height: 185px;
    border-radius: 24px;
  }
  .ps-doc-icon span {
    font-size: 38px;
  }
  .ps-doc-icon:before {
    width: 38px;
    height: 38px;
  }
  .ps-doc-buttons {
    flex-direction: column;
    gap: 14px;
  }
  .ps-doc-btn-primary,
  .ps-doc-btn-secondary {
    width: 100%;
    padding: 16px 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7c6e79e *//* Container and General Font Hierarchy */
.rpc-proposal-section {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  color: #2d3748;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  line-height: 1.6;
 
}

/* Header Styles */
.rpc-header {
  text-align: center;
  margin-bottom: 50px;
  padding: 20px 0;
  border-bottom: 2px solid #e2e8f0;
}

.rpc-tagline {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #3182ce;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.rpc-main-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a202c;
  margin: 0 0 10px 0;
  line-height: 1.2;
}

.rpc-sub-title {
  font-size: 1.25rem;
  color: #4a5568;
  margin: 0;
  font-weight: 400;
}

/* Structural Components (Cards) */
.rpc-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.rpc-highlight-card {
  background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
  color: #edf2f7;
  border: none;
}

.rpc-highlight-card .rpc-section-title {
  color: #ffffff;
  border-left-color: #3182ce;
}

.rpc-highlight-card .rpc-block-label {
  color: #cbd5e0;
}

/* Grid Layouts */
.rpc-grid-2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}

.rpc-grid-2col .rpc-card {
  margin-bottom: 0;
}

.rpc-grid-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}

.rpc-grid-3col .rpc-card {
  margin-bottom: 0;
}

/* Typography Inside Layout Elements */
.rpc-section-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a202c;
  margin-top: 0;
  margin-bottom: 25px;
  padding-left: 15px;
  border-left: 4px solid #3182ce;
  line-height: 1.3;
}

.rpc-subsection-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2d3748;
  margin-top: 20px;
  margin-bottom: 15px;
}

.rpc-highlight-card .rpc-subsection-title {
  color: #ffffff;
}

.rpc-block-label {
  font-weight: 600;
  color: #4a5568;
  margin-bottom: 10px;
}

.rpc-cta-text {
  font-weight: 600;
  color: #3182ce;
}

/* Lists and Spacing Utilities */
.rpc-list {
  padding-left: 20px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.rpc-list li {
  margin-bottom: 8px;
}

.rpc-list.bullet-dot {
  list-style-type: disc;
}

.rpc-list.bullet-star {
  list-style-type: square;
}

.rpc-nested-block {
  margin: 20px 0;
  padding-left: 15px;
  border-left: 2px dashed #cbd5e0;
}

.rpc-spacer {
  height: 12px;
}

.rpc-sub-block {
  padding: 10px;
}

/* Structured Table Stylings */
.rpc-table-container {
  overflow-x: auto;
  margin: 25px 0;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

.rpc-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.rpc-table th {
  background-color: #edf2f7;
  color: #2d3748;
  font-weight: 700;
  padding: 14px 20px;
  font-size: 0.95rem;
  border-bottom: 2px solid #cbd5e0;
}

.rpc-table td {
  padding: 14px 20px;
  border-bottom: 1px solid #e2e8f0;
  color: #4a5568;
}

.rpc-table tr:last-child td {
  border-bottom: none;
}

.rpc-highlight-row {
  background-color: #ebf8ff;
  font-weight: 600;
}

.rpc-highlight-row td {
  color: #2b6cb0 !important;
}

/* Callout and Metrics Features */
.rpc-stat-box {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
  display: inline-block;
  min-width: 200px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.rpc-stat-label {
  display: block;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #a0aec0;
}

.rpc-stat-value {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin-top: 5px;
}

/* Footer Section Styling Override */
.rpc-footer-card {
  background: #edf2f7;
  border: 1px solid #cbd5e0;
}

.rpc-footer-card .rpc-section-title {
  border-left-color: #2d3748;
}

/* Responsiveness adjustments for standard screens */
@media (max-width: 992px) {
  .rpc-grid-3col {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .rpc-grid-2col, .rpc-grid-3col {
    grid-template-columns: 1fr;
  }
  .rpc-card {
    padding: 25px;
  }
  .rpc-main-title {
    font-size: 2rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-15815fa *//* Container and Layout Base */
.parking-set-section {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #2b2b2b;
  background-color: #fcfcfc;
  padding: 50px 20px;
  line-height: 1.65;
}

.ps-container {
  max-width: 1140px;
  margin: 0 auto;
}

/* Typography elements */
.ps-lead-text {
  font-size: 1.15rem;
  color: #3a3a3a;
  margin-bottom: 24px;
  font-weight: 400;
}

.ps-body-text {
  font-size: 1rem;
  color: #4a4a4a;
  margin: 0 0 16px 0;
}

.ps-heading-style {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111111;
  margin-bottom: 32px;
  letter-spacing: -0.02em;
}

/* Quote/Callout Section */
.ps-quote-tag {
  font-size: 1.35rem;
  font-weight: 600;
  color: #0051ff;
  border-left: 4px solid #0051ff;
  padding-left: 20px;
  margin: 40px 0;
}

/* Core Columns Layout */
.ps-grid-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

.ps-card {
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-top: 4px solid #111111;
  padding: 30px;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
}

/* Pillars Section Rules */
.ps-pillars-block {
  background: #111111;
  color: #ffffff;
  padding: 50px;
  border-radius: 6px;
  margin-bottom: 60px;
}

.ps-pillars-block .ps-heading-style {
  color: #ffffff;
}

.ps-pillars-block .ps-body-text {
  color: #e0e0e0;
  margin-bottom: 20px;
}

.ps-pillars-list {
  margin-top: 30px;
}

/* Strategy Block Layout */
.ps-strategy-block {
  margin-bottom: 60px;
}

.ps-strategy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.ps-strategy-item {
  border-bottom: 2px solid #eaeaea;
  padding-bottom: 20px;
}

/* Outro Block Layout */
.ps-outro-block {
  border-top: 1px solid #eaeaea;
  padding-top: 40px;
  text-align: center;
}

.ps-outro-block .ps-lead-text {
  font-weight: 600;
  color: #111111;
}

/* Responsive Breakpoints */
@media (max-width: 991px) {
  .ps-grid-three, 
  .ps-strategy-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .parking-set-section {
    padding: 40px 15px;
  }
  
  .ps-grid-three, 
  .ps-strategy-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .ps-pillars-block {
    padding: 30px 20px;
  }
}/* End custom CSS */