.e-con{
    padding:0px !important;
}
.hero {
  min-height: 100vh;
  background: linear-gradient(135deg, #0B1D3A 0%, #132B52 50%, #1a3a6a 100%);
  display: flex;
  align-items: center;
  padding: 120px 2rem 60px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; top: -50%; right: -20%; width: 80%; height: 200%;
  background: radial-gradient(ellipse, rgba(200,152,60,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.hero::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 120px;
  background: linear-gradient(to top, #FAFAF5, transparent);
  pointer-events: none;
}
.hero-inner {
  max-width: 1200px; margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1fr 400px; gap: 4rem; align-items: center;
  position: relative; z-index: 1;
}
.hero-text h1 {
  font-family: 'Libre Baskerville', Georgia, serif; font-size: 3.2rem;
  color: #FFFFFF; line-height: 1.25; margin-bottom: 0.75rem;
}
.hero-text h1 span { color: #C8983C; }
.hero-text .subtitle {
  font-family: 'DM Sans', -apple-system, sans-serif; font-size: 1.2rem; color: rgba(255,255,255,0.7);
  margin-bottom: 2rem; line-height: 1.6; max-width: 560px;
}
.hero-badges { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 2rem; }
.badge {
  display: inline-flex; align-items: center; gap: 0.4rem;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(200,152,60,0.3);
  padding: 0.4rem 0.9rem; border-radius: 100px;
  font-size: 0.8rem; color: #F5ECD7; font-weight: 500;
}
.badge svg { width: 14px; height: 14px; fill: #C8983C; flex-shrink: 0; }
.hero-cta {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: #C8983C; color: #0B1D3A; padding: 1rem 2rem; border-radius: 4px;
  font-weight: 700; font-size: 1rem; text-transform: uppercase;
  letter-spacing: 0.06em; transition: all 0.3s; border: 2px solid #C8983C; cursor: pointer;
}
.hero-cta:hover { background: transparent; color: #C8983C; }
.hero-cta svg { width: 18px; height: 18px; fill: currentColor; }
.hero-photo { position: relative; }
.hero-photo img {
  width: 100%; max-width: 380px; border-radius: 8px;
  border: 3px solid rgba(200,152,60,0.4); box-shadow: 0 30px 60px rgba(0,0,0,0.4);
}
.hero-photo .credential-card {
  position: absolute; bottom: -20px; left: -30px;
  background: #FFFFFF; padding: 1rem 1.25rem;
  border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,0.15); border-left: 4px solid #C1272D;
}
.credential-card .label { font-size: 0.7rem; text-transform: uppercase; color: #718096; font-weight: 600; }
.credential-card .value { font-family: 'Libre Baskerville', Georgia, serif; font-size: 0.95rem; color: #0B1D3A; font-weight: 700; }

@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero-photo { display: flex; justify-content: center; order: -1; }
  .hero-photo img { max-width: 280px; }
  .hero-photo .credential-card { left: auto; right: -15px; bottom: -15px; }
  .hero-text .subtitle { margin: 0 auto 2rem; }
  .hero-badges { justify-content: center; }
}
@media (max-width: 768px) {
  .hero-text h1 { font-size: 2.2rem; }
}

/* ───── SAMPLE B — ABOUT SECTION SPECIFIC ENGINE ───── */
.about-section { 
    background: #FAFAF5; 
    padding: 5rem 2rem; 
    box-sizing: border-box;
}
.about-grid { 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 1.75rem; 
    margin-top: 2rem; 
    width: 100%; 
}
.about-card { 
    background: #FFFFFF; 
    border-radius: 8px; 
    padding: 2rem; 
    border: 1px solid #E2E8F0; 
    transition: box-shadow 0.3s; 
}
.about-card:hover { 
    box-shadow: 0 8px 24px rgba(0,0,0,0.06); 
}
.about-card h3 { 
    font-family: 'Libre Baskerville', Georgia, serif; 
    font-size: 1.1rem; 
    margin-bottom: 0.75rem; 
    color: #0B1D3A; 
    display: flex; 
    align-items: center; 
    gap: 0.5rem; 
}
.about-card h3 .icon { 
    width: 32px; 
    height: 32px; 
    background: #F5ECD7; 
    border-radius: 6px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    flex-shrink: 0; 
}
.about-card h3 .icon svg { 
    width: 18px; 
    height: 18px; 
    fill: #C8983C; 
}
.about-card p { 
    font-size: 0.93rem; 
    color: #4A5568; 
    line-height: 1.7; 
}
.about-card a { 
    color: #C8983C; 
    text-decoration: none;
}
.about-highlight { 
    background: #0B1D3A; 
    color: #FFFFFF; 
    border-radius: 8px; 
    padding: 2.5rem; 
    grid-column: 1 / -1; 
    display: flex; 
    gap: 2.5rem; 
    align-items: center; 
}
.about-highlight .stats { 
    display: flex; 
    gap: 3rem; 
    flex-shrink: 0; 
}
.stat { 
    text-align: center; 
}
.stat .num { 
    font-family: 'Libre Baskerville', Georgia, serif; 
    font-size: 2.5rem; 
    color: #C8983C; 
    font-weight: 700; 
    line-height: 1; 
}
.stat .lbl { 
    font-size: 0.72rem; 
    color: rgba(255,255,255,0.6); 
    text-transform: uppercase; 
    letter-spacing: 0.06em; 
    margin-top: 0.4rem; 
    line-height: 1.3;
}
.about-highlight-content p { 
    font-size: 0.93rem; 
    color: rgba(255,255,255,0.8); 
    line-height: 1.7; 
}
.verify-link { 
    display: inline-flex; 
    align-items: center; 
    gap: 0.3rem; 
    color: #C8983C; 
    text-decoration: none; 
    font-weight: 600; 
    font-size: 0.9rem; 
    border-bottom: 1px solid transparent; 
    transition: border-color 0.3s; 
}
.verify-link:hover { 
    border-bottom-color: #C8983C; 
}
.verify-link svg { 
    width: 14px; 
    height: 14px; 
    fill: #C8983C; 
}
.rcic-badge-row { 
    display: flex; 
    align-items: center; 
    gap: 1.5rem; 
    margin-top: 1rem; 
    flex-wrap: wrap; 
}
.rcic-badge-row img { 
    width: auto; 
}

/* Sample B Layout Responsive Breakpoints */
@media (max-width: 1024px) {
  .about-grid { grid-template-columns: 1fr; }
  .about-highlight { flex-direction: column; text-align: center; }
  .about-highlight .stats { justify-content: center; }
}
/* ───── SERVICES SECTION CORE REPAIR ───── */
.services-section { 
    background: #FFFFFF !important; 
    padding: 5rem 2rem !important; 
    box-sizing: border-box !important;
    width: 100% !important;
}

/* Force elements into distinct side-by-side columns */
.services-top-grid { 
    display: grid !important; 
    grid-template-columns: 1fr 1fr !important; 
    gap: 1.75rem !important; 
    margin-bottom: 3rem !important; 
    width: 100% !important;
    box-sizing: border-box !important;
}

.service-card-lg { 
    border: 1px solid #E2E8F0 !important; 
    border-radius: 8px !important; 
    padding: 2.25rem !important; 
    background: #FFFFFF !important;
    box-sizing: border-box !important;
    position: relative !important;
}

/* Strict sizes for SVGs inside cards to prevent massive explosion */
.service-card-lg .service-icon { 
    width: 48px !important; 
    height: 48px !important; 
    background: #F5ECD7 !important; 
    border-radius: 10px !important; 
    display: flex !important; 
    align-items: center !important; 
    justify-content: center !important; 
    margin-bottom: 1.25rem !important; 
}

.service-card-lg .service-icon svg { 
    width: 24px !important; 
    height: 24px !important; 
    max-width: 24px !important;
    max-height: 24px !important;
    fill: #C8983C !important; 
    display: block !important;
}

.service-card-lg h3 { 
    font-family: 'Libre Baskerville', Georgia, serif !important; 
    font-size: 1.2rem !important; 
    margin-bottom: 0.6rem !important; 
    color: #0B1D3A !important; 
    font-weight: 700 !important;
}

.service-card-lg > p { 
    font-size: 0.93rem !important; 
    color: #4A5568 !important; 
    line-height: 1.65 !important; 
    margin-bottom: 1.5rem !important; 
}

/* Inline Link SVGs Size Lockout */
.ircc-link { 
    font-size: 0.82rem !important; 
    color: #C8983C !important; 
    text-decoration: none !important; 
    font-weight: 600 !important; 
    display: inline-flex !important; 
    align-items: center !important; 
    gap: 0.25rem !important; 
}

.ircc-link svg { 
    width: 12px !important; 
    height: 12px !important; 
    max-width: 12px !important;
    max-height: 12px !important;
    fill: #C8983C !important; 
    display: inline-block !important;
}

/* ───── WORK IN CANADA BLUE BANNER REPAIR ───── */
.wp-banner { 
    background: linear-gradient(135deg, #0B1D3A 0%, #132B52 100%) !important; 
    border-radius: 8px !important; 
    padding: 3rem !important; 
    color: #FFFFFF !important; 
    width: 100% !important;
    box-sizing: border-box !important;
    margin-top: 2rem !important;
}

.wp-banner h3 { 
    font-family: 'Libre Baskerville', Georgia, serif !important; 
    font-size: 1.6rem !important; 
    color: #FFFFFF !important; 
    margin-bottom: 0.75rem !important; 
}

.wp-banner-desc { 
    font-size: 0.95rem !important; 
    color: rgba(255,255,255,0.75) !important; 
    margin-bottom: 2.5rem !important; 
    line-height: 1.6 !important;
}

/* Forced Grid Setup for 4 Columns */
.wp-grid { 
    display: grid !important; 
    grid-template-columns: repeat(4, 1fr) !important; 
    gap: 1.5rem !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.wp-category { 
    background: rgba(255,255,255,0.05) !important; 
    border: 1px solid rgba(255,255,255,0.1) !important; 
    border-radius: 6px !important; 
    padding: 1.25rem !important; 
}

.wp-category h4 { 
    font-size: 0.8rem !important; 
    color: #C8983C !important; 
    margin-bottom: 1rem !important; 
    text-transform: uppercase !important;
}

.wp-category ul { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.wp-category li { 
    font-size: 0.85rem !important; 
    color: rgba(255,255,255,0.85) !important; 
    padding: 0.4rem 0 0.4rem 1.2rem !important; 
    position: relative !important; 
    line-height: 1.45 !important;
}

.wp-category li::before { 
    content: '' !important; 
    position: absolute !important; left: 0 !important; top: 0.65rem !important; 
    width: 5px !important; height: 5px !important; 
    background: #C8983C !important; 
    border-radius: 50% !important; 
}

.ircc-link-light { 
    display: inline-flex !important; 
    align-items: center !important; 
    gap: 0.4rem !important; 
    color: #C8983C !important; 
    font-size: 0.88rem !important; 
    font-weight: 600 !important; 
    text-decoration: none !important; 
    margin-top: 2rem !important;
}

.ircc-link-light svg { 
    width: 13px !important; 
    height: 13px !important; 
    max-width: 13px !important;
    max-height: 13px !important;
    fill: #C8983C !important; 
}

/* Responsive Structural Adjustments */
@media (max-width: 1024px) {
    .services-top-grid, .wp-grid { 
        grid-template-columns: 1fr !important; 
    }
}
.rcic-badge-row img {
    height: 48px !important;
    width: auto;
    padding: 6px 10px;
    border-radius: 4px !important;
    background: white !important;
}

/* ==============================================
   Immigence — Services Section Widget CSS
   Add these rules to: assets/css/widgets-style.css
   ============================================== */

/* ── Section wrapper ── */
.imm-services-section {
  background: #ffffff;
  padding: 5rem 2rem;
}

.imm-section-inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* ── Section tag / heading / sub ── */
.imm-section-tag {
  display: inline-block;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #C8983C;
  margin-bottom: .75rem;
  border-bottom: 2px solid #C8983C;
  padding-bottom: .25rem;
}

.imm-section-heading {
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: 2.4rem;
  line-height: 1.3;
  margin-bottom: 1.25rem;
  color: #0B1D3A;
}

.imm-section-sub {
  font-size: 1.05rem;
  color: #4A5568;
  max-width: 680px;
  line-height: 1.7;
  margin-bottom: 3rem;
}

/* ── Top 2-column cards grid ── */
.imm-services-top-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.75rem;
  margin-bottom: 2rem;
}

/* ── Individual service card ── */
.imm-service-card {
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  padding: 2.25rem;
  transition: box-shadow .3s;
  position: relative;
  overflow: hidden;
}

.imm-service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: #C8983C;
  transform: scaleX(0);
  transition: transform .3s;
  transform-origin: left;
}

.imm-service-card:hover::before { transform: scaleX(1); }
.imm-service-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.06); }

/* ── Service icon ── */
.imm-service-icon {
  width: 48px;
  height: 48px;
  background: #F5ECD7;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.imm-service-icon svg {
  width: 24px;
  height: 24px;
  fill: #C8983C;
}

.imm-service-card h3 {
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: 1.2rem;
  margin-bottom: .6rem;
  color: #0B1D3A;
}

.imm-service-card > p {
  font-size: .93rem;
  color: #4A5568;
  line-height: 1.65;
  margin-bottom: 1rem;
}

/* ── IRCC link (light bg) ── */
.imm-ircc-link {
  font-size: .82rem;
  color: #C8983C;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  transition: opacity .3s;
}

.imm-ircc-link:hover { opacity: .7; }

.imm-ircc-link svg {
  width: 12px;
  height: 12px;
  fill: #C8983C;
}

/* ── Work in Canada banner ── */
.imm-wp-banner {
  background: linear-gradient(135deg, #0B1D3A, #132B52);
  border-radius: 8px;
  padding: 2.75rem;
  color: #ffffff;
}

.imm-wp-banner h3 {
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: 1.35rem;
  margin-bottom: .5rem;
}

.imm-wp-banner > p {
  font-size: .95rem;
  color: rgba(255,255,255,.7);
  margin-bottom: 1.75rem;
  max-width: 700px;
}

/* ── 2×2 work permit categories grid ── */
.imm-wp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.imm-wp-category {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 6px;
  padding: 1.25rem;
}

.imm-wp-category h4 {
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C8983C;
  margin-bottom: .6rem;
  font-weight: 700;
}

.imm-wp-category ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.imm-wp-category li {
  font-size: .85rem;
  color: rgba(255,255,255,.8);
  padding: .3rem 0 .3rem 1rem;
  position: relative;
  line-height: 1.45;
}

.imm-wp-category li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .58rem;
  width: 5px;
  height: 5px;
  background: #C8983C;
  border-radius: 50%;
}

/* ── IRCC link (dark/banner bg) ── */
.imm-ircc-link-light {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  color: #C8983C;
  font-size: .85rem;
  font-weight: 600;
  text-decoration: none;
  margin-top: 1.25rem;
  transition: opacity .3s;
}

.imm-ircc-link-light:hover { opacity: .7; }

.imm-ircc-link-light svg {
  width: 13px;
  height: 13px;
  fill: #C8983C;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .imm-services-top-grid { grid-template-columns: 1fr; }
  .imm-wp-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .imm-services-section { padding: 3.5rem 1.25rem; }
  .imm-section-heading { font-size: 1.8rem; }
  .imm-wp-banner { padding: 2rem 1.5rem; }
}

/* =============================================
   Immigence — Fees & Booking Section
   Add to: assets/css/widgets-style.css
   ============================================= */

.imm-fees-section {
  background: #FAFAF5;
  padding: 5rem 2rem;
}

.imm-fees-inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* Section tag */
.imm-fees-tag {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #C8983C;
  border-bottom: 2px solid #C8983C;
  padding-bottom: .2rem;
  margin-bottom: .75rem;
}

/* Section heading */
.imm-fees-heading {
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: 2.4rem;
  line-height: 1.25;
  color: #0B1D3A;
  margin-bottom: 1rem;
  font-weight: 700;
}

/* Section subtitle */
.imm-fees-sub {
  font-size: 1rem;
  color: #4A5568;
  line-height: 1.7;
  max-width: 620px;
  margin-bottom: 3rem;
}

/* Two-column grid */
.imm-fees-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

/* ─── LEFT COLUMN ─── */
.imm-fee-col-title {
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: 1.2rem;
  color: #0B1D3A;
  margin-bottom: .75rem;
  font-weight: 700;
}

.imm-fee-col-desc {
  font-size: .93rem;
  color: #4A5568;
  line-height: 1.7;
  margin-bottom: .5rem;
}

/* Fee list */
.imm-fee-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}

.imm-fee-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #E2E8F0;
}

.imm-fee-list li:last-child {
  border-bottom: none;
}

.imm-fee-item-info {
  display: flex;
  flex-direction: column;
  gap: .2rem;
}

.imm-fee-name {
  font-weight: 700;
  color: #0B1D3A;
  font-size: .95rem;
  line-height: 1.4;
}

.imm-fee-desc {
  font-size: .8rem;
  color: #718096;
  line-height: 1.4;
}

.imm-fee-price {
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #C8983C;
  white-space: nowrap;
  flex-shrink: 0;
  padding-top: .1rem;
}

/* Fee note gold box */
.imm-fee-note {
  background: #F5ECD7;
  border-left: 3px solid #C8983C;
  border-radius: 0 6px 6px 0;
  padding: 1rem 1.25rem;
  font-size: .85rem;
  color: #0B1D3A;
  line-height: 1.65;
  margin-top: 1.25rem;
}

.imm-fee-note strong {
  font-weight: 700;
  display: inline;
}

/* Small print */
.imm-fee-smallprint {
  margin-top: 1.25rem;
  font-size: .83rem;
  color: #718096;
  line-height: 1.65;
}

/* ─── RIGHT COLUMN ─── */
.imm-fee-right {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

/* Booking panel card */
.imm-booking-panel {
  background: #ffffff;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  padding: 2rem;
  text-align: center;
}

.imm-booking-panel h3 {
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: 1.25rem;
  color: #0B1D3A;
  margin-bottom: .4rem;
  font-weight: 700;
}

.imm-booking-panel > p {
  font-size: .9rem;
  color: #4A5568;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

/* Book button */
.imm-book-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  background: #C8983C;
  color: #0B1D3A;
  padding: 1rem 2rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  font-size: .88rem;
  letter-spacing: .07em;
  transition: background .25s, color .25s;
  border: 2px solid #C8983C;
  width: 100%;
}

.imm-book-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex-shrink: 0;
}

.imm-book-btn:hover {
  background: transparent;
  color: #C8983C;
}

/* Trust badges row */
.imm-trust-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.imm-trust-item {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  font-size: .76rem;
  color: #718096;
  white-space: nowrap;
}

.imm-trust-item svg {
  width: 13px;
  height: 13px;
  fill: #C8983C;
  flex-shrink: 0;
}

/* ─── FLOWCHART ─── */
.imm-flowchart-wrap h3 {
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: 1.1rem;
  text-align: center;
  color: #0B1D3A;
  margin-bottom: 1.75rem;
  font-weight: 700;
}

.imm-flowchart {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
}

/* Each node */
.imm-flow-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 120px;
}

/* Step 1: gold pill */
.imm-flow-terminal {
  background: #C8983C;
  color: #0B1D3A;
  border-radius: 50px;
  width: 110px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.3;
  padding: .4rem .6rem;
  text-align: center;
}

/* Step 2: white box with navy border */
.imm-flow-process {
  background: #ffffff;
  border: 2.5px solid #0B1D3A;
  border-radius: 6px;
  width: 110px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .72rem;
  font-weight: 700;
  color: #0B1D3A;
  line-height: 1.3;
  padding: .4rem .5rem;
  text-align: center;
}

/* Step 3: rotated diamond */
.imm-flow-decision {
  width: 80px;
  height: 80px;
  background: #F5ECD7;
  border: 2.5px solid #C8983C;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.imm-flow-decision span {
  transform: rotate(-45deg);
  display: block;
  font-size: .66rem;
  font-weight: 700;
  color: #0B1D3A;
  line-height: 1.3;
  text-align: center;
  padding: .2rem;
}

/* Step 4: navy pill */
.imm-flow-terminal-end {
  background: #0B1D3A;
  color: #ffffff;
  border-radius: 50px;
  width: 110px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.3;
  padding: .4rem .6rem;
  text-align: center;
}

/* Arrow between nodes */
.imm-flow-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  min-width: 24px;
  flex-shrink: 0;
}

.imm-flow-arrow svg {
  width: 22px;
  height: 22px;
  fill: #C8983C;
}

/* Description below each node */
.imm-flow-desc {
  margin-top: .65rem;
  font-size: .74rem;
  color: #4A5568;
  line-height: 1.45;
  max-width: 110px;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .imm-fees-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .imm-flowchart {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .imm-flow-arrow {
    padding-top: 0;
    padding: .4rem 0;
    transform: rotate(90deg);
  }
  .imm-flow-node {
    max-width: 200px;
  }
}

@media (max-width: 768px) {
  .imm-fees-section { padding: 3.5rem 1.25rem; }
  .imm-fees-heading { font-size: 1.8rem; }
}

/* =============================================
   Immigence Section Break Widget
   ============================================= */

.imm-break {
	width: 100%;
	padding: 24px 24px;
	box-sizing: border-box;
}

/* Background variants */
.imm-break--bg-gradient {
	background: linear-gradient(135deg, #0b1d3a 0%, #112850 60%, #0e2244 100%);
}
.imm-break--bg-solid {
	background: #0b1d3a;
}
.imm-break--bg-none {
	background: transparent;
}

.imm-break__inner {
	max-width: 1000px;
	margin: 0 auto;
}

/* Gold divider line */
.imm-break__divider {
	width: 56px;
	height: 3px;
	background: #c8983c;
	border-radius: 2px;
	margin-bottom: 28px;
}

/* Title */
.imm-break__title {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 52px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.5px;
	margin: 0 0 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0 14px;
	justify-content: center; /* inherits text-align from parent */
}

.imm-break__white {
	color: #ffffff;
}

.imm-break__gold {
	color: #c8983c;
	font-style: italic;
}

/* Subtitle */
.imm-break__subtitle {
	font-family: 'DM Sans', sans-serif;
	font-size: 1.05rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.60);
	margin: 0;
	line-height: 1.7;
	letter-spacing: 0.1px;
}

/* ── Responsive ── */
@media (max-width: 768px) {
	.imm-break {
		padding: 20px 20px;
	}
	.imm-break__title {
		font-size: 36px;
		gap: 0 10px;
	}
	.imm-break__subtitle {
		font-size: 0.97rem;
	}
}

@media (max-width: 480px) {
	.imm-break__title {
		font-size: 28px;
	}
}

/*****New About Css****/
/* Hover: card upar uthega */
.about-card {
/* ── About Card — Full Hover CSS ── */
.about-card {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 2rem;
    border: 1px solid #E2E8F0;
    position: relative;
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(.4,0,.2,1), box-shadow 0.35s cubic-bezier(.4,0,.2,1);
}

/* Left-to-right gold line on top */
.about-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 3px;
    background: #C8983C;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(.4,0,.2,1);
}

.about-card:hover::before {
    transform: scaleX(1);
}

/* Card lift + shadow */
.about-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(11,29,58,0.13);
}

/* Title and text same rahega */
.about-card h3 {
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
    color: #0B1D3A;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.about-card h3 .icon {
    width: 32px;
    height: 32px;
    background: #F5ECD7;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.about-card h3 .icon svg {
    width: 18px;
    height: 18px;
    fill: #C8983C;
}

.about-card p {
    font-size: 0.93rem;
    color: #4A5568;
    line-height: 1.7;
}

.about-card a {
    color: #C8983C;
    text-decoration: none;
}