.elementor-11725 .elementor-element.elementor-element-6252caa{--display:flex;}.elementor-11725 .elementor-element.elementor-element-b3162f2{--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-11725 .elementor-element.elementor-element-2515b30{--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-11725 .elementor-element.elementor-element-858970b{--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-11725 .elementor-element.elementor-element-62bd092{--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-11725 .elementor-element.elementor-element-0429e51{--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-11725 .elementor-element.elementor-element-4d47a89{--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-11725 .elementor-element.elementor-element-34058a1{--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-11725 .elementor-element.elementor-element-899c025{--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-11725 .elementor-element.elementor-element-4bf64a4{--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-11725 .elementor-element.elementor-element-7f853ad{--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-11725 .elementor-element.elementor-element-8072f74{--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-11725 .elementor-element.elementor-element-c822981{--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-11725 .elementor-element.elementor-element-da51a96{--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-11725 .elementor-element.elementor-element-9f34d8d{--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-9ed4f0c */.azure-hero{
  padding:90px 20px 60px;
  text-align:center;
  font-family:Inter, sans-serif;

  /* 🔥 DARK GRADIENT BG */
  background:linear-gradient(135deg,#0f172a 0%, #1e1b4b 100%);
}

.container{
  max-width:1100px;
  margin:auto;
}

/* TITLE */
.azure-hero h1{
  font-size:38px;
  font-weight:700;
  color:#ffffff;
  line-height:1.3;
  margin-bottom:18px;
}

/* ORANGE TEXT */
.azure-hero h1 span{
  display:block;
  color:#f97316;
}

/* SUBTEXT */
.sub{
  max-width:700px;
  margin:0 auto 30px;
  font-size:14px;
  color:#cbd5e1;
  line-height:1.7;
}

/* FEATURES GRID */
.features{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-bottom:30px;
}

/* PILL */
.pill{
  border:1px solid rgba(255,255,255,0.12);
  border-radius:10px;
  padding:10px 14px;
  font-size:13px;
  color:#e2e8f0;
  text-align:left;
  background:rgba(255,255,255,0.03);
}

/* BUTTON WRAP */
.cta-wrap{
  display:flex;
  justify-content:center;
  gap:12px;
  margin-bottom:40px;
  flex-wrap:wrap;
}

/* BUTTON BASE */
.btn{
  padding:12px 22px;
  border-radius:8px;
  font-size:14px;
  font-weight:600;
  text-decoration:none;
  transition:0.3s;
}

/* PRIMARY BUTTON */
.btn.primary{
  background:#f97316;
  color:#fff;
  box-shadow:0 8px 18px rgba(249,115,22,0.3);
}

.btn.primary:hover{
  background:#ea580c;
  transform:translateY(-2px);
}

/* SECONDARY BUTTON */
.btn.secondary{
  border:1px solid rgba(255,255,255,0.2);
  color:#e2e8f0;
}

.btn.secondary:hover{
  background:rgba(255,255,255,0.05);
}

/* STATS BAR */
.stats{
  background:#ffffff;
  border-radius:12px;
  padding:18px 20px;

  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;

  box-shadow:0 6px 20px rgba(0,0,0,0.08);
}

/* STAT */
.stat h3{
  font-size:18px;
  color:#f97316;
  font-weight:700;
  margin-bottom:4px;
}

.stat p{
  font-size:12px;
  color:#64748b;
}

/* RESPONSIVE */
@media(max-width:900px){
  .features{
    grid-template-columns:repeat(2,1fr);
  }

  .stats{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  .azure-hero h1{
    font-size:28px;
  }

  .features{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a4e0f28 */.problem{
  background:#f8fafc;
  padding:90px 20px;
  text-align:center;
  font-family:Inter, sans-serif;
}

.container{
  max-width:1100px;
  margin:auto;
}

/* TITLE */
.problem h2{
  font-size:30px;
  font-weight:700;
  color:#1e293b;
  margin-bottom:10px;
}

/* SUBTITLE */
.subtitle{
  font-size:15px;
  color:#64748b;
  margin-bottom:40px;
}

/* GRID */
.problem-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
  margin-bottom:50px;
}

/* CARD */
.problem-card{
  background:#ffffff;
  border:1px solid #e2e8f0;
  border-radius:14px;
  padding:20px;

  display:flex;
  align-items:flex-start;
  gap:12px;

  box-shadow:0 4px 12px rgba(0,0,0,0.05);
  text-align:left;
}

/* CROSS ICON */
.cross{
  color:#f97316;
  font-size:18px;
  margin-top:2px;
}

/* CARD TEXT */
.problem-card p{
  font-size:14px;
  color:#334155;
  line-height:1.5;
}

/* MID TITLE */
.problem h3{
  font-size:22px;
  font-weight:700;
  color:#1e293b;
  margin-bottom:12px;
}

/* DESCRIPTION */
.desc{
  max-width:750px;
  margin:0 auto 12px;
  font-size:14px;
  color:#64748b;
  line-height:1.7;
}

/* HIGHLIGHT TEXT */
.highlight{
  color:#f97316;
  font-weight:600;
}

/* RESPONSIVE */
@media(max-width:768px){
  .problem-grid{
    grid-template-columns:1fr;
  }

  .problem h2{
    font-size:24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-50ad53c */.promise{
  background:#f8fafc;
  padding:90px 20px;
  text-align:center;
  font-family:Inter, sans-serif;
}

.container{
  max-width:1100px;
  margin:auto;
}

/* TITLE */
.promise h2{
  font-size:30px;
  font-weight:700;
  color:#1e293b;
  margin-bottom:12px;
}

/* SUBTITLE */
.subtitle{
  font-size:15px;
  color:#64748b;
  max-width:700px;
  margin:0 auto 40px;
  line-height:1.7;
}

/* FEATURE GRID */
.promise-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin-bottom:50px;
}

/* FEATURE CARD */
.promise-card{
  background:#ffffff;
  border:1px solid #e2e8f0;
  border-radius:14px;
  padding:18px;

  font-size:14px;
  color:#334155;
  text-align:left;

  box-shadow:0 4px 12px rgba(0,0,0,0.05);
}

/* OUTCOME TITLE */
.promise h3{
  font-size:22px;
  font-weight:700;
  color:#1e293b;
  margin-bottom:30px;
}

/* STATS GRID */
.stats-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

/* STAT BOX */
.stat-box{
  background:#ffffff;
  border:1px solid #e2e8f0;
  border-radius:14px;
  padding:22px 10px;

  box-shadow:0 4px 12px rgba(0,0,0,0.05);
}

/* NUMBER */
.stat-box h4{
  font-size:20px;
  color:#f97316;
  font-weight:700;
  margin-bottom:6px;
}

/* TEXT */
.stat-box p{
  font-size:13px;
  color:#64748b;
}

/* RESPONSIVE */
@media(max-width:900px){
  .promise-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .stats-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  .promise-grid{
    grid-template-columns:1fr;
  }

  .promise h2{
    font-size:24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eb820af */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Segoe UI", sans-serif;
}

body {
    background: #f3f4f6;
}

.wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
}

.wrapper h2 {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #1f2937;
}

.subtitle {
    text-align: center;
    margin: 10px auto 40px;
    max-width: 720px;
    font-size: 14px;
    color: #6b7280;
}

/* GRID */
.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* EXACT like design */
    gap: 30px;
}

/* CARD */
.card {
    background: #ffffff;
    border-radius: 12px;
    padding: 22px;
    border-top: 4px solid #3b82f6;
    box-shadow: 0 6px 14px rgba(0,0,0,0.06);

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    height: auto; /* 🔥 IMPORTANT FIX */
    min-height: 100%; /* equal height feel */
}

.card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
}

.card p {
    font-size: 14px;
    color: #4b5563;
    margin-bottom: 15px;
    line-height: 1.5;
}

.card h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1f2937;
}

/* TAGS FIX */
.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.tags span {
    padding: 6px 12px;
    background: #eef2f7;
    border-radius: 20px;
    font-size: 12px;
    color: #4b5563;
    white-space: normal; /* 🔥 FIX */
}

/* OUTCOME FIX */
.outcome {
    background: #0f172a;
    padding: 18px;
    border-radius: 12px;
    margin-top: auto; /* 🔥 pushes to bottom */
}

.outcome span {
    color: #f59e0b;
    font-size: 12px;
    font-weight: 600;
}

.outcome p {
    color: #e5e7eb;
    font-size: 13px;
    margin-top: 6px;
    line-height: 1.5;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3e897af */body {
    font-family: "Segoe UI", sans-serif;
    background: #f3f4f6;
}

/* SECTION */
.industries {
    max-width: 1200px;
    margin: auto;
    padding: 50px 20px;
    text-align: center;
}

.industries h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
}

.subtitle {
    margin: 10px auto 40px;
    color: #6b7280;
    font-size: 14px;
}

/* GRID */
.industry-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* CARD */
.industry-card {
    background: #ffffff;
    padding: 22px;
    border-radius: 14px;
    text-align: left;
    box-shadow: 0 6px 12px rgba(0,0,0,0.05);
    border: 1px solid #e5e7eb;
    transition: 0.3s;
}

.industry-card:hover {
    transform: translateY(-5px);
}

.icon {
    font-size: 22px;
    margin-bottom: 12px;
}

.industry-card h3 {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 10px;
}

.industry-card p {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.5;
    margin-bottom: 15px;
}

/* bottom small gradient line */
.line {
    width: 40px;
    height: 3px;
    border-radius: 5px;
    background: linear-gradient(to right, #f97316, #3b82f6);
}

/* OUTCOME BAR */
.outcome-bar {
    margin-top: 50px;
    background: #ffffff;
    padding: 25px;
    border-radius: 40px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.06);
    display: inline-block;
    max-width: 800px;
}

.outcome-bar span {
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
}

.outcome-bar p {
    font-size: 14px;
    color: #374151;
    margin-top: 8px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .industry-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .industry-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d286895 */body {
    font-family: "Segoe UI", sans-serif;
    background: #f3f4f6;
}

/* SECTION */
.hire-section {
    max-width: 1100px;
    margin: auto;
    padding: 60px 20px;
    text-align: center;
}

.hire-section h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
}

.subtitle {
    margin: 10px auto 40px;
    font-size: 14px;
    color: #6b7280;
}

/* GRID */
.hire-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* CARD */
.hire-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 30px 20px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.05);
    border: 1px solid #e5e7eb;
    transition: 0.3s;
}

.hire-card:hover {
    transform: translateY(-4px);
}

.hire-card p {
    font-size: 14px;
    color: #374151;
    font-weight: 500;
}

/* MINI GRADIENT LINE */
.mini-line {
    width: 40px;
    height: 3px;
    margin: 0 auto 15px;
    border-radius: 5px;
    background: linear-gradient(to right, #f97316, #3b82f6);
}

/* BOTTOM NOTE */
.bottom-note {
    margin-top: 50px;
    display: inline-block;
    background: #ffffff;
    padding: 18px 30px;
    border-radius: 40px;
    box-shadow: 0 6px 14px rgba(0,0,0,0.06);
    font-size: 14px;
    color: #4b5563;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .hire-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .hire-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-13fb65d */body {
    font-family: "Segoe UI", sans-serif;
    background: #f3f4f6;
}

/* SECTION */
.process-section {
    max-width: 1100px;
    margin: auto;
    padding: 60px 20px;
    text-align: center;
}

.process-section h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
}

.subtitle {
    margin: 10px auto 40px;
    font-size: 14px;
    color: #6b7280;
}

/* GRID */
.process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* CARD */
.process-card {
    background: #ffffff;
    padding: 22px;
    border-radius: 14px;
    text-align: left;
    border: 1px solid #e5e7eb;
    box-shadow: 0 6px 12px rgba(0,0,0,0.05);
    position: relative;
}

/* TOP DOT */
.dot {
    width: 6px;
    height: 6px;
    background: #f97316;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 15px;
}

/* STEP LABEL */
.process-card h5 {
    color: #f97316;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
}

/* TITLE */
.process-card h3 {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 10px;
}

/* DESCRIPTION */
.process-card p {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.5;
    margin-bottom: 15px;
}

/* DIVIDER */
.process-card hr {
    border: none;
    height: 1px;
    background: #e5e7eb;
    margin: 15px 0;
}

/* BOTTOM TEXT */
.bottom {
    font-size: 13px;
    color: #374151;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .process-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-63c8cf4 */body {
    font-family: "Segoe UI", sans-serif;
    background: #f3f4f6;
}

/* SECTION */
.engagement {
    max-width: 1200px;
    margin: auto;
    padding: 60px 20px;
    text-align: center;
}

.engagement h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
}

.subtitle {
    margin: 10px auto 50px;
    font-size: 14px;
    color: #6b7280;
    max-width: 700px;
}

/* GRID */
.engage-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* CARD */
.engage-card {
    background: #ffffff;
    padding: 22px;
    border-radius: 14px;
    text-align: left;
    border: 1px solid #e5e7eb;
    box-shadow: 0 6px 12px rgba(0,0,0,0.05);
    position: relative;
}

/* TOP GRADIENT LINE */
.top-line {
    width: 40px;
    height: 3px;
    border-radius: 5px;
    margin-bottom: 15px;
    background: linear-gradient(to right, #f97316, #3b82f6);
}

/* TITLE */
.engage-card h3 {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 15px;
}

/* LABELS */
.engage-card h5 {
    font-size: 11px;
    font-weight: 700;
    color: #6b7280;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

/* TEXT */
.engage-card p {
    font-size: 13px;
    color: #374151;
    margin-bottom: 12px;
    line-height: 1.5;
}

/* DIVIDER */
.engage-card hr {
    border: none;
    height: 1px;
    background: #e5e7eb;
    margin: 15px 0;
}

/* OUTCOME LABEL */
.outcome-title {
    color: #f97316 !important;
}

/* RESPONSIVE */
@media (max-width: 1000px) {
    .engage-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .engage-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0f04d29 */body {
    font-family: "Segoe UI", sans-serif;
    background: #f3f4f6;
}

/* SECTION */
.comparison {
    max-width: 1100px;
    margin: auto;
    padding: 60px 20px;
    text-align: center;
}

.comparison h2 {
    font-size: 30px;
    font-weight: 700;
    color: #1f2937;
}

.subtitle {
    margin: 12px auto 45px;
    font-size: 14px;
    color: #6b7280;
}

/* TABLE BOX */
.table-box {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* TABLE */
.compare-table {
    width: 100%;
    border-collapse: collapse;
}

/* HEADER */
.compare-table thead th {
    background: #f3f4f6;
    padding: 18px 22px;
    text-align: left;
    font-size: 14px;
    color: #374151;
    font-weight: 600;
}

/* AVAANTRA HEADER (RIGHT SIDE) */
.avaantra-head {
    background: #0f172a !important;
    color: #ffffff !important;
    border-top-right-radius: 16px;
}

/* BODY */
.compare-table tbody td {
    padding: 18px 22px;
    font-size: 14px;
    color: #374151;
    border-top: 1px solid #e5e7eb;
}

/* FIRST COLUMN */
.compare-table tbody td:first-child {
    font-weight: 600;
    color: #111827;
}

/* AVAANTRA COLUMN */
.avaantra {
    background: #f3ece3;
    color: #f97316;
    font-weight: 600;
}

/* REMOVE BORDER FROM LAST ROW */
.compare-table tbody tr:last-child td {
    border-bottom: none;
}

/* BOTTOM GRADIENT */
.bottom-gradient {
    height: 4px;
    background: linear-gradient(to right, #f97316, #3b82f6);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .compare-table {
        display: block;
        overflow-x: auto;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-10f9a56 */body {
    font-family: "Segoe UI", sans-serif;
    background: #f3f4f6;
}

/* SECTION */
.security {
    max-width: 1100px;
    margin: auto;
    padding: 60px 20px;
    text-align: center;
}

.security h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
}

.subtitle {
    margin: 10px auto 45px;
    font-size: 14px;
    color: #6b7280;
}

/* GRID */
.security-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* CARD */
.security-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 30px 20px;
    box-shadow: 0 6px 14px rgba(0,0,0,0.05);
    border: 1px solid #e5e7eb;
    transition: 0.3s;
}

.security-card:hover {
    transform: translateY(-5px);
}

/* ICON */
.icon {
    font-size: 26px;
    margin-bottom: 15px;
}

/* TEXT */
.security-card p {
    font-size: 14px;
    color: #374151;
    margin-bottom: 18px;
    line-height: 1.5;
}

/* MINI GRADIENT LINE */
.mini-line {
    width: 40px;
    height: 3px;
    margin: auto;
    border-radius: 5px;
    background: linear-gradient(to right, #f97316, #3b82f6);
}

/* BOTTOM PILL */
.bottom-pill {
    margin-top: 50px;
    display: inline-block;
    padding: 16px 30px;
    background: #ffffff;
    border-radius: 40px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.06);
    font-size: 14px;
    color: #4b5563;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .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-1452407 */body {
    font-family: "Segoe UI", sans-serif;
    background: #f3f4f6;
}

/* SECTION */
.testimonials {
    max-width: 1100px;
    margin: auto;
    padding: 60px 20px;
    text-align: center;
}

.testimonials h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 40px;
}

/* GRID */
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* CARD */
.testimonial-card {
    position: relative;
    background: #ffffff;
    padding: 30px 22px;
    border-radius: 14px;
    text-align: left;
    box-shadow: 0 8px 18px rgba(0,0,0,0.06);
    border: 1px solid #e5e7eb;
}

/* QUOTE ICON */
.quote {
    position: absolute;
    top: -12px;
    left: 20px;
    width: 30px;
    height: 30px;
    background: #0f172a;
    color: #ffffff;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* MESSAGE */
.message {
    font-size: 14px;
    color: #374151;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* FOOTER */
.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer strong {
    display: block;
    font-size: 13px;
    color: #111827;
}

.footer span {
    font-size: 12px;
    color: #6b7280;
}

/* GRADIENT LINE */
.line {
    width: 35px;
    height: 3px;
    border-radius: 5px;
    background: linear-gradient(to right, #f97316, #3b82f6);
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .testimonial-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2e828e6 */body {
    font-family: "Segoe UI", sans-serif;
    background: #f3f4f6;
}

/* SECTION */
.case-study {
    max-width: 1100px;
    margin: auto;
    padding: 60px 20px;
}

.case-study h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 50px;
}

/* TOP CONTENT */
.case-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 60px;
}

.case-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.dot {
    width: 10px;
    height: 10px;
    background: #f97316;
    border-radius: 50%;
    margin-top: 6px;
}

.case-item h5 {
    font-size: 11px;
    font-weight: 700;
    color: #6b7280;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

.case-item p {
    font-size: 14px;
    color: #374151;
    line-height: 1.5;
}

/* RESULTS TITLE */
.results-title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #1f2937;
}

/* GRID */
.results-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* CARD */
.result-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 8px 18px rgba(0,0,0,0.06);
    border: 1px solid #e5e7eb;
}

.result-card h2 {
    font-size: 32px;
    color: #f97316;
    margin-bottom: 10px;
}

.result-card p {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 15px;
}

/* GRADIENT LINE */
.line {
    width: 40px;
    height: 3px;
    margin: auto;
    border-radius: 5px;
    background: linear-gradient(to right, #f97316, #3b82f6);
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .results-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .results-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-496861f */body {
    font-family: "Segoe UI", sans-serif;
    background: #f3f4f6;
}

/* SECTION */
.faq-section {
    max-width: 900px;
    margin: auto;
    padding: 60px 20px;
}

.faq-section h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 40px;
}

/* CONTAINER */
.faq-container {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* CARD */
.faq-item {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.05);
    border-top: 3px solid #e5e7eb;
}

/* QUESTION */
.faq-question {
    padding: 18px 20px;
    font-size: 15px;
    color: #111827;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* PLUS ICON */
.icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #d1d5db;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #6b7280;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ff04921 */body {
    font-family: "Segoe UI", sans-serif;
    background: #f3f4f6;
}

/* SECTION */
.why-section {
    max-width: 900px;
    margin: auto;
    padding: 70px 20px;
    text-align: center;
}

/* TITLE */
.why-section h2 {
    font-size: 30px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 20px;
}

/* PARAGRAPHS */
.desc {
    font-size: 15px;
    color: #6b7280;
    margin-bottom: 15px;
    line-height: 1.6;
}

/* PILL */
.highlight-pill {
    margin-top: 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    padding: 14px 25px;
    border-radius: 40px;
    box-shadow: 0 6px 14px rgba(0,0,0,0.06);
    font-size: 14px;
    color: #374151;
}

/* DOT */
.highlight-pill .dot {
    width: 8px;
    height: 8px;
    background: #f97316;
    border-radius: 50%;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3e3753e */body {
    margin: 0;
    font-family: "Segoe UI", sans-serif;
}

/* SECTION */
.cta-section {
    background: linear-gradient(90deg, #0f172a, #0b1b3a);
    text-align: center;
    padding: 70px 20px;
}

/* TITLE */
.cta-section h2 {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

/* SUBTEXT */
.cta-section p {
    font-size: 14px;
    color: #cbd5e1;
    margin-bottom: 25px;
}

/* BUTTON */
.cta-btn {
    display: inline-block;
    background: #f97316;
    color: #ffffff;
    padding: 12px 26px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

/* HOVER */
.cta-btn:hover {
    background: #ea580c;
}/* End custom CSS */