/* Reset CSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

body {
  font-family: 'Roboto', sans-serif; /* Use Roboto font for consistency with Material Design */
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

audio {
  width: 100%;
  height: auto;
}


/* Style the audio element 
audio {
  display: block;
  width: 80%;
  height: 10px;
  color: blue;
  margin-top: 10px;
}

/* Style the audio element for WebKit-based browsers 
audio {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

/* Style the audio controls for WebKit-based browsers 
audio::-webkit-media-controls-panel {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 15px;
}

audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-mute-button,
audio::-webkit-media-controls-seek-back-button,
audio::-webkit-media-controls-seek-forward-button,
audio::-webkit-media-controls-fullscreen-button {
  background-color: #333;
  color: #fff;
  border-radius: 50%;
  padding: 10px;
}

audio::-webkit-media-controls-current-time-display,
audio::-webkit-media-controls-time-remaining-display {
  color: #333;
  font-size: 14px;
}

audio::-webkit-media-controls-volume-slider {
  width: 100px;
  height: 10px;
  background-color: #ccc;
  border-radius: 5px;
}

audio::-webkit-media-controls-volume-slider::-webkit-slider-thumb {
  width: 15px;
  height: 15px;
  background-color: #333;
  border-radius: 50%;
}

/* Style the audio element for Mozilla Firefox 
audio::-moz-range-thumb {
  background-color: #333;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

  audio {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
  */
  /* Style the audio controls for WebKit-based browsers */
  audio::-webkit-media-controls-panel {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 15px;
  }
  
  audio::-webkit-media-controls-play-button,
  audio::-webkit-media-controls-mute-button,
  audio::-webkit-media-controls-seek-back-button,
  audio::-webkit-media-controls-seek-forward-button,
  audio::-webkit-media-controls-fullscreen-button {
    background-color: #333;
    color: #fff;
    border-radius: 50%;
    padding: 10px;
  }
  
  audio::-webkit-media-controls-current-time-display,
  audio::-webkit-media-controls-time-remaining-display {
    color: #333;
    font-size: 14px;
  }
  
  audio::-webkit-media-controls-volume-slider {
    width: 100px;
    height: 10px;
    background-color: #ccc;
    border-radius: 5px;
  }
  
  audio::-webkit-media-controls-volume-slider::-webkit-slider-thumb {
    width: 15px;
    height: 15px;
    background-color: #333;
    border-radius: 50%;
  }
  
  /* Style the audio element for Mozilla Firefox */
  audio::-moz-range-thumb {
    background-color: #333;
    width: 15px;
    height: 15px;
    border-radius: 50%;
  }
  
  audio::-moz-range-track {
    background-color: #ccc;
  height: 10px;
  border-radius: 5px;
}

/* Style the audio element for Microsoft Edge and IE */
audio::-ms-track {
  background-color: transparent;
  border-color: transparent;
  color: transparent;
}

audio::-ms-fill-lower {
  background-color: #ccc;
}

audio::-ms-fill-upper {
  background-color: #333;
}

audio::-ms-thumb {
  background-color: #333;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

audio::-ms-ticks-after {
  display: none;
}

audio::-ms-ticks-before {
  display: none;
}

/* Style the audio controls for Microsoft Edge and IE */
audio::-ms-media-controls-panel {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 15px;
}

audio::-ms-media-controls-play-button,
audio::-ms-media-controls-mute-button,
audio::-ms-media-controls-seek-back-button,
audio::-ms-media-controls-seek-forward-button,
audio::-ms-media-controls-fullscreen-button {
  background-color: #333;
  color: #fff;
  border-radius: 50%;
  padding: 10px;
}

audio::-ms-media-controls-current-time-display,
audio::-ms-media-controls-time-remaining-display {
  color: #333;
  font-size: 14px;
}

p.pre {
  font-size: 12.1px;
  text-align: center;
  margin: 0;
  line-height: 20px;
  letter-spacing: 0.2rem;
  text-align: center;
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.8);
}

