
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:focus{outline: 0;}
input[type="text" i] {
    padding-block: 0;
    padding-inline: 0;
}
.button-form{
	display:inline-block;
	font-size:14px;
	line-height:45px;
	font-weight:600;
	color:#ffffff;
	background: #b7974f;
    box-shadow: 0px 0px 0px 3px #b7974f, inset 0 0 15px rgba(0, 0, 0, 0.0);;
	text-transform:uppercase;
	padding:0 30px;
	border:1px solid #ffffff;
	border-radius:8px;
	text-align:center;
    margin: 3px;
	letter-spacing:0.1em;
	transition:all .3s ease;

}
.button-form:hover{	 color:#ffffff;
	background: #b7974f;
    box-shadow: 0px 0px 0px 5px #ca5a1921, inset 0 0 15px rgba(0, 0, 0, 0);
    border:1px solid #ffffff00;
}


.button-form:focus{
    color:#ffffff;
	background: #b7974f;
    box-shadow: 0px 0px 0px 10px #ca5a1921, inset 0 0 15px rgba(0, 0, 0, 0.2);
    border:1px solid #ffffff00;

}
.button-form:active{ box-shadow: 0px 0px 0px 20px #ca5a1921, inset 0 0 15px rgba(255, 255, 255, 0.8); }

.appointment-form{
	background:#ffffff73;
	border:1px solid #ffffff3a;
	backdrop-filter: blur(2px);
	padding:45px 40px 20px;
	border-radius: 5px;
	
}
.appointment-form h6{
	color:#393d97;
	padding-bottom:25px;
}

.input-box{
	margin-bottom:15px;
}
.input-box input[type="text"], .input-box input[type="email"], .input-box input[type="number"],
.input-box textarea, .input-box select {
	width:100%;
display: block;
	border:1px solid #393d978f;
	background:#ffffffe5;
	font-size:14px;
	color:#393d97;
	padding:15px 20px;
    border-radius: 3px;
	font-weight:400;
	letter-spacing:0.05em;
}
.input-box select:focus{ background-color: #fff;}
.input-box select *{
	background-color: rgba(0, 0, 0, 0);}


::placeholder {
	color: #393d97;
	opacity: 1; /* Firefox */
  }

.input-box textarea{
	height:140px;
	resize:none;
}
.input-box input:focus, .input-box textarea:focus{ border:1px solid #b7974f; background-color: #fff;}

.appointment-form .success,
.appointment-form .error {
	display: none;
	line-height: 22px;
	font-weight: 300;
	font-size: 14px;
	position: relative;
	top: -15px;
}
.appointment-form .success {
	color: #34fd66;
	margin: -5px 0 20px;
}
.appointment-form .error {
	color: #ff0000;
	margin: -15px 0 20px;
	
}

/* popup */

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.932);
 backdrop-filter:blur(5px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.popup-content {
    background-color: #373763;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    min-width: 350px;
    width: 40%;
    position: relative;
}

.popup-content .appointment-form{     padding: 15px; border:none;  backdrop-filter:unset !important; background: transparent !important; }

.close-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.089);
    width: 35px;
    font-size: 24px;
    transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
    line-height: 30px;
    border-radius: 100%;
    cursor: pointer;
    color: #ffffff;
}
.close-btn:hover{
    background-color: #d92ea3;
}


.loader {
    top: 0;
    position: fixed;
    align-items: center;
    justify-content: center;
  height: 100%;
   width: 100%;
   background-color: #2b2d38f1;
   backdrop-filter:blur(5px);
    z-index: 99999;
}
    
.thanks{    top: 0;
    position: fixed;
    align-items: center;
    justify-content: center;
  height: 100%;
   width: 100%;
   background-color: #024b3fee;
   backdrop-filter:blur(5px);
    z-index: 99999;}

 .con{
    display: flex;
    height: 100vh;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.loadec{
   font-size: 30px;
   font-weight: 700;
   color: #fff;
   display: flex;
   align-items:start;
}
.loadec img{width: 40px;}

.thank-you-message {

    background-color: #d4edda;
    color: #155724;
    padding: 20px;
    line-height: 1.3;
    margin: 15px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    z-index: 9999;
}

/* Close button styling inside the thank you message */
.close-btn2 {
  
    background-color: #ffffff;
    border-radius: 100%;
    color: #155724;
    border:0;
 height: 45px;

margin-top: 15px;
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
 width:45px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    transition: all 300ms ease-in;
}

.close-btn2:hover {
    background-color: #155724;
    color: #fff;
}


.otp-popup{
    position: fixed;
    background-color: #ca5a19b9;
    left: 0;
    padding: 20px;
    top: 0;
    display: flex !important;
    min-height: 100%;
    overflow: auto;
    visibility: hidden;
    width: 100%;
    z-index: 99999;
    align-items: center;
    justify-content:center;
    backdrop-filter: blur(8px);
    transition:all 350ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.otp-popup.active{ visibility: visible;}

.otp-popup .con{
    background-color: #ffffffea;
    height: fit-content;
    width: fit-content;
    padding:30px 50px;
    border-radius: 5px;
}
#otp{ padding: 15px; border-radius: 8px; border: 1px solid rgba(0, 0, 0, 0.2);}
.otp-popup .con p{ margin-block: 10px; color: #575757ee;}
.otp-popup .con p strong{color: #b7974f; font-weight: 600;}
.otp-popup input, .otp-popup button{margin-top: 15px; border-radius: 8px;}

#resendOtp{    border: 0px;
    padding: 8px 13px;
    color: #b7974f;
    font-size: 16px;
    letter-spacing: 1px;
    transition: all 300ms ease-in-out;
    font-weight: 500;
    background-color: #b7974f1c;}
    #resendOtp:hover, #resendOtp:focus{ background-color: #b7974f; color: #fff;}

    #resendOtpSection {
       display: none;
    }
    #resendOtpSection.active{ display: inline-block;}

    #mobileError{
        margin: 0px;
        margin-block-end: 0px;
        color: rgb(231, 57, 57);
        background-color: rgb(252, 231, 231);
        transition: all 300ms ease-in-out;
  max-height: 0px;
  padding: 0px 15px;
  overflow: hidden;
    }

    #mobileError.active{ padding: 10px 15px; max-height: 500px;}

/* Hide elements by default */
.loader,
.thanks{
    display: none;
}


/* Show elements when active */
.loader.active,
.thanks.active{
    display: block;
}