.elementor-6224 .elementor-element.elementor-element-717247a{--display:flex;}.elementor-6224 .elementor-element.elementor-element-ce504e9{--display:flex;}.elementor-6224 .elementor-element.elementor-element-ae846ad{--display:flex;}.elementor-6224 .elementor-element.elementor-element-35fade5{--display:flex;}.elementor-6224 .elementor-element.elementor-element-0261d62{--display:flex;}.elementor-6224 .elementor-element.elementor-element-6673c09{--display:flex;}.elementor-6224 .elementor-element.elementor-element-b818b14{--display:flex;}.elementor-6224 .elementor-element.elementor-element-a948736{--display:flex;}.elementor-6224 .elementor-element.elementor-element-caf96ce{--display:flex;}.elementor-6224 .elementor-element.elementor-element-4820aca{--display:flex;}.elementor-6224 .elementor-element.elementor-element-1d0f85d{--display:flex;}.elementor-6224 .elementor-element.elementor-element-084b9de{--display:flex;}.elementor-6224 .elementor-element.elementor-element-ac97a7f{--display:flex;}.elementor-6224 .elementor-element.elementor-element-30b1ad4{--display:flex;}.elementor-6224 .elementor-element.elementor-element-bdb7e0f{--display:flex;}.elementor-6224 .elementor-element.elementor-element-eaa68e1{--display:flex;}.elementor-6224 .elementor-element.elementor-element-1eae30a{--display:flex;}.elementor-6224 .elementor-element.elementor-element-a3d2b9a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ffc4dde */.overview-section{
  padding:60px 20px;
  background:#ffffff;
}

.overview-container{
  max-width:1000px;
  margin:auto;
}

.overview-title{
  font-size:32px;
  font-weight:700;
  margin-bottom:25px;
}

.overview-box{
  background:#f4f4f4;
  border-left:6px solid #e21b23;
  padding:35px 40px;
  border-radius:6px;
}

