.elementor-11726 .elementor-element.elementor-element-fb8cb25{--display:flex;}.elementor-11726 .elementor-element.elementor-element-9b4fe67{--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;}.elementor-11726 .elementor-element.elementor-element-cf587e3{--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;}.elementor-11726 .elementor-element.elementor-element-8e4479a{--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;}.elementor-11726 .elementor-element.elementor-element-106827e{--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;}.elementor-11726 .elementor-element.elementor-element-60d7bb1{--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;}.elementor-11726 .elementor-element.elementor-element-1996508{--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;}.elementor-11726 .elementor-element.elementor-element-99c5cfd{--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;}.elementor-11726 .elementor-element.elementor-element-f4a3441{--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;}.elementor-11726 .elementor-element.elementor-element-0935fb3{--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;}.elementor-11726 .elementor-element.elementor-element-26a4552{--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;}.elementor-11726 .elementor-element.elementor-element-1203157{--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;}.elementor-11726 .elementor-element.elementor-element-8222ab1{--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;}.elementor-11726 .elementor-element.elementor-element-365bb4c{--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;}.elementor-11726 .elementor-element.elementor-element-1d9cc8f{--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;}/* Start custom CSS for html, class: .elementor-element-0c994b1 */.aws-hero{
  background:linear-gradient(135deg,#0b1220,#1e1b2e);
  padding:90px 20px;
  text-align:center;
  font-family:Inter, sans-serif;
}

.container{
  max-width:1100px;
  margin:auto;
}

/* HEADING */
.aws-hero h1{
  font-size:38px;
  font-weight:700;
  color:#ffffff;
  line-height:1.3;
}

.aws-hero h1 span{
  display:block;
  color:#f97316;
}

/* SUBTEXT */
.subtext{
  max-width:720px;
  margin:18px auto 40px;
  font-size:15px;
  color:#94a3b8;
  line-height:1.7;
}

/* FEATURES GRID */
.feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-bottom:30px;
}

/* FEATURE CARD */
.feature{
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.1);
  padding:14px 16px;
  border-radius:10px;
  color:#e2e8f0;
  font-size:13px;
  text-align:left;
}

/* BUTTON ROW */
.cta-row{
  display:flex;
  justify-content:center;
  gap:14px;
  margin-top:20px;
  margin-bottom:40px;
  flex-wrap:wrap;
}

/* PRIMARY BUTTON */
.btn-primary{
  background:#f97316;
  color:#fff;
  padding:14px 26px;
  border-radius:8px;
  font-size:14px;
  font-weight:600;
  text-decoration:none;
  transition:0.3s;
}

.btn-primary:hover{
  background:#ea580c;
  box-shadow:0 8px 20px rgba(249,115,22,0.4);
}

/* SECONDARY BUTTON */
.btn-secondary{
  background:transparent;
  color:#cbd5f5;
  border:1px solid rgba(255,255,255,0.2);
  padding:14px 22px;
  border-radius:8px;
  font-size:14px;
  text-decoration:none;
  transition:0.3s;
}

.btn-secondary:hover{
  background:rgba(255,255,255,0.05);
}

/* STATS BAR */
.stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:#ffffff;
  border-radius:14px;
  padding:18px;
  gap:10px;
}

.stats div{
  text-align:center;
}

.stats strong{
  display:block;
  color:#f97316;
  font-size:16px;
}

.stats span{
  font-size:12px;
  color:#64748b;
}

