.nav-style {
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    color: #0F345C !important; 
}

.navbar-collapse {
    justify-content: center;
}

p {
    margin-top: 0;
    margin-bottom: 0rem !important;
}

.mybtn {
    border: 0px solid;
    background: #0f345c;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 24px 5px 25px;
    border-radius: 20px;
}

.mybtn p {
    display: flex;
    align-items: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.btnarea {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}

.navbar-brand img {
    max-width: 65%;
}

.navcolors {
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-radius: 50px;
    background: #ffffff !important;
    padding-top: 20px;
}

.bannertextarea h1 {
    text-align: center;
    font-weight: 650;
    text-transform: uppercase;
    font-size: 30px;
    color: #105598;
    margin-bottom: 0px;
}

.bannertextarea h2 {
    text-align: center;
    font-weight: 650;
    text-transform: uppercase;
    font-size: 28px;
    color: #105598;
}

.aboutmeta {
    background: #0F345C;
    color: #ffffff;
    padding: 5px 25px 7px 25px;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.topmetatags {
    background: #ffffff;
    color:  #0F345C;
    padding: 5px 25px 7px 25px;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.bannerbtnarea {
    text-align: center;
    padding-top: 10px;
}

.usercount {
    background: #ffffff;
    padding: 5px 25px 5px 25px;
    font-size: 13px;
    border-radius: 20px;
}

.usercounter {
    text-align: center;
    padding-top: 60px;
    margin-bottom: 10px;
}

.numuser {
    font-weight: 500;
    counter-reset: #0F345C;
}

.tags {
    background: #0f345c;
    padding: 3px 15px 3px 15px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 20px;
}

.tag-wrapper {
    position: relative;
    display: inline-block;
  }

  .tags {
    background-color: #0f345c;
    padding: 6px 20px;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-weight: bold;
    margin-right: 10px;
  }

  .tags:hover {
    background-color: #ffffff;
    color: #0f345c;
    border: 1px solid #87e3ff;
  }

  .tag-info-card {
    display: none;
    position: absolute;
    top: 130%;
    left: 0;
    width: 280px;
    background: #ffffff;
    border: 1px solid #ccc;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    padding: 15px;
    border-radius: 8px;
    z-index: 10;
    font-size: 14px;
    line-height: 1.5;
  }

  .tag-wrapper:hover .tag-info-card {
    display: block;
  }

  .tag-info-card code {
    background: #f4f4f4;
    display: block;
    padding: 8px;
    border-radius: 6px;
    margin-top: 8px;
    font-family: monospace;
  }

  .choosetags {
    line-height: 50px;
    padding: 10px;
    border: 1px solid #93e3fc;
    border-radius: 20px;
    margin-bottom: 10px;
  }

  .btncardare {
    background: #EDFBFF;
    border-radius: 20px;
    margin-top: -50px;
    box-shadow: rgb(0 0 0 / 19%) 0px -20px 30px;
  }

  .titalsarea h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #105598;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .better {
    color: #0f345c;
  }

  .inputfieldarea h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #0f345c;
    text-align: center;
  }

  .inputandresultarea {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .tagsinputbox {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #8ae4ff;
    padding: 5px 10px 5px 15px;
    font-size: 13px;
    font-style: italic;
    background: #ffffff;
  }

  .label {
    font-size: 11px;
    font-style: italic;
    margin-bottom: 15px;
  }

  .inputfortags {
    padding: 20px 20px 20px 20px;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #0f345c70;
    margin-top: 20px;
    height: 300px;
    overflow-y: scroll;
    box-shadow: 0 0 10px rgb(0 0 0 / 18%);
  }

  .inputfieldarea {
    padding: 20px;
    background: #edfbff;
    border-radius: 20px 20px 34px 34px;
  }

  .tags.clicked {
    background-color: #4caf50;
    color: white;
  }

  .delete-btn {
    border: 0px solid;
    padding: 0px;
    background: #fff;
  }

  .singlelinecode {
    display: flex;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 45px;
  }

  label {
    font-size: 12px;
  }

  .inputsinglelinecode {
    display: flex;
    gap: 10px;
  }

  .genratbtn {
    border: 0px solid red;
    background: #0f345c;
    padding: 5px 25px 5px 25px;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 20px;
    margin-top: 20px;
  }

  .inputfortags::-webkit-scrollbar {
    width: 10px;
    padding-top: 10px;
    margin-top: 10px;
  }
  
  .inputfortags::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 20px;
  }
  
  .inputfortags::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 20px;
    border: 2px solid transparent;
    background-clip: content-box;
  }
  
  .inputfortags::-webkit-scrollbar-thumb:hover {
    background-color: #555;
  }

  .newclass {
    border: 0px;
    margin-top: 10px !important;
    padding: 5px 25px 5px 25px;
  }

  .genratedresultbox h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #edfbff;
    text-align: center;
  }

  .genratedresultbox {
    background: #0f345c;
    height: 420px;
    border-radius: 20px 20px 30px 30px;
    padding: 20px;
  }

  .textareabox {
    width: 100%;
    height: 290px;
    margin-top: 15px;
    border-radius: 10px;
  }

  /* ---- */

  .vs-editor-box {
    background-color: #1e1e1e;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border: 1px solid #333;
    margin-top: 20px;
    border-radius: 20px;
  }

  .editor-header {
    background-color: #2d2d2d;
    padding: 8px 12px;
    border-bottom: 1px solid #444;
    display: flex;
    gap: 6px;
  }

  .red-dot, .yellow-dot, .green-dot {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    display: inline-block;
  }

  .red-dot { background-color: #ff5f56; }
  .yellow-dot { background-color: #ffbd2e; }
  .green-dot { background-color: #27c93f; }

  .textareabox {
    background-color: #1e1e1e;
    color: #d4d4d4;
    font-family: "Fira Code", "Courier New", monospace;
    font-size: 14px;
    padding: 16px;
    border: none;
    width: 100%;
    height: 250px;
    resize: vertical;
    outline: none;
  }

  .editor-actions {
    margin-top: 10px;
  }

  .editor-actions button {
    margin-right: 10px;
    padding: 8px 12px;
    background-color: #2d2d2d;
    color: #fff;
    border: 1px solid #444;
    border-radius: 4px;
    cursor: pointer;
  }

  .editor-actions button:hover {
    background-color: #3a3a3a;
  }

  .code-output {
    background-color: #1e1e1e;
    color: #d4d4d4;
    font-family: 'Courier New', monospace;
    padding: 15px;
    border-radius: 8px;
    overflow-x: auto;
    white-space: pre-wrap;
    border: 1px solid #333;
  }
  
  .tag { color: #569cd6;
    font-family: "Fira Code", "Courier New", monospace;
    font-size: 14px;
}
  .attr { color: #9cdcfe;
    font-family: "Fira Code", "Courier New", monospace;
    font-size: 14px;
}
  .value { color: #ce9178;
    font-family: "Fira Code", "Courier New", monospace;
    font-size: 14px;
}
  .text { color: #dcdCAA;
    font-family: "Fira Code", "Courier New", monospace;
    font-size: 14px;
}

.copymetatag {
    background: #1e1e1e !important;
    color: #ffffff !important;
    padding: 5px 25px 7px 25px !important;
    border-radius: 20px !important;
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 600;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.laptoopscr {
    width: 95%;
    margin-left: 100px;
}

.lapscre {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #ecfbff;
}

.whytext {
    font-size: 13px;
    font-weight: 500;
    color: #0f345c;
    border: 1px solid #0f345c;
    padding: 3px 10px 3px 10px;
    width: 20%;
    text-align: center;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.whytital {
    font-size: 23px;
    padding-top: 10px;
    color: #0f345c;
}

.whypara {
    font-size: 15px;
    padding-top: 20px;
}

.higlighttext {
    font-weight: 500;
    color: #0f345c;
}

.keypointtext {
    padding-top: 20px;
    color: #0f345c;
}

.whysecone {
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
}

.whysecsecand {
    font-size: 12px;
    padding-top: 5px;
    color: #ffffff;
}

.whybox {
    padding: 15px;
    background: #0f345c;
    margin-top: 25px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.whycontain {
    padding-top: 35px;
}

.tagdis {
    font-size: 12px;
}

.toptagsbox {
    padding: 15px;
    background: #ecfbff;
    border-radius: 15px;
    box-shadow: rgb(0 0 0 / 25%) 0px 5px 15px;
    margin-top: -30px;
}

.toptagssec {
    width: 100%;
    margin-left: 0px;
}

.toptagsarea {
    margin-top: 50px;
    margin-bottom: 50px;
}

.tagtitals {
    font-size: 22px;
    text-transform: uppercase;
    color: #105598;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: center;
}

.flinks {
    font-size: 0px;
    font-size: 15px;
}

.hr {
    margin: 10px 0;
    color: inherit;
    border: 0;
    border-top: 2px solid rgb(0, 0, 0);
    opacity: .25;
}

.mainflogo {
    width: 50%;
    margin-left: 0px;
}

.footerlogo {
    text-align: center;
}

.fare {
    background: #0f345c;
    padding-top: 15px;
    padding-bottom: 10px;
    border-radius: 25px 25px 0px 0px
}

.ftext {
    color: #ecfbff;
}

.farea {
    display: flex;
    gap: 15px;
    align-items: center;
    padding-top: 10px;
    justify-content: flex-end;
}

.farea1 {
    display: flex;
    gap: 15px;
    align-items: center;
    padding-top: 10px;
}

.fhr {
    color: #ecfbff;
}

.copyright {
    font-size: 11px;
    color: #ecfbff;
}

.links {
    color: rgb(236 251 255);
    text-decoration: none;
}

.flastarea {
    font-size: 12px;
    color: #ecfbff;
    text-align: right;
}

.bannertextarea h1 {
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 5px;
}

.searchone {
  width: 350px;
  border: 0px solid;
  height: 35px;
  border-radius: 20px 0px 0px 20px;
  padding-left: 15px;
}

.searchtwo {
  height: 35px;
  background: #0f345c;
  padding: 8px 15px 7px 15px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  border-radius: 0px 20px 20px 0px;
}

.searchbar {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 10px;
}

.tooltitals h3 {
  font-size: 15px;
  text-align: center;
}

.mbtn {
  background: #0f345c;
  font-size: 13px;
  padding: 4px 20px 6px 20px;
  border-radius: 50px;
  color: #ffffff;
}

.toolbtn {
  padding-top: 10px;
  text-align: center;
}

.toolbox {
  background: #ffffff;
  padding: 20px 10px 20px 10px;
  border-radius: 20px;
  box-shadow: rgb(0 0 0 / 18%) 0px 5px 15px;
  margin-top: 20px;
}

.toolimg {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion {
  width: 400px;
  margin: 20px auto;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.accordion-item {
  border-bottom: 1px solid #ccc;
}

.accordion-header {
  background-color: #f1f1f1;
  padding: 15px;
  cursor: pointer;
}

.accordion-content {
  padding: 15px;
  display: none;
}

.accordion-content.active {
  display: block;
}

.tooltipsone {
  line-height: 20px;
}

.btncolor {
  padding: 5px 25px 7px 25px;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    line-height: 19px;
}

.formatarea {
  font-size: 13px;
  padding: 5px 25px 5px 25px;
  border-radius: 20px;
  background: #1e1e1e;
}

.bannerareaone {
    height: 500px;
    margin-top: 0px;
    background-size: cover;
    padding-top: 20px;
    border-radius: 0px 0px 50px 50px;
}

@media only screen and (max-width: 600px) {
    .withfifty {
        width: 50% !important;
    }
    .navcolors {
    border-radius: 15px;
}
    .bannerareaone {
    height: 400px;
}
    .blogckarea {
        display: none;
    }
    .mobnavside {
        display: flex;
    }
    .logosize {
            max-width: 50%;
    }
    .navbar-toggler {
        border: 0px solid red !important;
    }
    .searchbar {
    display: none;
}


