    /* Basic Reset */

        * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #6db8f1;
  padding: 10px 20px;
  flex-wrap: wrap;
}



.menu-icon {
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  margin-left: 10px;
  display: none;
}

.nav-links {
  list-style: none;
  display: flex;
}

.nav-links li a {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
}

.nav-links li a:hover {
  background: #1e90ff;
   border: 2px solid rgb(16, 252, 232);
  background-color:white;
  color: black;
}

.btn {
  background: #ff5722;
  border-radius: 20px;
}

/* MOBILE VIEW */
@media (max-width: 768px) {
  .menu-icon { color: #000;
    font-size: 33px;
    display: block;
  }

  .nav-links {
    width: 100%;
    flex-direction: column;
    display: none;
    background: #71f136;
    margin-top: 10px;
  }

  .nav-links.show {
    display: flex;
  }

  .nav-links li {
    text-align: center;
  }
}

@media (max-width:700px) {
  .container{
    display:flex;
    flex-direction:column;
  }

  .tea{
    max-width:100%;
    height:auto;
  }
}



.container{ display: flex;
gap: 20px;
flex-wrap: wrap;
background:radial-gradient(rgb(201, 230, 73),skyblue,pink,white);
opacity: 0.9;
margin-top: 100px;
justify-content: space-around;
align-items: center;
}


.one{ width: 300px;
height: 350px;
padding: 10px;
margin-top: 80px;}

body{background-image: url(https://quntan.neocities.org/image.png/V-J-four.jpg);
background-size: cover;
background-repeat: repeat;
min-width: 100%;
min-height: 100%;}

.tea { width: 380px;
height: 340px;
filter: brightness(100%);
filter: contrast(150%);
object-fit: fill;}

 #appointment {
            background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
            padding: 4rem 2rem;
            color: white;
        }

        .lop{width: 250px;
height: 100px;
object-fit: contain;
filter: contrast(140%);
filter:brightness(90%);
filter: inherit;
}


 .cta-button {
            display: inline-block;
            background: #2563eb;
            color: white;
            padding: 1rem 2.5rem;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 600;
            transition: transform 0.3s, background 0.3s;
        }

        .cta-button:hover {
             background-image: linear-gradient(to bottom right,fuchsia,rgb(72, 255, 0)) ;
            transform: translateY(-2px);
        }


p{letter-spacing: 1px;
margin-top: 10px;}

h1{font-size: 25px;}

q{font-weight:bold;
border-radius:5%;
border:3px solid green;
  background:white;}








  .most{ display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
gap: 10px;
margin-top: 20px;}
  




.value{width: 350px;
height: 700px;
background-color: rgb(253, 250, 253);
margin-left: 10px;
}





 dt{font-weight: bold;
margin-top: 30px;
margin-left: 30px;}

 dd{line-height: 30px;
padding: 8px;
margin-left: 15px;}

.jio{background:linear-gradient(rgb(81, 236, 236),rgb(236, 219, 197));}

.sony{width: 350px;
height:690px;
background:linear-gradient(white,lime,rgb(236, 236, 81)) ;}


.xerox{width:340px;
height: 680px;
object-fit: contain;
filter: brightness(120%);
  margin-right:250px;
}







.sony{
  margin: 0 auto;
  width:410px;
  height: 720px;
 
  padding: 2em;
  text-align: center;
  border-radius: 10px;
  position: relative;
}

@property --angle{
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.sony::after, .sony::before{
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: conic-gradient(from var(--angle), #31dfe6, #00ff99, #006aff, #ff0095, #ff4545);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  padding: 3px;
  border-radius: 10px;
  animation: 3s spin linear infinite;
}
.sony::before{
  filter: blur(1.5rem);
  opacity: 0.5;
}
@keyframes spin{
  from{
    --angle: 0deg;
  }
  to{
    --angle: 360deg;
  }
}


.value{
  margin: 0 auto;
  width:350px;
  height: 730px;
 
  padding: 2em;
  text-align: center;
  border-radius: 10px;
  position: relative;
}

@property --angle{
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.value::after, .value::before{
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: conic-gradient(from var(--angle), #31dfe6, #00ff99, #006aff, #ff0095, #ff4545);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  padding: 3px;
  border-radius: 10px;
  animation: 3s spin linear infinite;
}
.value::before{
  filter: blur(1.5rem);
  opacity: 0.5;
}
@keyframes spin{
  from{
    --angle: 0deg;
  }
  to{
    --angle: 360deg;
  }
}
























