/* =============================
GLOBAL
============================= */
.parats-section-wrapper{
background:#ffffff;
position:relative;
}
/* =============================
LEFT SIDE
============================= */
.parats-left-wrapper{
position:relative;
padding-left:60px;
}
/* Vertical Badge */
.parats-problem-badge{
position:absolute;
left:0;
top:0px;
writing-mode:vertical-rl;
transform:rotate(180deg);
border-radius: 26843500px;
background: linear-gradient(180deg, #FB2C36 0%, #E7000B 100%);
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
padding:16px 8px;
border-radius:20px;
color: #FFF;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
letter-spacing: 8px;
}
/* Problem Card */
.parats-problem-card{
background:#fff5f5;
border:1px solid #ffcaca;
border-radius:16px;
padding:24px;
margin-bottom:30px;
transition:.4s;
}
.parats-problem-card:hover{
transform:translateY(-5px);
box-shadow:0 20px 40px rgba(0,0,0,0.08);
}
.parats-problem-title{
display:flex;
align-items:center;
gap:12px;
margin-bottom:30px;
}
.parats-problem-title h3{
margin:0;
color: #FFC9C9;
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: 60px; /* 100% */
}
.parats-icon-x{
width: 48px;
height: 48px;
border-radius:50%;
background: #FB2C36;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -2px rgba(0, 0, 0, 0.10);
color:#fff;
display:flex;
align-items:center;
justify-content:center;
font-size:24px;
font-weight: 600;
}
.parats-problem-text{
color: #4A4A4A;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 29.25px; /* 162.5% */
margin:0;
}
/* User Card */
.parats-user-card{
position:absolute;
bottom:-18px;
left:50px;
background:#fff;
border-radius:12px;
padding:10px 14px;
display:flex;
align-items:center;
gap:10px;
box-shadow:0 10px 20px rgba(0,0,0,0.1);
}
.parats-user-avatar{
width:32px;
height:32px;
border-radius:50%;
background:#cfd8dc;
}
/* Avatar group */
.parats-user-group{
display:flex;
gap:6px;
margin-top:18px;
}
.img-vector
{
position:relative;
padding-top: 50px;
}
.parats-user-group div{
width:26px;
height:26px;
border-radius:50%;
background:#cfd8dc;
border:2px solid #fff;
}
/* =============================
RIGHT SIDE
============================= */
.parats-solution-wrapper{
position:relative;
padding-left:60px;
}
/* Badge */
.parats-solution-badge{
position:absolute;
left:0;
top:0;
writing-mode:vertical-rl;
transform:rotate(180deg);
border-radius: 26843500px;
background: linear-gradient(180deg, #141B5D 0%, #2A008C 100%);
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
padding:16px 8px;
border-radius:20px;
color: #FFF;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 142.857% */
letter-spacing: 8px;
}
/* Card */
.parats-solution-card{
border-radius: 16px;
border: 1.6px solid #E9D4FF;
background: linear-gradient(135deg, #EFF6FF 0%, #FAF5FF 100%);
padding:26px;
transition:.4s;
}
.parats-solution-card:hover{
transform:translateY(-5px);
box-shadow:0 20px 40px rgba(0,0,0,0.08);
}
.parats-solution-heading{
color: #141B5D;
font-size: 20px;
font-style: normal;
font-weight:600;
line-height: 28px; /* 140% */
margin-bottom:10px;
}
.parats-solution-text{
color: var(--Colors-Neutral-900, #4A4A4A);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 32px */
margin:0;
}
/* =============================
RESPONSIVE
============================= */
@media(max-width:991px){
.parats-left-wrapper,
.parats-solution-wrapper{
padding-left:0;
}
.parats-problem-badge,
.parats-solution-badge{
position:relative;
writing-mode:horizontal-tb;
transform:none;
display:block;
margin-bottom:15px;
padding: 8px 8px;
text-align: center;
}
.parats-user-card{
left:20px;
}
.img-vector
{
display: none;
}
}
@media(max-width:576px){
.parats-problem-card,
.parats-solution-card{
padding:20px;
}
.parats-problem-title h3{
font-size:28px;
}
}
.parats-main-row
{
padding-bottom: 50px;
}
.parats-main-row:last-child
{
margin-bottom: 0 !important;
}

.workflow-section {
position: relative;
}
/* Header */
.workflow-section .workflow-title {
background: linear-gradient(90deg, #141B5D 0%, #9810FA 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 150%;
letter-spacing: -1.92px;
}
.workflow-section .workflow-subtitle {
color: var(--Colors-Neutral-1000, #333);
text-align: center;
font-size: 32px;
font-weight: 700;
line-height: 150%;
letter-spacing: -1.92px;
}
.workflow-section .workflow-text {
color: var(--Colors-Neutral-900, #4A4A4A);
text-align: center;
font-size: 20px;
font-weight: 400;
line-height: 200%;
}
/* Vertical Line */
.workflow-section .timeline-wrapper {
position: relative;
margin-top: 60px;
}
.workflow-section .timeline-wrapper::before {
content: '';
position: absolute;
width: 3px;
background: linear-gradient(to bottom, #7b3cff, #4c2cff);
top: 0;
bottom: 0;
left: 50%;
transform: translateX(-50%);
}
/* Dot Image */
.workflow-section .timeline-dot {
position: relative;
z-index: 2;
}
/* Content Card */
.workflow-section .timeline-content {
padding: 25px;
transition: 0.3s;
margin-bottom: 1.5rem;
}
.workflow-section .timeline-content h6 {
color: #060B13;
font-size: 24px;
font-weight: 600;
line-height: 39.6px;
}
.workflow-section .timeline-content p {
color: #4A5565;
font-size: 16px;
font-weight: 400;
line-height: 26px;
}
.workflow-section .timeline-content:hover {
transform: translateY(-5px);
}
.workflow-section .step-number {
color: #99A1AF;
font-size: 72px;
font-weight: 700;
line-height: 72px;
display: block;
margin-bottom: 8px;
}
/* Image Card */
.workflow-section .timeline-image {
padding: 15px;
transition: 0.3s;
margin-bottom: 1.5rem;
}
.workflow-section .timeline-image:hover {
transform: translateY(-5px);
}
.workflow-section .workflow-btn {
border-radius: 8px;
background: linear-gradient(0deg, #141B5D 0%, #141B5D 100%), rgba(255, 255, 255, 0.02);
box-shadow: 0 2px 8px 0 rgba(255, 255, 255, 0.05) inset,
0 1px 3px 0 rgba(255, 255, 255, 0.12) inset,
0 0.5px 0.5px 0 rgba(255, 255, 255, 0.16) inset;
backdrop-filter: blur(6px);
color: #FFF;
text-align: center;
font-size: 16px;
font-weight: 700;
padding: 12px 16px;
}
.workflow-section .workflow-btn:hover {
background: linear-gradient(0deg, #141B5D 0%, #141B5D 100%), rgba(255, 255, 255, 0.02);
box-shadow: 0 2px 8px 0 rgba(255, 255, 255, 0.05) inset,
0 1px 3px 0 rgba(255, 255, 255, 0.12) inset,
0 0.5px 0.5px 0 rgba(255, 255, 255, 0.16) inset;
backdrop-filter: blur(6px);
color: #FFF;
}
/* Responsive */
@media (max-width: 991px) {
.workflow-section .timeline-wrapper::before {
left: 20px;
}
.workflow-section .timeline-row .row {
flex-direction: column;
}
.workflow-section .timeline-dot {
margin-left: -24px;
text-align: left;
}
.workflow-section .timeline-content,
.workflow-section .timeline-image {
text-align: left !important;
margin-bottom: 1.5rem;
}
}


/* Parent Scoped Section */
.customize-section {
padding: 80px 0;
}

/* Header */
.customize-section .subtitle {
  color: var(--Colors-Neutral-1000, #333);
font-family: Rubik;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 48px */
  margin-bottom: 10px;
}

.customize-section .title {
background: linear-gradient(90deg, #141B5D 0%, #9810FA 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 60px */
letter-spacing: -0.92px;
  margin-bottom: 15px;
}



.customize-section .description {
color: var(--Colors-Neutral-900, #4A4A4A);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
}

/* Cards */
.customize-section .custom-card {
border-radius: 13.994px;
border: 0.8px solid #E9D4FF;
background: #FFF;
  padding: 20px;
  transition: 0.3s ease;
  height: 100%;
}
.customize-section .custom-card img {
width: 100%;
}
.preview-box  img
{
width: 100%;
}
.customize-section .custom-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

/* Card Text */
.customize-section .custom-card h5 {
 color: #060B13;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 39.583px; /* 198% */
  margin-bottom: 10px;
}

.customize-section .custom-card p {
color: #4A5565;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 25.189px */
  margin-bottom: 15px;
}

/* Images */
.customize-section .card-image {
  background: #f4f5f7;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}

.customize-section .card-image img {
  max-width: 100%;
  border-radius: 8px;
}

/* Small Cards */
.customize-section .small-card {
  padding: 18px;
}

/* Mini Box (URL) */
.customize-section .mini-box {
  background: #f4f5f7;
  border-radius: 10px;
  padding: 12px;
  font-size: 13px;
}

.customize-section .mini-box span {
  display: block;
  color: #888;
  margin-bottom: 4px;
}

.customize-section .mini-box strong {
  font-size: 13px;
  color: #333;
}

/* Smaller Image */
.customize-section .small-img img {
  max-height: 90px;
  object-fit: contain;
}

/* Responsive */
@media (max-width: 991px) {
  .customize-section .title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .customize-section .description {
    font-size: 14px;
  }

  .customize-section .custom-card {
    padding: 18px;
  }
}


/* ===============================
ADDONS SECTION
================================ */
.addons-section{
background:#ffffff;
}
.addons-section .addons-title{
background: linear-gradient(90deg, #141B5D 0%, #9810FA 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-align: center;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 60px */
letter-spacing: -1.92px;
margin-bottom:10px;
}
.addons-section .subtitle {
    color: var(--Colors-Neutral-1000, #333);
    font-family: Rubik;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 10px;
}
.addons-section .addons-description{
color: var(--Colors-Neutral-900, #4A4A4A);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 200%; /* 40px */
line-height:1.7;
}
/* LEFT MENU */
.addons-section .addons-menu{
overflow:hidden;
border-radius: 16px;
background: #FFF;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}
.addons-section .addons-menu-item{
padding:20px;
cursor:pointer;
border: 0;
border-bottom: 0.8px solid #E5E5E5;
transition:all .3s;
background:#fff;
border-left: 4px solid #fff;
text-align:left;
color: #333;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 150% */
}
.addons-section .addons-menu-item:last-child{
border-bottom:none;
}
.addons-section .addons-menu-item.active{
border-left: 4px solid #9810FA;
background: linear-gradient(90deg, rgba(20, 27, 93, 0.05) 0%, rgba(152, 16, 250, 0.05) 100%);
}
.addons-section .addons-menu-title{
color: #333;
font-size: 16px;
font-style: normal;
text-align: left;
font-weight: 600;
line-height: 24px; /* 150% */
margin-bottom: 0.5rem;
}
.addons-section .addons-menu-price{
color: #141B5D;
font-size: 16px;
text-align: left;
font-style: normal;
font-weight: 600;
line-height: 21px; /* 150% */
}
.addons-section .addons-menu-status{
font-size: 16px;
font-style: normal;
text-align: left;
font-weight: 400;
line-height: 21px; /* 150% */
}
.addons-section .addons-menu-status.paid{
color: #141B5D;
}
.addons-section .addons-menu-status.free{
color: #05DF72;
}
/* RIGHT CARD */
.addons-section .addons-content-card{
border-radius: 32px;
background: linear-gradient(180deg, #F8F7FF 0%, #FFF 100%);
box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.30);
padding:40px;
}


.addons-section h4{
color: #333;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 42px; /* 150% */
margin-bottom:10px;
}
.addons-section p{
color: #666;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 27.2px; /* 170% */
margin-bottom:25px;
}
/* PRICING BOX */
.addons-section .addons-pricing-box{
border-radius: 12px;
border: 0.8px solid #E5E5E5;
background: #FFF;
padding:25px;
margin-bottom:25px;
}
.addons-section .addons-pricing-header{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:15px;
}
.addons-section .addons-pricing-header span{
color: #666;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 21px; /* 150% */
}
.addons-section .addons-pricing-header strong{
color: #141B5D;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 150% */
}
.addons-section .addons-feature-list{
padding-left:0px;
margin:0;
list-style: none;
}
.addons-section .addons-feature-list li{
color: #666;
font-size: 16px;
font-style: normal;
list-style: none;
font-weight: 400;
line-height: 21px; /* 150% */
margin-bottom:10px;
}
/* BUTTON */
.addons-section .addons-cta-btn{
width:100%;
border:none;
padding:14px;
color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 150% */
border-radius: 12px;
background: linear-gradient(180deg, #141B5D 0%, #9810FA 100%);
transition:.3s;
}
.addons-section .addons-cta-btn:hover{
opacity:.9;
}
/* RESPONSIVE */
@media (max-width:991px){
.addons-section .addons-content-card{
padding:30px;
}
}
@media (max-width:768px){
.addons-section .addons-title{
font-size:26px;
}
.addons-section .addons-content-card{
padding:25px;
}
}