
  /* body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    align-items: center;
    padding: 20px;
  } */
   .phone{
    
        margin: 0;
        font-family: 'Inter', sans-serif;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        height: 100vh;
        justify-content: center;
        align-items: center;
        padding: 20px;
      
   }
  h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  p {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
  }
  form {
    width: 100%;
    max-width: 400px;
  }
  .input-group {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .input-group span {
    background-color: #f1f1f1;
    padding: 12px 15px;
    font-weight: 500;
    border-right: 1px solid #ccc;
  }
  .input-group input {
    flex: 1;
    padding: 12px;
    border: none;
    font-size: 16px;
    outline: none;
  }
  button {
    width: 100%;
    padding: 15px;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    cursor: pointer;
  }
  button:hover {
    background-color: #333;
  }

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
  }
.home {
background-color: #f8f9fc;
color: #2c2c2c;
padding: 16px;
}
img{
  width:20px;
  height:20px;
 
}

header {
display: flex;
align-items: center;
margin-bottom: 20px;
}

header span {
color: red;
margin-right: 8px;
}

.card, .search, .get-help {
background-color: white;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
padding: 16px;
margin-bottom: 16px;
}

.card {
display: flex;
justify-content: space-between;
align-items: center;
}
.location {
    display: flex;
    align-items: center;
  }
  
  .icon {
    width: 16px; 
    height: auto;
    margin-right: 18px; 
  }

.card img {
width: 160px;
height:160px;
}

.get-help {
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
}

.search label {
font-weight: 600;
margin-bottom: 8px;
display: block;
}

.search input[type="text"] {
width: 100%;
padding: 10px;
border: 1px solid #ccc;
border-radius: 8px;
margin-top: 10px;
}

.radio-group {
margin: 10px 0;
}

.radio-group label {
margin-right: 16px;
}
.write{
  Padding: 50px 0px;
  color:gray;
 
 
}

.footer-nav {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: white;
display: flex;
justify-content: space-around;
padding: 12px 0;
box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
cursor: pointer;
}

.footer-nav div {
text-align: center;
font-size: 14px;
}

.footer-nav .active {
color: red;
font-weight: 600;
}

@media screen and (max-width: 600px) {
.card img {
  width: 40px;
}
}


* {
    box-sizing: border-box;
  }
  
  /* body {
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    height: 100vh;
    margin: 0;
    padding: 10px;
  } */
  .otp{
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    height: 100vh;
    margin: 0;
    padding: 10px;
  }
  .container {
    width: 100%;
    max-width: 420px;
    text-align: center;
  }
  
  h1 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  
  .info-text {
    font-size: 1rem;
  }
  
  .number {
    font-weight: bold;
  }
  
  .edit-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
  }
  
  .code-inputs {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    gap: 5px;
  }
  
  .code-inputs input {
    width: 14%;
    max-width: 50px;
    height: 50px;
    font-size: 1.5rem;
    text-align: center;
    border: 2px solid #ccc;
    border-radius: 10px;
  }
  button {
        width: 100%;
        padding: 15px;
        background-color: #000;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        border: none;
        border-radius: 10px;
        cursor: pointer;
      }
      button:hover {
        background-color: #333;
      }
  
  
  @media (max-width: 380px) {
    .code-inputs input {
      height: 45px;
      font-size: 1.25rem;
    }
  
    
  }
  
  /* body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    align-items: center;
    padding: 20px;
    } */

    h1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
    }

    p {
    font-size: 16px;
    color: #5f6570;
    margin-bottom: 20px;
    }

    form, .container {
    width: 100%;
    max-width: 400px;
    }

    label {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 6px;
    display: block;
    }

    /* input[type="text"],
    input[type="email"]  */
    .otp_input {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    margin-bottom: 20px;
    border: 1.5px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    }


    .privacy {
    font-size: 13px;
    color: #5f6570;
    margin-bottom: 10px;
    }

    .checkbox-container {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    }

    .checkbox-container input[type="checkbox"] {
    margin-right: 10px;
    margin-top: 4px;
    }

    button.btn {
    width: 100%;
    padding: 15px;
    background-color: #4c7df1;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    }
    button:hover {
      background-color: #333;
    }

    .order{
        font-family: sans-serif;
        background: #f9f9f9;
        margin: 0;
        padding-bottom: 70px; 
        text-align: center;
      }
  
      header {
        padding: 20px;
        font-size: 24px;
        font-weight: bold;
      }
  
      .tabs {
        display: flex;
        justify-content: center;
        border-bottom: 2px solid #ddd;
      }
  
      .tab {
        padding: 10px 20px;
        cursor: pointer;
      }
  
      .tab {
        border-bottom: 2px solid ;
        font-weight: bold;
      }
  
      .filters {
        margin: 20px 0;
        display: flex;
        justify-content: center;
        gap: 10px;
      }
  
      .filter-btn {
        padding: 10px 20px;
        border: 1px solid #ccc;
        border-radius: 20px;
        background: white;
        cursor: pointer;
      }
  
      .filter-btn.active {
        background: black;
        color: white;
      }
  
      .empty-box {
        margin-top: 80px;
        color: #aaa;
      }
  
      .book-now {
        position: fixed;
        bottom: 80px;
        right: 20px;
        background: black;
        color: white;
        padding: 15px 30px;
        border-radius: 30px;
        font-weight: bold;
        cursor: pointer;
      }
  
      .book-now::before {
        content: "+ ";
      }
  
      .footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: white;
        border-top: 1px solid #ccc;
        display: flex;
        justify-content: space-around;
        padding: 10px 0;
        box-shadow: 0 -1px 5px rgba(0,0,0,0.1);
      }
  
      .footer button {
        background: none;
        border: none;
        font-size: 14px;
        cursor: pointer;
        color: #555;
      }
  
      .footer button.active {
        color: black;
        font-weight: bold;
      }

      