.elementor-107 .elementor-element.elementor-element-f709831{--display:flex;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-107 .elementor-element.elementor-element-e217c20{--display:flex;}.elementor-107 .elementor-element.elementor-element-b087c83{--display:flex;}.elementor-107 .elementor-element.elementor-element-7a439e2{--display:flex;}.elementor-107 .elementor-element.elementor-element-a285f0f{--display:flex;}.elementor-107 .elementor-element.elementor-element-bf77b1a{--display:flex;}.elementor-107 .elementor-element.elementor-element-bf77b1a:not(.elementor-motion-effects-element-type-background), .elementor-107 .elementor-element.elementor-element-bf77b1a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS for html, class: .elementor-element-05000b3 *//* ===============================
   ABOUT US PAGE — SECTION 1 (HERO)
   CSS ONLY
=============================== */

.dss-ab1{
  --orange:#c86734;
  --green:#8cc63e;
  --ink:#0b1220;
  --muted:#475569;

  background: transparent;
  padding: 120px 20px 90px;
  font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--ink);
}

.dss-ab1__wrap{
  max-width: 1200px;
  margin: auto;
}

.dss-ab1__grid{
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 46px;
  align-items: center;
}

/* Left */
.dss-ab1__eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:950;
  letter-spacing:2px;
  text-transform:uppercase;
  color: var(--orange);
  margin-bottom: 14px;
}

.dss-ab1__title{
  font-size: clamp(36px, 4.8vw, 58px);
  font-weight: 980;
  line-height: 1.05;
  margin: 0 0 16px;
  color: var(--ink);
}

.dss-ab1__title span{
  background: linear-gradient(90deg, var(--orange), var(--green));
  -webkit-background-clip:text;
  background-clip:text;
  color: transparent;
}

.dss-ab1__sub{
  margin: 0 0 26px;
  font-size: 16px;
  line-height: 1.85;
  color: var(--muted);
  max-width: 78ch;
}

/* CTA */
.dss-ab1__cta{
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.dss-ab1__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-weight: 950;
  padding: 14px 22px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.10);
  transition: .25s ease;
}

.dss-ab1__btn--primary{
  background: var(--orange);
  color: #fff;
  border-color: rgba(0,0,0,0.08);
}

.dss-ab1__btn--primary:hover{
  transform: translateY(-2px);
  background: #b9572a;
}

.dss-ab1__btn--secondary{
  background: transparent;
  color: var(--ink);
  border: 2px solid var(--ink);
}

.dss-ab1__btn--secondary:hover{
  background: var(--ink);
  color: #fff;
  transform: translateY(-2px);
}

/* Trust pills */
.dss-ab1__trust{
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
}

.dss-ab1__pill{
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(0,0,0,.06);
  padding: 10px 12px;
  border-radius: 999px;
  font-weight: 950;
  font-size: 12px;
  color: var(--ink);
}

/* Right panel */
.dss-ab1__panel{
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 24px 70px rgba(0,0,0,0.08);
  border-radius: 22px;
  padding: 32px;
}

.dss-ab1__panelTitle{
  font-weight: 980;
  font-size: 16px;
  color: var(--ink);
  margin-bottom: 10px;
}

.dss-ab1__panelLine{
  height: 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.06);
  background: rgba(0,0,0,0.03);
  overflow: hidden;
  margin-bottom: 18px;
}

.dss-ab1__panelLine span{
  display:block;
  height:100%;
  width: 44%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange), var(--green), var(--orange));
  background-size: 200% 100%;
  animation: dssAb1Line 1.6s ease-in-out infinite;
}

@keyframes dssAb1Line{
  0%{ transform: translateX(-25%); background-position: 0% 50%; }
  50%{ transform: translateX(65%); background-position: 100% 50%; }
  100%{ transform: translateX(-25%); background-position: 0% 50%; }
}

