* {
  padding: 0px;
  margin: 0px;
}

body {
  background: #fff;
}

.w150{
    width:150px;
}
.footer_links {
  color: #fff;
  text-decoration: none;
}
 .blink {
        animation: blinker 0.200s linear infinite;
    }

@keyframes blinker {
        50% {
            opacity: 0;
        }
    }
.footer_links:hover {
  color: #fe5000;
}
.default_css {
 font-size: clamp(32px, 15vw, 150px);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.sig_container {
  padding: 20px;
  margin: 1em 0px;
  background: #fafbff;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.custom-div {
  width: 100%;
  padding: 20px 5px;
  text-align: center;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.tools {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  align-items: flex-start;
  width: 100%;
}

.control-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  width: 100%;
  max-width: 120px;
}

.tools label {
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}

.tools input[type="color"],
.tools input[type="range"] {
  width: 100%;
  height: 30px;
}

.text_area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 5px;
  border: 1px solid #caccd1;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #fff;
}

.isFlex {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Optional: Add custom styles here if needed */
.navbar-brand img {
  max-height: 50px; /* Adjust as needed */
  width: auto;
}
a {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

.information {
  margin-block: 2em;
  padding: 10px;
  background-color: #fff;
  padding: 1em;
  border-radius: 5px;
}
.information table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.information table,
.information th,
.information td {
  border: 1px solid #ddd;
  padding: 8px;
}
.information th {
  background-color: #f2f2f2;
}
.information ul,
.information ol {
  margin-left: 20px;
}
.information h1,
.information h2,
.information h3,
.information h4,
.information h5,
.information h6 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.information .faq {
  margin-top: 30px;
}
.information .faq h3 {
  color: #007bff;
}

#goToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  background: 0;
  cursor: pointer;
  border: 0;
}
#goToTopBtn div {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0;
  background-color: #1346af;
  color: #fff;
  fill: #fff;
  cursor: pointer;
  border-radius: 5px;
}
#goToTopBtn div:hover {
  background-color: #555;
}

.pagination_controls{
display:flex;
flex-wrap:wrap;
gap:2px 5px;
align-items: center;
justify-content: center;
}
 

.pagination_controls button:disabled{
 
    pointer-events: none;
}

.isbutton {
  padding: 10px 20px;
  border: 2px solid #4ea2ad;
  border-radius: 30px;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
}

.filled {
  background-color: #4ea2ad;
  color: white;
}

.outlined {
  background-color: white;
  color: #4ea2ad;
}


.isbutton.filled:hover {
  background-color: white;
  color: #4ea2ad;
  border-color: #4ea2ad;
}

.isbutton.outlined:hover {
  background-color: #4ea2ad;
  color: white;
  border-color: #4ea2ad;
}

.navbar {
  border-top: 5px solid;
  border-image: linear-gradient(
    to right,
    rgb(255, 60, 249),
    orange,
    yellow,
    green,
    blue,
    indigo,
    violet
  );
  border-image-slice: 1;
  background-color: #fff;
  
}

.nav-link {
  font-size: 18px;
}
.flex_list2 {
  display: flex;
  gap: 1em;
  align-items: center;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 0.5rem;
}
.button {
  margin: 2px;
}

.pads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  height: 500px;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
}

.signature-pad {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 10px;
  width: 100%;
  height: 100%;

  max-height: 460px;
  border: 1px solid #f3f4f7;
  background-color: #fff;

  border-radius: 4px;
  padding: 16px;
}

.signature-pad::before,
.signature-pad::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 40%;
  height: 10px;
  bottom: 10px;
  background: 0 0;
}

.signature-pad::before {
  left: 20px;
  -webkit-transform: skew(-3deg) rotate(-3deg);
  transform: skew(-3deg) rotate(-3deg);
}

.signature-pad::after {
  right: 20px;
  -webkit-transform: skew(3deg) rotate(3deg);
  transform: skew(3deg) rotate(3deg);
}

.signature-pad--body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #4b4a4a;
  border-radius: 4px;
}

.signature-pad--body canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}

.signature-pad--footer {
  color: #fcfafa;
  text-align: center;
  font-size: 1.2em;
  margin-top: 8px;
}

.signature-pad--footer .description {
  color: #a0a0a0;
}

.signature-pad--actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  margin: 8px;
}

.signature-pad--actions2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 8px;
}

.signature-pad--actions2 i {
  font: optional;
}

#github img {
  border: 0;
}

@media (max-width: 940px) {
  #github img {
    width: 90px;
    height: 90px;
  }
}
.sp_container {
  max-width: 1140px;
  margin: auto;
}


