/* ===========================
   Global Styles
=========================== */
body{
    background: linear-gradient(173.02deg, #002A29 5.88%, #000000 94.54%);
    position: relative;
    min-height: 3226px;
}
body::before {
    content: "";
    position: absolute;
    top: -330px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 200, 200, 0.5) 0%, transparent 70%);
    filter: blur(80px);
    z-index: 0;
}

body > * {
  position: relative;
  z-index: 1; /* keeps logo & phone above the glow */
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 170px;
}

/* ===========================
   Header Section
=========================== */
.header-bar {
    padding: 15px 30px;
    border-radius: 8px;
    margin: 25px 0px 25px;
    border: 1px solid rgb(213 213 213 / 47%);
    background: #2a424145;
    
}

    .phone-box, .email-box {
      border-radius: 10px;
      display: flex;
      align-items: center;
      color: #fff;
      font-weight: 500;
    }
    .phone-box i, .email-box i {
      margin-right: 8px;
      font-size: 18px;
    }
    .phone-box a, .email-box a {
        color: #fff;
        text-decoration: none;
    }
    .logo-img {
      height: 50px; /* adjust according to your logo size */
    }
    .phone-box {
        font-size: 15px;
    }
.contact-box .text-end{
    font-size: 16px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}



.header-bar-sub {
  width: 1174px;
  height: 55px;
  left: calc(50% - 1174px/2 + 4px);
  top: calc(50% - 55px/2 - 0.5px);
}

.text-end {
  position: absolute;
  width: 196px;
  left: 1190.5px;
}

.text-center {
  position: absolute;
  width: 1264px;
  height: 272px;
  left: 88px;
  padding: 0px;
}

/* ===========================
   Banner
=========================== */
.bannerVideo {
  border-radius: 14px;
  border: 1px solid rgb(213 213 213 / 59%);
  width: 100%;
}

/* ===========================
   Highlight Box
=========================== */

.highlight-box {
  box-sizing: border-box;
  position: absolute;
  width: 397px;
  height: 93px;
  left: 139px;
  top: 330px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(25px);
  border-radius: 14px;
  Z-index: 1;
  border: 1px solid #FFFFFF;
  border-radius: 14px;
}

.highlight-box .highlight-sub {
  position: absolute;
  width: 192px;
  height: 30px;
  left: calc(50% - 192px/2 - 74.5px);
  top: 13px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #F8F5E9;
}

.highlight-box .highlight-main {
  position: absolute;
  width: 341px;
  height: 36px;
  left: calc(50% - 341px/2);
  top: 43px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #FFFFFF;
}

/* ===========================
   Phone Section
=========================== */



/* ===========================
   Features Section
=========================== */
.features-content .container {
  box-sizing: border-box;
  position: absolute;
  width: 397px;
  height: 93px;
  left: calc(50% - 397px/2 - 309.5px);
  top: 529px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(25px);
  border-radius: 14px;
}

.features-content-sub {
  box-sizing: border-box;
  position: absolute;
  width: 589px;
  height: 299px;
  left: 111px;
  top: 370px;
  border: 1px solid #FFFFFF;
  border-radius: 14px;
  z-index: 0;
}

.features-content-zero-reg {
  position: absolute;
  width: 235px;
  height: 51px;
  left: 141px;
  top: 432px;
  color: #F8F5E9;
  display: flex;
  align-items: center;
  gap: 10px;
}

.features-content-zero-reg .zero-reg-txt {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  text-transform: capitalize;
}

