* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
html, body {height: 100%;}
html { scroll-behavior: smooth;} 
body {font-family: "Poppins", sans-serif;}

#hero {
  position: relative; /* for the “More” link if you position it */
  min-height: 100svh;  /* fills the entire first screen */
  display: grid;
  place-items: center;                /* centers the .form */
  padding: 32px 16px;
  background: url('images/Registration Header (Webinar).png') no-repeat center / cover;  /* the purple/bg image lives here */
  color: #fff;
}

.brand{
  position: absolute;
  top: max(25px, env(safe-area-inset-top));
  left: 16px;
  z-index: 3;
  display: inline-block;
}
.brand img{
  height: clamp(28px, 6vw, 56px);
  width: auto;
  display: block;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,.25));

}
.scroll-down{
  position: absolute;
  left: 50%;
  bottom: 64px;
  transform: translateX(-50%);
  color: #fff;
  text-decoration: none;
  opacity: .85;
  font-size: 15px;
}
.scroll-down:hover{ opacity: 1; }


.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;

 }
.icon { 
    position: absolute;
    top: 20px;
    right: 20px;
    color: #6667ab;
    cursor: pointer;

 }
.hero-title { 
    color:#fff;
    font-size: 2rem;
    text-align: Center;
    white-space: normal;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 3px;
    margin-top: 50px;

 }
.form h2{ 
    text-align: Center;
    margin-bottom: 3rem;
    justify-content:center;
    gap: 0.5rem;
    margin-top: 1rem;
    text-align:center;
    line-height: .87;          /* ← vertical space between lines */
    margin: 0.5rem 0 .5rem;     /* ← space above/below the title block */
    white-space: normal; text-wrap: balance; 
    
  }
.main-text, .third-text {
    color: #fff;
    margin-top: 4px;
    font-size: 9rem;
  }
.sub-text {
    color: #ff9800;
    margin-top: 4px;
    padding-bottom: 2px;
    font-size: 9rem;


  } 
.form h3{ 
    color: #fff;
    font-size: 1.5rem;
    text-align: Center;
    padding: 3px 10px;
    margin-bottom: 30px;
   
  }
.inputs{
    display: flex; flex-direction: column;
    justify-content: center;
    margin-bottom:50px;
    margin-top: 15px;
    text-align: center;
    font-weight: 500;
    text-decoration: none;
 
 }

.button {
  width: 40%;
  background: #ff9800;
  border: none;
  border-radius: 20px;
  padding: 8px 5px;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  Outline: none;
  cursor: pointer;
  margin-top: 16px;
  margin-bottom: 0px;
  text-decoration: none;
    max-width: 360px;
    margin: 10px auto 0;
    display: inline-block;
 }

.button:hover {
  width: 40%;
  background: #da8300;
  border: none;
  border-radius: 30px;
  padding: 8px 5px;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  outline: none;
  cursor: pointer;
  margin-top: 16px;
  margin-bottom: 0px;
  text-decoration: none;
 }

 @media (max-width: 600px){
  .main-text,
  .sub-text,
  .third-text{
    font-size: clamp(22px, 16vw, 65px);}
  .button, .button:hover { display: block; width: 30%; font-size: clamp(8px, 4vw, 10px); }}
  .form p { font-size: 1.5rem; }
  .sub-title { font-size: clamp(.45rem); }
  