.contact__Us{
    padding:2em;
    border: 2px dashed #4ea2ad;
    border-radius: 5px;
    background:#fafcfc;
    
}

/* Styles for better mobile experience (optional) */
@media (max-width: 768px) {
    
    
    .contact__Us{
    padding:1em;
    border: 2px dashed #4ea2ad;
    border-radius: 5px;
    
}



  .navbar-nav {
    text-align: center; /* Center the menu items on smaller screens */
  }
}

footer {
  padding: 1em;
  background-color: #000;
  background-image: linear-gradient(
      307deg,
      transparent 0%,
      transparent 10%,
      rgba(190, 190, 190, 0.04) 10%,
      rgba(190, 190, 190, 0.04) 64%,
      transparent 64%,
      transparent 100%
    ),
    linear-gradient(
      118deg,
      transparent 0%,
      transparent 11%,
      rgba(190, 190, 190, 0.04) 11%,
      rgba(190, 190, 190, 0.04) 31%,
      transparent 31%,
      transparent 100%
    ),
    linear-gradient(
      73deg,
      transparent 0%,
      transparent 22%,
      rgba(190, 190, 190, 0.04) 22%,
      rgba(190, 190, 190, 0.04) 90%,
      transparent 90%,
      transparent 100%
    ),
    linear-gradient(
      156deg,
      transparent 0%,
      transparent 51%,
      rgba(190, 190, 190, 0.04) 51%,
      rgba(190, 190, 190, 0.04) 97%,
      transparent 97%,
      transparent 100%
    ),
    linear-gradient(90deg, rgb(0, 0, 0), rgb(0, 0, 0));
  color: #fff;
  margin-top: 1em;
  border-top: 5px solid;
  border-image: linear-gradient(
    to right,
    red,
    orange,
    yellow,
    green,
    blue,
    indigo,
    violet
  );
  border-image-slice: 1;
}
.pagelinks {
  display: flex;
  align-items: center;
  gap: 5px 1em;
  flex-wrap: wrap;
  margin-block: 1em;
}
.pagelinks a {
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #2a195f;
  border: 1px solid #202020;
}

.pagelink {
  background-color: #673de5 !important;
}
.pagelinks a:hover {
  background-color: #e1306c;
}

.social {
  display: flex;
  align-items: center;
  gap: 1em;
}

.social_link {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
}

.twitter {
  background-color: #505050;
}

.facebook {
  background-color: #1877f2;
}

.telegram {
  background-color: #31a8e0;
}

.instagram {
  background-color: #e1306c;
}

.social_link:hover {
  transform: scale(1.1);
}

.iamflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.copyrights {
  border-top: 1px solid #222;
  margin-top: 10px;
  padding-top: 10px;
}

.canvas-container {
  position: relative;
}

