.elementor-6 .elementor-element.elementor-element-591f491{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6 .elementor-element.elementor-element-8d08029{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6 .elementor-element.elementor-element-b40ef7a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6 .elementor-element.elementor-element-1a95d58{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6 .elementor-element.elementor-element-5447470{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6 .elementor-element.elementor-element-28caa79{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6 .elementor-element.elementor-element-768e320{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-591f491 *//* =========================================================
   EXIMEDGE HERO SECTION
   Based on premium business template layout
========================================================= */

.exim-home-hero{
  position: relative;
  background: #f8fafb;
  padding: 110px 0;
  overflow: hidden;
}

.exim-home-hero::before{
  content: '';
  position: absolute;
  top: -120px;
  right: -120px;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(233,154,49,0.08) 0%, rgba(233,154,49,0) 70%);
  border-radius: 50%;
}

.exim-home-hero::after{
  content: '';
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(21,151,168,0.06) 0%, rgba(21,151,168,0) 70%);
  border-radius: 50%;
}

.exim-hero-container{
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 70px;
  position: relative;
  z-index: 2;
}

/* =========================
   LEFT CONTENT
========================= */

.exim-hero-content{
  max-width: 620px;
}

.exim-hero-tag{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  background: rgba(21,151,168,0.08);
  border: 1px solid rgba(21,151,168,0.18);
  border-radius: 999px;
  color: #1597a8;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.exim-hero-tag::before{
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e99a31;
}

.exim-hero-title{
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 1.08;
  font-weight: 800;
  color: #052b3a;
  margin: 0 0 24px;
  letter-spacing: -0.04em;
}

.exim-hero-desc{
  font-size: 1.08rem;
  line-height: 1.85;
  color: #5f7380;
  margin: 0 0 38px;
  max-width: 590px;
}

/* =========================
   BUTTONS
========================= */

.exim-hero-actions{
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 52px;
}

.exim-btn-primary,
.exim-btn-secondary{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 28px;
  border-radius: 16px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.exim-btn-primary{
  background: #e99a31;
  color: #ffffff !important;
  box-shadow: 0 14px 34px rgba(233,154,49,0.28);
}

.exim-btn-primary:hover{
  transform: translateY(-2px);
  background: #d8891f;
  box-shadow: 0 18px 40px rgba(233,154,49,0.34);
}

.exim-btn-secondary{
  background: #ffffff;
  color: #052b3a !important;
  border: 1px solid #d6e2e8;
}

.exim-btn-secondary:hover{
  transform: translateY(-2px);
  border-color: #1597a8;
  color: #1597a8 !important;
  box-shadow: 0 10px 28px rgba(8,56,74,0.08);
}

/* =========================
   STATS
========================= */

.exim-hero-stats{
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  padding-top: 10px;
}

.exim-stat-item{
  min-width: 150px;
  padding-right: 22px;
  border-right: 1px solid #d6e2e8;
}

.exim-stat-item:last-child{
  border-right: none;
  padding-right: 0;
}

.exim-stat-number{
  font-size: 2rem;
  font-weight: 800;
  color: #08384a;
  line-height: 1;
  margin-bottom: 8px;
}

.exim-stat-number::after{
  content: '+';
  color: #e99a31;
  margin-left: 2px;
}

.exim-stat-label{
  font-size: 0.92rem;
  color: #6b7f8b;
  font-weight: 600;
}

/* =========================================
   CLEAN PROFESSIONAL HERO IMAGE
========================================= */

.exim-hero-container{
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 48px; /* reduced gap */
}

/* RIGHT COLUMN */

.exim-hero-visual{
  display: flex;
  justify-content: center;
  align-items: center;
}

.exim-hero-image-card{
  width: 100%;
  max-width: 580px;
  background: #ffffff;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid #d6e2e8;
  box-shadow: 0 24px 60px rgba(8,56,74,0.12);
}

/* MAIN IMAGE */

.exim-hero-main-image{
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

/* BOTTOM STRIP */

.exim-hero-info-strip{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 26px;
  background: #ffffff;
}

.exim-info-item{
  text-align: center;
  flex: 1;
}

.exim-info-item strong{
  display: block;
  font-size: 1rem;
  font-weight: 800;
  color: #052b3a;
  margin-bottom: 4px;
}

.exim-info-item span{
  display: block;
  font-size: 0.85rem;
  color: #6b7f8b;
  font-weight: 600;
}

.exim-info-divider{
  width: 1px;
  height: 36px;
  background: #d6e2e8;
}

/* LEFT SIDE BALANCE */

.exim-hero-content{
  max-width: 620px;
}

/* RESPONSIVE */

@media (max-width: 1024px){

  .exim-hero-container{
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .exim-hero-content{
    text-align: center;
    max-width: 100%;
  }

  .exim-hero-main-image{
    height: 420px;
  }
}

@media (max-width: 767px){

  .exim-hero-main-image{
    height: 300px;
  }

  .exim-hero-info-strip{
    padding: 16px 12px;
  }

  .exim-info-item strong{
    font-size: 0.9rem;
  }

  .exim-info-item span{
    font-size: 0.75rem;
  }
}
/* ========================================
   RESPONSIVE
======================================== */

@media (max-width: 1024px){

  .exim-hero-visual{
    min-height: auto;
  }

  .exim-hero-card{
    max-width: 560px;
  }

  .exim-hero-main-image img{
    height: 420px;
  }

  .exim-hero-badge{
    top: -16px;
    left: -10px;
    min-width: 220px;
  }

  .exim-hero-floating-card{
    right: -10px;
    bottom: -20px;
    width: 200px;
  }
}

@media (max-width: 767px){

  .exim-hero-card{
    max-width: 100%;
  }

  .exim-hero-main-image{
    padding: 10px;
    border-radius: 24px;
  }

  .exim-hero-main-image img{
    height: 300px;
    border-radius: 18px;
  }

  .exim-hero-badge{
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 16px;
    width: 100%;
    min-width: auto;
  }

  .exim-hero-floating-card{
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 16px;
    border-radius: 20px;
  }

  .exim-hero-visual-bg{
    width: 320px;
    height: 320px;
  }
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1024px){

  .exim-home-hero{
    padding: 90px 0;
  }

  .exim-hero-container{
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .exim-hero-content{
    max-width: 100%;
    text-align: center;
    order: 1;
  }

  .exim-hero-actions{
    justify-content: center;
  }

  .exim-hero-stats{
    justify-content: center;
  }

  .exim-hero-visual{
    order: 2;
  }

  .exim-hero-image{
    height: 460px;
  }
}

@media (max-width: 767px){

  .exim-home-hero{
    padding: 72px 0;
  }

  .exim-hero-container{
    padding: 0 20px;
    gap: 38px;
  }

  .exim-hero-title{
    font-size: 2.4rem;
  }

  .exim-hero-desc{
    font-size: 1rem;
    line-height: 1.75;
  }

  .exim-hero-actions{
    flex-direction: column;
    align-items: stretch;
  }

  .exim-btn-primary,
  .exim-btn-secondary{
    width: 100%;
    justify-content: center;
  }

  .exim-hero-stats{
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }

  .exim-stat-item{
    border-right: none;
    border-bottom: 1px solid #d6e2e8;
    padding-right: 0;
    padding-bottom: 16px;
    width: 100%;
    max-width: 240px;
    text-align: center;
  }

  .exim-stat-item:last-child{
    border-bottom: none;
    padding-bottom: 0;
  }

  .exim-hero-image{
    height: 360px;
  }

  .exim-hero-image-wrap{
    border-radius: 24px;
    padding: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8d08029 *//* =========================================================
   EXIMEDGE HOME SERVICES SECTION - FINAL VERSION
   Clean Premium Corporate Layout
========================================================= */

.exim-home-services{
  position: relative;
  background: #ffffff;
  padding: 96px 0;
}

.exim-services-container{
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

/* =========================================================
   SECTION HEADER
========================================================= */

.exim-services-header{
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px;
}

.exim-section-tag{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  background: rgba(233,154,49,0.08);
  border: 1px solid rgba(233,154,49,0.18);
  border-radius: 999px;
  color: #e99a31;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.exim-section-tag::before{
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1597a8;
}

.exim-section-title{
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
  font-weight: 800;
  color: #052b3a;
  margin: 0 0 18px;
  letter-spacing: -0.03em;
}

.exim-section-desc{
  font-size: 1.04rem;
  line-height: 1.8;
  color: #667085;
  margin: 0;
}

/* =========================================================
   SERVICES GRID
========================================================= */

.exim-services-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 52px;
}

/* =========================================================
   SERVICE CARD
========================================================= */

.exim-service-card{
  position: relative;
  background: #ffffff;
  border: 1px solid #e5edf1;
  border-radius: 28px;
  padding: 32px 28px;
  min-height: 300px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.35s ease;
}

/* Top accent */

.exim-service-card::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: transparent;
  transition: all 0.35s ease;
}

/* Hover */

.exim-service-card:hover{
  transform: translateY(-8px);
  border-color: rgba(8,56,74,0.16);
  box-shadow: 0 24px 56px rgba(8,56,74,0.10);
}

.exim-service-card:hover::before{
  background: linear-gradient(90deg, #08384a, #1597a8, #e99a31);
}

/* Featured Card */

.exim-service-card-featured{
  border-color: rgba(21,151,168,0.22);
  box-shadow: 0 16px 42px rgba(21,151,168,0.08);
}

.exim-service-card-featured::before{
  background: linear-gradient(90deg, #08384a, #1597a8);
}

/* =========================================================
   ICON
========================================================= */

.exim-service-icon{
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: linear-gradient(
    135deg,
    rgba(8,56,74,0.08),
    rgba(21,151,168,0.12)
  );
  color: #08384a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  flex-shrink: 0;
}

.exim-service-icon svg{
  width: 28px;
  height: 28px;
}

.exim-service-card-featured .exim-service-icon{
  background: linear-gradient(135deg, #08384a 0%, #1597a8 100%);
  color: #ffffff;
}

/* =========================================================
   TYPOGRAPHY
========================================================= */

.exim-service-card h3{
  font-size: 1.32rem;
  line-height: 1.3;
  font-weight: 800;
  color: #052b3a;
  margin: 0 0 14px;
  letter-spacing: -0.01em;
}

.exim-service-card p{
  font-size: 0.96rem;
  line-height: 1.75;
  color: #667085;
  margin: 0 0 22px;
  flex-grow: 1;
}

/* =========================================================
   LINK
========================================================= */

.exim-service-link{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #08384a;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.28s ease;
  margin-top: auto;
}

.exim-service-link svg{
  transition: transform 0.28s ease;
}

.exim-service-link:hover{
  color: #e99a31;
}

.exim-service-link:hover svg{
  transform: translateX(4px);
}

/* =========================================================
   CTA BUTTON
========================================================= */

.exim-services-cta{
  text-align: center;
}

.exim-services-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  min-height: 54px;
  padding: 16px 32px;

  border-radius: 999px;

  background: linear-gradient(135deg, #08384a 0%, #1597a8 100%);
  color: #ffffff !important;

  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;

  box-shadow: 0 16px 34px rgba(8,56,74,0.18);

  transition: all 0.3s ease;
}

.exim-services-btn:hover{
  transform: translateY(-3px);
  background: linear-gradient(135deg, #0a4258 0%, #18a6ba 100%);
  box-shadow: 0 22px 42px rgba(8,56,74,0.24);
}

.exim-services-btn svg{
  transition: transform 0.3s ease;
}

.exim-services-btn:hover svg{
  transform: translateX(4px);
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px){

  .exim-home-services{
    padding: 88px 0;
  }

  .exim-services-container{
    padding: 0 22px;
  }

  .exim-services-header{
    margin-bottom: 52px;
  }

  .exim-services-grid{
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 44px;
  }

  .exim-service-card{
    min-height: auto;
    padding: 30px 26px;
  }

  .exim-service-icon{
    width: 64px;
    height: 64px;
    border-radius: 18px;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px){

  .exim-home-services{
    padding: 72px 0;
  }

  .exim-services-container{
    padding: 0 20px;
  }

  .exim-services-header{
    margin-bottom: 44px;
  }

  .exim-section-title{
    font-size: 2rem;
  }

  .exim-section-desc{
    font-size: 1rem;
    line-height: 1.75;
  }

  .exim-services-grid{
    gap: 18px;
    margin-bottom: 36px;
  }

  .exim-service-card{
    padding: 28px 24px;
    border-radius: 24px;
  }

  .exim-service-icon{
    width: 60px;
    height: 60px;
    border-radius: 16px;
    margin-bottom: 20px;
  }

  .exim-service-card h3{
    font-size: 1.22rem;
  }

  .exim-service-card p{
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .exim-services-btn{
    width: 100%;
    min-height: 52px;
    padding: 15px 24px;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px){

  .exim-home-services{
    padding: 64px 0;
  }

  .exim-services-container{
    padding: 0 16px;
  }

  .exim-service-card{
    padding: 24px 20px;
  }

  .exim-service-icon{
    width: 56px;
    height: 56px;
  }

  .exim-service-card h3{
    font-size: 1.15rem;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-b40ef7a *//* =========================================================
   EXIMEDGE TEMPLATE ABOUT SECTION
   Same style as reference template
========================================================= */

.exim-template-about{
  background: #ffffff;
  padding: 110px 0;
}

.exim-template-container{
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
}

/* Image */

.exim-template-image{
  position: relative;
}

.exim-template-image img{
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 28px;
  display: block;
  box-shadow: 0 20px 50px rgba(8,56,74,0.10);
}

/* Content */

.exim-template-content{
  max-width: 560px;
}

.exim-template-tag{
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e99a31;
  margin-bottom: 18px;
}

.exim-template-title{
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.2;
  font-weight: 800;
  color: #052b3a;
  margin: 0 0 24px;
  letter-spacing: -0.03em;
}

.exim-template-text{
  font-size: 1.05rem;
  line-height: 1.9;
  color: #6b7f8b;
  margin: 0 0 34px;
}

.exim-template-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 32px;
  background: #08384a;
  color: #ffffff !important;
  text-decoration: none !important;
  border-radius: 14px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.exim-template-btn:hover{
  background: #052b3a;
  transform: translateY(-2px);
}

/* Responsive */

@media (max-width: 1024px){

  .exim-template-container{
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .exim-template-content{
    max-width: 100%;
  }

  .exim-template-image img{
    height: 420px;
  }
}

@media (max-width: 767px){

  .exim-template-about{
    padding: 72px 0;
  }

  .exim-template-container{
    padding: 0 20px;
    gap: 32px;
  }

  .exim-template-title{
    font-size: 2rem;
  }

  .exim-template-text{
    font-size: 1rem;
  }

  .exim-template-image img{
    height: 300px;
    border-radius: 22px;
  }

  .exim-template-btn{
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1a95d58 *//* =========================================================
   EXIMEDGE WHY CHOOSE US SECTION
   Same structure as premium template
========================================================= */

.exim-why-section{
  background: #f8fafb;
  padding: 110px 0;
}

.exim-why-container{
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: start;
}

/* Left */

.exim-why-tag{
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e99a31;
  margin-bottom: 18px;
}

.exim-why-title{
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.2;
  font-weight: 800;
  color: #052b3a;
  margin: 0 0 22px;
  letter-spacing: -0.03em;
}

.exim-why-text{
  font-size: 1.05rem;
  line-height: 1.9;
  color: #6b7f8b;
  margin: 0;
}

/* Right */

.exim-why-right{
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.exim-why-item{
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding-bottom: 28px;
  border-bottom: 1px solid #dfe7ec;
}

.exim-why-item:last-child{
  border-bottom: none;
  padding-bottom: 0;
}

.exim-why-number{
  font-size: 1.25rem;
  font-weight: 800;
  color: #e99a31;
  min-width: 42px;
  line-height: 1;
  margin-top: 4px;
}

.exim-why-content h3{
  font-size: 1.22rem;
  font-weight: 700;
  color: #052b3a;
  margin: 0 0 10px;
}

.exim-why-content p{
  font-size: 0.98rem;
  line-height: 1.8;
  color: #6b7f8b;
  margin: 0;
}

/* Responsive */

@media (max-width: 1024px){

  .exim-why-container{
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 767px){

  .exim-why-section{
    padding: 72px 0;
  }

  .exim-why-container{
    padding: 0 20px;
    gap: 36px;
  }

  .exim-why-title{
    font-size: 2rem;
  }

  .exim-why-text{
    font-size: 1rem;
  }

  .exim-why-item{
    gap: 18px;
    padding-bottom: 22px;
  }

  .exim-why-number{
    min-width: 34px;
    font-size: 1.1rem;
  }

  .exim-why-content h3{
    font-size: 1.1rem;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5447470 *//* =========================================================
   EXIMEDGE FULL WIDTH WORKSHOP BANNER
   FINAL RESPONSIVE PARALLAX VERSION
========================================================= */

.exim-workshop-banner{
  position: relative;
  min-height: 520px;
  background-image: url('https://eximedge.co.in/wp-content/uploads/2026/07/Eximedge_Workshops-scaled.jpeg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  /* Desktop Parallax */
  background-attachment: fixed;

  overflow: hidden;
}

/* =========================================================
   OVERLAY
========================================================= */

.exim-workshop-overlay{
  position: absolute;
  inset: 0;

  background: linear-gradient(
    90deg,
    rgba(5,43,58,0.90) 0%,
    rgba(5,43,58,0.74) 45%,
    rgba(5,43,58,0.50) 100%
  );

  display: flex;
  align-items: center;
}

/* =========================================================
   CONTENT
========================================================= */

.exim-workshop-content{
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 48px 32px;
  color: #ffffff;
  animation: eximBannerFade 0.9s ease-out both;
}

/* Small Label */

.exim-workshop-tag{
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #e99a31;
  margin-bottom: 16px;
}

/* Main Heading */

.exim-workshop-title{
  max-width: 640px;
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  line-height: 1.1;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 18px;
  letter-spacing: -0.03em;
}

/* Subtitle */

.exim-workshop-subtitle{
  max-width: 560px;
  font-size: 1.02rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.88);
  margin: 0 0 32px;
}

/* Button */

.exim-workshop-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  background: #e99a31;
  color: #ffffff !important;
  text-decoration: none !important;
  border-radius: 14px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
  transition: all 0.3s ease;
  box-shadow: 0 16px 40px rgba(233,154,49,0.30);
}

.exim-workshop-btn:hover{
  background: #d8891f;
  transform: translateY(-2px);
  box-shadow: 0 20px 46px rgba(233,154,49,0.38);
}

/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1440px){

  .exim-workshop-banner{
    min-height: 560px;
  }

  .exim-workshop-content{
    padding-left: 48px;
  }
}

/* =========================================================
   TABLET (iPad / Elementor Tablet)
========================================================= */

@media (max-width: 1024px){

  .exim-workshop-banner{
    /* Disable fixed on tablet */
    background-attachment: scroll;

    /* Better crop for tablet */
    background-position: center center;

    min-height: 460px;
  }

  .exim-workshop-overlay{
    background: linear-gradient(
      120deg,
      rgba(5,43,58,0.88) 0%,
      rgba(5,43,58,0.70) 55%,
      rgba(5,43,58,0.58) 100%
    );
  }

  .exim-workshop-content{
    padding: 40px 28px;
  }

  .exim-workshop-title{
    max-width: 100%;
    font-size: 3rem;
  }

  .exim-workshop-subtitle{
    max-width: 100%;
    font-size: 1rem;
  }
}

/* =========================================================
   MOBILE (iPhone / Android)
========================================================= */

@media (max-width: 767px){

  .exim-workshop-banner{

    /* Disable parallax completely on mobile */
    background-attachment: scroll;

    /* Better mobile composition */
    background-position: center top;

    min-height: 430px;
  }

  .exim-workshop-overlay{
    background: linear-gradient(
      180deg,
      rgba(5,43,58,0.88) 0%,
      rgba(5,43,58,0.80) 55%,
      rgba(5,43,58,0.74) 100%
    );

    align-items: center;
  }

  .exim-workshop-content{
    padding: 36px 20px;
    text-align: left;
  }

  .exim-workshop-tag{
    font-size: 11px;
    letter-spacing: 0.14em;
    margin-bottom: 12px;
  }

  .exim-workshop-title{
    font-size: 2rem;
    line-height: 1.14;
    margin-bottom: 14px;
    max-width: 100%;
  }

  .exim-workshop-subtitle{
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 24px;
    max-width: 100%;
  }

  .exim-workshop-btn{
    width: 100%;
    padding: 15px 24px;
    border-radius: 12px;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px){

  .exim-workshop-banner{
    min-height: 400px;
  }

  .exim-workshop-content{
    padding: 32px 18px;
  }

  .exim-workshop-title{
    font-size: 1.8rem;
  }

  .exim-workshop-subtitle{
    font-size: 0.92rem;
  }
}

/* =========================================================
   SMOOTH ENTRANCE ANIMATION
========================================================= */

@keyframes eximBannerFade{
  from{
    opacity: 0;
    transform: translateY(20px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-28caa79 *//* =========================================================
   EXIMEDGE TESTIMONIALS SECTION
   Clean template-style layout
========================================================= */

.exim-testimonials{
  background: #ffffff;
  padding: 110px 0;
}

.exim-testimonials-container{
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Header */

.exim-testimonials-header{
  text-align: center;
  max-width: 760px;
  margin: 0 auto 64px;
}

.exim-testimonials-tag{
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e99a31;
  margin-bottom: 18px;
}

.exim-testimonials-title{
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.2;
  font-weight: 800;
  color: #052b3a;
  margin: 0 0 18px;
  letter-spacing: -0.03em;
}

.exim-testimonials-desc{
  font-size: 1.05rem;
  line-height: 1.8;
  color: #6b7f8b;
  margin: 0;
}

/* Grid */

.exim-testimonials-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
}

/* Testimonial */

.exim-testimonial-item{
  position: relative;
  padding-top: 28px;
}

.exim-testimonial-item::before{
  content: '“';
  position: absolute;
  top: -8px;
  left: 0;
  font-size: 4rem;
  line-height: 1;
  color: rgba(233,154,49,0.18);
  font-family: Georgia, serif;
}

.exim-testimonial-quote{
  font-size: 1rem;
  line-height: 1.9;
  color: #4f6471;
  margin: 0 0 28px;
}

.exim-testimonial-author{
  border-top: 1px solid #e5edf1;
  padding-top: 18px;
}

.exim-testimonial-author strong{
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #052b3a;
  margin-bottom: 4px;
}

.exim-testimonial-author span{
  font-size: 0.92rem;
  color: #6b7f8b;
}

/* Responsive */

@media (max-width: 1024px){

  .exim-testimonials{
    padding: 90px 0;
  }

  .exim-testimonials-grid{
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 767px){

  .exim-testimonials{
    padding: 72px 0;
  }

  .exim-testimonials-container{
    padding: 0 20px;
  }

  .exim-testimonials-header{
    margin-bottom: 44px;
  }

  .exim-testimonials-title{
    font-size: 2rem;
  }

  .exim-testimonials-desc{
    font-size: 1rem;
  }

  .exim-testimonial-item{
    padding-top: 24px;
  }

  .exim-testimonial-item::before{
    font-size: 3.2rem;
  }

  .exim-testimonial-quote{
    font-size: 0.98rem;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-768e320 *//* =========================================================
   EXIMEDGE PREMIUM FINAL CTA
   Clean minimal design
========================================================= */

.exim-premium-cta{
  background: linear-gradient(180deg, #ffffff 0%, #f8fafb 100%);
  padding: 110px 0;
}

.exim-premium-cta-container{
  max-width: 920px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.exim-premium-cta-tag{
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e99a31;
  margin-bottom: 18px;
}

.exim-premium-cta-title{
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.15;
  font-weight: 800;
  color: #052b3a;
  margin: 0 0 22px;
  letter-spacing: -0.03em;
}

.exim-premium-cta-text{
  max-width: 720px;
  margin: 0 auto 38px;
  font-size: 1.08rem;
  line-height: 1.9;
  color: #6b7f8b;
}

.exim-premium-cta-actions{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.exim-premium-cta-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 34px;
  background: #08384a;
  color: #ffffff !important;
  text-decoration: none !important;
  border-radius: 16px;
  font-weight: 700;
  transition: all 0.3s ease;
  box-shadow: 0 16px 40px rgba(8,56,74,0.16);
}

.exim-premium-cta-btn:hover{
  background: #052b3a;
  transform: translateY(-2px);
  box-shadow: 0 20px 46px rgba(8,56,74,0.22);
}

.exim-premium-cta-phone{
  color: #052b3a !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 1rem;
  position: relative;
}

.exim-premium-cta-phone::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #e99a31;
  transform: scaleX(0.6);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.exim-premium-cta-phone:hover::after{
  transform: scaleX(1);
}

/* Subtle top divider */

.exim-premium-cta::before{
  content: '';
  display: block;
  width: 120px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d6e2e8, transparent);
  margin: 0 auto 48px;
}

/* Responsive */

@media (max-width: 767px){

  .exim-premium-cta{
    padding: 72px 0;
  }

  .exim-premium-cta-container{
    padding: 0 20px;
  }

  .exim-premium-cta-title{
    font-size: 2rem;
  }

  .exim-premium-cta-text{
    font-size: 1rem;
    margin-bottom: 30px;
  }

  .exim-premium-cta-actions{
    flex-direction: column;
    gap: 16px;
  }

  .exim-premium-cta-btn{
    width: 100%;
  }
}/* End custom CSS */