:ROOT{
  --brand-gray: #C5CED4;
}

body{
  background-color: white;
}

.sec1{
  padding: 100px 20px; 
  padding-bottom: 10px; 
}

.sec1-box1{ 
  padding-bottom: 20px;
}

.sec1 > div > span{ 
  margin-bottom: 10px;
  color: #707070;
}

.sec1 > div > h1{ 
  margin-bottom: 20px;
}

.sec1 > div > p{
  margin-bottom: 20px; 
}   

.bt1{ 
  width: 50%;
}
.bt2{
  width: 50%; 
}


/*_________SECTION 2 - PROPERTY_____________*/
.calcu{
  background-color: rgba(197, 206, 212, 0.17);
  margin: 0;
  padding: 40px 20px;
  padding-top:30px;
  border-radius: 20px;
}

.resultWrapper{  
  border-left: 1.8px solid var(--brand-gray);
  margin-left: 40px; 
  padding-top: 5px;
}
 
.trendImg{
  background-color: white;
  border: 1.5px solid var(--brand-gray);
  border-radius: 22px;
  padding: 5px;
  width: 22px;
  height: 22px;
  margin-left: -28px;
  margin-top: 8px;
}

.calcu > h3{
  text-align: center;
  font-size: 18px;
  font-weight: bolder;
}

.calcu-btn-wrapper{
  display: flex;
  background-color: rgba(197, 206, 212, 0.65); 
  width: 100%;
  border-radius: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 1.5px;
}

.calcu-btn{ 
  font-size: 18px;
  background-color: rgba(197, 206, 212, 0);
  border-radius: 15px;
  color: black; 
}

.calcu-btn-active{ 
  font-size: 18px;
  background-color: rgb(255, 255, 255);
  border-radius: 15px;
  color: black; 
} 

.calcuResultWrap{
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 3px;
}

select{
  color: gray;
  border: 1.5px solid var(--brand-gray);
  background-color: white;
  border-radius: 15px; 
  height: 45px;
  margin-bottom: 20px;
  font-size: 17px;
} 

option {
      color: black; /* Default color for all options */
}

input{
  color: black;
  border: 1.5px solid var(--brand-gray);
  background-color: white;
  margin: auto;
  border-radius: 15px; 
  width: 92%;
  font-size: 17px;
  height: 35px; 
}

#amountAsset::placeholder {
    color: gray; /* Placeholder color */
}

form > div > button{
  padding: 0 30px;
}  

.calcu-form-btn-wrap{
  text-align: center;
  margin-top: 10px; 
}

 
/*___________Mobile Response______________*/ 

/*Tablet Response*/
@media(min-width: 770px){ 
  .sec1{
    display: flex;
  } 
  .sec1-box1{ 
    width: 50%;   
    margin: 0 20px;
  }
  .calcu{ 
    width: 50%;  
    margin: 0 20px;
  }   
  .dsk-cal-img{
    display: block;
    margin-top: 40px;
  } 
} 

/*DeskTop Response*/    
@media(min-width: 1030px){   
  .sec1-box1{  
    margin: 0 40px;
  }
  .calcu{  
    margin: 0 40px;
  } 
}  