.placeholder-text {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.color-btn {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}

.color-btn.border {
  border: 3px solid #333;
}

.article {
  margin: 2em 10px;
  background-color: #fff;
  border-radius: 10px;
  padding: 1em;
}

.contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: rgba(171, 222, 178, 0.268);
  border: 1px dashed #279b37;
  border-radius: 10px;
  padding: 1em;
  font-size: 16px;
  margin: 10px;
}
.contact a {
  color: #fff;
  background-color: #000;
  padding: 10px 1em;
  border-radius: 10px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.contact a:hover {
  filter: brightness(120%);
}

.blog_list {
  text-decoration: none;
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  padding: 1em;
  margin: 15px 0px;
  border: 1px solid #dfdfdf;
  display: block;
}

.blog_list:hover {
  box-shadow: 0px 0px 10px 0px #dfdfdf;
}

.blog_img img {
  width: 100%;
  border-radius: 5px;
  aspect-ratio: 16/9;
}

.hero {
  background-image: radial-gradient(
      circle at 13% 47%,
      rgba(140, 140, 140, 0.03) 0%,
      rgba(140, 140, 140, 0.03) 25%,
      transparent 25%,
      transparent 100%
    ),
    radial-gradient(
      circle at 28% 63%,
      rgba(143, 143, 143, 0.03) 0%,
      rgba(143, 143, 143, 0.03) 16%,
      transparent 16%,
      transparent 100%
    ),
    radial-gradient(
      circle at 81% 56%,
      rgba(65, 65, 65, 0.03) 0%,
      rgba(65, 65, 65, 0.03) 12%,
      transparent 12%,
      transparent 100%
    ),
    radial-gradient(
      circle at 26% 48%,
      rgba(60, 60, 60, 0.03) 0%,
      rgba(60, 60, 60, 0.03) 6%,
      transparent 6%,
      transparent 100%
    ),
    radial-gradient(
      circle at 97% 17%,
      rgba(150, 150, 150, 0.03) 0%,
      rgba(150, 150, 150, 0.03) 56%,
      transparent 56%,
      transparent 100%
    ),
    radial-gradient(
      circle at 50% 100%,
      rgba(25, 25, 25, 0.03) 0%,
      rgba(25, 25, 25, 0.03) 36%,
      transparent 36%,
      transparent 100%
    ),
    radial-gradient(
      circle at 55% 52%,
      rgba(69, 69, 69, 0.03) 0%,
      rgba(69, 69, 69, 0.03) 6%,
      transparent 6%,
      transparent 100%
    ),
    linear-gradient(90deg, rgb(255, 255, 255), rgb(255, 255, 255));
}

/* Responsive Design */
@media (max-width: 768px) {
  .isFlex {
    flex-wrap: wrap;
  }

  .tools label {
    font-size: 12px;
  }

  .tools {
    gap: 10px;
    justify-content: center;
  }

  .control-group {
    max-width: 90px; /* Slightly smaller on mobile */
  }

  .article {
    margin: 1em 0px;
    background-color: #fff;
    border-radius: 0px;
    padding: 1px;
  }

  footer {
    padding: 1em 5px;
  }
}

.hero2 {
  background-image: linear-gradient(
      112.5deg,
      rgba(232, 232, 232, 0.03) 0%,
      rgba(232, 232, 232, 0.03) 2%,
      rgba(231, 231, 231, 0.03) 2%,
      rgba(231, 231, 231, 0.03) 4%,
      rgba(231, 231, 231, 0.03) 4%,
      rgba(231, 231, 231, 0.03) 11%,
      rgba(2, 2, 2, 0.03) 11%,
      rgba(2, 2, 2, 0.03) 67%,
      rgba(231, 231, 231, 0.03) 67%,
      rgba(231, 231, 231, 0.03) 90%,
      rgba(111, 111, 111, 0.03) 90%,
      rgba(111, 111, 111, 0.03) 100%
    ),
    linear-gradient(
      157.5deg,
      rgba(210, 210, 210, 0.03) 0%,
      rgba(210, 210, 210, 0.03) 17%,
      rgba(254, 254, 254, 0.03) 17%,
      rgba(254, 254, 254, 0.03) 18%,
      rgba(96, 96, 96, 0.03) 18%,
      rgba(96, 96, 96, 0.03) 44%,
      rgba(159, 159, 159, 0.03) 44%,
      rgba(159, 159, 159, 0.03) 70%,
      rgba(24, 24, 24, 0.03) 70%,
      rgba(24, 24, 24, 0.03) 82%,
      rgba(16, 16, 16, 0.03) 82%,
      rgba(16, 16, 16, 0.03) 100%
    ),
    linear-gradient(
      22.5deg,
      rgba(47, 47, 47, 0.03) 0%,
      rgba(47, 47, 47, 0.03) 32%,
      rgba(124, 124, 124, 0.03) 32%,
      rgba(124, 124, 124, 0.03) 40%,
      rgba(200, 200, 200, 0.03) 40%,
      rgba(200, 200, 200, 0.03) 42%,
      rgba(16, 16, 16, 0.03) 42%,
      rgba(16, 16, 16, 0.03) 64%,
      rgba(243, 243, 243, 0.03) 64%,
      rgba(243, 243, 243, 0.03) 94%,
      rgba(93, 93, 93, 0.03) 94%,
      rgba(93, 93, 93, 0.03) 100%
    ),
    linear-gradient(90deg, #ffffff, #ffffff);
}

.about-section {
  width: 100%;
  padding-top: 8rem;
  background: url("https://pagedone.io/asset/uploads/1691055810.png")
    center/cover no-repeat;
  text-align: center;
  padding-bottom: 2em;
  border-radius: 10px;
}

.about-title {
  max-width: 600px;
  margin: 0 auto 20px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  line-height: 1.3;
}

.highlight {
  color: #49a3af;
}

.about-text {
  max-width: 90%;
  margin: 0 auto 20px;
  font-size: 1rem;
  color: #666;
  line-height: 1.5;
}

.read-more {
  display: inline-flex;
  align-items: center;
  padding: 12px 20px;
  font-size: 1rem;
  font-weight: bold;
  color: white;
  background-color: #49a3af;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.3s ease-in-out;
}

.read-more:hover {
  background-color: #2a7c84;
}

.arrow-icon {
  margin-left: 10px;
}

.image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