/* Style the audio controls 
audio::-webkit-media-controls-panel {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 15px;
}

audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-mute-button {
  background-color: #333;
  color: #fff;
  border-radius: 50%;
  padding: 10px;
}

audio::-webkit-media-controls-current-time-display,
audio::-webkit-media-controls-time-remaining-display {
  color: #333;
  font-size: 14px;
}

audio::-webkit-media-controls-seek-back-button,
audio::-webkit-media-controls-seek-forward-button {
  background-color: #333;
  color: #fff;
  border-radius: 50%;
  padding: 10px;
}

audio::-webkit-media-controls-volume-slider {
  width: 800px;
  height: 10px;
  background-color: #ccc;
  border-radius: 5px;
}

audio::-webkit-media-controls-volume-slider::-webkit-slider-thumb {
  width: 15px;
  height: 15px;
  background-color: #333;
  border-radius: 50%;
}

audio::-webkit-media-controls-fullscreen-button {
  background-color: #333;
  color: #fff;
  border-radius: 50%;
  padding: 10px;
}
*/
/* Header */
header {
  text-align: center;
  margin: 30px 0;
}

h1.anima {
  font-size: 3rem; /* Increase font size */
  animation-delay: 0.4s;
}

h2.anima {
  font-size: 1rem; /* Increase font size */
  color: #888;
  animation-delay: 0.6s;
}

button#menu {
  position: fixed;
  top: 0;
  right: 0;
  background-color: transparent;
  color: #444;
  font-size: 30px;
}

#menu {
  display: none;
}

button#button {
  display: none;
}
/* Textarea */
textarea {
  width: 100%;
  margin-bottom: 20px;
  padding: 15px ; /* Increase padding */
  font-size: 1rem;
  outline: none;
  border: 1px solid #ccc; /* Add border */
  border-radius: 5px; /* Add border radius */
}

/* Button */
button {
  padding: 15px 30px; /* Increase padding */
  background-color: #007bff;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

input[type="text"] {
  width: calc(100%); /* Increase width by 30px */
  margin-bottom: 20px;
  padding: 10px;
  font-size: 1rem;
  outline: none;
  caret-color: #007bff;
  border-radius: 10px; /* Same border radius as the button */
  border: none; /* Remove default border */
  border: 1px dotted #ccc;
  transition: width 0.3s ease; /* Add transition effect for width changes */
  z-index: 1;
  -webkit-animation: popin 0.6s ease-in-out forwards;
          animation: popin 0.6s ease-in-out forwards;
  opacity: 0;
animation-delay: 0.7s;
}

button {
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #0056b3;
}

/* Paragraph */
p {
  margin-bottom: 20px;
  font-size: 1rem;
}

/* Result */
.text-area {
  position: relative;
  overflow: hidden;
}

#p2 {
  position: relative;
  display: block;
  font-size: 0.8rem;
  margin-top: 20px;
  padding: 25px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  animation-delay: 1s;
  overflow: hidden;
  word-wrap: break-word;
  width: 100%;
}

hr {
  border-color: rgba(0, 0, 0, 0.1);
}

i#reduceWidth {
  position: absolute;
  display: none;
  color: rgba(0, 0, 0, 0.3);
  margin: 20px;
  padding: 3px;
  right: 0;
  bottom: 0;
  transform: translateY(80px);
  z-index: 1;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background-color: #f9f9f9;
  -webkit-animation: pulse 1.3s 1.5s ease-in-out infinite;
          animation: pulse 1.3s 1.5s ease-in-out infinite;
  opacity: 0;
}

i#reduceWidth:hover, i#reduceWidth:active {
  box-shadow: none;
  color: rgba(0, 0, 0, 0.6);
  border: 2px solid rgba(0, 0, 0, 0.6);
}

.pad {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 25px;
  overflow-y: hidden;
}

.ads .container {
  position: relative;
  width: 100%;
  height: 40vh;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.ads .container .content1 {
  width: 100%;
  height: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.content1-5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.box {
  position: relative;
  width: calc(50% - 5px);
  height: calc(50% - 5px);
  border: 1px solid #aaa;
  border-radius: 3px;
  box-sizing: border-box;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
overflow: hidden;
}

.box p {
  color: #444;
  line-height: 25px;
  margin-top: 1px;
}

.ads .container .content2 {
  width: 100%;
  height: 20%;
}



/* Style for the history section container */
#historySection {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* Style for the history list */
#historyList {
  list-style-type: none;
  padding: 0;
}

/* Style for individual history list items */
#historyList li {
  margin-bottom: 5px;
  padding: 8px;
  border-radius: 5px;
  background-color: #f2f2f2;
  cursor: pointer;
}

/* Hover effect for history list items */
#historyList li:hover {
  background-color: #e0e0e0;
}