.section { background:#fff; color:#2b2461; padding:0px 0px; max-width: 100vw;}
.section .container { max-width: 100vw; text-align:left; }
.scroll-down { display:inline-block; margin-top:18px; color:#fff; text-decoration:none; opacity:.85 }
.scroll-down:hover { opacity:1 }
.back-to-top { display:inline-block; margin-top:24px; text-decoration:none; } 

/* Two columns: text (left) | image (right) */
.copy{
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;          /* left wider than right */
  gap: 24px;
  align-items: start;                           /* top-align content */
  max-width: 1200px;                          /* optional: page width */
  margin: 0 auto;                               /* center the whole block */
  padding: 50px 40px;
}

/* Left column */
.copy .left{
  margin-left: 20px;
  margin-top: 50px;                                /* padding handled by .copy */
                              /* remove manual offsets */
}
.left h3{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 20px; }

.left h2{
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 25px;
}

.left p{
  font-size: 18px;
  font-weight: 400;}

.left ul {
  list-style: none;
  font-size: 18px;
  font-weight: 400;
  margin-top: 25px;
  line-height: 1.5;
}

/* Right column */
.copy .right{
  display: flex;
  justify-content: flex-end;                    /* push image to the right edge */
  align-items: center;
  padding: 20;
  margin-top: 50px;
}
.copy .right img{
  width: 100%;                                  /* fill the right column */
  max-width: 420px;                             /* but don't get too big */
  height: auto;
  display: block;
}

/* Stack on mobile */
@media (max-width: 900px){
  .copy{ grid-template-columns: 1fr; }
  .copy .right{ justify-content: center; margin-top: 12px; }
  .copy .left, .copy .right { padding: 0; }
  

}
  
.time{
  padding: clamp(84px, 20vw, 50px);
  background-image: url('images/WebinarWebsite.png');  
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 400;
}

h1{
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: .04em;
  color: #fff; 

}

.timebox{
  display: flex;
  gap: 100px;
  text-align: center;
  flex-wrap: wrap;                        /* wraps on small screens */
  border: 2px solid rgba(255,255,255,.75);
  border-radius: 16px;
  padding: 44px 95px;
  min-width: 120px;                      /* keeps cards consistent */
  background: rgba(255,255,255,.06);
  line-height: 1;
}

.time1{
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  padding-top: 6px;
}

.new p {
  font-size: 2rem;
  font-weight: 400;
  padding-bottom:30px;}


#Timers .time > h2.count-title{
  font-size: 6rem;
  font-weight: 800;
  color: #ff9800;
  line-height: 1.2;
}

#Timers .time h4{
  font-size: 6.5rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}

#Timers .time > h3.count-title{
  font-size: 1.9rem;
  font-weight: 400;
  padding-bottom:40px;}

.times {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.times .buttons {
  background: #ff9800;
  border: none;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  outline: none;
  cursor: pointer;
  letter-spacing: .04em;
  text-decoration: none;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  width: 100%;
    max-width: 320px;
    padding: 12px 18px;
    margin-top: 30px;
 }

.times .buttons:hover{ background: #da8300; }

@media (max-width: 900px){
  .time { align-items: center; text-align: center; }
  .time1 , .timebox, .times, .timers { justify-content: center;}
  #Timers .time > h2.count-title{ justify-content: center; font-size: clamp(55px, 40vw, 45px);}
  #Timers .time > h3.count-title{ justify-content: center; font-size: clamp(20px, 15vw, 19px);}
}

.next h1{
  background:#fff;
  color:#34197c;
  padding: 80px 80px;
  max-width: 100vw;
  font-size: 27px;
  font-weight: 400;
}


/* Footer wrapper */
.footer-container {
  background-color: #4824a7;
  padding: 3rem 3rem 0;
}

/* Inner footer */
.footer {
  width: 100%;                 /* was 80% */
  max-width: 1200px;          /* cap width, center on large screens */
  margin: 0 auto;
  background-color: #4824a7;
  color: #fff;
margin-top: 30px;
margin-bottom: 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* spread columns */
  gap: 24px 48px;                 /* nice spacing */
}

/* Columns */
.footer-heading,
.footer-email-form {
  flex: 1 1 240px;              /* grow/shrink, min width */
  min-width: 220px;
}

/* Headings */
.footer-heading h2,
.footer-email-form h2 {
  margin: 0 0 1rem;
  font-size: 1rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

/* Links */
.footer-heading a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin: .5rem 0;
}
.footer-heading a:hover {
  color: #ff9800;
  transition: color 0.3s ease-out;
}

/* Optional bottom row if you add one */
.footer-bottom{
  margin-top: 16px;
  padding-top: 12px;
  margin-bottom: 16px;
  border-top: 1px solid rgba(255,255,255,.2);
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  font-size: .9rem;
  opacity: .9;
}
.endlogo{
  flex: 1 1 240px;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.endlogo img{
  height: 56px;      /* ← adjust size here (e.g., 32–48px) */
  width: auto;
  display: block;}

.back-to-top{
  color: #fff;
  align-items: flex-start;
  margin-bottom: 30px;
}

/* Responsive */
@media (max-width: 1300px){
  .footer { justify-content: center; }
  .footer-heading, .footer-email-form, .footer-bottom { flex: 1 1 100%; max-width: 100%; }
}

html, body{ overflow-x: hidden; }