
 @import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700;800&display=swap');

:root {
      --ink: #0e1a2b;
      --muted: #5b6b83;
      --accent: #1b4fd8;
      --hero-bg: linear-gradient(135deg, #0a1628 0%, #1a2844 50%, #0d1b35 100%);
      --max-width: 1100px;
      --header-height-desktop: 64px;
      --header-height-mobile: 56px;
    }
    * { margin: 0; padding: 0; box-sizing: border-box; }
    body {
      font-family: Inter, system-ui, sans-serif;
      padding-top: var(--header-height-desktop);
      min-height: 100vh;
      background: #fff;
    }
    .site-header {
      position: fixed; top: 0; left: 0; right: 0; background: #fff;
      border-bottom: 1px solid rgba(0,0,0,0.08);
      padding: 16px 20px; z-index: 1000;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
      height: 64px; display: flex; align-items: center;
    }
    .header-container { max-width: 1400px; margin: 0 auto; display: flex; align-items: center; width: 100%; padding-left: 32px; }
    .header-logo { height: 44px; width: auto;}
    .hero-section {
      background: url('./hero.jpg');
      background-size: cover;
      color: #fff;
      padding: 32px 48px; min-height: calc(90vh - 64px);
      display: flex; align-items: center;
       background-position: center center;
      background-repeat: no-repeat;
       width: 100%;


    }
    /* .hero-section img {
      max-width: 100%; height: auto;
      object-fit: cover;
      display: block;
    } */
    .hero-container {
      max-width: 1300px; margin: 0 auto;
      display: grid; grid-template-columns: 1fr 420px; gap: 32px;
      align-items: flex-start; width: 100%; padding: 0 16px; box-sizing: border-box;
    }
    .hero-content { max-width: 100%; }
    .hero-label { font-size: 1rem; font-weight: 500; color: rgba(255,255,255,0.8); margin-bottom: 20px; letter-spacing: 0.5px; padding-left: 80px; }
    .hero-title { font-size: clamp(2.2rem, 4.5vw, 3.8rem); font-weight: 800; line-height: 1.15; margin-bottom: 20px; padding-left: 80px; }
    .title-line-1 { display: block; background: linear-gradient(135deg, #a78bfa 0%, #60a5fa 100%);
      -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
    .title-line-2 { display: block; color: #60a5fa; }
    .hero-subtitle { font-size: clamp(1rem,1.8vw,1.25rem); font-weight: 500; color: rgba(255,255,255,0.9); line-height: 1.5; margin-bottom: 28px; padding-left: 80px; }
    .hero-meta { padding-left: 80px; margin-bottom: 28px; }
    .hero-date, .hero-time { font-size: 1.5rem; font-weight: 700; color: #fff; margin: 6px 0; }
    .hero-time span { color: rgba(255,255,255,0.8); }
    .hero-timer {
      display: flex; align-items: center; gap: 10px; flex-wrap: nowrap;
      margin-top: 16px; margin-bottom: 0; padding-left: 80px; overflow-x: auto;
    }
    .timer-cell {
      min-width: 68px; max-width: 110px; flex: 1 1 0; text-align: center;
      background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255,255,255,0.15);
      border-radius: 12px; padding: 10px 6px; margin: 0;
      display: flex; flex-direction: column; justify-content: center; 
      min-height: 90px;
    }
    .timer-value { font-size: 1.7em; font-weight: 800; color: #fff; font-variant-numeric: tabular-nums; line-height: 1; margin-bottom: 6px; }
    .timer-label { font-size: 0.75rem; margin-top: 2px; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.7); margin-top: 2px; }
    .timer-sep { font-size: 1.55em; font-weight: 700; color: #fff; margin: 0 2px; }
    .hero-status { margin-top: 14px; font-size: 1.1rem; font-weight: 600; color: #60a5fa; padding-left: 80px; }
    .hero-form-wrapper { display: flex; justify-content: center; align-items: flex-start; width: 100%; min-width: 0; }
    .hero-form-card, .glass-card {
      background: rgba(94,112,144,0.35); border: 1.5px solid rgba(255,255,255,0.18);
      border-radius: 22px; box-shadow: 0 18px 48px rgba(0,32,80,0.25);
      backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
      padding: 32px 18px; max-width: 420px; width: 100%; min-width: 0; box-sizing: border-box; margin: 0 auto;
    }
   
    @media (max-width: 1020px) {
      .hero-container { grid-template-columns: 1fr; max-width: 700px; gap: 28px; justify-items: center; padding: 0 10px;}
      .hero-form-wrapper { margin-top: 0; width: 100%; justify-content: center;}
      .glass-card { width: 100%; max-width: 420px;}
    }
    @media (max-width: 600px) {
      .hero-section { padding: 20px 0 32px;}
      .hero-container { max-width: 99vw; gap: 18px; padding: 0 2vw;}
      .hero-label, .hero-title, .hero-subtitle, .hero-meta, .hero-timer, .hero-status { padding-left: 0 !important;}
      .glass-card, .hero-form-card { padding: 12px 2vw; max-width: 99vw; }
      .hero-timer { margin-top: 8px; gap: 3vw; padding-left: 0; }
      .timer-cell { min-width: 42px; max-width: 70px; padding: 6px 1vw; font-size: .98em;}
      .timer-label { font-size: .66rem;}
    }
    @media (max-width: 1200px){ .hero-timer { padding-left: 10px; } }
    @media (max-width: 980px){ .hero-timer { padding-left: 2vw; } }
    @media (max-width: 768px){
      .hero-timer { padding-left: 0; margin-top: 7px; gap: 2vw;}
    }
    
    .ai-reality.ai-split { background: #fff; color: var(--ink); padding: 72px 20px; }
    .ai-split__container { max-width: var(--max-width); margin: 0 auto; }
    .ai-split__wrap { display: grid; grid-template-columns: minmax(300px, 1fr) minmax(420px, 520px); gap: 36px; align-items: start; width: 100%; }
    .ai-heading { margin: 0 0 14px; font-size: clamp(1.8rem, 2.6vw, 2.3rem); font-weight: 800; line-height: 1.2; }
    .ai-heading span { color: var(--accent); }
    .ai-split__left p { margin: 0 0 16px; line-height: 1.7; color: #22304A; }
    .ai-pointers { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px;}
    .pointer { display: flex; gap: 12px; align-items: flex-start; background: #fff; border: 1px solid rgba(14,26,43,0.12); border-radius: 14px; padding: 16px;
      box-shadow: 0 6px 18px rgba(27,79,216,0.08); }
    .pointer:hover { transform: translateY(-3px); border-color: rgba(27,79,216,0.25); box-shadow: 0 10px 24px rgba(27,79,216,0.12);}
    .pointer__badge { flex: 0 0 12px; width: 12px; height: 12px; margin-top: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(27,79,216,0.12);}
    .pointer__content h4 { margin: 0 0 6px; font-size: 18px; font-weight: 700;}
    .pointer__content p { margin: 0; line-height: 1.55;}
    .why-attend-container { max-width: var(--max-width); margin: 50px auto 0; }
    .why-attend { background: #F8FAFF; border: 1px solid rgba(27,79,216,0.1); border-radius: 16px; padding: 32px 36px; box-shadow: 0 6px 18px rgba(27,79,216,0.08);}
    .why-attend h3 { font-size: 1.4rem; font-weight: 700; margin-bottom: 16px; border-bottom: 2px solid var(--accent); display: inline-block; padding-bottom: 4px;}
    .why-attend p { margin-bottom: 16px; line-height: 1.65;}
    .checklist { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 24px;}
    .checklist li { position: relative; padding-left: 28px; margin: 10px 0; color: #2c2c2c;}
    .checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 700; font-size: 1.1rem;}
    .closing { font-weight: 600; margin-top: 10px;}
    .agenda-stepper { background: #fff; color: var(--ink); padding: 56px 20px; }
    .stepper-container { max-width: var(--max-width); margin: 0 auto;}
    .stepper-heading { font-size: clamp(1.8rem, 2.4vw, 2.2rem); font-weight: 700; margin: 0 0 28px;}
    .stepper-heading span { color: var(--muted); font-weight: 500; }
    .steps { list-style: none; position: relative;}
    .step { position: relative; display: flex; gap: 16px; padding: 14px 0;}
    .rail { width: 6px; border-radius: 999px; background: linear-gradient(180deg, rgba(27,79,216,0.18), rgba(27,79,216,0.04)); margin-left: 10px;}
    .node { position: absolute; left: 7px; top: 30px; width: 14px; height: 14px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(27,79,216,0.12);}
    .content { flex: 1; background: #fff; border: 1px solid rgba(14,26,43,0.12); border-radius: 16px; padding: 22px 26px; box-shadow: 0 4px 14px rgba(27,79,216,0.08);}
    .content:hover { border-color: rgba(27,79,216,0.28); box-shadow: 0 6px 22px rgba(27,79,216,0.12);}
    .time-pill { display: inline-block; font-weight: 700; font-size: .95rem; color: var(--accent); background: rgba(27,79,216,0.08); border: 1px solid rgba(27,79,216,0.22);
      padding: 6px 10px; border-radius: 999px; margin-bottom: 10px;}
    .title { margin: 6px 0 8px; font-size: 1.22rem; font-weight: 650;}
    .meta { margin: 0 0 8px; color: #3a4a65; font-size: .95rem;}
    .points { margin: 10px 0 0 0; padding: 0;}
    .points li { list-style: none; position: relative; padding-left: 18px; margin: 8px 0; font-size: .96rem; line-height: 1.55; color: #222;}
    .points li::before { content: ""; position: absolute; left: 0; top: .62em; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 3px rgba(27,79,216,0.12); transform: translateY(-50%);}
   
    .who-attend { background: #fff; color: var(--ink); padding: 72px 20px; }
    .who-container { max-width: var(--max-width); margin: 0 auto; text-align: center;}
    .who-heading { font-size: clamp(1.8rem,2.4vw,2.2rem); font-weight: 800; margin-bottom: 40px;}
    .who-heading span { color: var(--accent);}
    .who-grid { list-style: none; display: grid; grid-template-columns: repeat(2,1fr); gap:24px; justify-items: stretch;}
    .who-card { background:#f8faff; border: 1px solid rgba(27,79,216,0.1); border-radius: 16px; padding: 28px 24px; box-shadow:0 6px 18px rgba(27,79,216,0.08);
      text-align:left; transition: .25s;}
    .who-card:hover { transform: translateY(-4px); border-color: rgba(27,79,216,0.25); box-shadow:0 8px 24px rgba(27,79,216,0.12);}
    .who-card h3 { margin: 0 0 8px; font-size: 22px; font-weight: 700;}
    .who-card p { margin: 0; line-height: 1.55; color: #22304a;}
   
    .cta-section { background: linear-gradient(135deg, #E8F0FF 0%, #EEF4FF 100%); padding: 100px 20px; display: flex; justify-content: center; align-items: center;}
    .cta-wrapper { background: linear-gradient(135deg,#2760E2,#6B7CFF); border-radius: 24px; padding: 4px; max-width: 900px; width: 100%; box-shadow:0 10px 25px rgba(39,96,226,0.15);}
    .cta-content { background:#fff; border-radius:20px; padding:60px 50px; text-align: center;}
    .cta-content h2 { font-size:2.6rem; color:#0A1F44; font-weight:700; margin-bottom:12px;}
    .cta-subtitle { font-size:1.5rem; font-weight:600; color:#2760E2; margin-bottom:20px;}
    .cta-text { font-size:1.1rem; color:#334155; margin-bottom:10px; line-height:1.6;}
    .cta-action { font-size:1.05rem; color:#0A1F44; margin-bottom:36px; line-height:1.6; font-weight:500; max-width:700px; margin-left:auto; margin-right:auto;}
    .cta-button { display:inline-block; background:linear-gradient(90deg,#2760E2,#4E7DFF); color:#fff !important; font-size:1.1rem; font-weight:600; padding:16px 40px; border-radius:12px;
      text-decoration:none; transition:.3s; box-shadow:0 6px 20px rgba(39,96,226,0.2);}
    .cta-button:hover { background: linear-gradient(90deg,#1F4FCC,#3F6FF5); box-shadow:0 8px 25px rgba(39,96,226,0.3); transform:translateY(-2px);}
    
    .site-footer { background:#0A1B4C; color:#fff; padding:24px 20px;}
    .footer-container { max-width:1400px; margin:0 auto; display:flex; justify-content:space-between; align-items:center; gap:40px;}
    .footer-text { margin:0; font-size:0.95rem; color:rgba(255,255,255,0.9); margin-left:20px;}
    .footer-social { display:flex; gap:20px; align-items:center; margin-right:20px;}
    .footer-social a { color:#fff; transition:.3s; display:flex; align-items:center; opacity:.9;}
    .footer-social a:hover { opacity:1; transform:translateY(-2px);}

    @media (max-width:980px) { .ai-split__wrap { grid-template-columns: 1fr; gap:28px;} .ai-pointers, .checklist{ grid-template-columns:1fr; } .agenda-stepper{ padding:44px 20px;}
      .stepper-container,.ai-split__container,.why-attend-container,.who-container{ max-width:100%; padding:0 16px; margin:0 auto; box-sizing:border-box;} }
    @media (max-width:768px) {
      body { padding-top: var(--header-height-mobile);}
      .site-header { height: var(--header-height-mobile); padding:12px 16px;}
      .header-logo{ height:34px;}
      .hero-section{ padding:32px 16px 60px; min-height: calc(100vh - var(--header-height-mobile));}
      .hero-container{ gap:35px;}
      .ai-heading { font-size:1.8rem;}
      .who-grid{ grid-template-columns:1fr;}
      .who-attend{ padding:56px 16px;}
      .footer-container{ flex-direction: column !important; gap:24px; justify-content: center; align-items: center; text-align: center;}
    }
    @media (max-width:640px) {
      .ai-reality.ai-split, .agenda-stepper, .who-attend { padding-left:16px; padding-right:16px;}
      .why-attend { padding:24px 20px;}
    }
    @media (max-width:480px) {
      .site-footer { padding:28px 16px;}
      .footer-container{ gap:20px;}
      .footer-social{ gap:20px;}
    }
    .why-attend-container {
  max-width: var(--max-width);
  margin: 50px auto 0;
  padding-top: 40px;
}

@media (max-width: 980px) {
  .why-attend-container {
    padding-top: 36px;
  }
}
@media (max-width: 640px) {
  .why-attend-container {
    padding-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .hero-section {
     background: url('./hero.jpg') !important;
    color: #fff !important;
    padding: 30px 0 !important;
    min-height: unset !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

  }
  .hero-container {
    max-width: 820px !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    gap: 28px !important;
    padding: 0 18px !important;
    box-sizing: border-box;
  }
  .hero-content {
    max-width: 62% !important;
    padding: 0 16px 0 0 !important;
    margin: 0 !important;
  }
  .hero-form-wrapper, .hero-form-card, .glass-card {
    max-width: 330px !important;
    min-width: 280px !important;
    padding: 18px 12px !important;
    margin: 0 !important;
    background: rgba(94,112,144,0.35) !important;
    border-radius: 22px !important;
    box-shadow: 0 18px 48px rgba(0,32,80,0.25) !important;
    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;
  }
  .hero-label,
  .hero-title,
  .hero-subtitle,
  .hero-meta,
  .hero-timer,
  .hero-status {
    padding-left: 0 !important;
  }
}
body {
  font-family: Mulish, system-ui, sans-serif;
}
.summit-heading {
  font-weight: 700;
  background: linear-gradient(
    90deg,
    #57C4FF 0%,
    #90FFE0 10%,
    #A47CFF 100%
  );
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: moveGradient 3s ease-in-out infinite;
}
@keyframes moveGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media (max-width: 640px) {

  .cta-section {
    background: linear-gradient(135deg, #e8f0ff 0%, #eef4ff 100%);
    padding: 60px 16px; 
  }
  .cta-wrapper {
    padding: 2px; 
    box-shadow: 0 4px 16px rgba(39, 96, 226, 0.12); 
    border-radius: 20px;
  }
  .cta-content {
    padding: 40px 22px;
  }
  
  .cta-button {
    white-space: nowrap;       
    padding-left: 24px;        
    padding-right: 24px;
    overflow: hidden;          
    text-overflow: ellipsis;   
    max-width: 100%;          
    display: inline-block;
    box-sizing: border-box;
  }
}
.header-container {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 0px;
  box-sizing: border-box;
}


@media (max-width: 1024px) {
  .header-container {
    padding-left: 5px;
    padding-right: 16px;
  }
}
 .pill-text {
    font-size: 1rem;
    color: #E03A3A;
    font-weight: 600;
  }


  .pill-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FF3B3B;
    animation: pulse 1.4s infinite;
  }
  .limited-pill {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
  }

    @keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.4); opacity: 0.5; }
    100% { transform: scale(1); opacity: 1; }
  }



@media (min-width: 768px) and (max-width: 1200px) {
  .hero-section {
    background: url('./hero.jpg') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    color: #fff !important;
    padding: 30px 0 !important;
    min-height: unset !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}


  .cert-section {
    background: #fff;
    padding: 25px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cert-wrapper {
    position: relative;
    width: 100%;
    max-width: 1100px;
    border-radius: 28px;
    background: #fff;
    padding: 4px;
    overflow: hidden;
  }
 
  .cert-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 28px;
    padding: 3px;
    background: linear-gradient(270deg, #2760E2, #4E7DFF, #00C6FF, #6B7CFF, #2760E2);
    background-size: 600% 600%;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: strokeFlow 2.2s linear infinite;
  }
  @keyframes strokeFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }
/* 
  .cert-grid {
    position: relative;
    background: #fff;
    border-radius: 24px;
    padding: 60px 50px;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    align-items: center;
    gap: 50px;
    z-index: 1;
  }
 
  .cert-copy h2 {
    font-size: 2.4rem;
    line-height: 1.15;
    margin: 0 0 14px;
    color: #0A1F44;
    font-weight: 800;
  }
  .cert-copy .lead {
    font-size: 1.12rem;
    color: #334155;
    line-height: 1.7;
    margin-bottom: 14px;
  }
  .cert-copy .body {
    font-size: 1.05rem;
    color: #4B5563;
    line-height: 1.7;
    margin-bottom: 28px;
  }
  .cert-cta {
    display: inline-block;
    text-decoration: none;
    background: linear-gradient(90deg, #2760E2, #4E7DFF);
    color: #fff;
    font-weight: 700;
    font-size: 1.06rem;
    padding: 14px 32px;
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(39, 96, 226, 0.22);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }
  .cert-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(39, 96, 226, 0.28);
    background: linear-gradient(90deg, #1F4FCC, #3F6FF5);
  }
  .cert-visual {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cert-image {
    width: 100%;
    max-width: 520px;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
  }
  .cert-image:hover {
    transform: scale(1.03);
    box-shadow: 0 18px 40px rgba(39, 96, 226, 0.25);
  }

  @media (max-width: 900px) {
    .cert-grid {
      grid-template-columns: 1fr;
      padding: 40px 30px;
      text-align: center;
    }
    .cert-visual {
      order: -1;
      margin-bottom: 24px;
    }
    .cert-copy h2 {
      font-size: 2rem;
    }
  } */
 
.certificate-block {
  background: #fff;
  color: var(--ink);
  padding: 20px 20px;
}


.certificate-wrapper {
  position: relative;
  max-width: var(--max-width); 
  width: 100%;
  margin: 0 auto; 
  border-radius: 20px;
  background: #F6FBFF;
  padding: 3px;
  overflow: hidden;
}

.certificate-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(270deg, #2760E2, #4E7DFF, #00C6FF, #2760E2);
  background-size: 600% 600%;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: borderFlow 2s linear infinite;
}

@keyframes borderFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.certificate-content {
  position: relative;
  background: #F6FBFF;
  border-radius: 18px;
  padding: 40px 50px;
  display: flex;
  align-items: center;
  gap: 30px;
  z-index: 1;
}

.certificate-icon {
  flex-shrink: 0;
  width: 75px;
  height: 75px;
  background: #fff; 
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 6px 12px rgba(39, 96, 226, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.certificate-icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  display: block;
}

.certificate-icon:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(39, 96, 226, 0.18);
}

.certificate-text h2 {
  font-size: 1.8rem;
  color: #0A1F44;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1.3;
}

.certificate-text p {
  font-size: 1.05rem;
  color: #334155;
  line-height: 1.6;
  margin: 0;
}


@media (max-width: 980px) {
  .certificate-wrapper {
    max-width: 100%;
    padding: 3px 16px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  
  .certificate-content {
    padding: 32px 28px;
  }
}

@media (max-width: 768px) {
  .certificate-block {
    padding: 56px 16px;
  }
  
  .certificate-wrapper {
    padding: 3px;
    border-radius: 16px;
  }
  
  .certificate-wrapper::before {
    border-radius: 16px;
  }
  
  .certificate-content {
    flex-direction: column;
    text-align: center;
    padding: 28px 20px;
    gap: 20px;
    border-radius: 14px;
  }
  
  .certificate-icon {
    width: 70px;
    height: 70px;
  }
  
  .certificate-icon img {
    width: 38px;
    height: 38px;
  }
  
  .certificate-text h2 {
    font-size: 1.6rem;
  }
  
  .certificate-text p {
    font-size: 1rem;
  }
}

@media (max-width: 640px) {
  .certificate-block {
    padding-left: 16px;
    padding-right: 16px;
  }
  
  .certificate-content {
    padding: 24px 18px;
  }
}

@media (max-width: 480px) {
  .certificate-block {
    padding: 50px 16px;
  }
  
  .certificate-content {
    padding: 22px 16px;
  }
  
  .certificate-icon {
    width: 60px;
    height: 60px;
  }
  
  .certificate-icon img {
    width: 34px;
    height: 34px;
  }
  
  .certificate-text h2 {
    font-size: 1.4rem;
  }
  
  .certificate-text p {
    font-size: 0.95rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .hero-section {
    background-image: url('./mobile-re.jpg') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important; 
  }
}