/* Style for the "Show More" and "Load More" buttons */
#showMoreBtn,
#loadMoreBtn {
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

/* Style for the "Back to Normal" button */
#backToNormal {
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

/* Style for the "History End" message */
#historyEnd {
  color: #999;
}

/* Style for the "Show More" and "Load More" buttons */
#showMoreBtn,
#loadMoreBtn,
#backToNormal {
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}

#showMoreBtn:hover,
#loadMoreBtn:hover,
#backToNormal:hover {
  background-color: #45a049;
}

/* Style for the "History End" message */
#historyEnd {
  color: #999;
  margin-top: 10px;
}

/* Style for the history section container */
#historySection {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
}

/* Style for the history list */
#historyList {
  list-style-type: none;
  padding: 0;
}

/* Style for individual history list items */
#historyList li {
  margin-bottom: 5px;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* Hover effect for history list items */
#historyList li:hover {
  background-color: #f2f2f2;
}

/* Style for the "Show More" and "Load More" buttons */
#showMoreBtn,
#loadMoreBtn,
#backToNormal {
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}

#showMoreBtn:hover,
#loadMoreBtn:hover,
#backToNormal:hover {
  background-color: #45a049;
}

/* Style for the "History End" message */
#historyEnd {
  color: #999;
  margin-top: 10px;
}

/* Style for the history section container */
#historySection {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
}

/* Contact Section */
.contact-section {
  background-color: #f7f7f7;
  padding: 20px;
  text-align: center;
  z-index: 0;
}

.contact-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 20px;
}

.contact-card h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.contact-card p {
  font-size: 1rem;
  margin-bottom: 20px;
}

.contact-options {
  display: flex;
  justify-content: center;
}

.contact-options a {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 4px;
  z-index: 3;
}

.contact-options a img {
  width: 65px;
  z-index: 4;
  padding: 10px 20px;
  background-color: #007bff;
  color: #000;
  border-radius: 25px;
  transition: background-color 0.3s ease-in-out;
}

.contact-options a i:hover {
  background-color: #0056b3;
}

.whatsapp-link,
.email-link {
  position: relative;
/*   background-color: #007bff;
 */
  text-decoration: none;
}

/* Ads Section */
.ads .container {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.ads .container .content1,
.ads .container .content2 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.content1-5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.box {
  width: calc(50% - 5px);
  height: calc(50% - 5px);
  border: 1px solid #aaa;
  border-radius: 3px;
  box-sizing: border-box;
  margin-bottom: 5px;
}

.box p {
  color: #444;
  line-height: 25px;
  margin-top: 1px;
}

.footer-section {
  background-color: #f7f7f7;
  color: #000;
  padding: 10px 0;
  text-align: center;
}

.footer-content p {
  margin: 0;
}

.footer-content a {
  color: #007bff;
  text-decoration: none;
}

.footer-content a:hover {
  text-decoration: underline;
}

/* Animation Keyframes */
@-webkit-keyframes popin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-4rem) scale(0.8);
            transform: translateY(-4rem) scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes popin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-4rem) scale(0.8);
            transform: translateY(-4rem) scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  50% {
    opacity: 0.94;
    -webkit-transform: scale(0.94);
            transform: scale(0.94);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  50% {
    opacity: 0.94;
    -webkit-transform: scale(0.94);
            transform: scale(0.94);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

/* Animation Classes */
.anima {
  -webkit-animation: popin 0.6s ease forwards;
          animation: popin 0.6s ease forwards;
  opacity: 0;
}

.pulse {
  -webkit-animation: pulse 1.5s 1.5s ease-in-out infinite;
          animation: pulse 1.5s 1.5s ease-in-out infinite;
  opacity: 0;
  transition: 0s;
}

/*  Responsive Styles 
*/@media screen and (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 0.8rem;
  }
  .container {
    padding: 10px;
  }
  textarea {
    font-size: 0.9rem;
  }
  button {
    font-size: 0.9rem;
  }
  p {
  font-size: 0.9rem;
  }
  .contact-card h2 {
  font-size: 1.2rem;
  }
  .contact-card p {
  font-size: 0.9rem;
  }
  .whatsapp-link, .email-link {
  padding: 8px 16px;
  font-size: 0.5rem;
  margin: 0 8px 8px;
  }
  .pre {
    display: none;
  }
} 

