

@import url('https://fonts.googleapis.com/css2?family=Alice&display=swap');

@media (min-width: 768px) {

}

html{background: #bd0681;}

    body {
      margin: 0;
      font-family: 'Alice', sans-serif;
      background: #f8f9fa;
      color: #212529;
	  font-size: 1.3em;
    }
	input[type='range']{ accent-color: green; }
	.slider-value{font-size: 1.5em;}
    header {
      background-color: white;
      color: #0d6efd;
      padding: 1rem;
      position: relative;
    }
    .brand {
      font-size: 1.5rem;
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }
    .brand i {
      font-size: 1.3rem;
    }
    .menu-toggle {
      position: absolute;
	  width: unset !important;
    margin: 0px !important;
      top: 0rem;
      right: 1rem;
      background: none;
      border: none;
      color: #fd0daf;
      font-size: 2.5rem;
      cursor: pointer;
      display: none;
    }
    nav {
		 font-family: 'Roboto', sans-serif;
		 font-weight:600;
      background-color: #fd0daf;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 1rem;
      padding: 1rem 1rem;
    }
    nav a {
      color: white;
      text-decoration: none;
      font-size: 1.2rem;
      padding: 0.3rem 0.6rem;
      background: rgb(0 0 0 / 18%);
      border-radius: 4px;
    }
    @media (max-width: 768px) {
      .menu-toggle {
        display: block;
      }
      nav {
        display: none;
        flex-direction: column;
        background-color: #fd0daf;
        padding: 1rem;
        position: absolute;
        top: 60px;
        right: 0;
        left: 0;
        z-index: 999;
      }
      nav.show {
        display: flex;
      }
    }
    .container {
      max-width: 600px;
      margin: 2rem auto;
      background: white;
      padding: 2rem;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
    h2 {
      text-align: center;
    }
    label {
      display: block;
      margin-top: 1rem;
    }
    input[type="range"] {
      width: 100%;
    }
    .slider-value {
      margin-top: 0.25rem;
      font-weight: bold;
    }
    button {
      margin-top: 1.5rem;
      width: 100%;
      padding: 0.75rem;
      background-color: #0f19a0;
      color: white;
      border: none;
      border-radius: 4px;
      font-size: 1.3rem;
      cursor: pointer;
    }
    .result {
      margin-top: 1.5rem;
      padding: 1rem;
      background: #e9ecef;
      border-radius: 4px;
      text-align: center;
    }
    .quote-button {
      display: inline-block;
      margin-top: 1rem;
      padding: 0.6rem 1.2rem;
      background-color: #198754;
      color: white;
      text-decoration: none;
      border-radius: 4px;
      font-weight: bold;
    }
    .tips {
      margin-top: 2rem;
      background-color: #fff3cd;
      border-left: 4px solid #ffc107;
      padding: 1rem;
      border-radius: 6px;
    }
    .tips h3 {
      margin-top: 0;
    }
    .tips ul {
      margin: 0;
      padding-left: 1.2rem;
    }
    footer {
      background-color: #bd0681;
      color: #fff;
      text-align: center;
      padding: 1rem;
      margin-top: 3rem;
      font-size: 0.7rem;
    }
    footer a {
      color: #fff;
      text-decoration: underline;
      margin: 0 0.5rem;
    }



/* HERO SECTION STYLING */
.hero {
  background-image: url('37667a.avif'); /* Replace with your image path */
  background-size: cover;
  background-position: top;
  height: 450px;
  display: flex;
  align-items: flex-start;
  color: white;
  padding: 0 2rem;

}

.hero-content {
  max-width: 600px;
  text-align: left;
}

.hero-content h1 {
  font-size: 2.8rem;
  margin-bottom: 1rem;
}

.hero-content p {
  font-size: 2.8rem;
  margin-bottom: 2.8rem;
}

.btn {
  background-color: #007bff;
  color: white;
  padding: 0.7rem 1.2rem;
  border: none;
  border-radius: 5px;
  text-decoration: none;
   font-size: 1.8rem;
}







.note-box p img {
float: left;
margin: 0 10px 0 0 ;
height:190px;width: 190px;
object-fit: cover;
clip-path: polygon(
    0% 0%,
    80% 0%,
    100% 50%,
    80% 100%,
    0% 100%,
    20% 50%
  );
}








.note-box {
  border: 5px solid #ffc107; 
  border-bottom-right-radius: 45px; 
  padding: .5rem;
  background-color: #f8f9fa;
  color: #333;
  font-family: monospace; 
  max-width: 400px;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);  
  width:1100px;
  max-width: 90%;
  margin: 1rem auto; 
  max-height:250px;
  height:185px;
  
  /* Background image setup */
    background-image: url(clogo.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 30px;


}
.note-box p{
    margin-left: 5px;
    overflow: clip;
    height: 185px;
    margin: auto;
    align-items: center;
    vertical-align: middle;
	font-size: 1.5em;
   
}



.tile img {
object-fit: cover;
    height: 90%;
    width: 90%;
    border-radius: 5px 5px 40px 5px;
    max-width: 100%;
	
}

.secondp{}


/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
  .hero {
    justify-content: center;
    text-align: center;
	height: 300px;
  }

  .hero-content {
    text-align: center;
  }
  
  .hero-content h1 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.hero-content p {
  font-size: 1.5rem;
  margin-bottom: 1.8rem;
}

.btn{
	  font-size: 1.2rem;
}
.note-box p{
font-size:1em;
margin-top: 0px;
align-items: flex-start;

}

.note-box p img {
float: left;
margin: 0 10px 0 0;
width: 120px;
}
  
  
.secondp{display:none;}
  
}