.dss-ab1__chips{
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.dss-ab1__chip{
  background: rgba(244,247,251,.95);
  border: 1px solid rgba(0,0,0,0.06);
  padding: 10px 12px;
  border-radius: 14px;
  font-weight: 950;
  font-size: 12px;
  color: var(--ink);
}

.dss-ab1__note{
  font-size: 12px;
  line-height: 1.7;
  color: #64748b;
}

/* Responsive */
@media (max-width: 980px){
  .dss-ab1__grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px){
  .dss-ab1__btn{
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-352afbe *//* ===============================
   ABOUT US PAGE — SECTION 2
   Company Overview (CSS)
=============================== */

.dss-ab2{
  background:#f4f7fb;
  padding:120px 20px;
  font-family:'Inter', system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color:#0b1220;
}

.dss-ab2__wrap{
  max-width:1200px;
  margin:auto;
}

.dss-ab2__grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 40px;
  align-items:start;
}

/* Left */
.dss-ab2__eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:950;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#c86734;
  margin-bottom:14px;
}

.dss-ab2__content h2{
  font-size:clamp(30px,4vw,44px);
  font-weight:950;
  margin:0 0 14px;
}

.dss-ab2__lead{
  margin:0 0 12px;
  color:#0b1220;
  font-weight:850;
  line-height:1.8;
  font-size:16px;
}

.dss-ab2__text{
  margin:0 0 18px;
  color:#475569;
  line-height:1.85;
  font-size:16px;
}

/* Checks */
.dss-ab2__checks{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px 14px;
  margin-top: 10px;
}

.dss-ab2__check{
  background: rgba(255,255,255,.92);
  border:1px solid rgba(0,0,0,0.06);
  padding:12px 12px;
  border-radius:16px;
  font-weight:950;
  font-size:13px;
}

/* Right Box */
.dss-ab2__box{
  background:#ffffff;
  border:1px solid rgba(0,0,0,0.06);
  border-radius:24px;
  padding:28px 26px;
  box-shadow:0 22px 70px rgba(0,0,0,0.08);
}

.dss-ab2__boxTitle{
  font-weight:950;
  font-size:18px;
  margin-bottom:6px;
}

.dss-ab2__mini{
  color:#64748b;
  font-size:13px;
  line-height:1.6;
  margin-bottom:16px;
}

/* List */
.dss-ab2__list{
  display:grid;
  gap:12px;
}

.dss-ab2__item{
  display:grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items:start;
  background:#f8fafc;
  border:1px solid rgba(0,0,0,0.06);
  border-radius:18px;
  padding:14px 14px;
}

.dss-ab2__icon{
  width:40px;
  height:40px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(200,103,52,0.12);
  font-size:18px;
}

.dss-ab2__itemTitle{
  font-weight:950;
  font-size:14px;
  margin-bottom:4px;
  color:#0b1220;
}

.dss-ab2__itemDesc{
  font-size:13px;
  line-height:1.7;
  color:#475569;
}

/* Footer note */
.dss-ab2__foot{
  margin-top: 14px;
  font-size:12px;
  line-height:1.7;
  color:#64748b;
  border-top:1px solid rgba(0,0,0,0.08);
  padding-top: 12px;
}

/* Responsive */
@media(max-width:1000px){
  .dss-ab2__grid{
    grid-template-columns:1fr;
  }
  .dss-ab2__checks{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aed35aa *//* ===============================
   ABOUT US PAGE — SECTION 3
   Mission & Vision
=============================== */

.dss-ab3{
  background: transparent;
  padding:120px 20px;
  font-family:'Inter', system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color:#0b1220;
}

.dss-ab3__wrap{
  max-width:1100px;
  margin:auto;
}

/* Head */
.dss-ab3__head{
  text-align:center;
  max-width:700px;
  margin:0 auto 60px;
}

.dss-ab3__eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:950;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#c86734;
  margin-bottom:14px;
}

.dss-ab3__head h2{
  font-size:clamp(30px,4vw,44px);
  font-weight:950;
  margin:0 0 14px;
}

.dss-ab3__head p{
  margin:0;
  font-size:16px;
  line-height:1.7;
  color:#475569;
}

/* Grid */
.dss-ab3__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px;
}

/* Card */
.dss-ab3__card{
  background:#ffffff;
  border:1px solid rgba(0,0,0,0.06);
  border-radius:24px;
  padding:36px 30px;
  box-shadow:0 22px 70px rgba(0,0,0,0.08);
  transition:.25s ease;
}

.dss-ab3__card:hover{
  transform:translateY(-6px);
}

.dss-ab3__icon{
  width:56px;
  height:56px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(200,103,52,0.12);
  font-size:24px;
  margin-bottom:18px;
}

.dss-ab3__card h3{
  font-size:20px;
  font-weight:950;
  margin:0 0 14px;
}

.dss-ab3__card p{
  font-size:15px;
  line-height:1.8;
  color:#475569;
  margin:0;
}

/* Responsive */
@media(max-width:900px){
  .dss-ab3__grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-080954e *//* ===============================
   ABOUT US PAGE — SECTION 4
   Our Values / Differentiators
=============================== */

.dss-ab4{
  background:#f8fafc;
  padding:120px 20px;
  font-family:'Inter', system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color:#0b1220;
}

.dss-ab4__wrap{
  max-width:1200px;
  margin:auto;
}

/* Head */
.dss-ab4__head{
  text-align:center;
  max-width:780px;
  margin:0 auto 70px;
}

.dss-ab4__eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:950;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#c86734;
  margin-bottom:14px;
}

.dss-ab4__head h2{
  font-size:clamp(30px,4vw,44px);
  font-weight:950;
  margin:0 0 14px;
}

.dss-ab4__head p{
  margin:0;
  font-size:16px;
  line-height:1.7;
  color:#475569;
}

/* Grid */
.dss-ab4__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
}

