body{
    /* width: 100%; */
    /* height: 100%; */
    background-color: white;
    background-image: url(../images/background.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* background-attachment: fixed; */
    font-family: 'Helvetica', Arial, sans-serif;
}

.tattva-login-box{
  background: #ffffff;
  border-radius: 24px;
  padding: 40px;
}

/* TEXT */
.tattva-title{
    color: #1f8edb;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 33px;
}

.tattva-subtitle{
    /* font-weight: 600; */
    margin-bottom: 20px;
    font-size: 21px;
}

.tattva-text{
    color: #000000;
    /* line-height: 1.6; */
    margin-bottom: 30px;
    font-size: 17px;
}

/* LOGIN */
.login-label{
  font-weight: 600;
  display: block;
}

.login-input-wrap{
  position: relative;
  max-width: 320px;
}

.login-input{
  width: 100%;
  height: 42px;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 0 40px 0 12px;
}

.arrow{
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #999;
}

.login-btn{
  margin-top: 15px;
  background: #1f8edb;
  color: #fff;
  border-radius: 8px;
  padding: 8px 30px;
  border: none;
}

/* IMAGE */
.tattva-image{
  max-width: 100%;
  border-radius: 16px;
}

.login-container{
    display: flex;
    align-items: center;
    gap: 20px;
}


/* CONTAINER */
.tattva-info-box{
  background: #ffffff;
  border-radius: 24px;
  padding: 40px;
  margin-top:70px;
}

/* TITLE */
.tattva-info-title{
  color: #f04b12;
  font-weight: 700;
  margin-bottom: 15px;
}

/* TEXT */
.tattva-info-text{
  color: #444;
  line-height: 1.6;
  margin-bottom: 12px;
}

.tattva-info-text.strong{
  font-weight: 600;
  margin-top: 10px;
}

/* BUTTON */
.tattva-know-btn{
  margin-top: 15px;
  background: #f04b12;
  color: #fff;
  border-radius: 10px;
  padding: 10px 28px;
  border: none;
  font-weight: 600;
}

.tattva-know-btn .arrow{
  margin-left: 8px;
  font-size: 18px;
}

.tattva-know-btn:hover{
  background: #d9420f;
  color: #fff;
}

/* IMAGE */
.tattva-info-image-wrap{
  text-align: center;
}

.tattva-info-image{
  max-width: 100%;
  border-radius: 18px;
}

/* MOBILE */
@media (max-width: 767px){
  .tattva-info-box{
    padding: 20px;
  }

  .tattva-info-title{
    font-size: 22px;
  }

  .tattva-info-image{
    max-width: 85%;
    margin-top: 20px;
  }
}



/* SECTION (NO WHITE BACKGROUND) */
.tattva-discover-section{
  padding: 60px 20px;
}

/* TITLE */
.tattva-discover-title{
  color: #f04b12;
  font-weight: 700;
  margin-bottom: 15px;
}

/* SUBTITLE */
.tattva-discover-subtitle{
  font-weight: 600;
  margin-bottom: 20px;
}

/* TEXT */
.tattva-discover-text{
  color: #333;
  margin-bottom: 10px;
}

/* LIST */
.tattva-discover-list{
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.tattva-discover-list li{
  color: #333;
}

/* STRONG MESSAGE */
.tattva-discover-strong{
  font-size: 16px;
  margin-bottom: 25px;
}

/* BUTTON */
.tattva-play-btn{
  background: #000;
  color: #fff;
  border-radius: 10px;
  padding: 12px 30px;
  font-weight: 600;
  border: none;
}

.tattva-play-btn .arrow{
  margin-left: 8px;
  font-size: 18px;
}

.tattva-play-btn:hover{
  background: #222;
  color: #fff;
}

/* MOB*

/* OVERLAY */
.login-pop-overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* POPUP BOX */
.login-pop-box{
    background: linear-gradient(135deg,#e6f4f7,#fefefe);
    width: 90%;
    max-width: 520px;
    border-radius: 20px;
    padding: 40px 25px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    margin-top: 100px;
}

/* CLOSE */
.login-pop-close{
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 26px;
  cursor: pointer;
}

/* TITLE */
.login-pop-title{
  font-weight: 600;
  margin-bottom: 15px;
}

/* TEXT */
.login-pop-text{
  color: #333;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* CARD */
.login-pop-card{
  position: relative;
}

.login-pop-card-title{
  background: #f26b2b;
  color: #fff;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 10px 10px 0 0;
  font-weight: 600;
}

.login-pop-card-title1{
  /* background: #f26b2b; */
  color: black;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 10px 10px 0 0;
  font-weight: 600;
}

/* INPUT */
.login-pop-input-wrap{
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  width: 80%;
  margin: auto;
}

.login-pop-input-wrap input{
  width: 100%;
  border: none;
  outline: none;
  font-size: 15px;
  padding-right: 30px;
}

/* ARROW */
.login-pop-arrow{
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: #999;
}


.popup-login-button{
        width: max-content;
    background: black;
    margin: 0 auto;
    font-size: 17px;
    color: white;
    margin-top: 15px;
    padding: 5px 26px;
    border-radius: 6px;
    cursor: pointer;
}