*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: sans-serif;
    text-decoration: none;
}

body {
    background: #f0edeb;
    color: #111827;
}

.header{
    width: 100%;
    height: 10vh;
    background-color: #f0edeb;
    display: flex;
    color:#111827;
    justify-content: space-between;
    border-bottom: 1px solid rgba(15, 23, 42, 0.1);
}

.logo{
    display: flex;
    text-align: center;
    align-items: center;
}

.logo img{
    height: 10vh;
    padding-top:2vh;
    padding-left:2vh;
}

.logo p{
    padding-left: 10px;
    font-size: x-large;
    font-weight: 700;
    color: #111827;
}

.heading{
    display: flex;
    text-align: center;
    align-items: center;
    color:#6b7280;
}


.heading ul{
    display: flex;
    gap: 20px;
    list-style: none;
}

.heading ul:first-child{
     padding-left: 10px;
     
}

.heading li{
    padding: 10px 0;
    font-size:medium;
    font-weight: 500;
    
}

.heading li:hover{
    color: #1d4ed8;
}

.heading ul li:first-child{
    background-color: #2563eb;
    height: 40px;
    width: 70px;
    padding: 10px 0; 
    color: #ffffff;
}

.right{
   display: flex;
   height: 14vh;
   padding-top: 13px;
   padding-right: 10px;
}

.profile{
    height: 6vh;
    padding-right: 10px;
}

.dirxn{
    padding-right: 10px;
    height: 5vh;
}

select{
    background-color: #ffffff;
    color:#2563eb;
    border: 1px solid rgba(15, 23, 42, 0.12);
    margin-right: 10px;
}

#dropdown{
    width:1vw;
    height: 5vh;
}

.connect{
    color:white;
    background-color: rgb(0, 0, 255);
    border: none;
    height: 40px;
    font-weight: 700;
    padding-right: 5px;
    padding-left: 5px;
}

.connect:hover{
    background-color: white;
    color: black;
    transition-duration: 1s;
}

nav{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 5vh;
    text-align: center;
    align-items: center;
    background-color: #f0edeb;
    border-bottom: 1px solid rgba(15, 23, 42, 0.1);
   
}

.nav-left{
    display: flex;
    margin: 5px;
}

.nav-left button{
    text-align: center;
    justify-content: center;
     font-size: medium;
}

.option{
    border:none;
    background-color: #f8fafc;
    color:#4b5563;
    font-weight: 500;
    height: 32px;
    width:140px;
}

.option a{
  color: #1f2937;
}

.option1{
    background-color: #f8fafc;
    color:#111827;
    font-weight: 600;
    border-right: none;
    border-bottom: none;
    border-left: none;
    justify-content: center;
    height: 32px;
    width: 70px;
}

.option3{
      border-top: 2px solid blue;
      
}

.option1:hover{
    background-color: #e5e7eb;
}

.option2:hover{
     background-color: #e5e7eb;
     border-top: 2px solid #2563eb;
}


.navRight{
      color:#4b5563;
      font-weight: 600;     
}

span{
      color:#111827;
      font-weight: 600;     
}












.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    background-color: #f0edeb;
}

.curve-content {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
    text-align: center;
    padding: 60px 40px;
    position: relative;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.curve-logo {
    width: 110px;
    margin-bottom: 40px;
}

h1 {
    color: #111827;
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.desc {
    color: #4b5563;
    font-size: 1.2rem;
    margin-bottom: 35px;
}

.connect-btn {
    background-color: #3174FF;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    border: none;
    outline: none;
    padding: 16px 42px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(49,116,255,0.18);
}

.connect-btn:hover {
    background-color: #245ac7;
}

/* Grid Background Effect - Thoda advanced CSS hai */
.curve-content::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 270px;
    background: radial-gradient(circle at center, rgba(37, 99, 235, 0.12) 0%, rgba(255,255,255,0) 70%);
    transform: translate(-50%, -50%);
    z-index: 0;
    border-radius: 100%;
    pointer-events: none;
}

.curve-content > * {
    position: relative;
    z-index: 1;
}





















.curve-footer {
  background: #f0edeb;
  color: #374151;
  padding: 32px 0 18px 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 35px;
  font-family: 'Arial', sans-serif;
  border-top: 1px solid rgba(15, 23, 42, 0.1);
}
.footer-col {
  flex: 1 1 150px;
  max-width: 280px;
  margin: 0 12px;
}
.logo-col {
  max-width: 320px;
}
.footer-logo {
  height: 44px;
  margin-bottom: 16px;
}
.footer-title {
  font-size: 2.1rem;
  color: #111827;
  font-weight: 700;
  margin-bottom: 4px;
  letter-spacing: 1px;
}
.footer-desc {
  font-size: 1.0rem;
  color: #6b7280;
  line-height: 1.5em;
  margin-bottom: 0;
}
.footer-section-title {
  font-size: 1.09em;
  font-weight: 600;
  color: #111827;
  margin-bottom: 12px;
  letter-spacing: 1px;
}
.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-list li {
  color: #2563eb;
  font-size: 1.04em;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 11px;
  cursor: pointer;
  transition: color 0.14s;
}
.footer-list li i {
  font-size: 1.13em;
}
.footer-list li:hover {
  color: #1d4ed8;
}
.footer-llama {
    margin-top: -200px;
    text-align: right;
}






  /* Responsive Media Queries */
  @media (max-width: 768px) {
    .header {
      flex-direction: column;
      height: auto;
      padding: 10px;
    }
    .heading ul {
      flex-direction: column;
      gap: 10px;
    }
    nav {
      flex-direction: column;
      height: auto;
      padding: 10px 0;
    }
    .nav-left {
      flex-wrap: wrap;
      justify-content: center;
    }
    .footer-col {
      max-width: 100%;
      text-align: center;
      margin-bottom: 20px;
    }
    .curve-footer {
      gap: 20px;
    }
  }