/* Card */
.dss-ab4__card{
  background:#ffffff;
  border:1px solid rgba(0,0,0,0.06);
  border-radius:24px;
  padding:34px 30px;
  box-shadow:0 22px 70px rgba(0,0,0,0.08);
  transition:.25s ease;
}

.dss-ab4__card:hover{
  transform: translateY(-8px);
}

/* Icon */
.dss-ab4__icon{
  width:56px;
  height:56px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(140,198,62,0.18);
  font-size:24px;
  margin-bottom:18px;
}

.dss-ab4__card h3{
  font-size:18px;
  font-weight:950;
  margin:0 0 12px;
}

.dss-ab4__card p{
  margin:0;
  font-size:14px;
  line-height:1.8;
  color:#475569;
}

/* Responsive */
@media(max-width:1000px){
  .dss-ab4__grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  .dss-ab4__grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3bf6cfa *//* ===============================
   ABOUT US PAGE — SECTION 5
   Service Coverage & Client Types
=============================== */

.dss-ab5{
  background: transparent;
  padding:120px 20px;
  font-family:'Inter', system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color:#0b1220;
}

.dss-ab5__wrap{
  max-width:1200px;
  margin:auto;
}

/* Head */
.dss-ab5__head{
  text-align:center;
  max-width:820px;
  margin:0 auto 70px;
}

.dss-ab5__eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:950;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#c86734;
  margin-bottom:14px;
}

.dss-ab5__head h2{
  font-size:clamp(30px,4vw,44px);
  font-weight:950;
  margin:0 0 14px;
}

.dss-ab5__head p{
  margin:0;
  font-size:16px;
  line-height:1.7;
  color:#475569;
}

/* Grid */
.dss-ab5__grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:26px;
  align-items:stretch;
}

/* Cards */
.dss-ab5__card{
  background:#ffffff;
  border:1px solid rgba(0,0,0,0.06);
  border-radius:26px;
  padding:30px 28px;
  box-shadow:0 22px 70px rgba(0,0,0,0.08);
}

.dss-ab5__card--soft{
  background: linear-gradient(135deg, rgba(200,103,52,.10), rgba(140,198,62,.10));
}

/* Card top */
.dss-ab5__cardTop{
  display:flex;
  gap:14px;
  align-items:center;
  margin-bottom:16px;
}

