.elementor-110 .elementor-element.elementor-element-be1e217{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-110 .elementor-element.elementor-element-7f68efb{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-110 .elementor-element.elementor-element-1e499ce{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-110 .elementor-element.elementor-element-1326bb7{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-110 .elementor-element.elementor-element-3ab05df{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-be1e217 *//* =========================================================
   EXIMEDGE SERVICES HERO
========================================================= */

.exim-service-hero{
  position:relative;
  min-height:68vh;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:
    linear-gradient(135deg, rgba(5,43,58,.92) 0%, rgba(8,56,74,.88) 55%, rgba(21,151,168,.82) 100%),
    url('https://eximedge.co.in/wp-content/uploads/2026/07/Eximedge_Home_Hero_2.jpeg') center center/cover no-repeat;
}

.exim-service-hero__overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 20% 20%, rgba(233,154,49,.18) 0%, transparent 35%),
    radial-gradient(circle at 80% 80%, rgba(255,255,255,.08) 0%, transparent 30%);
}

.exim-service-hero__container{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1240px;
  margin:0 auto;
  padding:120px 24px 96px;
}

.exim-service-breadcrumb{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:28px;
  font-size:14px;
  font-weight:600;
  color:rgba(255,255,255,.75);
}

.exim-service-breadcrumb a{
  color:#ffffff;
  text-decoration:none;
}

.exim-service-hero__content{
  max-width:760px;
}

.exim-service-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  color:#ffffff;
  font-size:13px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-bottom:24px;
}

.exim-service-eyebrow::before{
  content:'';
  width:8px;
  height:8px;
  border-radius:50%;
  background:#e99a31;
}

.exim-service-hero__content h1{
  margin:0 0 24px;
  color:#ffffff;
  font-size:clamp(42px,6vw,72px);
  line-height:1.05;
  font-weight:800;
  letter-spacing:-.03em;
}

.exim-service-hero__content p{
  margin:0;
  color:rgba(255,255,255,.88);
  font-size:18px;
  line-height:1.85;
  max-width:680px;
}

/* RESPONSIVE */

@media (max-width:1024px){
  .exim-service-hero{
    min-height:62vh;
  }
  .exim-service-hero__container{
    padding:110px 28px 88px;
  }
}

@media (max-width:767px){
  .exim-service-hero{
    min-height:100vh;
    align-items:flex-end;
    background-position:62% center;
  }
  .exim-service-hero__container{
    padding:110px 20px 48px;
  }
  .exim-service-hero__content h1{
    font-size:clamp(32px,11vw,48px);
  }
  .exim-service-hero__content p{
    font-size:15px;
    line-height:1.75;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-7f68efb *//* =========================================================
   SERVICES OVERVIEW
========================================================= */

.exim-services-overview{
  padding:100px 0;
  background:#ffffff;
}

.exim-services-overview__container{
  max-width:1240px;
  margin:0 auto;
  padding:0 24px;
}

.exim-services-overview__head{
  text-align:center;
  max-width:820px;
  margin:0 auto 56px;
}

.exim-overview-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(21,151,168,.10);
  color:#1597a8;
  font-size:13px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-bottom:20px;
}

.exim-overview-kicker::before{
  content:'';
  width:8px;
  height:8px;
  border-radius:50%;
  background:#e99a31;
}

.exim-services-overview__head h2{
  margin:0 0 18px;
  color:#052b3a;
  font-size:clamp(34px,4vw,52px);
  line-height:1.12;
  font-weight:800;
}

.exim-services-overview__head p{
  margin:0;
  color:#667085;
  font-size:17px;
  line-height:1.9;
}

.exim-overview-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.exim-stat{
  text-align:center;
  padding:32px 24px;
  border-radius:24px;
  background:#f8fbfc;
  border:1px solid #e5eef2;
}

.exim-stat__number{
  font-size:56px;
  font-weight:900;
  line-height:1;
  color:#08384a;
  margin-bottom:10px;
}

.exim-stat__label{
  color:#667085;
  font-size:15px;
  font-weight:600;
  line-height:1.5;
}

@media (max-width:767px){
  .exim-services-overview{
    padding:78px 0;
  }
  .exim-services-overview__container{
    padding:0 20px;
  }
  .exim-overview-stats{
    grid-template-columns:1fr;
  }
  .exim-services-overview__head h2{
    font-size:32px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1e499ce *//* =========================================================
   EXIMEDGE UNIFIED SERVICES SECTION
========================================================= */

.exim-services-unified{
  padding:100px 0;
  background:#ffffff;
}

.exim-services-unified__container{
  max-width:1240px;
  margin:0 auto;
  padding:0 24px;
}

/* HEADER */

.exim-services-unified__head{
  text-align:center;
  max-width:820px;
  margin:0 auto 56px;
}

.exim-services-unified__kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(21,151,168,.10);
  color:#1597a8;
  font-size:13px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-bottom:20px;
}

.exim-services-unified__kicker::before{
  content:'';
  width:8px;
  height:8px;
  border-radius:50%;
  background:#e99a31;
}

.exim-services-unified__head h2{
  margin:0 0 18px;
  color:#052b3a;
  font-size:clamp(34px,4vw,52px);
  line-height:1.12;
  font-weight:800;
}

.exim-services-unified__head p{
  margin:0;
  color:#667085;
  font-size:17px;
  line-height:1.9;
}

/* STACK */

.exim-services-stack{
  display:flex;
  flex-direction:column;
  gap:24px;
}

/* PANEL */

.exim-service-panel{
  position:relative;
  border-radius:28px;
  overflow:hidden;
  background:#ffffff;
  border:1px solid #e5eef2;
  transition:all .35s ease;
}

.exim-service-panel:hover{
  transform:translateY(-4px);
  box-shadow:0 24px 48px rgba(5,43,58,.08);
}

.exim-service-panel::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:6px;
  height:100%;
}

.exim-service-panel--startup::before{
  background:#1597a8;
}

.exim-service-panel--training::before{
  background:#e99a31;
}

.exim-service-panel--advisory::before{
  background:#08384a;
}

/* TOP */

.exim-service-panel__top{
  display:flex;
  align-items:center;
  gap:18px;
  padding:24px 28px 0;
}

.exim-service-panel__badge{
  width:56px;
  height:56px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  font-weight:800;
  color:#ffffff;
}

.exim-service-panel--startup .exim-service-panel__badge{
  background:linear-gradient(135deg,#1597a8 0%,#0f7f8d 100%);
}

.exim-service-panel--training .exim-service-panel__badge{
  background:linear-gradient(135deg,#e99a31 0%,#d8891f 100%);
}

.exim-service-panel--advisory .exim-service-panel__badge{
  background:linear-gradient(135deg,#08384a 0%,#052b3a 100%);
}

.exim-service-panel__meta span{
  color:#475467;
  font-size:13px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}

/* CONTENT */

.exim-service-panel__content{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:32px;
  padding:22px 28px 28px;
  align-items:start;
}

.exim-service-panel__main h3{
  margin:0 0 14px;
  color:#052b3a;
  font-size:30px;
  line-height:1.2;
  font-weight:800;
}

.exim-service-panel__main p{
  margin:0;
  color:#667085;
  font-size:16px;
  line-height:1.9;
}

/* HIGHLIGHTS */

.exim-service-panel__highlights{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-content:flex-start;
}

.exim-service-panel__highlights span{
  padding:12px 16px;
  border-radius:14px;
  background:#f8fbfc;
  border:1px solid #e5eef2;
  color:#052b3a;
  font-size:14px;
  font-weight:600;
  line-height:1.4;
}

/* TABLET */

@media (max-width:1024px){

  .exim-services-unified{
    padding:88px 0;
  }

  .exim-service-panel__content{
    grid-template-columns:1fr;
    gap:24px;
  }
}

/* MOBILE — COMPACT & NON-REPETITIVE */

@media (max-width:767px){

  .exim-services-unified{
    padding:72px 0;
  }

  .exim-services-unified__container{
    padding:0 20px;
  }

  .exim-services-unified__head{
    text-align:left;
    margin-bottom:40px;
  }

  .exim-services-unified__head h2{
    font-size:32px;
  }

  .exim-services-unified__head p{
    font-size:15px;
    line-height:1.8;
  }

  .exim-services-stack{
    gap:18px;
  }

  .exim-service-panel{
    border-radius:22px;
  }

  .exim-service-panel__top{
    padding:20px 20px 0;
    gap:14px;
  }

  .exim-service-panel__badge{
    width:48px;
    height:48px;
    border-radius:14px;
    font-size:16px;
  }

  .exim-service-panel__content{
    padding:18px 20px 20px;
    gap:18px;
  }

  .exim-service-panel__main h3{
    font-size:24px;
    margin-bottom:10px;
  }

  .exim-service-panel__main p{
    font-size:14px;
    line-height:1.75;
  }

  /* Chips become compact horizontal flow */
  .exim-service-panel__highlights{
    gap:10px;
  }

  .exim-service-panel__highlights span{
    padding:10px 14px;
    border-radius:12px;
    font-size:13px;
  }
}

/* SMALL MOBILE */

@media (max-width:480px){

  .exim-services-unified__container{
    padding:0 16px;
  }

  .exim-services-unified__head h2{
    font-size:28px;
  }

  .exim-services-unified__kicker{
    font-size:11px;
    padding:8px 14px;
  }

  .exim-service-panel__main h3{
    font-size:22px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1326bb7 *//* =========================================================
   EXIMEDGE PROCESS SECTION
========================================================= */

.exim-process-section{
  padding:96px 0;
  background:#f8fbfc;
}

.exim-process-container{
  max-width:1240px;
  margin:0 auto;
  padding:0 24px;
}

/* HEADER */

.exim-process-head{
  text-align:center;
  max-width:760px;
  margin:0 auto 52px;
}

.exim-process-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(21,151,168,.10);
  color:#1597a8;
  font-size:13px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-bottom:18px;
}

.exim-process-kicker::before{
  content:'';
  width:8px;
  height:8px;
  border-radius:50%;
  background:#e99a31;
}

.exim-process-head h2{
  margin:0 0 16px;
  color:#052b3a;
  font-size:clamp(34px,4vw,50px);
  line-height:1.12;
  font-weight:800;
}

.exim-process-head p{
  margin:0;
  color:#667085;
  font-size:16px;
  line-height:1.8;
}

/* FLOW */

.exim-process-flow{
  display:grid;
  grid-template-columns:1fr auto 1fr auto 1fr;
  gap:20px;
  align-items:center;
}

.exim-process-step{
  position:relative;
  padding:28px 24px;
  border-radius:24px;
  background:#ffffff;
  border:1px solid #e5eef2;
  text-align:center;
  min-height:240px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  transition:all .3s ease;
}

.exim-process-step:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 40px rgba(5,43,58,.08);
}

.exim-process-number{
  width:64px;
  height:64px;
  margin:0 auto 20px;
  border-radius:18px;
  background:linear-gradient(135deg,#08384a 0%,#1597a8 100%);
  color:#ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  font-weight:800;
  box-shadow:0 14px 28px rgba(8,56,74,.16);
}

.exim-process-step h3{
  margin:0 0 12px;
  color:#052b3a;
  font-size:22px;
  line-height:1.3;
  font-weight:800;
}

.exim-process-step p{
  margin:0;
  color:#667085;
  font-size:15px;
  line-height:1.75;
}

.exim-process-arrow{
  color:#98a2b3;
  display:flex;
  align-items:center;
  justify-content:center;
}

.exim-process-arrow svg{
  width:96px;
  height:20px;
}

/* TABLET */

@media (max-width:1024px){

  .exim-process-flow{
    grid-template-columns:1fr;
    gap:18px;
  }

  .exim-process-arrow{
    display:none;
  }

  .exim-process-step{
    min-height:auto;
    text-align:left;
    padding:24px;
  }

  .exim-process-number{
    margin:0 0 18px;
  }
}

/* MOBILE */

@media (max-width:767px){

  .exim-process-section{
    padding:72px 0;
  }

  .exim-process-container{
    padding:0 20px;
  }

  .exim-process-head{
    text-align:left;
    margin-bottom:36px;
  }

  .exim-process-head h2{
    font-size:32px;
  }

  .exim-process-head p{
    font-size:15px;
    line-height:1.75;
  }

  .exim-process-flow{
    gap:16px;
  }

  .exim-process-step{
    padding:22px 20px;
    border-radius:20px;
  }

  .exim-process-number{
    width:56px;
    height:56px;
    border-radius:16px;
    font-size:16px;
    margin-bottom:16px;
  }

  .exim-process-step h3{
    font-size:20px;
  }

  .exim-process-step p{
    font-size:14px;
    line-height:1.7;
  }
}

/* SMALL MOBILE */

@media (max-width:480px){

  .exim-process-container{
    padding:0 16px;
  }

  .exim-process-head h2{
    font-size:28px;
  }

  .exim-process-kicker{
    font-size:11px;
    padding:8px 14px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-3ab05df *//* =========================================================
   EXIMEDGE SERVICES CTA
========================================================= */

.exim-services-cta{
  padding:88px 0 110px;
  background:#ffffff;
}

.exim-services-cta__container{
  max-width:1240px;
  margin:0 auto;
  padding:38px 42px;
  border-radius:30px;
  background:linear-gradient(135deg,#052b3a 0%,#08384a 58%,#0d5268 100%);
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:36px;
  box-shadow:0 28px 60px rgba(5,43,58,.20);
}

.exim-services-cta__container::before{
  content:'';
  position:absolute;
  top:-120px;
  right:-120px;
  width:300px;
  height:300px;
  border-radius:50%;
  background:rgba(233,154,49,.10);
}

.exim-services-cta__container::after{
  content:'';
  position:absolute;
  bottom:-140px;
  left:-140px;
  width:320px;
  height:320px;
  border-radius:50%;
  background:rgba(21,151,168,.10);
}

.exim-services-cta__content{
  position:relative;
  z-index:2;
  max-width:700px;
}

.exim-services-cta__tag{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  color:#ffffff;
  font-size:13px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-bottom:20px;
}

.exim-services-cta__tag::before{
  content:'';
  width:8px;
  height:8px;
  border-radius:50%;
  background:#e99a31;
}

.exim-services-cta__content h2{
  margin:0 0 16px;
  color:#ffffff;
  font-size:clamp(34px,4vw,50px);
  line-height:1.12;
  font-weight:800;
  letter-spacing:-.02em;
}

.exim-services-cta__content p{
  margin:0;
  color:rgba(255,255,255,.86);
  font-size:16px;
  line-height:1.8;
}

.exim-services-cta__actions{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  gap:14px;
  min-width:260px;
}

.exim-services-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:16px 24px;
  border-radius:16px;
  font-size:15px;
  font-weight:700;
  text-decoration:none !important;
  transition:all .3s ease;
  white-space:nowrap;
}

.exim-services-btn--primary{
  background:#e99a31;
  color:#ffffff !important;
  box-shadow:0 12px 28px rgba(233,154,49,.28);
}

.exim-services-btn--primary:hover{
  transform:translateY(-3px);
  background:#f0a63d;
}

.exim-services-btn--secondary{
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18);
  color:#ffffff !important;
  backdrop-filter:blur(10px);
}

.exim-services-btn--secondary:hover{
  transform:translateY(-3px);
  background:rgba(255,255,255,.16);
}

/* TABLET */

@media (max-width:1024px){

  .exim-services-cta{
    padding:76px 0 96px;
  }

  .exim-services-cta__container{
    flex-direction:column;
    align-items:flex-start;
    padding:34px;
    gap:28px;
  }

  .exim-services-cta__actions{
    flex-direction:row;
    width:100%;
    min-width:auto;
  }

  .exim-services-btn{
    flex:1;
  }
}

/* MOBILE */

@media (max-width:767px){

  .exim-services-cta{
    padding:64px 0 84px;
  }

  .exim-services-cta__container{
    margin:0 16px;
    padding:26px 22px;
    border-radius:24px;
    gap:24px;
  }

  .exim-services-cta__content h2{
    font-size:28px;
  }

  .exim-services-cta__content p{
    font-size:14px;
    line-height:1.75;
  }

  .exim-services-cta__actions{
    flex-direction:column;
    width:100%;
    gap:12px;
  }

  .exim-services-btn{
    width:100%;
    padding:15px 20px;
    border-radius:14px;
  }
}/* End custom CSS */