/*-------------------------------------
  1. Reset CSS
--------------------------------------*/


body {
  margin: 0;
  padding: 0;
  font-family: Raleway;
  overflow: auto;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
/*  zoom: 0.667; Scale down to 66.7% */
}


/*.stackdefaultfin {
  height: 1544px;
  position: relative;
} */


.stackdefaultfin {
  height: 1544px;
  position: relative;
} 

.container {
  width: 100%; /* Use percentage width */
  max-width: 1200px; /* Optional max width */
  height: auto; /* Adjust height based on content */
  background-color: #ffffff; /* Example background for container */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional styling */
}


* {
  box-sizing: border-box;
  line-height: normal;
  font-family: inherit;
  margin: unset;
}
.columnarrowleft-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
margin-top: 100px;
}

.column__options {
    margin-left: 206px;
    margin-right: 206px;
    gap: 28px;
    display: flex;
    align-self: stretch;
    flex-direction: column;
}	
	  
img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  display: block;
}

input {
  background-color: transparent;
  width: 100%;
}

[type="text"],
input:where(:not([type])),
[type="email"],
[type="url"],
[type="password"],
[type="number"],
[type="date"],
[type="datetime-local"],
[type="month"],
[type="search"],
[type="tel"],
[type="time"],
[type="week"],
[multiple],
textarea,
select,
button {
  appearance: none;
  background-color: transparent;
  border-color: unset;
  border-width: 0;
  border-radius: unset;
  padding: unset;
  font-size: unset;
  line-height: unset;
  color: inherit;
}
input:focus-visible,
[multiple]:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
}


