*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: #ee8c2b;
}

body {
    margin: 0;
    height: 100vh;
}
.try{
    color: white;
    text-decoration: none;
}
.try:hover{
    color: white;
    text-decoration: none;
}

.content {
    display: flex;
    height: 100vh; 
    width: 100vw;  
}

.page-logo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-logo img{
    width: 6%; 
    height: auto;
    position: absolute;
    right: 94%;
    top: 4px;
}

.side-img {
    flex: 1; /* take half width */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0; /* remove extra padding */
}

.side-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* fills without distortion */
    border-radius: 10px;
    box-shadow: none;  /* remove shadow for fullscreen feel */
}

.login-section {
    background: url("../images/pandit2.avif") no-repeat center/cover;
    flex: 1;
    /* margin-top: 5%; */
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
}
.bold-link{
    font-weight: bold;
}
.country-btn {
    width: 100% !important;
    height: 50px !important;
    display: flex !important
;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 10px !important;
    border-radius: 6px !important;
    border: 1px solid #ccc !important;
    background: #fff !important;
    cursor: pointer !important;
    color: #1d1c1cff !important;
    margin-top: 10px !important;
}


/* Login Box */
.login-box {
    /* background-color: #ec993a; */
    margin-top: 20%;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    /* box-shadow: 0 5px 20px rgba(0,0,0,0.2); */
}
.login-box h2 {
    margin-bottom: 20px;
    color: white;
    font-weight: bold;
}

/* Inputs */
input {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
}
.password-container {
    position: relative;
}
.password-container i {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #555;
}
.password-container input {
    padding-right: 35px;
    margin-top: 10px;
}

/* Buttons */

.b1{
    margin-top: 10px;
    border-radius: 10px;
}
button{
    width: 100%;
    padding: 12px;
    background-color: #f88603;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    text-align: center;
}
button:hover{
    background-color: #e67300;
    transform: scale(1.05);
}

/* Extra Links */
.extra-links {
    margin-top: 12px;
    font-size: 14px;
}
.extra-links a {
    color: #0e0d0d;
    text-decoration: none;
}
.extra-links a:hover{
    color: black;
}
.small{
    color: rgb(0, 0, 0) !important;
}
.reg{
    color: rgb(0, 0, 0) !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

/* Pandit/Seva buttons */
/* .pandit-seva-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}
.pandit{
    width: 90%;
    padding: 12px;
    background-color: #f88603;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    text-align: center;
}
.pandit:hover{
    background-color: #e67300;
    transform: scale(1.05);
    color: white;
}
.seva:hover{
    background-color: #e67300;
    transform: scale(1.05);
    color: white;
}
.seva{
    width: 90%;
    padding: 12px;
    background-color: #f88603;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    text-align: center;
} */


.WhatsApp-logo img {
    position: absolute;
    left: 94%;
    top: 89%;
  width: 80px;
  height: auto;
}
.WhatsApp-img{
    transition: all 0.3s ease;
}
.WhatsApp-img:hover{
    transform: scale(1.05);
}