/* RESPONSIVE */
@media(max-width:900px){
  .feature-grid{
    grid-template-columns:1fr;
  }

  .stats{
    grid-template-columns:1fr 1fr;
  }

  .aws-hero h1{
    font-size:28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-056b5ee */.problem-section{
  background:#f8fafc;
  padding:80px 20px;
  text-align:center;
  font-family:Inter, sans-serif;
}

.container{
  max-width:1000px;
  margin:auto;
}

/* TITLE */
.problem-section h2{
  font-size:30px;
  font-weight:700;
  color:#1e293b;
}

/* SUBTITLE */
.subtitle{
  margin:10px 0 40px;
  font-size:15px;
  color:#64748b;
}

/* GRID */
.problem-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
  margin-bottom:50px;
}

/* CARD */
.problem-card{
  display:flex;
  align-items:center;
  gap:12px;

  background:#ffffff;
  padding:16px 18px;
  border-radius:12px;

  border:1px solid #e2e8f0;
  box-shadow:0 4px 12px rgba(0,0,0,0.05);

  text-align:left;
}

/* CROSS ICON */
.cross{
  color:#f97316;
  font-size:16px;
  font-weight:700;
}

/* TEXT */
.problem-card p{
  font-size:14px;
  color:#334155;
}

/* MID TITLE */
.mid-title{
  font-size:22px;
  font-weight:700;
  color:#1e293b;
  margin-bottom:12px;
}

/* DESCRIPTION */
.desc{
  font-size:14px;
  color:#64748b;
  max-width:750px;
  margin:0 auto 10px;
  line-height:1.7;
}

/* ORANGE HIGHLIGHT LINE */
.highlight{
  margin-top:10px;
  color:#f97316;
  font-weight:500;
}

.highlight span{
  color:#64748b;
  font-weight:400;
}

/* RESPONSIVE */
@media(max-width:768px){
  .problem-grid{
    grid-template-columns:1fr;
  }

  .problem-section h2{
    font-size:24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ff56789 */.promise-section{
  background:#f8fafc;
  padding:80px 20px;
  text-align:center;
  font-family:Inter, sans-serif;
}

.container{
  max-width:1100px;
  margin:auto;
}

/* TITLE */
.promise-section h2{
  font-size:30px;
  font-weight:700;
  color:#1e293b;
}

/* SUBTEXT */
.subtitle{
  margin:12px auto 40px;
  max-width:720px;
  font-size:15px;
  color:#64748b;
  line-height:1.7;
}

/* GRID */
.promise-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-bottom:50px;
}

/* CARD */
.promise-card{
  display:flex;
  align-items:center;
  gap:10px;

  background:#ffffff;
  border:1px solid #e2e8f0;
  border-radius:12px;

  padding:16px 18px;
  text-align:left;

  box-shadow:0 4px 12px rgba(0,0,0,0.05);
}

/* CHECK ICON */
.check{
  color:#f97316;
  font-size:16px;
  font-weight:700;
}

/* TEXT */
.promise-card p{
  font-size:14px;
  color:#334155;
}

/* OUTCOME TITLE */
.outcome-title{
  font-size:20px;
  font-weight:600;
  color:#1e293b;
  margin-bottom:25px;
}

/* OUTCOME GRID */
.outcome-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

/* OUTCOME CARD */
.outcome-card{
  background:#ffffff;
  border-radius:12px;
  padding:22px;
  text-align:center;

  border:1px solid #e2e8f0;
  box-shadow:0 4px 12px rgba(0,0,0,0.05);
}

/* NUMBER */
.outcome-card h4{
  font-size:20px;
  color:#f97316;
  margin-bottom:6px;
}

/* TEXT */
.outcome-card p{
  font-size:13px;
  color:#64748b;
}

/* RESPONSIVE */
@media(max-width:900px){
  .promise-grid{
    grid-template-columns:1fr;
  }

  .outcome-grid{
    grid-template-columns:1fr 1fr;
  }

  .promise-section h2{
    font-size:24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7d729c7 */.aws-expertise{
  background:#f8fafc;
  padding:80px 20px;
  font-family:Inter, sans-serif;
  text-align:center;
}

.container{
  max-width:1150px;
  margin:auto;
}

/* TITLE */
.aws-expertise h2{
  font-size:30px;
  font-weight:700;
  color:#1e293b;
}

/* SUBTEXT */
.subtitle{
  margin:12px auto 50px;
  max-width:720px;
  font-size:15px;
  color:#64748b;
  line-height:1.7;
}

/* GRID */
.aws-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:24px;
}

/* CARD */
.aws-card{
  background:#ffffff;
  border-radius:14px;
  padding:22px;
  text-align:left;
  position:relative;

  border:1px solid #e2e8f0;
  box-shadow:0 6px 18px rgba(0,0,0,0.06);
}

/* TOP GRADIENT LINE */
.top-line{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:3px;
  border-radius:14px 14px 0 0;
  background:linear-gradient(90deg,#ff6a00,#3b82f6);
}

/* TITLE */
.aws-card h3{
  font-size:16px;
  font-weight:600;
  margin-bottom:10px;
  color:#1e293b;
}

/* DESC */
.desc{
  font-size:13px;
  color:#64748b;
  margin-bottom:12px;
}

/* LABEL */
.label{
  display:block;
  font-size:11px;
  font-weight:600;
  color:#94a3b8;
  margin-bottom:8px;
}

/* TAGS */
.tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:16px;
}

.tags span{
  background:#f1f5f9;
  border:1px solid #e2e8f0;
  padding:5px 10px;
  font-size:11px;
  border-radius:20px;
  color:#475569;
}

/* OUTCOME BOX */
.outcome-box{
  background:#0f172a;
  border-radius:10px;
  padding:14px 16px;
}

.outcome-box span{
  font-size:11px;
  font-weight:700;
  color:#f97316;
  display:block;
  margin-bottom:4px;
}

.outcome-box p{
  font-size:13px;
  color:#e2e8f0;
}

/* RESPONSIVE */
@media(max-width:900px){
  .aws-grid{
    grid-template-columns:1fr;
  }

  .aws-expertise h2{
    font-size:24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ccaf775 */.industries{
  background:#f8fafc;
  padding:80px 20px;
  text-align:center;
  font-family:Inter, sans-serif;
}

.container{
  max-width:1150px;
  margin:auto;
}

/* TITLE */
.industries h2{
  font-size:30px;
  font-weight:700;
  color:#1e293b;
}

/* SUBTITLE */
.subtitle{
  margin:10px auto 50px;
  max-width:720px;
  font-size:15px;
  color:#64748b;
}

/* GRID */
.industries-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

/* CARD */
.industry-card{
  background:#ffffff;
  padding:26px;
  border-radius:14px;
  text-align:left;
  border:1px solid #e2e8f0;
  box-shadow:0 6px 18px rgba(0,0,0,0.06);
  transition:0.3s;
}

.industry-card:hover{
  transform:translateY(-4px);
}

/* ICON FIX (NOW ALWAYS VISIBLE) */
.icon{
  font-size:30px;
  margin-bottom:14px;
}

/* TITLE */
.industry-card h3{
  font-size:16px;
  font-weight:600;
  margin-bottom:10px;
  color:#1e293b;
}

/* TEXT */
.industry-card p{
  font-size:13px;
  color:#475569;
  line-height:1.6;
}

/* LINE */
.line{
  width:40px;
  height:3px;
  margin-top:14px;
  border-radius:10px;
  background:linear-gradient(90deg,#ff6a00,#3b82f6);
}

/* OUTCOME BAR */
.outcome-bar{
  margin-top:50px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;

  background:#ffffff;
  padding:16px 20px;
  border-radius:40px;

  border:1px solid #e2e8f0;
  box-shadow:0 6px 18px rgba(0,0,0,0.06);
}

.icon-small{
  font-size:18px;
}

.outcome-bar p{
  font-size:14px;
  color:#475569;
}

/* RESPONSIVE */
@media(max-width:900px){
  .industries-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  .industries-grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d788df1 */.why-aws{
  background:#f8fafc;
  padding:80px 20px;
  text-align:center;
  font-family:Inter, sans-serif;
}

.container{
  max-width:1100px;
  margin:auto;
}

/* TITLE */
.why-aws h2{
  font-size:30px;
  font-weight:700;
  color:#1e293b;
}

/* SUBTITLE */
.subtitle{
  margin:12px auto 50px;
  max-width:700px;
  font-size:15px;
  color:#64748b;
  line-height:1.6;
}

/* GRID */
.why-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

/* CARD */
.why-card{
  background:#ffffff;
  padding:26px 18px;
  border-radius:14px;
  text-align:center;

  border:1px solid #e2e8f0;
  box-shadow:0 6px 16px rgba(0,0,0,0.05);

  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;

  min-height:110px;
}

/* TOP LINE */
.line{
  width:42px;
  height:3px;
  border-radius:10px;
  margin-bottom:12px;
  background:linear-gradient(90deg,#ff6a00,#3b82f6);
}

/* TEXT */
.why-card p{
  font-size:14px;
  color:#334155;
  line-height:1.5;
}

/* BOTTOM PILL */
.bottom-pill{
  margin:50px auto 0;
  max-width:760px;

  background:#ffffff;
  padding:16px 24px;

  border-radius:40px;
  border:1px solid #e2e8f0;

  box-shadow:0 6px 16px rgba(0,0,0,0.05);

  font-size:14px;
  color:#475569;
}

/* RESPONSIVE */
@media(max-width:900px){
  .why-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  .why-grid{
    grid-template-columns:1fr;
  }

  .why-aws h2{
    font-size:24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-36ed215 */.process{
  background:#f8fafc;
  padding:80px 20px;
  text-align:center;
  font-family:Inter, sans-serif;
}

.container{
  max-width:1100px;
  margin:auto;
}

/* TITLE */
.process h2{
  font-size:30px;
  font-weight:700;
  color:#1e293b;
}

/* SUBTITLE */
.subtitle{
  margin:12px auto 50px;
  max-width:720px;
  font-size:15px;
  color:#64748b;
  line-height:1.6;
}

/* GRID */
.process-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

/* CARD */
.process-card{
  position:relative;
  background:#ffffff;
  padding:22px;
  border-radius:14px;
  text-align:left;

  border:1px solid #e2e8f0;
  box-shadow:0 6px 16px rgba(0,0,0,0.05);
}

/* STEP TEXT */
.step{
  font-size:12px;
  font-weight:600;
  color:#f97316;
  display:block;
  margin-bottom:8px;
}

/* ORANGE DOT (IMPORTANT FIX) */
.dot{
  position:absolute;
  top:16px;
  right:16px;
  width:6px;
  height:6px;
  background:#f97316;
  border-radius:50%;
}

/* TITLE */
.process-card h3{
  font-size:16px;
  font-weight:600;
  color:#1e293b;
  margin-bottom:6px;
}

/* DESC */
.desc{
  font-size:13px;
  color:#64748b;
  line-height:1.6;
}

/* DIVIDER */
.divider{
  height:1px;
  background:#e2e8f0;
  margin:14px 0;
}

/* META */
.meta{
  font-size:12px;
  color:#475569;
  display:flex;
  align-items:center;
  gap:6px;
}

/* RESPONSIVE */
@media(max-width:900px){
  .process-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  .process-grid{
    grid-template-columns:1fr;
  }

  .process h2{
    font-size:24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-97aafa3 */.engagement{
  background:#f8fafc;
  padding:80px 20px;
  text-align:center;
  font-family:Inter, sans-serif;
}

.container{
  max-width:1200px;
  margin:auto;
}

/* TITLE */
.engagement h2{
  font-size:32px;
  font-weight:700;
  color:#1e293b;
}

/* SUBTITLE */
.subtitle{
  margin:10px auto 50px;
  max-width:720px;
  font-size:15px;
  color:#64748b;
}

/* GRID */
.engagement-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

/* CARD */
.eng-card{
  background:#ffffff;
  padding:22px;
  border-radius:14px;
  text-align:left;

  border:1px solid #e2e8f0;
  box-shadow:0 6px 16px rgba(0,0,0,0.05);

  transition:0.3s;
}

/* HOVER */
.eng-card:hover{
  transform:translateY(-5px);
  box-shadow:0 12px 24px rgba(0,0,0,0.08);
}

/* TOP GRADIENT LINE */
.top-line{
  width:40px;
  height:3px;
  border-radius:10px;
  margin-bottom:14px;
  background:linear-gradient(90deg,#ff6a00,#3b82f6);
}

/* TITLE */
.eng-card h3{
  font-size:16px;
  font-weight:600;
  margin-bottom:12px;
  color:#1e293b;
}

/* LABEL */
.label{
  display:block;
  font-size:11px;
  font-weight:600;
  color:#94a3b8;
  margin-top:10px;
}

/* TEXT */
.eng-card p{
  font-size:13px;
  color:#475569;
  line-height:1.6;
  margin-top:4px;
}

/* DIVIDER */
.divider{
  height:1px;
  background:#e2e8f0;
  margin:14px 0;
}

/* 🔥 OUTCOME FIX (IMPORTANT) */
.outcome{
  display:inline-block;
  font-size:11px;
  font-weight:700;
  color:#f97316;
  letter-spacing:0.4px;
  margin-bottom:4px;
}

/* OUTCOME TEXT */
.outcome-text{
  font-size:13px;
  color:#1e293b;
  font-weight:500;
  margin-top:2px;
}

/* RESPONSIVE */
@media(max-width:1024px){
  .engagement-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  .engagement-grid{
    grid-template-columns:1fr;
  }

  .engagement h2{
    font-size:26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8c215f7 */.compare{
  background:#f8fafc;
  padding:80px 20px;
  text-align:center;
  font-family:Inter, sans-serif;
}

.container{
  max-width:1100px;
  margin:auto;
}

/* TITLE */
.compare h2{
  font-size:30px;
  font-weight:700;
  color:#1e293b;
}

/* SUBTITLE */
.subtitle{
  margin:10px auto 40px;
  max-width:720px;
  font-size:15px;
  color:#64748b;
}

/* TABLE WRAPPER */
.table-wrapper{
  background:#fff;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 6px 18px rgba(0,0,0,0.06);
}

/* TABLE */
.compare-table{
  width:100%;
  border-collapse:collapse;
  text-align:left;
}

/* HEADER */
.compare-table thead th{
  padding:16px;
  font-size:14px;
  font-weight:600;
  color:#475569;
  background:#f1f5f9;
}

/* 🔥 RIGHT HEADER */
.highlight-head{
  background:#0f172a !important;
  color:#fff !important;
  border-top-right-radius:12px;
}

/* BODY */
.compare-table td{
  padding:16px;
  font-size:14px;
  color:#334155;
  border-top:1px solid #e2e8f0;
}

/* 🔥 RIGHT COLUMN */
.highlight{
  background:#f1e7dc;
  color:#f97316;
  font-weight:600;
}

/* 🔥 BOTTOM GRADIENT LINE */
.compare-table tbody tr:last-child td{
  border-bottom:3px solid transparent;
}

.compare-table tbody tr:last-child td:first-child{
  border-bottom:3px solid #ff6a00;
}

.compare-table tbody tr:last-child td:last-child{
  border-bottom:3px solid #3b82f6;
}

/* RESPONSIVE */
@media(max-width:768px){
  .compare-table{
    font-size:13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cb08240 */.security{
  background:#f8fafc;
  padding:80px 20px;
  text-align:center;
  font-family:Inter, sans-serif;
}

.container{
  max-width:1100px;
  margin:auto;
}

/* TITLE */
.security h2{
  font-size:30px;
  font-weight:700;
  color:#1e293b;
}

/* SUBTITLE */
.subtitle{
  margin:10px auto 50px;
  font-size:15px;
  color:#64748b;
}

/* GRID */
.security-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

/* CARD */
.sec-card{
  background:#ffffff;
  padding:28px 20px;
  border-radius:16px;
  border:1px solid #e2e8f0;
  box-shadow:0 6px 16px rgba(0,0,0,0.05);
}

/* ICON */
.icon{
  font-size:22px;
  margin-bottom:14px;
}

/* TEXT */
.sec-card p{
  font-size:14px;
  color:#334155;
  line-height:1.5;
  margin-bottom:16px;
}

/* SMALL GRADIENT LINE */
.line{
  width:40px;
  height:3px;
  margin:auto;
  border-radius:10px;
  background:linear-gradient(90deg,#ff6a00,#3b82f6);
}

/* BOTTOM PILL */
.bottom-pill{
  margin-top:50px;
  display:inline-block;
  padding:14px 28px;
  border-radius:999px;
  background:#ffffff;
  border:1px solid #e2e8f0;
  box-shadow:0 4px 12px rgba(0,0,0,0.05);
  font-size:14px;
  color:#334155;
}

/* RESPONSIVE */
@media(max-width:1024px){
  .security-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  .security-grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9d947b1 */.testimonials{
  background:#f8fafc;
  padding:80px 20px;
  text-align:center;
  font-family:Inter, sans-serif;
}

.container{
  max-width:1100px;
  margin:auto;
}

/* TITLE */
.testimonials h2{
  font-size:30px;
  font-weight:700;
  color:#1e293b;
  margin-bottom:50px;
}

/* GRID */
.testimonial-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

/* CARD */
.test-card{
  background:#ffffff;
  padding:28px;
  border-radius:16px;
  text-align:left;

  border:1px solid #e2e8f0;
  box-shadow:0 8px 20px rgba(0,0,0,0.06);

  position:relative;
}

/* 🔥 QUOTE ICON */
.quote{
  position:absolute;
  top:-16px;
  left:20px;

  width:34px;
  height:34px;
  border-radius:50%;

  background:#0f172a;
  color:#fff;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:18px;
  font-weight:700;
}

/* TEXT */
.text{
  font-size:14px;
  color:#475569;
  line-height:1.6;
  margin-bottom:24px;
}

/* BOTTOM */
.bottom{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
}

/* NAME */
.bottom h4{
  font-size:14px;
  font-weight:600;
  color:#1e293b;
  margin:0;
}

/* COMPANY */
.bottom span{
  font-size:12px;
  color:#64748b;
}

/* 🔥 GRADIENT LINE */
.line{
  width:40px;
  height:3px;
  border-radius:10px;
  background:linear-gradient(90deg,#ff6a00,#3b82f6);
}

/* RESPONSIVE */
@media(max-width:1024px){
  .testimonial-grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-12bd16a */.case-study{
  background:#f8fafc;
  padding:80px 20px;
  font-family:Inter, sans-serif;
}

.container{
  max-width:1100px;
  margin:auto;
}

/* TITLE */
.case-study h2{
  text-align:center;
  font-size:30px;
  font-weight:700;
  color:#1e293b;
  margin-bottom:50px;
}

/* LEFT CONTENT */
.case-content{
  max-width:800px;
  margin:auto;
}

/* ITEM */
.case-item{
  display:flex;
  gap:14px;
  margin-bottom:26px;
  align-items:flex-start;
}

/* 🔥 DOT FIX */
.dot{
  width:10px;
  height:10px;
  background:#f97316;
  border-radius:50%;
  margin-top:6px;
  flex-shrink:0;
}

/* LABEL */
.label{
  font-size:11px;
  font-weight:600;
  color:#94a3b8;
  letter-spacing:0.5px;
}

/* TEXT */
.case-item p{
  margin-top:4px;
  font-size:14px;
  color:#475569;
  line-height:1.6;
}

/* RESULTS TITLE */
.results-title{
  text-align:center;
  margin:60px 0 30px;
  font-size:22px;
  font-weight:600;
  color:#1e293b;
}

/* GRID */
.results-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

/* CARD */
.result-card{
  background:#ffffff;
  padding:28px;
  border-radius:16px;
  text-align:center;

  border:1px solid #e2e8f0;
  box-shadow:0 6px 16px rgba(0,0,0,0.06);
}

/* 🔥 NUMBER */
.result-card h4{
  font-size:28px;
  font-weight:700;
  color:#f97316;
  margin-bottom:6px;
}

/* TEXT */
.result-card p{
  font-size:13px;
  color:#64748b;
  margin-bottom:12px;
}

/* 🔥 GRADIENT LINE */
.line{
  width:40px;
  height:3px;
  margin:auto;
  border-radius:10px;
  background:linear-gradient(90deg,#ff6a00,#3b82f6);
}

/* RESPONSIVE */
@media(max-width:768px){
  .results-grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2c0ec8d */.faq-section{
  background:#f8fafc;
  padding:80px 20px;
  font-family:Inter, sans-serif;
}

.container{
  max-width:900px;
  margin:auto;
}

/* TITLE */
.faq-section h2{
  text-align:center;
  font-size:28px;
  font-weight:700;
  color:#1e293b;
  margin-bottom:40px;
}

/* FAQ ITEM */
.faq-item{
  margin-bottom:16px;
  border-radius:14px;
  overflow:hidden;
}

/* QUESTION */
.faq-question{
  width:100%;
  background:#ffffff;
  border:none;
  padding:18px 20px;
  text-align:left;
  font-size:15px;
  font-weight:500;
  color:#1e293b;
  cursor:pointer;

  display:flex;
  justify-content:space-between;
  align-items:center;

  border-radius:14px;
  border:1px solid #e2e8f0;
  box-shadow:0 4px 12px rgba(0,0,0,0.05);

  position:relative;
}

/* 🔥 TOP BORDER LINE */
.faq-question::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  height:2px;
  width:100%;
  background:#cbd5e1;
}

/* ICON */
.icon{
  width:30px;
  height:30px;
  border-radius:50%;
  border:1px solid #cbd5e1;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  color:#64748b;
  transition:all 0.3s;
}

/* ACTIVE STATE */
.faq-item.active .icon{
  background:#f97316;
  color:#fff;
  border-color:#f97316;
}

/* ANSWER */
.faq-answer{
  max-height:0;
  overflow:hidden;
  background:#ffffff;
  padding:0 20px;
  font-size:14px;
  color:#475569;
  transition:all 0.3s ease;
}

/* SHOW ANSWER */
.faq-item.active .faq-answer{
  max-height:200px;
  padding:15px 20px 20px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-16575ec */.why-works{
  background:#f8fafc;
  padding:90px 20px;
  text-align:center;
  font-family:Inter, sans-serif;
}

.container{
  max-width:800px;
  margin:auto;
}

/* TITLE */
.why-works h2{
  font-size:32px;
  font-weight:700;
  color:#1e293b;
  margin-bottom:18px;
}

/* TEXT */
.desc{
  font-size:15px;
  color:#64748b;
  line-height:1.7;
  margin-bottom:12px;
}

/* PILL CONTAINER */
.pill{
  margin-top:28px;
  display:inline-flex;
  align-items:center;
  gap:10px;

  background:#ffffff;
  border:1px solid #e2e8f0;

  padding:10px 18px;
  border-radius:999px;

  font-size:14px;
  color:#334155;

  box-shadow:0 6px 16px rgba(0,0,0,0.06);
}

/* ORANGE DOT */
.dot{
  width:8px;
  height:8px;
  background:#f97316;
  border-radius:50%;
  display:inline-block;
}

/* RESPONSIVE */
@media(max-width:600px){
  .why-works h2{
    font-size:26px;
  }

  .desc{
    font-size:14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cfd2f25 */.cta-aws{
  padding:90px 20px;
  text-align:center;
  font-family:Inter, sans-serif;

  /* 🔥 DARK BLUE GRADIENT BG */
  background:linear-gradient(135deg, #0f172a 0%, #0b1b34 100%);
}

.container{
  max-width:900px;
  margin:auto;
}

/* TITLE */
.cta-aws h2{
  font-size:32px;
  font-weight:700;
  color:#ffffff;
  margin-bottom:12px;
}

/* SUBTEXT */
.cta-aws p{
  font-size:15px;
  color:#cbd5e1;
  margin-bottom:28px;
}

/* BUTTON */
.cta-btn{
  display:inline-flex;
  align-items:center;
  gap:10px;

  background:#f97316;
  color:#ffffff;
  text-decoration:none;

  padding:14px 26px;
  border-radius:8px;
  font-size:14px;
  font-weight:600;

  transition:all 0.3s ease;

  box-shadow:0 8px 18px rgba(249,115,22,0.3);
}

/* HOVER */
.cta-btn:hover{
  background:#ea580c;
  transform:translateY(-2px);
  box-shadow:0 10px 22px rgba(249,115,22,0.4);
}

/* ARROW */
.arrow{
  font-size:16px;
  transition:transform 0.3s;
}

.cta-btn:hover .arrow{
  transform:translateX(4px);
}

/* RESPONSIVE */
@media(max-width:600px){
  .cta-aws h2{
    font-size:26px;
  }

  .cta-aws p{
    font-size:14px;
  }
}/* End custom CSS */