.features-content-Transc {
  position: absolute;
  width: 231px;
  height: 47px;
  left: 141px;
  top: 515px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.features-content-Transc .Transc-txt {
  width: 174px;
  height: 40px;
  left: calc(50% - 174px/2 - 362px);
  top: 725px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  text-transform: capitalize;
  color: #F8F5E9;
}

.features-content-msme–finan {
  position: absolute;
  width: 304px;
  height: 51px;
  left: 141px;
  top: 594px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.features-content-msme–finan .msme–finan-txt {
  width: 251px;
  height: 40px;
  left: calc(50% - 251px/2 - 327.5px);
  top: 805px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 20px;
  text-transform: capitalize;
  color: #F8F5E9;
}

/* ===========================
   Registration Container
=========================== */
.col-md-6-formsection {
  position: relative;
  width: 532px;
  left: 651px;
  top: 305px;
}

/*.form-card {*/
/*  box-sizing: border-box;*/
/*  position: absolute;*/
/*  width: 532px;*/
/*  height: 535px;*/
/*  background: rgba(255, 255, 255, 0.16);*/
/*  backdrop-filter: blur(25px);*/
/*  border-radius: 24px;*/
/*}*/

/*.reg-now{*/
    /* Register Now */

/*    position: absolute;*/
/*    width: 241px;*/
/*    height: 48px;*/
/*    left: 146px;*/
/*    top: 24px;*/
    
/*    font-family: 'Poppins';*/
/*    font-style: normal;*/
/*    font-weight: 800;*/
/*    font-size: 32px;*/
/*    line-height: 48px;*/
    /* identical to box height */
/*    text-align: center;*/
/*    text-transform: uppercase;*/
    
/*    color: #FFC366;*/
/*}*/

/* Form wrapper */
.form-card {
  /* card */

box-sizing: border-box;

position: absolute;
width: 532px;
height: 535px;

background: rgba(255, 255, 255, 0.16);
backdrop-filter: blur(25px);
/* Note: backdrop-filter has minimal browser support */
border-radius: 24px;

}

/* "REGISTER NOW" heading */
.form-card .reg-now {

    position: absolute;
    width: 241px;
    height: 48px;
    left: 146px;
    top: 24px;
    
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 48px;
    /* identical to box height */
    text-align: center;
    text-transform: uppercase;
    
    color: #FFC366;
}

/* Input styles */
.form-card input[type="text"],
.form-card input[type="email"],
.form-card input[type="tel"],
.form-card input[type="number"] {
  width: 464px;
  height: 65px;
  padding: 12px 15px;
  margin-top: 15px;

  position: relative;
  left: 34px;
  top: 105px;

  border: none;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.15);
  color: #FFFFFF;               /* input text color */
  opacity: 1;

  /* Typography */
  font-family: 'Poppins', sans-serif;
  font-weight: 300;             /* light */
  font-style: normal;
  font-size: 20px;
  line-height: 30px;            /* matches design */
  letter-spacing: 0;
  outline: none;

  transition: background 0.3s ease;
}

/* Placeholder styling */
.form-card input::placeholder {
  color: #FFFFFF;
  opacity: 0.5;                 /* lighter placeholder */
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
}




/* Input focus effect */
.form-card input:focus {
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0 2px #00e0c6;
}

.form-card button {
    position: absolute;
    top: 452px;
    left: 160px;
    background: #fff;
    color: #333;
    transition: 0.3s;
    font-family: Poppins;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-align: right;
    text-transform: uppercase;
    margin: 0 auto;
    display: inherit;
    
    width: 218px;
    height: 64px;
    angle: -0 deg;
    opacity: 1;
    border-radius: 14px;
    border-width: 2px;
    padding-top: 8px;
    padding-right: 48px;
    padding-bottom: 8px;
    padding-left: 53px;
    gap: 10px;
    border: 2px solid #000000

}

.form-card button .btn-text {
  width: 117.33px;   /* your exact width */
  height: 48px;      /* your exact height */
  gap: 4px;
  opacity: 1;

  /* Center text inside the span */
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefits-section {
    background-image: url(/shubh-aarambh/images/bg.png);
    /* Frame 1000002715 */

    position: absolute;
    width: 1264px;
    height: 1249px;
    left: 88px;
    top: 940px;
    z-index: 0;
    opacity: 0.8;
}


.bannerHeading{
    /* How Does It Benefit You This Festive Season? */
    position: absolute;
    width: 1097px;
    height: 48px;
    left: calc(50% - 1097px/2 - 0.5px);
    top: 936px;
    z-index:1;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 48px;
    /* identical to box height, or 100% */
    text-align: center;
    color: #FFC366;

}

.benefits-grid {
  display: flex;
  flex-wrap: wrap; /* allows items to wrap into multiple rows */
  gap: 24px;       /* spacing between cards */
  justify-content: center; /* center align cards in row */
  top: 1032px;
  position: relative;
}

.benefit-card {
  /*flex: 1 1 calc(33.333% - 24px);*/
  width:344px;
  height: 244px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(25px);
  border-radius: 14px;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
}

.benefit-card img {
  /* Layer_1 */
    position: absolute;
    width: 87px;
    height: 87px;
    left: 24px;
    top: 24px;

}

.benefit-card h3 {
  /* Stay resilient during peak demand */

    position: absolute;
    width: 272px;
    height: 40px;
    left: calc(50% - 272px/2 - 12px);
    top: 131px;
    
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    /* or 125% */
    text-align: left;
    color: #FFFFFF;


}

.benefit-card p {
/* Ensure uninterrupted vendor support when it matters most */

    position: absolute;
    width: 296px;
    height: 40px;
    left: calc(50% - 296px/2);
    top: 179px;
    
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    /* or 125% */
    text-align: left;
    color: #FFFFFF;
    letter-spacing: 0px;

}

.register-btn {
    /* Button1 */
    
    box-sizing: border-box;
    
    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px 48px 8px 56px;
    gap: 10px;
    
    position: absolute;
    width: 397px;
    height: 64px;
    left: calc(50% - 397px/2 - 0.5px);
    
    background: #F8F5E9;
    border: 2px solid #333333;
    border-radius: 14px;
    
    color: #333;
    transition: 0.3s;
    font-family: Poppins;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-align: right;
    text-transform: uppercase;
    margin-top: 20px;
    text-decoration: none;
    top: 1016px;
}

.feature-card {
      background: #0f1a17;
      color: #fff;
      border-radius: 10px;
      padding: 20px;
      height: 100%;
      display: flex;
      text-align: left;
      align-items: center;
      gap: 25px;
    }
    .feature-card h5 {
      font-weight: 600;
      margin-bottom: 5px;
    }
    .feature-card p {
      margin: 0;
      opacity: 0.85;
    }
    .feature-icon img {
      margin-bottom: 15px;
    }

.bannerHeading2{
    position: absolute;
    width: 1097px;
    height: 48px;
    left: calc(50% - 1097px/2 - 0.5px);
    z-index:1;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 48px;
    /* identical to box height, or 100% */
    text-align: center;
    color: #FFC366;

}

.feature-section{
    top: 1155px;
}

.feature-section {
  border-radius: 14px;
  padding: 40px 20px;
  color: #fff;
}

.feature-card {
  background: #001C1B; /* inner background */
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  border-radius: 14px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;

  /* Gradient border workaround */
  position: relative;
  z-index: 1;
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0; /* cover full card */
  padding: 2px; /* border thickness */
  border-radius: 14px;
  background: linear-gradient(
    89.93deg,
    rgba(255, 255, 255, 0.6) 0.06%,
    rgba(255, 255, 255, 0.336) 99.94%
  );
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; 
  mask-composite: exclude;
  pointer-events: none; /* let clicks pass through */
}


.feature-card .feature-icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.feature-card h5 {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}

.feature-card p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-style: italic;
  margin: 0;
}


.col-md-6{
    position: relative;
    width: 576px;
    height: 136px;
}

.g-4{
    top: 66px;
    left: 63px;
    position: relative;
}

.py-5 {
     padding-top: 0rem !important; 
     padding-bottom: 0rem !important; 
}
.desc-sec{
    background-image: url(/shubh-aarambh/images/formBG.png);
    position: absolute;
    width: 1440px;
    height: 780px;
    left: 0px;
    top: 2440px;
}
.desc-sec-sub{

position: absolute;
width: 833px;
height: 120px;
left: calc(50% - 833px/2 - 0.5px);
top: 180px;

color: #FFFFFF;

font-family: Poppins;
font-weight: 275;
font-style: ExtraLight;
font-size: 32px;
leading-trim: NONE;
line-height: 40px;
letter-spacing: 0%;
text-align: center;
}

.desc-sec-sub h3{

angle: 0 deg;
opacity: 1;
top: 180px;
left: 303px;

font-family: Poppins;
font-weight: 275;
font-style: ExtraLight;
font-size: 32px;
leading-trim: NONE;
line-height: 40px;
letter-spacing: 0%;
text-align: center;
}

.desc-sec-mid{
    width: 1391px;
    height: 431px;
    angle: 0 deg;
    opacity: 1;
    top: 63px;
    left: 25px;
    position: absolute;

}

.desc-sec-sub span{
    font-family: Poppins;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: center;
}

.copyBlock {
    background: rgb(42 42 42);
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    margin-top: 50px;
    top:592px;
    left: 89px;
    width: 1263px;
    height:144px;
    position:absolute;
}
.copyBlock p a, .copyBlock p {
    width: 874;
height: 28.465116500854492;
angle: 0 deg;
opacity: 1;
top: 40.19px;
left: 202px;

font-family: Poppins;
font-weight: 600;
font-style: SemiBold;
font-size: 20px;
leading-trim: NONE;
line-height: 34px;
letter-spacing: 0%;
text-transform: capitalize;
text-decoration: underline;
text-decoration-style: solid;
text-decoration-offset: 0%;
text-decoration-thickness: 0%;
color: #F8F5E9;


}

/* Footer Section - CopyBlock Alt Styles */
.copyBlock-alt {
  /* Main container */
  position: absolute;
  width: 1263px;
  height: 144px;
  left: calc(50% - 1263px/2);
  top:592px; /* Adjust this value to position where you want the footer */
  
  /* Background styling */
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(25px);
  border-radius: 14px;
  box-sizing: border-box;
  
  /* Flexbox layout */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 20px;
  
  /* Z-index to appear above other elements */
  z-index: 10;
}

.copyBlock-alt .links-row {
  /* Links paragraph styling */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
  color: #F8F5E9;
  text-transform: capitalize;
  text-align: center;
  margin: 0;
  padding: 0;
}

.copyBlock-alt .copyright {
  /* Copyright paragraph styling */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 18px; /* Slightly smaller than links */
  line-height: 34px;
  color: #F8F5E9;
  text-transform: capitalize;
  text-align: center;
  margin: 0;
  padding: 0;
}

.copyBlock-alt a {
  /* Link styling */
  color: #F8F5E9;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.copyBlock-alt a:hover {
  /* Link hover effect */
  color: #FFC366; /* Golden color on hover */
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1300px) {
  .copyBlock-alt {
    width: 95%;
    left: 2.5%;
  }
  
  .copyBlock-alt .links-row,
  .copyBlock-alt .copyright {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .copyBlock-alt {
    width: 95%;
    left: 2.5%;
    height: auto;
    padding: 25px 15px;
    gap: 12px;
  }
  
  .copyBlock-alt .links-row {
    font-size: 16px;
    line-height: 24px;
    word-wrap: break-word;
  }
  
  .copyBlock-alt .copyright {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 480px) {
  .copyBlock-alt .links-row {
    font-size: 14px;
    line-height: 20px;
  }
  
  .copyBlock-alt .copyright {
    font-size: 12px;
    line-height: 18px;
  }
}

.register-btn-desc{
        box-sizing: border-box;
    
    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px 48px 8px 56px;
    gap: 10px;
    
    position: absolute;
    width: 397px;
    height: 64px;
    left: calc(50% - 397px/2 - 0.5px);
    
    background: #F8F5E9;
    border: 2px solid #333333;
    border-radius: 14px;
    
    color: #333;
    transition: 0.3s;
    font-family: Poppins;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-align: right;
    text-transform: uppercase;
    margin-top: 20px;
    text-decoration: none;
}

/* Base styles for the register button */
.register-btn, .register-btn-desc {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 48px;
  gap: 10px;
  width: 397px;
  height: 64px;
  background: #F8F5E9;  /* initial background */
  border: 2px solid #333333; /* initial border */
  border-radius: 14px;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  color: #333333;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}

/* Hover effect */
.register-btn:hover, .register-btn-desc:hover {
    background: #FFD966;
    color: #001C1B; /* dark text for contrast */
    border-color: #FFD966;
    cursor: pointer;
}
