/* fonts */
@font-face {
  font-family: "Digital Numbers";
  font-style: normal;
  font-weight: normal;
  src: local("Digital Numbers Regular"),
    url("../assets/fonts/DigitalNumbers.woff") format("woff");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font: inherit;
}

html {
  font-family: "Poppins", sans-serif;
}

body {
  width: 100%;
}

:root {
  --primary-green: #7cdb31;
  --dark-color: #010000;
  --white-color: #ffffff;
  --cyan-color: #008A82;

  --inner-width: min(100%, 1280px);
}


/* header */
header {
  z-index: 99;
  width: 100%;
  height: max-content;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--dark-color);
}
.header_container {
  width: 100%;
  height: 118px;
  display: flex;
  background-color:#100c5d;
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
}

.brand_logo {
  all: unset;
  padding-left: 20px;
  flex: 1;
  background-color: var(--white-color);
  clip-path: polygon(0% 0%, 75% 0%, 100% 100%, 0% 100%);
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 100%;
  min-width: 280px;
}

.brand_logo-icon {
  width: 80%;
  min-width: 230px;
  height: auto;
}

.logo_text-container {
  display: flex;
  flex-direction: column;
}

.header_hero-title {
  display: flex;
  flex: 2;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.header_hero-title h1 {
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 1.4em;
}

.hr_line {
  margin-inline: auto;
  background-color: #37ACEC;
  height: 2px;
  width: 80%;
}

sup {
  font-size: 10px;
}

.header_hero-title p {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.img-logos {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 15px;
}

.img-logos .alt-logos {
  width: auto;
  height: 100px;
  flex-shrink: 0;
}
.thank-message{
	padding-top:10%;
}
/* button styles starts here */
      /* ------ Fill Button ------  */
	  
        .btn_fill {
            padding: 12px 24px;
            width: 200px;
            background: #37ACEC;
            border-radius: 2px;
            font-family: 'Poppins', sans-serif;
            border: none;
            font-weight: 500;
            font-size: 18px;
            color: #fff;
            cursor: pointer;
        }

        .btn_fill:hover {
            background: linear-gradient(0deg, #02779A, #02779A),
                linear-gradient(0deg, #02779A, #02779A);
        }

        /* ------ Outlined Button ------  */
        .btn_outlined {
            padding: 11px 24px;
            width: 200px;
            background: #fff;
            border: 2px solid #37ACEC;
            font-family: 'Poppins', sans-serif;
            border-radius: 2px;
            font-weight: 500;
            font-size: 18px;
            color: #000000e8;
            cursor: pointer;
        }

        .btn_outlined:hover {
            background: #37ACEC;
            color: #fff;
        }

		.btn-algin{
				display:flex;
				align-items:center;
				justify-content:center;
				padding-top:17%;
				gap: 10px;
		}
	
/* button sytles ends here*/
@media only screen and (max-width: 600px) {
.btn-block{
	  width:100%;
  }
}
/* Breakpoints for mobile */
@media (200px <= width <= 600px) {
  header {
    height: auto;
    width: 100%;
    position: relative;
  }
  .header_container {
    height: 15vh;
    width: 100%;
    position: relative;
    z-index: 9;
  }
  .brand_logo {
    min-width: auto;
    padding-right: 30px;
    padding-left: 10px;
  }

  .brand_logo-icon {
    width: 110px;
    min-width: 100px;
  }
  .header_hero-title {
    position: relative;
    left: -8px;
  }
  .header_hero-title h1 {
    font-size: 12px;
  }

  .header_hero-title p, .header_hero-title sup {
    font-size: 8px;
  }
  .img-logos {
    display: none;
  }
  .btn-block{
	  width:100%;
  }
	.btn-algin{
			display:flex;
			flex-direction: column;
			gap: 10px;
	} 

}



/* Breakpoints for tablet */
@media (601px <= width <= 997px) {
  header {
    height: auto;
    width: 100%;
    position: relative;
  }
  .header_container {
    height: 15vh;
    width: 100%;
    position: relative;
    z-index: 9;
  }
  .brand_logo {
    min-width: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .brand_logo-icon {
    width: 180px;
    min-width: 100px;
  }
  .header_hero-title {
    position: relative;
    left: -8px;
  }
  .header_hero-title h1 {
    font-size: 24px;
  }

  .header_hero-title p, .header_hero-title sup {
    font-size: 14px;
  }
  .img-logos {
    display: none;
  }
  .btn-block{
	  width:10%;
  }
  	.btn-algin{
			display:flex;
			flex-direction: column;
			gap: 10px;
	} 
}
/* Mobile tweaks – make sure everything stays visible */
/* -------------------------------------------------
   Mobile header: show logo on the left
   -------------------------------------------------*/
@media (max-width: 600px) {

  /* Let header contents sit in one row */
  .header_container {
    flex-wrap: nowrap;          /* keep logo + text on the same line   */
    align-items: center;        /* vertical centering                  */
    gap: 8px;                   /* a little spacing                    */
  }

  /* --- Logo block -------------------------------------------------- */
  .img-logos {
    display: flex;              /* un‑hide (was display:none)          */
    flex: 0 0 60px;             /* fixed width so text can flex        */
    justify-content: flex-start;
  }

  .img-logos .alt-logos {
    width: auto;                /* keep aspect ratio                   */
    height: 60px;               /* shrink for mobile                   */
  }

  /* --- Title block ------------------------------------------------- */
  .header_hero-title {
    position: relative;
    left: 0;                    /* no sideways nudge                   */
    flex: 1 1 auto;             /* take the remaining space            */
    text-align: left;           /* optional: left‑align text           */
  }

  .header_hero-title h2 {
    font-size: 14px !important; /* override inline 22 px               */
    line-height: 1.3;
  }

  .header_hero-title p {
    font-size: 10px;
  }
}