.overview-box p{
  font-size:18px;
  line-height:1.8;
  color:#333;
  margin:0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c0aecd9 */.eeat-line{
    background:#f2f2f2;
    padding:18px 25px;
    font-size:18px;
    color:#333;
    border-radius:6px;
    display:flex;
    align-items:center;
    gap:12px;
    font-family:'Segoe UI', sans-serif;
}

.eeat-line strong{
    color:#e11b22; /* brand red */
}

.separator{
    color:#999;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c695122 */.hero-section{
  background:#f1f1f1;
  padding:100px 20px;
  text-align:center;
}

.hero-container{
  max-width:900px;
  margin:0 auto;
}

.hero-section h1{
  font-size:42px;
  font-weight:500;
  margin-bottom:30px;
  color:#000;
}

.hero-text{
  font-size:20px;
  line-height:1.8;
  color:#222;
  margin-bottom:20px;
}

.hero-btn{
  display:inline-block;
  margin-top:20px;
  padding:16px 35px;
  background:#e51616;
  color:#fff;
  text-decoration:none;
  font-size:18px;
  border-radius:6px;
  transition:0.3s;
}

.hero-btn:hover{
  background:#c81212;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0548891 */.company-card{
    display:flex;
    gap:40px;
    padding:45px;
    border:1px solid #e4e4e4;
    border-radius:16px;
    background:#f9f9f9;
    margin-bottom:30px;
    font-family:Arial, sans-serif;
}

/* Left Section */

.company-left{
    width:35%;
    border-right:1px solid #ddd;
    padding-right:30px;
}

.company-left h2{
    font-size:28px;
    margin-bottom:20px;
}

.company-left p{
    font-size:15px;
    margin:10px 0;
    line-height:1.6;
}

.company-left h3{
    margin-top:25px;
    font-size:18px;
}

/* Right Section */

.company-right{
    width:65%;
}

.company-right p{
    font-size:16px;
    line-height:1.8;
    color:#444;
    margin-bottom:15px;
}

.company-right h4{
    margin-top:20px;
    margin-bottom:10px;
    font-size:18px;
}

/* Tags */

.tags{
    margin-top:10px;
    margin-bottom:20px;
}

.tags span{
    display:inline-block;
    background:#e7e7e7;
    padding:8px 16px;
    border-radius:20px;
    margin:5px;
    font-size:13px;
}

/* Buttons */

.company-buttons{
    margin-top:25px;
}

.visit-btn{
    background:#e61b1b;
    color:#fff;
    padding:13px 28px;
    border-radius:8px;
    text-decoration:none;
    font-weight:bold;
}

.visit-btn:hover{
    background:#c81313;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d7afbd8 */.webapp-importance-section {
  padding: 100px 20px;
  background: #ffffff;
}

.container {
  max-width: 1150px;
  margin: 0 auto;
}

/* Header */
.section-header.center {
  text-align: center;
  margin-bottom: 70px;
}

.section-header h2 {
  font-size: 34px;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.section-header h2::after {
  content: "";
  width: 70px;
  height: 3px;
  background: #e11b22;
  display: block;
  margin: 10px auto 0;
}

.section-header p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto 10px;
}

/* Feature Flow */
.feature-flow {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* Row */
.feature-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  border-radius: 8px;
  background: #fafafa;
  transition: 0.3s;
  border-left: 3px solid transparent;
}

.feature-row:hover {
  border-left: 3px solid #e11b22;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

/* Number */
.feature-number {
  font-size: 22px;
  font-weight: 700;
  color: #e11b22;
  min-width: 50px;
}

/* Content */
.feature-content h3 {
  font-size: 20px;
  margin-bottom: 6px;
  color: #111;
}

.feature-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

/* Insight */
.insight-box {
  margin-top: 60px;
  padding: 25px;
  border-left: 4px solid #e11b22;
  background: #fafafa;
  border-radius: 8px;
  text-align: center;
}

.insight-box p {
  font-size: 16px;
  color: #333;
  margin: 0;
}

/* Responsive */
@media (max-width: 600px) {
  .section-header h2 {
    font-size: 26px;
  }

  .feature-row {
    flex-direction: column;
  }

  .feature-number {
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9cb63f3 */.webapp-section{
padding:80px 20px;
background:#f9f9f9;
}

.container{
max-width:1100px;
margin:auto;
}

.webapp-section h2{
text-align:center;
font-size:34px;
margin-bottom:25px;
}

.intro{
color:#555;
line-height:1.8;
margin-bottom:15px;
text-align:center;
max-width:800px;
margin-left:auto;
margin-right:auto;
}

/* TIMELINE */
.timeline{
position:relative;
margin-top:60px;
padding-left:30px;
border-left:2px solid #e11b22;
}

.timeline-item{
position:relative;
margin-bottom:40px;
}

.timeline-dot{
position:absolute;
left:-10px;
top:5px;
width:16px;
height:16px;
background:#e11b22;
border-radius:50%;
}

.timeline-content{
background:#fff;
padding:25px;
border-radius:8px;
border:1px solid #eee;
transition:0.3s;
}

.timeline-content:hover{
box-shadow:0 8px 20px rgba(0,0,0,0.08);
}

.timeline-content h3{
margin-bottom:10px;
}

.timeline-content p{
color:#555;
margin-bottom:10px;
line-height:1.7;
}

.timeline-content ul{
padding-left:18px;
color:#444;
line-height:1.7;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e68c433 */.ranking-methodology {
  padding: 90px 20px;
  background: #ffffff;
}

.container {
  max-width: 1150px;
  margin: auto;
}

/* Header */
.section-header {
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 34px;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
  position: relative;
}

.section-header h2::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #e11b22;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.section-header p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  max-width: 900px;
  margin-bottom: 10px;
}

/* Wrapper */
.methodology-wrapper {
  border-top: 1px solid #eee;
}

/* Item */
.method-item {
  display: flex;
  gap: 25px;
  padding: 30px 0;
  border-bottom: 1px solid #eee;
  transition: 0.3s;
}

.method-item:hover {
  background: #fafafa;
}

.method-left {
  flex: 0 0 60px;
}

.method-number {
  font-size: 20px;
  font-weight: 700;
  color: #e11b22;
}

.method-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #111;
}

.method-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
}

/* Score Bar */
.score-bar {
  height: 6px;
  background: #eee;
  border-radius: 10px;
  overflow: hidden;
}

.score-fill {
  height: 100%;
  background: #e11b22;
  border-radius: 10px;
}

/* Highlight */
.method-item.highlight {
  border-left: 3px solid #e11b22;
  padding-left: 20px;
  background: #fafafa;
  border-radius: 8px;
}

/* Summary */
.methodology-summary {
  margin-top: 50px;
  padding: 25px;
  border-left: 4px solid #e11b22;
  background: #fafafa;
  border-radius: 8px;
}

.methodology-summary p {
  margin: 0;
  font-size: 15px;
  color: #333;
}

/* Responsive */
@media (max-width: 600px) {
  .method-item {
    flex-direction: column;
  }

  .method-left {
    margin-bottom: 10px;
  }

  .section-header h2 {
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9d0e2df */.app-comparison{
padding:80px 20px;
background:#f7f7f7;
}

.container{
max-width:1100px;
margin:auto;
}

.app-comparison h2{
text-align:center;
font-size:32px;
margin-bottom:20px;
}

.section-intro{
text-align:center;
max-width:750px;
margin:auto;
margin-bottom:60px;
color:#555;
line-height:1.7;
}

/* Timeline Style */
.comparison-timeline{
position:relative;
margin-bottom:60px;
}

.comparison-block{
display:flex;
gap:20px;
margin-bottom:40px;
}

.label{
min-width:50px;
height:50px;
background:#e11b22;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
font-weight:600;
}

.content{
background:#fff;
padding:25px;
border-radius:8px;
border-left:4px solid #e11b22;
flex:1;
}

.content h3{
margin-bottom:10px;
}

.content p{
color:#555;
margin-bottom:15px;
line-height:1.7;
}

.content ul{
padding-left:18px;
color:#444;
line-height:1.8;
}

/* Highlight Section */
.highlight-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
}

.highlight-card{
background:#fff;
padding:25px;
border-radius:8px;
border-top:3px solid #e11b22;
transition:0.3s;
}

.highlight-card:hover{
transform:translateY(-5px);
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.highlight-card h4{
margin-bottom:10px;
}

.highlight-card p{
color:#555;
line-height:1.7;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-318fef7 */.custom-webapps{
padding:80px 20px;
background:#f8f8f8;
}

.container{
max-width:1100px;
margin:auto;
}

.custom-webapps h2{
text-align:center;
font-size:34px;
margin-bottom:20px;
}

.section-intro{
text-align:center;
max-width:750px;
margin:auto;
margin-bottom:60px;
color:#555;
line-height:1.8;
}

/* TIMELINE */
.timeline{
position:relative;
padding-left:30px;
}

.timeline:before{
content:"";
position:absolute;
left:10px;
top:0;
width:3px;
height:100%;
background:#e11b22;
}

/* ITEMS */
.timeline-item{
position:relative;
margin-bottom:40px;
background:#fff;
padding:25px 30px;
border-radius:8px;
border:1px solid #eee;
transition:0.3s;
}

.timeline-item:hover{
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.timeline-item:before{
content:"";
position:absolute;
left:-22px;
top:25px;
width:14px;
height:14px;
background:#e11b22;
border-radius:50%;
}

/* HEADINGS */
.timeline-item h3{
font-size:20px;
margin-bottom:10px;
}

.timeline-item h3 span{
color:#e11b22;
font-weight:700;
margin-right:8px;
}

/* TEXT */
.timeline-item p{
color:#555;
line-height:1.7;
margin-bottom:10px;
}

.timeline-item ul{
padding-left:18px;
color:#444;
line-height:1.7;
}

.timeline-item li{
margin-bottom:6px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3c28721 */.webapp-features{
padding:80px 20px;
background:#f7f7f7;
}

.container{
max-width:1100px;
margin:auto;
}

.webapp-features h2{
text-align:center;
font-size:32px;
margin-bottom:20px;
}

.section-intro{
text-align:center;
max-width:800px;
margin:auto;
margin-bottom:60px;
color:#555;
line-height:1.7;
}

.feature-timeline{
position:relative;
}

.feature-timeline::before{
content:"";
position:absolute;
left:20px;
top:0;
width:3px;
height:100%;
background:#e11b22;
}

.feature-item{
display:flex;
align-items:flex-start;
margin-bottom:50px;
position:relative;
}

.feature-number{
min-width:40px;
height:40px;
background:#e11b22;
color:#fff;
font-weight:600;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
margin-right:20px;
z-index:1;
}

.feature-content{
background:#fff;
padding:25px;
border-radius:8px;
border:1px solid #eee;
flex:1;
transition:0.3s;
}

.feature-content:hover{
box-shadow:0 10px 25px rgba(0,0,0,0.08);
border-color:#e11b22;
}

.feature-content h3{
margin-bottom:10px;
}

.feature-content p{
color:#555;
margin-bottom:10px;
line-height:1.7;
}

.feature-content ul{
padding-left:18px;
color:#444;
line-height:1.7;
}

@media(max-width:768px){
.feature-timeline::before{
left:15px;
}
.feature-number{
margin-right:15px;
}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-db199c6 */.webapp-trends{
padding:80px 20px;
background:#f7f7f7;
}

.container{
max-width:1100px;
margin:auto;
}

.webapp-trends h2{
text-align:center;
font-size:34px;
margin-bottom:20px;
}

.intro{
text-align:center;
max-width:800px;
margin:auto;
margin-bottom:60px;
color:#555;
line-height:1.8;
}

.timeline{
display:grid;
grid-template-columns:1fr;
gap:30px;
position:relative;
}

.trend-card{
background:#fff;
padding:30px 30px 30px 70px;
border-radius:8px;
border:1px solid #eee;
position:relative;
transition:0.3s;
}

.trend-card:hover{
box-shadow:0 10px 25px rgba(0,0,0,0.08);
border-left:4px solid #e11b22;
}

.trend-number{
position:absolute;
left:20px;
top:30px;
font-size:22px;
font-weight:700;
color:#e11b22;
}

.trend-card h3{
margin-bottom:10px;
font-size:22px;
}

.trend-card p{
color:#444;
line-height:1.7;
margin-bottom:15px;
}

.trend-card ul{
padding-left:18px;
color:#555;
line-height:1.7;
}

.trend-card li{
margin-bottom:8px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1d9d495 */.webapp-cost-section {
  padding: 100px 20px;
  background: #fff;
}

.container {
  max-width: 1150px;
  margin: auto;
}

/* Header */
.section-header {
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 34px;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
  position: relative;
}

.section-header h2::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #e11b22;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.section-header p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  max-width: 900px;
  margin-bottom: 10px;
}

/* Layout */
.cost-layout {
  display: flex;
  gap: 40px;
}

/* Pricing Panel */
.pricing-panel {
  flex: 0 0 320px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pricing-box {
  background: #fafafa;
  padding: 25px;
  border-radius: 8px;
  border-left: 3px solid #e11b22;
  transition: 0.3s;
}

.pricing-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.pricing-box h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.price {
  font-size: 22px;
  font-weight: 700;
  color: #e11b22;
  margin-bottom: 8px;
}

.pricing-box span {
  font-size: 13px;
  color: #666;
}

.pricing-box.highlight {
  background: #fff;
  border-left: 4px solid #e11b22;
}

/* Content Panel */
.content-panel {
  flex: 1;
}

.content-block {
  margin-bottom: 40px;
}

.content-block h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #111;
}

.content-block p {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 10px;
}

.content-block ul {
  padding-left: 18px;
}

.content-block li {
  font-size: 14px;
  margin-bottom: 8px;
  color: #555;
}

/* Cost Bars */
.cost-bars {
  margin-top: 20px;
}

.bar {
  margin-bottom: 15px;
}

.bar span {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

.bar-fill {
  background: #e11b22;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 12px;
}

/* Highlight Block */
.highlight-block {
  background: #fafafa;
  padding: 20px;
  border-left: 4px solid #e11b22;
  border-radius: 8px;
}

/* Bottom Insight */
.bottom-insight {
  margin-top: 60px;
  padding: 25px;
  background: #fafafa;
  border-left: 4px solid #e11b22;
  border-radius: 8px;
}

.bottom-insight p {
  margin: 0;
  font-size: 15px;
  color: #333;
}

/* Responsive */
@media (max-width: 900px) {
  .cost-layout {
    flex-direction: column;
  }

  .pricing-panel {
    flex: 1;
  }
}

@media (max-width: 600px) {
  .section-header h2 {
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4e2c756 */.faq-section{
    background:#f3f3f3;
    padding:70px 20px;
}

.faq-container{
    max-width:1000px;
    margin:auto;
}

.faq-title{
    font-size:36px;
    font-family:serif;
    margin-bottom:40px;
}

.faq-item{
    border-bottom:1px solid #ddd;
    padding:20px 0;
}

.faq-question{
    font-size:20px;
    font-weight:600;
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.faq-question .icon{
    color:#e60023;
    font-size:22px;
}

.faq-answer{
    display:none;
    padding-top:15px;
}

.faq-answer p{
    color:#555;
    line-height:1.7;
    font-size:16px;
}

.faq-item.active .faq-answer{
    display:block;
}/* End custom CSS */