.column-6 {
    gap: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/*-------------------------------------
  2. Utility CSS
--------------------------------------*/
.flex-col-center-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.columnlogo-three {
  gap: 46px;
  background-color: #ffffff;
  display: flex;
  width: 100%;
  flex-direction: column;
}

.header {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #0A2A40;
  display: flex;
    height: 140px;
}

.section-header__row--logo-close {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;

}

.section-header__logo {
  height: 70px;
  margin-left: 370px;
  width: 35%;
  object-fit: contain;
}

.section-header__close-button {
  height: 60px;
  padding-left: 16px;
  padding-right: 16px;
  width: 60px;
  border-radius: 6px !important;
  border: 1.36px solid #ffffff !important;
}

.container-sm {
  max-width: 1140px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
   text-align: center;
}




.start-screen__video-stack__image {
  height: 1126px;
  flex: 1;
  object-fit: cover;
  width: 100%;
  position: absolute;
  top: 4%;
  right: 0px;
  left: 0px;
  margin: auto;
}



  /* Adjust button sizes */



.question-section__content {

    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}


.start-screen__video-stack__column {
  flex: 1;
  position: absolute;
  bottom: 4%;
  right: 0px;
  left: 0px;
  margin: auto;
}


.row {
  padding-top: 34px;
  padding-bottom: 34px;
  background-color: #00000099;
  flex: 1;
  display: flex;
  position: absolute;
  top: 10%;
  right: 0px;
  left: 0px;
  margin: auto;
}

.start-screen__row-2 {
  margin-top: 10px;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
  justify-content: center;
}

.start-screen__row__text {
  color: #ffffff !important;
}
	
.ui.heading {
  color: #333333;
  font-family: Raleway;
}

.ui.heading.size-headingxl {
  font-size: 59px;
  font-weight: 700;
}

.footer {
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  background-color: #0A2A40;
  align-items: center;
    height: 140px;
z-index: 444;
}

.question-section__options {
    padding-left: 64px;
    padding-right: 64px;
    align-self: stretch;
    display: grid;
    gap: 29px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: center;
margin-top: 75px;

position: relative;
}

.email-section__options {
    align-self: stretch;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: center;
}


.footer__logo {
  height: 90px;
  width: 90px;
}

.footer__column {
  width: 60px;
height: 60px;
  border-radius: 6px;
  border: 1.36px solid #ffffff;
}

.footer__text {
  color: #ffffff !important;
  font-size: 27.27px !important;
}

.footer__row--logo {
  width: 54%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.footer__button {
  color: #ffffff !important;
  padding-left: 10.64px;
  padding-right: 10.64px;
  font-size: 27.27px;
  gap: 10px;
  height: 60px;
  min-width: 166px;
  border-radius: 6px !important;
  border: 1.36px solid #ffffff !important;
}
	  
	.row_one {
  display: flex;
}  


.rownl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

/*-------------------------------------
  2. Utility CSS
--------------------------------------*/

.contrast {
  height: 26px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 26px;
}
  
.columnlogo_one {
  gap: 50px;
  display: flex;
  flex-direction: column;
}
	
/*-------------------------------------
  5. Component CSS
--------------------------------------*/
/*------Button CSS------*/


.ui.button.size-sm {
  height: 60px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 27px;
}

.video-instructions__video {
      width: 100%;
   
      height: auto;
      margin: 20px auto;
      display: block;
}
	
.selected {
      background-color: #e6f7e6; /* Light green */
      border: 2px solid #4CAF50; /* Green border */
      color: #333;
}

.question-section__button-next {
  color: #666666 !important;
  padding-left: 34px;
  padding-right: 34px;
  font-size: 30px;
  font-weight: 600;
  background-color: #cccccc !important;
  height: 100px;
  min-width: 312px;
  border-radius: 50px !important;
}

.start-id__step-number {
    color: #000000 !important;
    font-family: Nunito !important;
    font-size: 18.31px !important;
    background-color: #edf2f4;
    width: 42px;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
    height: 42px;
    border-radius: 20px;
}
.start-id__title {
    margin-top: 32px;
    gap: 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ui.heading.size-textxs {
    font-size: 22.53px;
    font-weight: 500;
    text-align: left !important;
}

.ui.heading.size-textm {
    font-size: 18px;
    font-weight: 500;
}

.ui.heading.size-headingxs {
    font-size: 18px;
    font-weight: 700;
    font-style: bold;
}

.start-id__step {
    gap: 17px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ui.text.size-texts {
    font-size: 22px;
    font-weight: 400;
}
	  .ui.text {
    color: #333333;
    font-family: Raleway;
}

.ui.text.size-textmd {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}
	  

.explain {

    height: 50px;
 
}
	  


.email-form__title-main {
    color: #0a2a40 !important;
    margin-bottom: 20px;
    font-size: 52px;
    font-weight: 700;
    margin-top: 40px;
}

#option-other {
    grid-column: 1 / -1; /* Makes the button span across all columns */
    justify-self: center; /* Centers it in the row */
}


/* General Button Styles */
.next-button, .connect-button {
    color: #000000 !important;
    padding: 0 34px;
    font-size: 30px;
    font-weight: 600;
    background-color: #ffcf00 !important;
    height: 100px;
    min-width: 312px;
    border-radius: 50px !important;
    text-align: center;
margin-top: 60px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
	
/* Disabled State */
.next-button[disabled], .connect-button[disabled] {
    background-color: #ccc !important; /* Light gray background */
    color: #666 !important; /* Light gray text */
    cursor: not-allowed !important; /* Not-allowed cursor */
}

/* General Touch Button Styles */
.touchbutton-12 {
    background: linear-gradient(180deg, #ffffff, #e4e4ed);
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 42px;
    border-radius: 8px; /* Unified border radius */
    border: 1px solid #ddd; /* Default border */
    height: 115.38px; /* Fixed height */
    width: 317.31px; /* Fixed width */
    text-align: center;
    transition: all 0.2s ease; /* Smooth transition for hover and selection states */
}

.touchbutton-12 h2 {
    font-size: 24px;
    font-weight: 500; /* Semi-bold */
    margin: 0;
    text-align: center;
}

/* Hover Effects */
.touchbutton-12:not(.selected):hover {
    box-shadow: 0 0 14px 0 #2d872d4c;
    border: 2.88px solid #2d872d;
}

/* Selected State */
.touchbutton-12.selected {
    background: #EAF3EA !important; /* Light green background */
    border: 2px solid #4CAF50 !important; /* Green border */
    color: #333 !important; /* Text color */
}

/* Parent-Specific Rules (Scoped to `columnarrowleft-2`) */
.columnarrowleft-2 .touchbutton-12.selected {
    background: #EAF3EA !important;
    border: 2px solid #4CAF50 !important;
    color: #333 !important;
}

/* Scoped hover for unselected buttons */
.columnarrowleft-2 .touchbutton-12:not(.selected):hover {
    box-shadow: 0 0 14px 0 #2d872d4c;
    border: 2.88px solid #2d872d;
}



/* Center the button and container */

.email-page-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

}

/* Input with only a black line at the bottom */
.email-input {
    width: 922px;
    font-size: 18px;
    padding: 10px 0; /* Add padding only at the top and bottom */
    border: none; /* Remove borders */
    border-bottom: 2px solid black; /* Add a black line at the bottom */
    outline: none; /* Remove focus outline */
    text-align: center;
margin-top: 75px;
    margin-bottom: 35px;
}

.email-button	{

margin-top: 75px;
 
}





   .btn-group {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin: 10px 0;
        }

        .btn-group .btn {
            width: 100%;
            margin: 5px 0;
        }