.dss-ab5__icon{
  width:52px;
  height:52px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(200,103,52,0.12);
  font-size:22px;
}

.dss-ab5__icon--alt{
  background: rgba(140,198,62,0.18);
}

.dss-ab5__cardTitle{
  font-weight:950;
  font-size:18px;
  margin-bottom:4px;
}

.dss-ab5__cardSub{
  font-size:13px;
  line-height:1.6;
  color:#64748b;
}

/* Chips */
.dss-ab5__chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top: 10px;
}

.dss-ab5__chip{
  display:inline-flex;
  align-items:center;
  background:#f8fafc;
  border:1px solid rgba(0,0,0,0.06);
  padding:10px 12px;
  border-radius:999px;
  font-weight:950;
  font-size:12px;
  color:#0b1220;
}

.dss-ab5__note{
  margin-top: 14px;
  font-size:12px;
  line-height:1.7;
  color:#64748b;
  border-top:1px solid rgba(0,0,0,0.08);
  padding-top: 12px;
}

/* Areas */
.dss-ab5__areas{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  margin: 10px 0 14px;
}

.dss-ab5__area{
  background: rgba(255,255,255,.85);
  border:1px solid rgba(0,0,0,0.06);
  border-radius:18px;
  padding:14px 14px;
}

.dss-ab5__areaTop{
  font-size:11px;
  font-weight:950;
  letter-spacing:1px;
  text-transform:uppercase;
  color:#64748b;
  margin-bottom:6px;
}

.dss-ab5__areaVal{
  font-weight:950;
  color:#0b1220;
}

/* Callout */
.dss-ab5__callout{
  background: rgba(255,255,255,.85);
  border:1px solid rgba(0,0,0,0.06);
  border-radius:22px;
  padding:16px 16px;
}

.dss-ab5__calloutTitle{
  font-weight:950;
  margin-bottom:6px;
}

.dss-ab5__calloutDesc{
  font-size:13px;
  line-height:1.7;
  color:#475569;
  margin-bottom:12px;
}

.dss-ab5__btn{
  display:inline-flex;
  width:100%;
  justify-content:center;
  text-decoration:none;
  font-weight:950;
  padding:14px 16px;
  border-radius:14px;
  background:#8cc63e;
  color:#0b1220;
  border:1px solid rgba(0,0,0,0.08);
  transition:.25s ease;
}

.dss-ab5__btn:hover{
  transform: translateY(-2px);
  background:#7fb637;
}

/* Responsive */
@media(max-width:1000px){
  .dss-ab5__grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6d8f509 */.dss-footer{
  background:#0b1220;
  color:#ffffff;
  padding:100px 20px 40px;
  font-family:'Inter', sans-serif;
}

.dss-footer__wrap{
  max-width:1200px;
  margin:auto;
}

/* Grid */
.dss-footer__grid{
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr 1fr;
  gap:40px;
  margin-bottom:60px;
}

/* Brand */
.dss-footer__brand{
  font-weight:900;
  font-size:20px;
  margin-bottom:15px;
}

.dss-footer__col p{
  font-size:14px;
  line-height:1.8;
  color:#94a3b8;
}

/* Titles */
.dss-footer__title{
  font-weight:800;
  margin-bottom:18px;
  font-size:16px;
}

/* List */
.dss-footer__col ul{
  list-style:none;
  padding:0;
  margin:0;
}

.dss-footer__col li{
  font-size:14px;
  margin-bottom:12px;
  color:#94a3b8;
}

.dss-footer__col a{
  text-decoration:none;
  color:#94a3b8;
  transition:.2s ease;
}

.dss-footer__col a:hover{
  color:#ffffff;
}

/* Bottom */
.dss-footer__bottom{
  border-top:1px solid rgba(255,255,255,0.08);
  padding-top:20px;
  font-size:13px;
  color:#64748b;
  text-align:center;
}

/* Responsive */
@media(max-width:1000px){
  .dss-footer__grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:600px){
  .dss-footer__grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */