/* Fotns */
/*Main Css */
::selection {
  background: #6d28d9;
  color: #f4eeff;
  text-shadow: none;
}

:root {
   --brand-1: #0d051c;
   --brand-2: #1c0b38;
   --brand-3: #6d28d9;
   --brand-4: #dcc6ff;
   --brand-5: #ebdeff;
   --brand-6: #f4eeff;
   --surface: rgba(28, 11, 56, 0.8);
   --surface-strong: rgba(13, 5, 28, 0.96);
   --line: rgba(220, 198, 255, 0.15);
   --glow: 0 0 18px rgba(185, 139, 255, 0.28);
   --glow-strong: 0 0 20px rgba(185, 139, 255, 0.52);
}

::-webkit-scrollbar {
  width: 5px;
  background-color: var(--brand-1);
}

html, body {
   background: linear-gradient(180deg, var(--brand-1) 0%, var(--brand-2) 100%);
   color: var(--brand-6);
}

body {
   background-image: radial-gradient(circle at top, rgba(109, 40, 217, 0.18), transparent 28%);
}


h1, h2, h3, h4, h5, h6,
.hero h1, .hero h2, .hero h3,
.section-title, .main-title, .banner-title,
.logo-text, .navbar-brand {
   color: var(--brand-6);
   text-shadow: 0 0 12px rgba(185, 139, 255, 0.28);
}

p, li, span, label, small, strong, blockquote, .meta, .caption {
   color: var(--brand-5);
}

.navbar, .topbar, .footer, .navbar-collapse, header {
   background: rgba(13, 5, 28, 0.9) !important;
   border-bottom: 1px solid var(--line);
   backdrop-filter: blur(8px);
}

.nav-link, .navbar a, .link-style, .link-style-topbar, .link-style-darkbg, a {
   color: var(--brand-4) !important;
   transition: all 0.2s ease;
}

.nav-link:hover, .navbar a:hover, .link-style:hover, .link-style-topbar:hover, .link-style-darkbg:hover, a:hover {
   color: var(--brand-6) !important;
   text-shadow: var(--glow-strong);
}

.btn, button, .outlined_btn, .btn-primary, .btn-outline-primary, .btn-secondary,
input[type="submit"], input[type="button"], input[type="reset"] {
   background: linear-gradient(135deg, var(--brand-3), #8658ef);
   border: 1px solid rgba(220, 198, 255, 0.32);
   color: var(--brand-6) !important;
   box-shadow: var(--glow);
}

.btn:hover, button:hover, .outlined_btn:hover, .btn-primary:hover,
input[type="submit"]:hover {
   background: linear-gradient(135deg, #7a2bff, #c6a8ff);
   box-shadow: var(--glow-strong);
}

.card, .panel, .feature-card, .package-box, .service-box, .pricing-card,
.review-card, .faq-item, .step-box, .testimonial, .info-box, .stat-box,
.search-box, .hero-box, .form-box {
   background: var(--surface);
   border: 1px solid var(--line);
   border-radius: 20px;
   box-shadow: 0 14px 40px rgba(13, 5, 28, 0.38);
}

input, textarea, select {
   background: #b7a3d4 !important;
   border: 1px solid var(--line) !important;
      color: #0d051c!important;
}

input::placeholder, textarea::placeholder {
   color: #0d051c!important;
}

/* Keep every page section on the dark brand canvas. */
html,
body,
main,
section,
article,
aside,
footer,
.section,
.step-form-wrapper,
.step-form,
.bgform {
   background: #000000 !important;
   background-image: none !important;
}

.navbar,
.topbar,
.footer,
.navbar-collapse,
header,
.main-header {
   background: #000000 !important;
}

.call-to-footer {
    margin-top: 60px;
}

.center-pkg-sec {
    display: flex;
    justify-content: center;
}

.checkout-field-info p {
    font-family: 'Manrope';
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #4c4c4c;
    margin-bottom: 4px;
    margin-left: 2px;
}

#footer-link {
    font-size: 0.75rem;
    line-height: 1.4;
    letter-spacing: 0.2px;
    font-weight: 400;
    color: #fff;
}

/* Service landing pages keep the hero artwork behind a fixed transparent navbar. */
body.service-page header {
   position: fixed;
   inset: 0 0 auto;
   z-index: 10002;
   width: 100%;
   background: transparent !important;
   border-bottom: 0;
   backdrop-filter: none;
}

body.service-page .header_top,
body.service-page .main-header {
   background: transparent !important;
   border-bottom: 0;
}

body.service-page .mainBanner {
   position: relative;
   padding-top: clamp(150px, 14vw, 220px);
}

body.service-page .mainBanner::before {
   z-index: 0;
}

body.service-page .mainBanner > * {
   position: relative;
   z-index: 1;
}

.link-style {
    color: #dcc6ff!important;
}

.link-style:hover {
    color: #f4eeff!important;
}

.link-style-topbar {
    color: #ebdeff!important;
}

.link-style-topbar:hover {
    color: #dcc6ff!important;
}

.link-style-darkbg {
    color: #dcc6ff!important;
}

.link-style-darkbg:hover {
    color: #f4eeff!important;
}

#search-results-bkg {
    background-color: #ffffff;    
}

#mark-info-box {
    background-color: #DDF4FF;
    border-radius: 20px;
    padding: 30px 30px 30px 30px;
    margin-top: 60px;
}

.mark-header {
    margin: auto;
    display: flex;
    gap: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff;
}

.mark-header h2 {
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 3rem;
}

#mark-details-table {
    padding-top: 10px;
}

#mark-details-header {
    background: #DDF4FF;
    color: #000000;
    box-shadow: none;
}

#mark-details-body {
    margin: auto;
    border-top: 3px Solid #ffffff;
}

.table-cell {
    padding-bottom: 8px;
    padding-top: 8px;
}

.table-cell h6 {
    margin-bottom: 0;
}

.underline {
  display: inline;
  position: relative;
  overflow: hidden;
}
.underline:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  width: 0;
  bottom: -5px;
  background: #6D28D9;
  height: 2.5px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-In;
}
.underline:hover:after,
.underline:focus:after,
.underline:active:after {
  left: 0;
  right: auto;
  width: 100%;
}

.attn-img-1 {

  
    height: 430px;
    color: #fff;
    padding-top: 165px;
    margin-top: -40px;
}

  
.attn-img-1 h2 {
    color: #ffffff;
}

.attn-img-1 p {
    margin-bottom: 20px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
}

.attn-img-1 .outlined_btn {
    border-color: #ffffff!important;
    color: #ffffff!important;
}

/* .mainBanner.overview {
    background: url('../images/main-b-1.webp') center/cover no-repeat;
  }

.mainBanner.home {
    background: url('../images/hbky6yy.webp') center/cover no-repeat;
       
  }
.mainBanner.trademark-reg {
    background: url('../images/jvuyb.webp') center/cover no-repeat;
  }
.mainBanner.comprehensive {
    background: url('../images/bubn.webp') center/cover no-repeat;
    background-position: 0px -60px;
  }
.mainBanner.monitoring {
    background: url('../images/dfsaedfsa.webp') center/cover no-repeat;
  }
.mainBanner.office-action {
    background: url('../images/qweqwd.webp') center/cover no-repeat;
  }
.mainBanner.copy-reg {
    background: url('../images/fesdfs3.webp') center/cover no-repeat;
  }
.mainBanner.llc-form {
    background: url('../images/faedfas.webp') center/cover no-repeat;
  } */
  
  /* .mainBanner{ */
    /* margin-top: 25px; */
  /* } */

.mainBanner {
    position: relative;
    overflow: hidden;
    background-color: #000;
}

/* Background image layer */
.mainBanner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    opacity: 0.1;
}

/* Keep content fully visible */
.mainBanner > * {
    position: relative;
    z-index: 1;
}


/* Individual backgrounds */
.mainBanner.overview::before {
    background-image: url('../images/main-b-1.webp');
}

.mainBanner.home::before {
    /* background-image: url('../images/hbky6yy.webp'); */
}

.mainBanner.trademark-reg::before {
    background-image: url('../images/jvuyb.webp');
}

.mainBanner.comprehensive::before {
    background-image: url('../images/bubn.webp');
    background-position: 0px -60px;
}

.mainBanner.monitoring::before {
    background-image: url('../images/dfsaedfsa.webp');
}

.mainBanner.office-action::before {
    background-image: url('../images/qweqwd.webp');
}

.mainBanner.copy-reg::before {
    background-image: url('../images/fesdfs3.webp');
}

.mainBanner.llc-form::before {
    background-image: url('../images/faedfas.webp');
}







.mp-badge {
    background: F1633;
    color: #ffffff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 0.4rem 1.4rem;
    line-height: 100%;
    position: relative;
    top: -40px;
    left: 0px;
    right: 0px;
    width: fit-content;
    font-weight: 800;
    font-size: 12px;
    margin-bottom: -24px;
    margin-left: auto;
    margin-right: auto;
}

.article-head h1 {
    letter-spacing: -1px;
    margin-right: 100px;
}

.article-body p {
    font-size: 18px;
    margin-right: 50px;
    line-height: 1.6em;
    color: #ebdeff  ;
}

.article-body h3 {
    font-size: 30px;
    margin-right: 60px;
    margin-top: 50px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 700;
}

.fa {
  padding: 20px;
  font-size: 26px!important;
  width: 50px;
  text-align: center;
  text-decoration: none;
  position: relative;
    left: 8px;
    padding-bottom: 48px;
    color: #000000;
}

/* Style the list */
ul.breadcrumb {
  list-style: none;
  padding-left: 0rem!important;
  padding-top: 15px;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 15px;
  font-weight: 400;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: #919191;
  content: " | ";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #000000;
  font-weight: 600;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #4c4c4c;
  text-decoration: underline;
}

/* search-breadcrumb Style the list */
ul.search-breadcrumb {
  list-style: none;
  padding-left: 0rem!important;
  padding-top: 15px;
}

/* Display list items side by side */
ul.search-breadcrumb li {
  display: inline;
  font-size: 15px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.search-breadcrumb li+li:before {
  padding: 8px;
  color: #919191;
  content: " | ";
}

/* Add a color to all links inside the list */
ul.search-breadcrumb li a {
  color: #000000;
  font-weight: 600;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.search-breadcrumb li a:hover {
  color: #4c4c4c;
  text-decoration: underline;
}

.time-stamp {
    background: #3f3256;
    color: #000000;
    text-align: center;
    padding: 6px;
    border-radius: 100px;
    display: inline-block;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 28px;
    margin-top: 10px;
}
.time-stamp p {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 0!important;
}

.blog_sidebar {
    position: sticky;
    top: 80px;
}
.blog_sidebar nav ul {
  list-style: none;
  padding: 0px;
  padding-bottom: 0;
  margin-bottom: 0;
  display: block;
}
.blog_sidebar nav ul li {
  display: block;
  padding: 0;
}
.blog_sidebar nav ul li.active a {
  background: #000000;
  color:#ffffff;
}
.blog_sidebar nav ul a {
    background: #6d28d9;
    color: #000;
    text-align: center;
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 100px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 600;
    letter-spacing: -0.2px;
    font-size: 18px;
}
.blog_sidebar nav ul a:hover {
  background: #000000;
  color:#ffffff;
}
.blog_sidebar h4 {
    padding-bottom: 25px;
    letter-spacing: -0.3px;
    margin: auto;
    position: relative;
    left: 26px;
}

 
.blog-category-1 {
    height: 220px;
    margin-bottom: 35px;
    background: #ffffff;
    display: flex;
}

.blog-category-1 img {
    object-fit: cover;
    margin-bottom: 20px;
    width: 300px;
    height: 200px;
    border-radius: 12px;
    float: left;
    margin-right: 25px;
}

.blog-category-1 h3 {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 32px;
  letter-spacing: -0.4px;
}
.blog-category-1 p {
   font-size: 17px; 
  margin-bottom: 0;
  color: #414752;
    padding-top: 10px;
}

.blog-category-1 span {
   font-size: 15px; 
  margin-bottom: 0;
  color: #414752;
  display: flex;
}

.pricing-bullet {
    width: 22px; 
    height: 22px;
    background: #0d051c;
    border-radius: 50px;
}

.search-box {
    width: 100%;
    height: 40vh;
    background: #1F1633;
    display: flex;
    align-items: center;
    justify-content: center;
}

.formtag-search {
    background: #fff;
    width: 650px;
    height: 45px;
    display: flex;
    border-radius: 10px;
}

.formtag-search input {
    flex: 1;
    border: none;
    outline: none;
}

.formtag-search button {
    background: #6D28D9;
    padding: 10px 50px;
    border: none;
    outline: none;
    color: #fff;
    letter-spacing: 0.5px;
    cursor: pointer;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.formtag-search .fa-search {
    align-self: center;
    padding: 10px 20px;
    color: #777;
    
}

.search-results {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 30px;
}

.info-search-result {
    padding: 22px 30px;
    border-radius: 20px;
    min-height: 250px;
    margin: 15px 20px 0px 0px;
}

.info-search-result h4 {
    font-size: 22px;
    margin-bottom: 12px;
    padding-left: 0px;
    position: relative;
    font-weight: 600;
    letter-spacing: -0.5px;
    position: relative;
    top: 15px;
    left: 15px;
}

.info-search-result h5 {
    font-size: 18px;
    margin-bottom: 16px;
    padding-left: 0px;
    position: relative;
    font-weight: 300;
    letter-spacing: 0px;
}

.info-search-result h6 {
    font-size: 17px;
    margin-bottom: -14px;
    padding-left: 0px;
    position: relative;
    font-weight: 400;
    letter-spacing: 0px;
}

.trusted-logos {
    padding: 90px 120px 90px;
    vertical-align: middle;
    display: grid;
    height: fit-content!important;
    grid-template-columns: repeat(6, 1fr);
    text-align: center;
}

.trusted-logos li {
    display: inline-block;
    vertical-align: middle;
}

.icons-1 {
    background: #1F1633;
}
  
.trusted-img {
    width: 100px;
    height: 100px;
}

.monitor_sec.spad.pt-0 {
    margin-top: 100px;
}

.custom_list span {
    color: #6D28D9;
    display: block;
    font-weight:700;
}

.thankyou-text p {
    padding-left: 20px;
    padding-right: 20px;
}

.thankyou-bg {
    background: url(https://trademarkbrilliance.com/assets/images/thankyou-bg.jpg) no-repeat center;
    background-size: cover;
  min-height: 54vh;
    text-align: center;
    padding-top: 60px;
    margin-top: 100px;
    margin-bottom: 100px;

}
.wi { font-weight: 700; color:#000;}


.thankyou-text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 36vh;
    flex-direction: column;
    margin: 0 auto;

    -webkit-box-shadow: 0 0 40px 3px rgb(0 0 0 / 15%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 20px;
    padding: 25px;
}

.thankyou-text h2 { 
        font-family: Manrope;

}

.thankyou-text h1 {
    font-size: 80px;
    font-weight: 800;
    -webkit-text-stroke: 3px;
    color: transparent;
    -webkit-text-stroke-color: #000;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

p.cont_bottom {
    margin-bottom:30px;
}

section {
    padding: 0px 0;
}

::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color: #6D28D9;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator,
input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

/* Tabbing CSS */
[class^=box-] {
  display: none;
}

[class^=box-].showfirst {
  display: block;
}

/* Accordion CSS */
.myaccordion li .faq-opt {
  display: none;
}

.myaccordion li.active .faq-opt {
  display: block;
}

.myaccordion li.active .faq-ang h4:before {
  content: "\f077";
}

body {
    font-family: 'Manrope', sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 1.75;
    color: #f4eeff;
    overflow-x: hidden;
    background: #0d051c;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-bottom: 20px;
   color: #cec6db;
}

h1,
.h1 {
  font-size: 46px;
font-family: 'Manrope', sans-serif;

}

h2,
.h2 {
  font-size: 40px;
font-family: 'Manrope', sans-serif;
line-height: 0.9;

}

h3,
.h3 {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 10px;
}

h6,
.h6 {
    font-weight: 500;

}

p {
  margin-bottom: 10px;
  line-height: 1.4;
  letter-spacing: 0.2px;
}

.theme-btn {
    background: linear-gradient(
        3deg,
        rgb(109, 40, 217),
        rgba(33, 19, 56, 0.88)
    );
    padding: 12px 30px;
    display: inline-block;
    font-family: 'Manrope', sans-serif;
    color: #fff;
    position: relative;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    border-radius: 50px;
    /* border: 2px solid transparent; */
    transition: all 0.4s ease-in-out;
}

.theme-btn.outlined_btn {
    background: transparent;
    border: 2px solid #6D28D9;
    color: #6D28D9;
}

.theme-btn i {
    margin-right: 10px;
}

/* Normal button hover */
.theme-btn:hover {
    color: #6D28D9 !important;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    border-color: #6D28D9 !important;
}

/* Outlined button hover */
.theme-btn.outlined_btn:hover {
    color: #fff !important;
    background: #6D28D9;
    border-color: #6D28D9 !important;
}

a,
input[type="submit"] {
    transition: all 0.4s ease-in-out;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: #dbdbdb;
}

.plain-cta-text p a:hover {
    color: #dbdbdb;
}

textarea,
select,
input[type],
button {
    background: transparent;
    border: none;
    border-radius: 0;
}

*:hover,
*:focus,
* {
    outline: none !important;
}


::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  opacity: 1;
}

/* Padding Classes */
.spad {
  padding: 100px 0;
}

.pad-zero {
  padding: 0px;
}

.pad-l-zero {
  padding-left: 0px;
}

.pad-r-zero {
  padding-right: 0px;
}

.ovr-hiddn {
  overflow: hidden;
}

.overlay:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.overlay {
  display: none;
}

.overlay.active {
  display: block;
}

/* Custom Slick Css */
.slick-slide {
  margin: 0 15px;
}

.slick-list {
  margin: 0 -15px;
}

.slick-dots {
  padding: 30px 0 0;
  text-align: center;
}

.slick-dots li {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border: none;
}

.slick-dots li button {
  height: 20px;
  width: 20px;
  border-radius: 100%;
  margin: 5px;
  padding: 0px;
  border: 1px solid rgb(217, 217, 217);
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
  position: relative;
}
.slick-dots li button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(217, 217, 217);
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.slick-dots li.slick-active button::before {
  background: #6D28D9;
}

/* Hamburger Menu */
.menu-Bar {
  position: relative;
  cursor: pointer;
  width: 32px;
  height: 20px;
  z-index: 22;
  display: none;
}

.menu-Bar span {
  display: block;
  height: 3px;
  width: 32px;
  background: #6D28D9;
  position: relative;
  transition: 0.6s all;
  border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
  top: 0;
}

.menu-Bar span:nth-child(2) {
  top: 5px;
  transform-origin: left;
}

.menu-Bar span:nth-child(3) {
  top: 10px;
}
 
.menu-Bar.open span {
  background: #fff;
}

.menu-Bar.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 5px;
  transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 0;
  transform-origin: right-center;
}

/* Menu Css */
.menuWrap {
  display: flex;
  justify-content: flex-end;
}

.main-header .menu {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.main-header .menu > li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 10px;
    /* padding-top: 23px; */

}

.main-header .menu > li > a {
  /*display: block;*/
  color: #1F1633;
  /*padding: 15px 0;*/
}

.main-header .menu > li:last-child > a {
  border-radius: 50px;
  background: #6D28D9;
  padding: 10px 24px;
  color: #fff !important;
  transition: none;
  border: solid 1px #6D28D9;
  font-size: 15px;
}

.main-header .menu > li:last-child > a:hover {
    color: #6D28D9 !important;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    border: solid 1px #6D28D9;
    
    
}

.main-header .menu > li:last-child > a:hover {
  color: #fff;
}

.main-header .menu li:hover > a,
.main-header .menu li.active > a {
  color: #1F1633;
}

.main-header .menu > li.active > a {
  position: relative;
}

/* Menu Dropdown CSS */
.menu li.dropdown-nav {
  position: relative;
  display: inline-flex;
}

.menu li.dropdown-nav > a:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 12px;
  padding-left: 8px;
}

ul.dropdown {
  position: absolute;
  min-width: 100%;
  width: 208px;
  left: 0;
  border-radius: 16px;
    background: linear-gradient(145deg, rgba(28, 11, 56, 0.98), rgba(49, 22, 88, 0.9));
  padding: 15px 20px;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 999;
  box-shadow: 0px 18px 18px rgba(0, 0, 0, 0.15);
}

.dropdown-nav:hover > ul.dropdown {
  opacity: 1;
  visibility: visible;
}


ul.dropdown li {
  padding: 0;
}

ul.dropdown li a {
  color: #000;
  padding: 5px 0;
  display: block;
  text-transform: capitalize;
}
ul.dropdown li a:hover {
  color:  #f4eeff   !important;
}

ul.dropdown li:last-child a {
  border-bottom: 0;
}

ul.dropdown li {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

ul.dropdown li a {
  background: transparent;
}

ul.dropdown li.last a {
  margin-bottom: 0px;
}

ul.dropdown li a:hover {
  color: #000;
}

.dropdown-nav:hover ul.dropdown {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

ul.header-icon {
    margin-bottom: 0;
    padding: 2px;
    text-align: center;
}

.header_top {
  background-color: #1F1633;
  padding: 0px 0;
}
.header_top a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  font-family: 'Manrope';
}
li.phone.first {
    margin-right: -8px;
    list-style: none;
}
li.mes.last {
    margin-right: -20px;
    list-style: none;
}
.header_top ul li {
  display: inline-block;
  padding: 0 16px;
}

.align-items-center ul li img {
  padding-right: 6px;
    max-width: 24px;

}

.hdr_1 a.theme-btn.outlined_btn {
  font-size: 12px;
  padding: 5px 12px;
  margin-right: 15px;
  border-color: #fff;
  color: #fff;
}
.hdr_1 a.theme-btn.outlined_btn:hover {
  color: #6D28D9;
}

.main-header {
  padding: 20px 0;
}

.main-header.sticky {
  background: rgb(255 255 255 / 80%);
  backdrop-filter: blur(10px);
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  position: fixed;
  width: 86%;
    top: 4px;
    left: 0;
    right: 0;
    z-index: 999;
    margin: auto;
    border-radius: 24px 24px 24px 24px;
    height: 100px !important;
}

a.logo img {
  width: 60%;
  position: relative ;
  
  
}

.hdr_r {
  display: flex;
  align-items: center;
}
.hdr_r div:first-child {
  margin-right: 30px;
}
.hdr_r div:first-child a {
  color: #414752;
  padding: 5px;
}
.hdr_r i {
  transform: scaleX(-1);
  margin-right: 6px;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
}

.search_bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  padding: 3rem 15px;
  visibility: hidden;
  opacity: 0;
  transition: 0.25s ease-in-out;
  transform: translateY(-100px);
}

.search_bar.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.search_bar .searchbar_i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}

.search_bar .searchbar_i button {
  -webkit-appearance: none;
  appearance: none;
  padding: 12px 0 12px 20px;
}

.search_bar .searchbar_i button i {
  margin: 0;
}

.search_bar .input_group {
  border: 1px solid #333;
  display: flex;
  width: 100%;
}

.search_bar .input_group input {
  flex: 1;
  padding: 12px 20px;
}

.search_bar .input_group input[type=submit] {
  flex: 0 0 auto;
}

/* Main Banner CSS */


/* =========================================
   UNIQUE DARK TRADEMARK HERO
========================================= */

.mainBanner {
    width: 100%;
    max-width: 100%;
    min-height: 650px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 80px 0;
    background:
        radial-gradient(
            circle at 75% 45%,
            rgba(109, 40, 217, 0.16) 0%,
            transparent 32%
        ),
        radial-gradient(
            circle at 10% 100%,
            rgba(109, 40, 217, 0.12) 0%,
            transparent 30%
        ),
        #0d051c;
    color: #f4eeff;
}


/* =========================================
   BACKGROUND GRID
========================================= */

.hero-grid {
    position: absolute;
    inset: 0;
    opacity: 0.22;
    pointer-events: none;

    background-image:
        linear-gradient(
            rgba(220, 198, 255, 0.06) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(220, 198, 255, 0.06) 1px,
            transparent 1px
        );

    background-size: 70px 70px;

    mask-image: linear-gradient(
        to right,
        transparent,
        black 35%,
        black 70%,
        transparent
    );
}


/* =========================================
   AMBIENT ORBS
========================================= */

.hero-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(2px);
}

.hero-orb-1 {
    width: 450px;
    height: 450px;
    right: -150px;
    top: -180px;

    background: radial-gradient(
        circle,
        rgba(109, 40, 217, 0.32),
        rgba(109, 40, 217, 0.08) 45%,
        transparent 70%
    );
}

.hero-orb-2 {
    width: 350px;
    height: 350px;
    left: -200px;
    bottom: -180px;

    background: radial-gradient(
        circle,
        rgba(220, 198, 255, 0.12),
        transparent 70%
    );
}


/* =========================================
   CONTAINER
========================================= */

.mainBanner .container {
    position: relative;
    z-index: 5;
}

.mainBanner .hero-row {
    min-height: 490px;
}


/* =========================================
   LEFT CONTENT
========================================= */

.mainBanner .mb_1 {
    text-align: left;
    position: relative;
    z-index: 5;
    margin: 0;
    padding: 20px 0;
    background: transparent;
    border-radius: 0;
    padding-right: 46px;
}


/* =========================================
   BADGE
========================================= */

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    padding: 8px 15px;
    margin-bottom: 25px;

    border: 1px solid rgba(220, 198, 255, 0.18);
    border-radius: 50px;

    background: rgba(28, 11, 56, 0.65);

    color: #dcc6ff;

    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.4px;

    backdrop-filter: blur(10px);
}

.badge-dot {
    width: 7px;
    height: 7px;
    display: inline-block;

    border-radius: 50%;
    background: #6d28d9;

    box-shadow:
        0 0 0 4px rgba(109, 40, 217, 0.15),
        0 0 15px rgba(109, 40, 217, 0.8);
}


/* =========================================
   HEADING
========================================= */

.mainBanner .mb_1 h1 {
    max-width: 750px;

    margin: 0 0 24px;

    font-size: clamp(42px, 5vw, 53px);
    line-height: 1.04;

    font-weight: 750;

    letter-spacing: -2.5px;
     
    text-align: left;
    color: #f4eeff;
}

.mainBanner .mb_1 h1 span {
    /* display: block; */

    background: linear-gradient(
        100deg,
        #dcc6ff 0%,
        #a66cff 45%,
        #6d28d9 100%

    );

    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;

    padding: 0;
}


/* =========================================
   DESCRIPTION
========================================= */

.mainBanner .mb_1 .hero-description {
    max-width: 650px;

    margin: 0 0 27px;

    font-size: 18px;
    line-height: 1.65;
    font-weight: 400;

    color: #ebdeff;
}


/* =========================================
   POINTS
========================================= */

.mainBanner .hero-points {
    padding: 0;
    margin: 0 0 32px;

    list-style: none;
}

.mainBanner .hero-points li {
    display: flex;
    align-items: center;

    max-width: 650px;

    margin-bottom: 13px;

    color: #f4eeff;

    font-size: 15px;
    line-height: 1.5;
}

.point-icon {
    width: 22px;
    height: 22px;

    flex: 0 0 22px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-right: 11px;

    border-radius: 50%;

    background: rgba(109, 40, 217, 0.18);
    border: 1px solid rgba(109, 40, 217, 0.45);

    color: #dcc6ff;

    font-size: 11px;
    font-weight: 700;
}


/* =========================================
   BUTTONS
========================================= */

.mainBanner .btn_group {
    display: flex;
    align-items: center;

    margin: 0 0 22px;
}

.mainBanner .btn_group a {
    margin-right: 14px;

    border-radius: 50px;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}


/* Primary */

.mainBanner .hero-primary-btn {
    min-width: 210px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    padding: 15px 25px;

    border: 1px solid #6d28d9;

    background: linear-gradient(
        135deg,
        #6d28d9,
        #8b45e8
    );

    color: #fff;

    box-shadow:
        0 10px 30px rgba(109, 40, 217, 0.30);
}

.mainBanner .hero-primary-btn:hover {
    transform: translateY(-3px);

    background: linear-gradient(
        135deg,
        #8b45e8,
        #a66cff
    );

    box-shadow:
        0 15px 40px rgba(109, 40, 217, 0.45);

    color: #fff;
}

.btn-arrow {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.hero-primary-btn:hover .btn-arrow {
    transform: translateX(4px);
}


/* Secondary */

.mainBanner .outlined_btn {
    min-width: 170px;

    padding: 15px 23px;

    background: rgba(28, 11, 56, 0.35);

    border: 1px solid rgba(220, 198, 255, 0.35);

    color: #dcc6ff;

    backdrop-filter: blur(8px);
}

.mainBanner .outlined_btn:hover {
    background: #dcc6ff;

    border-color: #dcc6ff;

    color: #0d051c;
}


/* =========================================
   PRICE
========================================= */

.mainBanner .hero-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;

    font-size: 13px;

    color: rgba(235, 222, 255, 0.75);
}

.mainBanner .hero-price strong {
    color: #f4eeff;
}

.mainBanner .hero-price a {
    margin-left: 7px;

    color: #dcc6ff;

    text-decoration: underline;
}

.price-icon {
    width: 17px;
    height: 17px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-right: 3px;

    border-radius: 50%;

    background: #6d28d9;

    color: #fff;

    font-size: 9px;
}


/* =========================================
   RIGHT TRADEMARK VISUAL
========================================= */

.hero-visual {
    width: 430px;
    height: 430px;

    position: relative;

    margin: 0 auto;
}


/* Main trademark circle */

.trademark-symbol {
    width: 210px;
    height: 210px;

    position: absolute;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        radial-gradient(
            circle at 35% 30%,
            rgba(220, 198, 255, 0.35),
            transparent 35%
        ),
        linear-gradient(
            145deg,
            #6d28d9,
            #1c0b38
        );

    border: 1px solid rgba(220, 198, 255, 0.35);

    box-shadow:
        0 0 80px rgba(109, 40, 217, 0.40),
        inset 0 0 50px rgba(220, 198, 255, 0.08);

    z-index: 4;
}

.trademark-symbol span {
    font-size: 105px;

    font-weight: 300;

    line-height: 1;

    color: #f4eeff;

    text-shadow:
        0 0 35px rgba(220, 198, 255, 0.35);
}


/* =========================================
   ORBIT RINGS
========================================= */

.hero-ring {
    position: absolute;

    top: 50%;
    left: 50%;

    border-radius: 50%;

    border: 1px solid rgba(220, 198, 255, 0.15);

    transform: translate(-50%, -50%);
}

.ring-1 {
    width: 270px;
    height: 270px;
}

.ring-2 {
    width: 350px;
    height: 350px;

    border-color: rgba(109, 40, 217, 0.28);
}

.ring-3 {
    width: 430px;
    height: 430px;

    border-color: rgba(220, 198, 255, 0.08);
}


/* =========================================
   PROTECTION CARD
========================================= */

.protection-card {
    position: absolute;

    right: -5px;
    bottom: 35px;

    z-index: 8;

    display: flex;
    align-items: center;
    gap: 12px;

    padding: 13px 18px;

    border-radius: 14px;

    background: rgba(28, 11, 56, 0.85);

    border: 1px solid rgba(220, 198, 255, 0.16);

    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.30);

    backdrop-filter: blur(15px);
}

.protection-icon {
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: #6d28d9;

    color: #fff;

    font-size: 14px;
    font-weight: 700;
}

.protection-card strong {
    display: block;

    color: #f4eeff;

    font-size: 13px;
}

.protection-card small {
    display: block;

    margin-top: 2px;

    color: #dcc6ff;

    font-size: 11px;
}


/* =========================================
   FLOATING LABELS
========================================= */

.floating-label {
    position: absolute;

    z-index: 6;

    padding: 8px 13px;

    border-radius: 30px;

    background: rgba(13, 5, 28, 0.75);

    border: 1px solid rgba(220, 198, 255, 0.14);

    color: #dcc6ff;

    font-size: 11px;

    backdrop-filter: blur(10px);
}

.floating-label span {
    margin-right: 5px;

    color: #6d28d9;

    font-weight: 700;
}

.label-top {
    top: 55px;
    left: 10px;
}

.label-bottom {
    bottom: 80px;
    left: 25px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1199px) {

    .hero-visual {
        width: 370px;
        height: 370px;
    }

    .trademark-symbol {
        width: 180px;
        height: 180px;
    }

    .trademark-symbol span {
        font-size: 85px;
    }

    .ring-1 {
        width: 230px;
        height: 230px;
    }

    .ring-2 {
        width: 300px;
        height: 300px;
    }

    .ring-3 {
        width: 370px;
        height: 370px;
    }
}

/* Final 3D card finish must come after the legacy component rules. */
.s1_1,
.howtoreg,
.info-test,
.rev-box,
.s2_1,
.s3_1,
.ms_1,
.smt_1,
.cr_1_3,
.tm-reg-secname-card,
.tm-reg-lp-advantage-card {
    transform-style: preserve-3d;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    box-shadow: 0 12px 0 rgba(13, 5, 28, 0.18), 0 22px 38px rgba(13, 5, 28, 0.28);
}

.s1_1:hover,
.howtoreg:hover,
.info-test:hover,
.rev-box:hover,
.s2_1:hover,
.s3_1:hover,
.ms_1:hover,
.smt_1:hover,
.cr_1_3:hover,
.tm-reg-secname-card:hover,
.tm-reg-lp-advantage-card:hover {
    transform: translateY(-8px) translateZ(14px) rotateX(1deg);
    box-shadow: 0 16px 0 rgba(13, 5, 28, 0.2), 0 30px 48px rgba(109, 40, 217, 0.3);
}

/* Shared 3D depth for service, process, pricing, and testimonial cards. */
.s1_1,
.howtoreg,
.info-test,
.rev-box,
.s2_1,
.s3_1,
.ms_1,
.smt_1,
.cr_1_3,
.tm-reg-secname-card,
.tm-reg-lp-advantage-card,
.card,
.feature-card,
.package-box,
.service-box,
.pricing-card,
.review-card,
.faq-item,
.step-box,
.testimonial,
.info-box,
.stat-box,
.search-box,
.hero-box,
.form-box {
    transform: translateZ(0);
    transform-style: preserve-3d;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    box-shadow:
        0 12px 0 rgba(13, 5, 28, 0.18),
        0 22px 38px rgba(13, 5, 28, 0.28);
}

.s1_1:hover,
.howtoreg:hover,
.info-test:hover,
.rev-box:hover,
.s2_1:hover,
.s3_1:hover,
.ms_1:hover,
.smt_1:hover,
.cr_1_3:hover,
.tm-reg-secname-card:hover,
.tm-reg-lp-advantage-card:hover,
.card:hover,
.feature-card:hover,
.package-box:hover,
.service-box:hover,
.pricing-card:hover,
.review-card:hover,
.faq-item:hover,
.step-box:hover,
.testimonial:hover,
.info-box:hover,
.stat-box:hover,
.search-box:hover,
.hero-box:hover,
.form-box:hover {
    transform: translateY(-8px) translateZ(14px) rotateX(1deg);
    box-shadow:
        0 16px 0 rgba(13, 5, 28, 0.2),
        0 30px 48px rgba(109, 40, 217, 0.3);
}

@media (max-width: 767px), (prefers-reduced-motion: reduce) {
    .s1_1:hover,
    .howtoreg:hover,
    .info-test:hover,
    .rev-box:hover,
    .s2_1:hover,
    .s3_1:hover,
    .ms_1:hover,
    .smt_1:hover,
    .cr_1_3:hover,
    .tm-reg-secname-card:hover,
    .tm-reg-lp-advantage-card:hover,
    .card:hover,
    .feature-card:hover,
    .package-box:hover,
    .service-box:hover,
    .pricing-card:hover,
    .review-card:hover,
    .faq-item:hover,
    .step-box:hover,
    .testimonial:hover,
    .info-box:hover,
    .stat-box:hover,
    .search-box:hover,
    .hero-box:hover,
    .form-box:hover {
        transform: translateY(-3px) translateZ(4px);
    }
}


@media (max-width: 991px) {

    .mainBanner {
        padding: 65px 0;

        
    }

    .mainBanner .hero-row {
        min-height: auto;
    }

    .mainBanner .mb_1 {
        padding: 20px 0;
     
    }

    .mainBanner .mb_1 h1 {
        font-size: 48px;
    }

    .hero-visual {
        width: 330px;
        height: 330px;

        margin-top: 35px;
    }

    .trademark-symbol {
        width: 155px;
        height: 155px;
    }

    .trademark-symbol span {
        font-size: 72px;
    }

    .ring-1 {
        width: 205px;
        height: 205px;
    }

    .ring-2 {
        width: 270px;
        height: 270px;
    }

    .ring-3 {
        width: 330px;
        height: 330px;
    }
}


@media (max-width: 767px) {

    .mainBanner {
        padding: 50px 0 65px;
    }

    .mainBanner .mb_1 h1 {
        font-size: 20px;
        letter-spacing: -1.5px;
    }

    .mainBanner .mb_1 .hero-description {
        font-size: 16px;
    }

    .mainBanner .hero-points li {
        font-size: 14px;
    }

    .hero-visual {
        width: 290px;
        height: 290px;

        margin-top: 45px;
    }

    .trademark-symbol {
        width: 140px;
        height: 140px;
    }

    .trademark-symbol span {
        font-size: 65px;
    }

    .ring-1 {
        width: 185px;
        height: 185px;
    }

    .ring-2 {
        width: 235px;
        height: 235px;
    }

    .ring-3 {
        width: 290px;
        height: 290px;
    }

    .protection-card {
        right: -15px;
        bottom: 15px;
    }

    .floating-label {
        display: none;
    }
}


@media (max-width: 575px) {

    .mainBanner {
        padding: 40px 0 55px;
    }

    .mainBanner .mb_1 h1 {
        font-size: 36px;
        line-height: 1.08;
    }

    .hero-badge {
        font-size: 10px;
        padding: 7px 12px;
    }

    .mainBanner .btn_group {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .mainBanner .btn_group a {
        width: 100%;
        margin: 0 0 12px;
        text-align: center;
    }

    .mainBanner .btn_group a:last-child {
        margin-bottom: 0;
    }

    .mainBanner .hero-price {
        line-height: 1.6;
    }

    .hero-visual {
        width: 270px;
        height: 270px;
    }

    .trademark-symbol {
        width: 125px;
        height: 125px;
    }

    .trademark-symbol span {
        font-size: 58px;
    }

    .ring-1 {
        width: 165px;
        height: 165px;
    }

    .ring-2 {
        width: 220px;
        height: 220px;
    }

    .ring-3 {
        width: 270px;
        height: 270px;
    }

    .protection-card {
        right: -5px;
        bottom: 5px;
        padding: 9px 12px;
    }
}















.section_head {
  margin-bottom: 40px;
  margin-top: 32px;
}
.section_head.has_mt {
  padding-top: 3%;
}
.section_head > span {
  display: block;
  font-size: 128px;
  font-family: "Intro", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #6D28D9;
  color: #fff;
  opacity: 0.2;
  line-height: 0.75;
  position: relative;
}
.section_head > span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, transparent, #fff);
}
.section_head h2 {
    margin-top: -2rem;
    position: relative;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
    line-height: 1.2em;
}
.section_head p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-right: 10px;
}

.faq_head h2 {
    position: relative;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
    line-height: 1.2em;
    color: #ffffff;
}

.faq_head p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-right: 10px;
  color: #ffffff;
}

.form_tagline {
    font-size: 12px;
    text-align: center;
    padding: 0px 36px 0px 36px;
}

@media (max-width: 787px) {
    .form_tagline {
    font-size: 12px!important;
}
}

@media only screen and (max-width: 980px) and (min-width: 220px) {
    .info-test p {
        font-size: 20px!important;
    }
}

@media only screen and (max-width: 980px) and (min-width: 220px) {
    .accordions li .acc_title span {
        font-size:17px!important;
    }
}

@media only screen and (max-width: 980px) and (min-width: 220px) {
    #tm-sec {
        padding-top:0px!important;
    }
}

@media (max-width: 787px) {
    .trusted-logos {
        padding: 90px 45px 90px!important;
        grid-template-columns: repeat(2, 4fr)!important;
    }
}

@media (max-width: 787px) {
    .owl-carousel.owl-drag .owl-item {
        padding-left: 0px!important;
    }
}

@media (max-width: 787px) {
    .main-header {
        padding: 16px 0!important;
    }
}

@media (max-width: 787px) {
    .nav-phone {
        width: 4.5%!important;
    margin-right: -5px!important;
    }
}

@media (max-width: 787px) {
    a.logo img {
        width: 120%!important;
    }
}

@media (max-width: 787px) {
    .cc-footer {
        margin-left: 30%!important;
        padding-top: 16px!important;
    }
}

@media (max-width: 787px) {
    .rev-box {
        margin-right: 0%!important;
    }
}
/* -------------------------------------- */
.rev-box {
   background: linear-gradient(
        49deg,
        rgb(82, 51, 159) 0%,
        rgba(156, 81, 206, 1) 100%
    );
    border-radius: 24px;
    margin-right: 15%;
    padding: 24px 24px 14px 24px;
}

.rev-box ul {
    display: flex;
    padding: 0;
    list-style: none;
    margin: 0;
    margin-bottom: 12px;
}

.rev-box ul i {
    color: #a66cff;
    font-size: 109%;
    margin-left: 4px;
}

.rev-box p {
    font-size: 18px;
    width: 100%!important;
    letter-spacing: 0.4px;
}



.rev-box span p {
  
    font-weight: 400;
    font-size: 14px;
}

.s1 {
  overflow: hidden;

}

.s1_1 {
    border-radius: 34px;
    padding: 30px;
    height: 100%;
    position: relative;
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.95), rgba(28, 11, 56, 0.88)) !important;
    z-index: 0;
   
}

.s1_1::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px; /* border thickness */
    border-radius: inherit;
    background: linear-gradient(
        135deg,
        #6200ff,
        #9050ff,
        #b468fc,
        #a200ff
    );
    
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    filter: drop-shadow(0 0 6px #0d051c)
            drop-shadow(0 0 12px #1c0b38)
            drop-shadow(0 0 18px #6d28d9);

    pointer-events: none;
}
.s1_1::before {
    background: linear-gradient(
        90deg,
        #0d051c
 #1c0b38
 #6d28d9
       #dcc6ff
    );
    background-size: 300% 300%;
    animation: neonBorder 4s linear infinite;
}

@keyframes neonBorder {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


#resource-page-heading h3 {
    font-weight: 700;
    font-size: 44px;
    letter-spacing: -0.7px;
    padding-bottom: 24px;
    margin-top: -90px;
}

.blog-container {
  overflow: hidden;
  
  padding-top: 30px;
  padding-bottom: 30px;
}

.blogs-button {
    background: #000;
    display: flex;
    font-family: 'Manrope', sans-serif;
    color: #fff;
    position: relative;
    text-decoration: none;
    font-weight: 700;
    margin-right: 26px;
    text-align: center;
    border-radius: 36px;
    padding: 18px 30px;
    max-width: fit-content;
}

.blogs-button:hover {
    color: #000;
    background: #c5c5c5;
}

#first-row {
    padding-top: 120px;
}

#last-row {
    padding-bottom: 120px;
}

.blog-sec-1 {
    height: 100%;
    position: relative;
    /* background: #ffffff;  */
}

.blog-sec-1 img {
    object-fit: cover;
    margin-bottom: 20px;
    width: 372px;
    height: 242px;
    border-radius: 12px;
}

.blog-sec-1 h3 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 32px;
}
.blog-sec-1 p {
   font-size: 17px; 
  margin-bottom: 0;
  color: #cec6db;
  padding-bottom: 20px;
}

.blog-sec-1 span {
   font-size: 15px; 
  margin-bottom: 0;
  color: #cec6db;
}

#service-1:hover {
    background: #2406364a;
    transform: scale(1.01);
  }


#service-2:hover {
    background: #dedede;
    transform: scale(1.01);
}

.s1_1 span {
  display: block;
  font-size: 128px;
  font-family: "Intro", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgb(76, 29, 149);
  color: #fff;
  opacity: 0.2;
  line-height: 0.75;
  position: relative;
  position: absolute;
  top: 15px;
  right: 30px;
}
.s1_1 span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, transparent, #fff);
}
.s1_1 img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    margin-bottom: 20px;
}

.s1_1 > a > .content-icon {
    margin-bottom: 20px;
}

.howtoreg img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    margin-bottom: 16px;
}

.s1_1 h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #f4eeff;
}
.s1_1 p {
  margin-bottom: 0;
  color: #dcc6ff;
}

.s2 {
  background: #5f6a74;
}
.s2 .section_head span {
  -webkit-text-fill-color: #5f6a74;
  -webkit-text-stroke: 1px rgb(255, 255, 255);
}
.s2 .section_head span::before {
  background: linear-gradient(180deg, transparent, #5f6a74);
}
.s2 .section_head h2, 
.s2 .section_head p {
  color: rgba(255, 255, 255, 0.8);
}
.s2 .row > div:nth-child(2) .s2_1 {
  box-shadow: 0px 4px 30px 1px rgba(255, 110, 51, 0.27);
  position: relative;
  z-index: 1;
  margin-top: 0;
}

.s2_1 {
  background: #fefefe;
  border-radius: 5px;
  padding: 30px;
  margin-top: 40px;
}
.s2_1 h3 {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: rgba(17, 24, 39, 0.8);
}
.s2_1 .theme-btn {
  width: 250px;
    max-width: 100%;
    margin: 3px;
}
.s2_1 .nobg-btn {
    background: #fff;
    color: #6D28D9;
    text-transform: capitalize;
    margin-bottom: 19px;
	display:block;
}
.s2_1 ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.s2_1 ul li {
  padding: 8px 0;
  display: flex;
}
.s2_1 ul li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #A78BFA;
  margin-right: 12px;
  font-size: 120%;
  line-height: 26px;
}

.s2_1_1 {
  text-align: center;
  color: rgba(17, 24, 39, 0.8);
}
.s2_1_1 span {
  font-size: 18px;
  font-weight: 500;
  color: rgb(87, 107, 99);
}
.s2_1_1 strong {
  display: block;
  font-size: 40px;
  color: #6D28D9;
  margin-bottom: 25px;
}
.s2_1_1 strong sub {
  font-size: 20px;
  font-weight: 600;
  bottom: 0;
}
.s2_1_1 small {
  font-weight: 500;
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
}
.s2_1_1 p {
  font-weight: 500;
  margin-bottom: 15px;
}

.s3_1 {
  border: 0.5px solid #6D28D9;
  border-radius: 4px;
  padding: 24px;
  padding-top: 60px;
  position: relative;
  margin-top: 50px;
}
.s3_1:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 20px;
  width: 46px;
  height: 34px;
  background: transparent url(../images/qoute-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.s3_1 > img {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  object-fit: cover;
  left: 24px;
  top: -50px;
}
.s3_1 h3 {
  font-size: 24px;
  margin: 10px 0;
}
.s3_1 .author {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s3_1 .author p {
  margin: 0;
  font-size: 18px;
}

.s4 {
  background: #1F1633;
  text-align: center;
  color: #fff;
}
.s4 .outlined_btn {
  border-color: #fff;
  color: #fff;
}
.s4 .outlined_btn:hover {
  border-color: #6D28D9;
  color: #6D28D9;
}
.s4 h2 {
  color: #a7a4ab;
  margin: 0 8% 20px;
      letter-spacing: -0.5px;
}
.s4 p {
	font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 17% 40px;
    line-height: 1.2;
}

.ss_1 p {

        line-height: 1.3;
}

.info-ser {
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.95), rgba(28, 11, 56, 0.88)) !important;
    padding: 20px 40px;
    border-radius: 36px;
    min-height: 250px;
    /*margin: 15px 20px 0px 0px;*/
}

.info-services {
    margin: 20px 8px;
    padding: 30px 21px;
    background: #fff;
    border-radius: 10px;
    min-height: 180px;
}

.info-text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    width: 100%!important;
    padding-bottom: 25px;
}
.img-serp {
    margin: auto;
    display: table;
    margin-bottom: 20px;
}

.info-ser h4 {
    font-size: 22px;
    margin-bottom: 12px;
    padding-left: 0px;
    position: relative;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.info-ser h4 + p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.4rem;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 30px;
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel {
    width: 100%;
    z-index: 1;
}

.btn-purp {
    width:220px;
    
}

.mainBanner .mb_1 .btn_group a:first-child {
    min-width: 200px;
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.lp-ftrbox-1 h6 {
    color:#ffffff;
    font-size: 17px;
    font-weight: 700;
}
.site-footer {
  padding: 2rem 0 2rem 0;
  background: #1F1633;
}
.site-footer a {
  color: #ffffff;
  font-size: 15px;
    font-weight: 600;
}
.col-md-6.p-01 {
    padding-right: 130px;
}

.site-footer a:hover {
  color: #dbdbdb!important;
}
.site-footer .sf_1 p:first-child {
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
}

i.fas.fa-envelope.email {
    padding-right: 7px;
}

i.fas.fa-map-marker-alt.pin {
    padding-right: 7px;
}

.lp-about {
    font-weight: 300 !important;
    font-size: 14px !important;
    text-align:left;
    margin-right: 3em;
    margin-top: -14px;
    color: #ffffff;
}


.lp-ftrbox-1 img {
    width: 85%;
    margin-bottom: 44px;
    margin-left: -3px;
}

.lp-ftrbox-1 {
    text-align: left;
}

.cc-footer{
    padding-top: 8px; 
    max-width: 42%;
    display: flex;
}


.lp-p  {
    font-weight: 300 !important;
    font-size: 14px !important;
}

.site-footer .sf_1 a.logo {
  margin-top: 30px;
}
.site-footer .sf_1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .sf_1 ul li {
  padding-bottom: 6px;
}
.site-footer .sf_2 {
  text-align: end;
}
.site-footer .sf_1 ul.social, 
.site-footer .sf_2 ul {
  display: flex;
  margin: 20px 0 0;
}
.ftr_btm a {
    color: #6D28D9;
}
.site-footer .sf_1 ul.social a, 
.site-footer .sf_2 ul a {
  width: 30px;
    height: 30px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #6D28D9;
    margin: 0 4px;
}
.site-footer .sf_1 ul.social a:hover, 
.site-footer .sf_2 ul a:hover {
  color: #fff;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}
.site-footer .sf_2 .chat_btn {
  background: #f98185;
  padding: 6px 20px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
}
.site-footer .sf_2 .chat_btn::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  border-width: 15px 0 0 15px;
  border-style: solid;
  border-color: #f98185 transparent transparent transparent;
  transform: scaleX(-1);
}
.site-footer .sf_2 .chat_btn i {
  margin-right: 15px;
}
.site-footer .sf_2 .call_btn {
  font-size: 16px;
  
}
.site-footer .sf_2 .call_btn i {
  transform: scaleX(-1);
  margin-right: 10px;
}
.site-footer .ftr_btm {
  border-top: 1px solid #9e9e9e;
  margin-top: 3rem;
  padding-top: 2.2rem;
    font-size: 13px;
    padding-bottom: 3rem;
}
.site-footer .ftr_btm p {
  width: 85%;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 0.75rem;
}

.site-footer .ftr_btm span {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 0.82rem;
    text-align: right;
    display: block;
}

.site-footer .ftr_btm h6 {
  color: #ffffff;
      font-weight: 700;
    font-size: 14px;
    margin-bottom: 15px;
}

/* Inner Pages */
/* .gray_bg {
  background: #fff;
  color: #fff;
} */
.gray_bg .outlined_text {
  -webkit-text-fill-color: #5f6a74;
  -webkit-text-stroke: 1px rgb(255, 255, 255);
}
.gray_bg .outlined_text:before {
  background: linear-gradient(180deg, transparent, #5f6a74);
}

.or_2_2 p {
    
    color:#000;
}
.img_holder {
  position: relative;
  padding-right: 50px;
}
.img_holder img {
  /*box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);*/
  border-radius: 24px;
  position: relative;
  z-index: 1;
  width: 100%;
  margin-left: 60px;
}
.img-bottom-hero {
    margin-top: 0;
}

.img_holder:before {
  content: "";
  background: transparent url(https://trademarkbrilliance.com/assets/images/elem3.svg);
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 115%;
  top: 20px;
  right: 30%;
  background-repeat: no-repeat;
}

.custom_list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.custom_list li {
  margin-bottom: 10px;
    padding-left: 35px;
	position:relative;
    color: #000;


	
}
.custom_list li::before {
  content: "\f111";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #6D28D9;
    margin-right: 12px;
    font-size: 100%;
    line-height: 28px;
    position: absolute;
    top: 0;
    left: 0;
}
.custom_list li p {
  line-height: 1.5;
  margin-bottom: 15px;
}
.custom_list li p strong {
  display: inline-block;
  margin-bottom: 10px;
}

.has_elem {
  position: relative;
}
.has_elem .container {
  position: relative;
  z-index: 1;
}

.outlined_text {
  display: block;
  font-size: 128px;
  font-family: "Intro", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 1px #6D28D9;
  color: #fff;
  opacity: 0.2;
  line-height: 0.75;
  position: absolute;
  right: 0;
  bottom: -4rem;
}

.outlined_text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, transparent, #fff);
}



.s_serach {
  border: 1px solid rgba(95, 105, 116, 0.5);
  border-radius: 4px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  background: #fff;
  position: relative;
  z-index: 1;
}

.s_serach i {
  flex: 0 0 auto;
  padding: 0 0 0 10px;
  color: rgb(17, 24, 39);
}

.s_serach input {
  width: 100px;
  padding: 10px 15px;
  flex: 1;
}

.ss_2 {
  padding-left: 40px;
  position: relative;
  z-index: 1;
}

.mobile {display:none;}

.ss_2 ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.ss_2 ul li {
  flex: 0 0 auto;
  width: 33.33%;
  padding: 15px;
}

.ss_2 ul li a {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #333333;
  display: block;
  background: #fff;
  text-align: center;
  color: inherit;
  font-weight: 700;
}

.ss_2 ul li a:hover {
  background: #6D28D9;
  color: #fff;
  border-color: #6D28D9;
}

.ss_2 ul:nth-child(even) {
  margin-left: 4rem;
  margin-right: -4rem;
}

.search_similar {
  position: relative;
}

.search_similar::before {
  content: "";
  background: transparent url(https://trademarkbrilliance.com/assets/images/elem4.svg);
  background-size: contain;
  position: absolute;
  width: 47%;
  height: 60%;
  top: 28%;
  right: 0;
  background-repeat: no-repeat;
}

.search_similar::after {
  content: "";
  background: transparent url(https://trademarkbrilliance.com/assets/images/elem5.svg);
  background-size: contain;
  position: absolute;
  width: 55%;
  height: 55%;
  top: 15%;
  right: -25%;
  background-repeat: no-repeat;
}

.faq_sec {
    background: #1F1633;
    margin-bottom: -70px;
}

.faq_sec .section_head p a {
  font-weight: bold;
  color: #6D28D9;
}
.faq_sec .section_head p a:hover {
  color: #6D28D9;
}

.accordions {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: list;
}
.accordions li {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  border: 4px solid #b1acb9;
  border-radius: 26px;
}
.accordions li .acc_title {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  padding-right: 20px;
}
.accordions li .acc_title span {
  padding-right: 20px;
  line-height: 1.5em;
}
/*
.accordions li .acc_title span::before {
  counter-increment: list;
  content: counter(list) ".";
  margin-right: 5px;
}
*/
.accordions li .acc_title i {
  color: #6D28D9;
  font-size: 120%;
  padding-top: 3px;
}
.accordions li .acc_desc {
  padding: 0 10% 30px 10%;
}
.accordions li .acc_desc p:last-child {
  margin: 0;
      line-height: 1.2;
      text-align: left;
}
.accordions li .acc_desc ul li {
  margin-bottom: 4px;
}
.accordions li .acc_desc ul li:before {
  font-size: 40%;
  line-height: 28px;
  color: #111827;
}
.accordions li.active .acc_title i.fa-plus-square:before {
  content: "\f056";
}

.innerBanner_a {
  padding-top: 4%;
}
.innerBanner_a .mb_1 p {
  width: 80%;
}
.innerBanner_a .mb_2_2 {
  margin: 25px 0 0 0;
}
.innerBanner_a .mb_2 .mb_2_1:before {
  display: none;
}
.innerBanner_a .mb_2 .mb_2_1:after {
  content: "";
  background: transparent url(https://trademarkbrilliance.com/assets/images/elem6.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 130%;
  top: -80px;
  left: 40%;
  opacity: 0.5;
}

.innerBanner_b {
  padding-bottom: 8%;
}
.innerBanner_b .mb_2 .mb_2_1:before {
  display: block;
}
.innerBanner_b .mb_2 .mb_2_1:after {
  content: "";
  background: transparent url(https://trademarkbrilliance.com/assets/images/elem2.svg);
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 120%;
  top: 80px;
  background-repeat: no-repeat;
  left: 40%;
}
.innerBanner_b .mb_2_2 {
  width: 92%;
}

.ms_1 {
    background: #fefefe;
    padding: 30px 40px;
    border: 8px solid #000000;
}
.ms_1 strong {
  display: block;
  font-size: 40px;
  font-weight: 500;
  color: #6D28D9;
  padding-bottom: 15px;
}
.ms_1 strong sub {
  font-size: 22px;
  bottom: 0;
}
.ms_1 p {
  color: rgba(17, 24, 39, 0.6);
  padding-bottom: 20px;
}
.ms_1 ul {
  margin-bottom: 30px;
}
.ms_1 ul li {
  line-height: 1.4;
  margin-bottom: 20px;
}
.ms_1 a.theme-btn {
  display: block;
}

.ms_2 {
  padding: 30px;
}
.ms_2 input {
  width: 100%;
  border: 0.5px solid #787878;
  border-radius: 4px;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.ms_2 input[type=submit] {
  background: #6D28D9;
  border: 0;
  color: #fff;
  font-weight: 500;
}
.ms_2 small {
  font-size: 13px;
  display: block;
  text-align: center;
}

.monitor_sec .tab_links {
  display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 10px 0;
    margin-bottom: 40px;
    background: #F3EFFF;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 25%);
    border-radius: 10px;
    align-items: center;
}
.monitor_sec .tab_links li {
  flex: 1;
}
.monitor_sec .tab_links li.active a {
  color: #6D28D9;
}
.monitor_sec .tab_links li:last-child a {
  border: 0;
}
.monitor_sec .tab_links a {
  text-align: center;
  display: block;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  height: 100%;
  border-right: 1px solid rgba(17, 24, 39, 0.2);
  color: #1F1633;
}
.monitor_sec .tab-content {
  padding-right: 12%;
}
.monitor_sec .tab-content h2 {
  font-size: 20px;
  font-weight: 500;
  color: rgba(17, 24, 39, 0.6);
}
.monitor_sec .tab-content h3 {
  font-size: 24px;
  font-weight: 600;
}
.monitor_sec .tab-content p,
.monitor_sec .tab-content ul {
  margin-bottom: 20px;
}

/* Trademark Search */
.search_wrap {
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 5px;
  margin-bottom: 40px;
}
.search_wrap i {
  padding: 10px;
  font-size: 140%;
  margin-bottom: -2px;
}
.search_wrap input {
  flex: 1;
  padding: 12px 0;
}
.search_wrap input[type=submit] {
  background: #6D28D9;
  flex: 0 0 auto;
  width: 170px;
  color: #fff;
  font-weight: 500;
  border-radius: 8px;
}

.smt_sec .section_head p {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

.smt_1 {
  border: 2px solid #6D28D9;
  height: 100%;
  background: #5f6974;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.smt_1::before {
  content: "";
  position: absolute;
  bottom: -36%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 100%;
  background: transparent url(https://trademarkbrilliance.com/assets/images/elem7.svg) no-repeat;
  background-size: contain;
  z-index: -1;
}
.smt_1 .smt_1_1 {
  background: #fff;
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.smt_1 h3 {
  font-size: 24px;
  color: #fff;
  padding: 0 15%;
}
.smt_1 h4 {
  font-size: 28px;
  color: #6D28D9;
}
.smt_1 p {
  color: #fff;
  padding: 0 30px;
  margin-bottom: 40px;
  flex: 1;
}
.smt_1 .theme-btn {
  margin-bottom: 30px;
  width: 180px;
}

.section_head_1 {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section_head_1 h2 {
  margin: 0;
  flex: 0 0 auto;
}

.smt_2_1 {
  margin-bottom: 80px;
}

.smt_2_2 {
  background: #f0f0f0;
  border-radius: 10px;
  padding: 20px 30px;
  position: relative;
  margin-bottom: 40px;
}
.smt_2_2:before, .smt_2_2:after {
  content: "";
  background: transparent url(https://trademarkbrilliance.com/assets/images/elem8.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0.3;
}
.smt_2_2:before {
  width: 17%;
  height: 62%;
  top: 30px;
  right: 18%;
}
.smt_2_2:after {
  width: 17%;
  height: 62%;
  top: 30%;
  right: 5px;
}
.smt_2_2 h3 {
  color: #0FBC66;
}
.smt_2_2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 3;
  width: 82%;
}
.smt_2_2 ul a {
  color: #6D28D9;
  padding: 8px 0;
  line-height: 1.25;
}
.smt_2_2 ul a:hover {
  color: #1F1633;
}

/* Copyright Registration */
.cr_1_1 h1 span {
  color: #0FBC66;
}
.cr_1_1 p {
  width: 70%;
  margin-bottom: 0;
  font-weight: 500;
}

.cr_1_3 {
  background: #fefefe;
  border: 2px solid #6D28D9;
  border-radius: 46px;
  padding: 20px;
  text-align: center;
}
.cr_1_3 h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.cr_1_3 h4 {
  color: #6D28D9;
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.cr_1_3 h4 small {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #1F1633;
}
.cr_1_3 p {
  margin-bottom: 40px;
}
.cr_1_3 .theme-btn {
  display: block;
}

.cr_1_2 {
  position: relative;
}
.cr_1_2::before {
  content: "";
  background: transparent url(https://trademarkbrilliance.com/assets/images/elem8.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 40%;
  height: 60%;
  bottom: -10%;
  right: 80%;
  z-index: -1;
  opacity: 0.25;
}
.cr_1_2 .row > div:last-child .cr_1_3 {
  border-color: #E9DDFF00;
}
.cr_1_2 .row > div:last-child .cr_1_3 h4 {
  color: #1F1633;
}

.cr_sec_2 table tr {
  background: #ffffff;
  border-bottom: 1px solid rgba(17, 24, 39, 0.8);
  border-radius: 4px;
}
.cr_sec_2 table td {
  padding: 30px 0;
  height: 80px;
  text-align: center;
}
.cr_sec_2 table td:first-child {
  width: 50%;
  text-align: left;
}
.cr_sec_2 table td:nth-child(2) i {
  color: #6D28D9;
}
.cr_sec_2 table td:nth-child(3) i {
  color: #896eff;
}
.cr_sec_2 table td p {
  width: 60%;
  margin: 0;
}
.cr_sec_2 table td p strong {
  color: #6D28D9;
}
.cr_sec_2 table td i {
  font-size: 32px;
}
.cr_sec_2 table td i.fa-minus {
  color: #000000 !important;
  font-size: 24px;
}

.faq_sec_2 .section_head p a {
  color: #6D28D9;
  font-weight: bold;
}
.faq_sec_2 ul.accordions li .acc_title {
  align-items: center;
  font-size: 16px;
  position: relative;
  padding-left: 40px;
}
.faq_sec_2 ul.accordions li .acc_title::before {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #6D28D9;
  margin-right: 12px;
  font-size: 80%;
  line-height: 24px;
  position: absolute;
  left: 10px;
}
.faq_sec_2 ul.accordions .acc_desc {
  padding: 0 10% 30px 40px;
}

.register_trademark_sec {
  background: none;
}
.register_trademark_sec .rt_0 {
  padding: 3rem 0;
  border-radius: 18px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.register_trademark_sec .rt_0 .btn_group {
  margin-bottom: 30px;
}
.register_trademark_sec .rt_1 p {
  margin: 0;
  font-size: 20px;
}
.register_trademark_sec .rt_1 p a {
  color: #6D28D9;
  font-weight: bold;
  margin-left: 2px;
}
.register_trademark_sec .rt_1 p a i {
  font-size: 175%;
  margin-right: 12px;
  transform: scaleX(-1);
  position: relative;
  top: 5px;
}

/* Trademark Packages */
.cr_sec_package .cr_1_2 {
  margin-left: -4rem;
}
.cr_sec_package .cr_1_2::before {
  display: none;
}
.cr_sec_package .cr_1_2 .row > div:nth-child(1) .cr_1_3 {
  border-color: #E9DDFF00;
  margin-right: -15px;
}
.cr_sec_package .cr_1_2 .row > div:nth-child(1) .cr_1_3 h4 {
  color: #1F1633;
}
.cr_sec_package .cr_1_2 .row > div:nth-child(2) .cr_1_3 {
  border-color: #6D28D9;
  position: relative;
  z-index: 1;
  margin: -20px -15px 0 -15px;
}
.cr_sec_package .cr_1_2 .row > div:nth-child(2) .cr_1_3 h4 {
  color: #fff;
}
.cr_sec_package .cr_1_2 .row > div:nth-child(3) .cr_1_3 {
  margin-left: -15px;
}

.cr_sec_package table td:first-child {
  width: 34%;
}
.cr_sec_package table td:nth-child(2) i {
  color: #1F1633;
}
.cr_sec_package table td:nth-child(2) .theme-btn {
  background: #1F1633;
}
.cr_sec_package table td:nth-child(3) i {
  color: #6D28D9;
}
.cr_sec_package table td:nth-child(3) .theme-btn {
  background: #6D28D9;
}
.cr_sec_package table td:nth-child(4) i {
  color: #1F1633;
}
.cr_sec_package table td:nth-child(4) .theme-btn {
  background: #896eff;
}
.cr_sec_package table td p {
  width: 100%;
}
.cr_sec_package table td p strong {
  color: #6D28D9;
}

/* Faqs Page */
.page_head {
  padding: 1rem 0 3rem 0;
}
.page_head .breadcrumb {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
}
.page_head .breadcrumb li {
  display: flex;
  align-items: center;
}
.page_head .breadcrumb a {
  color: #111827;
}
.page_head .breadcrumb-item + .breadcrumb-item::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 70%;
  display: inline-block;
}

.faq_det_set ul.accordions li {
  box-shadow: none;
}
.faq_det_set ul.accordions li .acc_title {
    background: #6d28d9;
    box-shadow: 0px 3px 0px #1F1633;
    border-radius: 24px 24px 24px 25px;
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
    color: #1F1633;
}
.faq_det_set ul.accordions li .acc_title::before {
  display: none;
}
.faq_det_set ul.accordions li .acc_title i {
  font-size: 75%;
  color: #000000;
}
.faq_det_set ul.accordions li .acc_desc {
  background: #6D28D9;
  padding: 15px 50px 15px 20px;
  border-radius: 0 0 24px 24px;
}
.faq_det_set ul.accordions li .acc_desc p {
  margin-bottom: 20px;
}
.faq_det_set ul.accordions li .acc_desc p:last-child {
  margin-bottom: 0;
  color: #fff;
}
.faq_det_set ul.accordions li.active .acc_title {
  color: rgba(17, 24, 39, 0.8);
}
.faq_det_set ul.accordions li.active .acc_title i {
  color: rgba(17, 24, 39, 0.8);
}

.site_sidebar {
  position: sticky;
  top: 80px;
}
.site_sidebar nav ul {
  list-style: none;
  padding-bottom: 0;
  margin-bottom: 0;
  display: block;
  padding-left: 0;
}
.site_sidebar nav ul li {
  display: block;
  padding: 0;
}
.site_sidebar nav ul li.active a {
  background: #6D28D9;
}
.site_sidebar nav ul a {
    display: block;
    background: #56486c;
    color: #0d051c;
    padding: 20px;
    margin-bottom: 5px;
    border-radius: 24px;
    font-weight: 600;
    font-size: 17px;
}
.site_sidebar nav ul a:hover {
    background: #9087a1;
    color: #000;
}
/* contact */
.contact_sec {
  overflow: hidden;
}
.contact_sec .section_head {
  margin-bottom: 60px;
  margin-top: 60px;
}
.contact_sec .section_head p {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
}

.cont_1 {
  color: rgba(53, 60, 81, 0.8);
}
.cont_1 h3 {
  text-align: center;
  font-size: 24px;
  text-align: center;
  color: rgba(53, 60, 81, 0.8);
}
.cont_1 p {
  text-align: center;
}

.cont_form {
  margin-top: 50px;
  padding: 0 10%;
}
.cont_form input,
.cont_form textarea {
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid rgba(53, 60, 81, 0.25);
  margin-bottom: 40px;
}
.cont_form textarea {
  border: 1px solid rgba(53, 60, 81, 0.25);
  padding: 15px;
  height: 200px;
  margin-bottom: 20px;
}
.cont_form input[type=submit] {
  background: #6D28D9;
  border-radius: 5px;
  color: #fff;
}

.cont_2 {
  margin-top: 50px;
}
.cont_2 .cs_1 {
  text-align: center;
  border: 6px solid #000000;
  padding: 30px;
}
.cont_2 .cs_1 i {
  font-size: 46px;
  color: #6D28D9;
  margin-bottom: 15px;
}
.cont_2 .cs_1 h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}
.cont_2 .cs_1 p {
  line-height: 1.25;
}
.cont_2 .cs_1 a {
  color: #6D28D9;
  font-weight: bold;
}

/* Guarantee */
.sidebar_template .section_head h2 {
  margin-top: 0;
}
.sidebar_template .section_head p {
  width: 550px;
  max-width: 100%;
  color: rgba(17, 24, 39, 0.45);
}
.sidebar_template nav .menu {
  padding-left: 0;
}

/* Landing Pages */
.lp_banner h1 {
  font-size: 40px;
}

.lp_head {
  margin-bottom: 70px;
}

.lp_head_2 {
  margin-left: -5rem;
}

.lp_packages .cr_1_3 {
  padding: 0;
}
.lp_packages .cr_1_3 h3 {
  padding: 30px 5px 0 5px;
}
.lp_packages .cr_1_3 h4 {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
.lp_packages .cr_1_3 h4 sub {
  font-size: 20px;
  bottom: 0;
}

.lp_packages .cr_1_3 h4 span {
  font-size: 15px;
  display: block;
  font-weight: normal;
  color: #414752;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.lp_packages .cr_1_3 p {
  font-size: 13px;
  padding: 0 15px;
  margin-bottom: 15px;
}
.lp_packages .cr_1_3 .theme-btn {
  margin: 0 35px 30px 35px;
      border-radius: 50px;
}
.lp_packages .cr_1_2 .row > div:nth-child(1) .cr_1_3 {
  margin-right: -5px;
  background: #E9DDFFc2;
}
.lp_packages .cr_1_2 .row > div:nth-child(2) .cr_1_3 {
  margin: -20px -5px 0 -5px;
  background: #6D28D9;
}
.lp_packages .cr_1_2 .row > div:nth-child(3) .cr_1_3 {
  margin-left: -5px;
  background: #E9DDFFc2;
}
.lp_packages table td:first-child {
  width: 30%;
}

/* Office Actions */
.or_1 {
  margin-top: 5rem;
}
.or_1 .theme-btn {
  margin-bottom: 2rem;
}
.or_1 p {
  font-weight: 500;
  color: rgba(17, 24, 39, 0.5);
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

.ofc_res_sec_2 .outlined_text {
  bottom: unset;
  top: 30px;
}

.or_2_1 {
  background: #FEFEFE;
  box-shadow: 0px 4px 30px 1px rgba(255, 110, 51, 0.27);
  border-radius: 8px;
  color: #414752;
  padding: 30px;
  width: 350px;
  max-width: 100%;
  position: relative;
}
.or_2_1:before, .or_2_1:after {
  content: "";
  background: transparent url(https://trademarkbrilliance.com/assets/images/elem3.svg);
  background-size: cover;
  position: absolute;
  background-repeat: no-repeat;
  z-index: -1;
  width: 100%;
  height: 60%;
}
.or_2_1:before {
  top: -60px;
  right: 30%;
}
.or_2_1:after {
  bottom: -40px;
  left: 28%;
}
.or_2_1 h3 {
  font-size: 24px;
  font-weight: 600;
}
.or_2_1 h4 {
  font-size: 40px;
  color: #6D28D9;
  padding-bottom: 15px;
}
.or_2_1 p strong {
  color: #6D28D9;
  display: block;
}
.or_2_1 .theme-btn {
  width: 100%;
}

/* Registration_form */
.registration_header .btn_group a:first-child {
  background: transparent;
  color: #6D28D9;
}
.registration_header .btn_group a:first-child i {
  font-size: 130%;
  position: relative;
  bottom: -4px;
}

.registrationBanner {
  background-size: cover !important;
  padding: 3rem 0 6rem 0;
}
.registrationBanner h1 {
  font-size: 40px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
.registrationBanner .progress_border {
  padding: 10px;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 50px;
}
.registrationBanner .progress {
  background-color: transparent;
  background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4yLjMsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyMCAxMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjxnPg0KCTxyZWN0IGNsYXNzPSJzdDAiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxMCIvPg0KPC9nPg0KPC9zdmc+DQo=");
  background-position: left center;
  background-repeat: repeat-x;
}
.registrationBanner .progress-bar {
  transition: none !important;
  background-color: transparent;
  background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4yLjMsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyMCAxMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGMDRFMjM7fQ0KPC9zdHlsZT4NCjxnPg0KCTxyZWN0IGNsYXNzPSJzdDAiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxMCIvPg0KPC9nPg0KPC9zdmc+DQo=");
  background-position: left center;
  background-repeat: repeat-x;
  background-size: auto 12px;
}
.registrationBanner .progress_num {
  position: relative;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.registration_form h2 {
  font-size: 24px;
  margin-bottom: 40px;
}
.registration_form h2 span {
  color: #3d0fbc;
}

small {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4;
  display: block;
}

.form_group {
  margin-bottom: 30px;
}
.form_group p {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
}
.form_group p a {
  color: #6D28D9;
}
.form_group label {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}
.form_group input {
  width: 100%;
  border: 1px solid #ABABAB;
  padding: 10px 15px;
}
.form_group.has_para p {
  font-size: 16px;
  font-weight: normal;
  width: 330px;
  max-width: 100%;
}

.input_group input {
  width: 0 !important;
  position: absolute !important;
}
.input_group input:checked + label::before {
  background: #6D28D9;
}
.input_group label {
  display: inline-flex !important;
  align-items: center;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
}
.input_group p {
  margin-right: 20px;
  cursor: pointer;
  position: relative;
}
.input_group label:last-child {
  margin-right: 0;
}
.input_group label::before {
  content: "";
  display: inline-block;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(204, 204, 204, 0.8);
  margin-right: 8px;
}

.form_wrap {
  width: 950px;
  max-width: 100%;
}

.form_footer p {
  margin: 0;
  display: flex;
  line-height: 1.25;
}
.form_footer p i {
  margin-right: 10px;
}
.form_footer .theme-btn {
  flex: 0 0 auto;
}

.packages_sticky_header {
  display: none;
  animation: fadeIn 1.5s;
  position: sticky;
  top: 90px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.packages_sticky_header.overlapped {
  display: block;
}

.packages_sticky_row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #f3f3f3;
  padding: 15px 0;
  font-weight: 600;
  line-height: 1.2;
}


.plain-cta-text p {
    margin: 22px 0 0 0;
    font-size: 16px;
}
.plain-cta-text p a {
    color: #A78BFA;
    font-weight: 600;
}
.plain-cta-text p a i {
    transform: scaleX(-1);
    margin-right: 10px;
}




i.fas.fa-phone {
    transform: scaleX(-1);
    margin-right: 7px;
}
.get_trademark_sec.has_elem.spad.gray_bg h4 {
    color: #000;
}
h4 {
    margin-bottom: 2px;
    font-weight: 600;
}

.lp-ftr .site-footer .sf_1 a.logo {
    margin: 0;
}

.lp-ftr .site-footer .ftr_btm {
    margin-top: 4rem;
}
.lp-ftr .payment_methods {
    padding-top: 15px;
}

.search_similar h2 {
    margin-bottom: 30px;
        letter-spacing: -0.5px;
}


h5 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}




/********form start********/
.form-group input[type="text"], 
.form-group input[type="email"], 
.form-group input[type="tel"], 
.form-group input[type="number"], 
.form-group select, 
.form-group textarea {
    width: 100%;
    border: 1px solid #d9d9d9;
    padding: 10px 15px;
	border-radius:0;
}
.submits-wrapper {
    margin-top: 40px;
}
.add_owner {
    background: #6D28D9;
    color: #fff;
    padding: 6px 20px;
    display: inline-block;
}
.form-check {
    padding: 0;
}
.clear {
    display: block;
    clear: both;
}
.form-group label {
    font-size: 15px;
    margin-bottom: 6px;
}

.form-group {
    margin-top: 0px;
}
.new_fields {
    /* background: #f5f5f5; */
    padding: 20px;
    margin-top: 20px;
    position: relative;
}

.trash_this {
    display: block;
    width: 34px;
    height: 34px;
    background: #0d051c;
    padding: 4px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    cursor: pointer;
}
.form_wrap h4 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.form-tooltip {
    /*margin-left: 10px; */
    cursor: pointer;
    position: relative;
    color: #6D28D9;
    /* font-size: 12px; */
    /* font-weight: 400;*/
}

.form-tooltip>span {
	color: #fff;
    width: 18px;
    height: 18px;
    background-image: linear-gradient(to bottom, #fff, #fff);
    border-radius: 50%;
    font-size: 11px;
    display: inline-block;
    text-align: center;
    line-height: 19px;
    vertical-align: baseline;
	display:none;
}

.form-tooltip-body {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #fff;
    padding: 8px 15px 15px 15px;
    width: 400px;
    max-height: 700px;
    overflow: auto;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
    transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    z-index: 2;
    cursor: default;
    border-radius: 6px;
}

.form-tooltip:hover .form-tooltip-body {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.form-tooltip-body p {
    font-size: 0.8rem;
    line-height: 1.2rem;
    color: #000;
    font-weight: 400;
    margin: 0;
}
ul.trademarksearch-option {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.trademarksearch-option li {
    width: 49.5%;
    display: inline-flex;
    background: #9d9d9d14;
    padding: 20px 20px 20px 20px;
    min-height: 153px;
    align-items: center;
    margin: 2px 0;
    line-height: 1.5em;
    font-size: 15px;
}

ul.trademarksearch-option li input {
    margin-right: 11px;
}



/******-----------*****/
.step-form .bgform {
    position: relative;
}

.step-form .form-wrapper .form-check {
    padding: 0;
    margin-bottom: 15px;
}

.step-form .form-wrapper .form-group {
    margin-bottom: 6px;
    margin-top: 16px;
}

.step-form .form-wrapper .form-group label {
    line-height: normal;
    font-size: 16px;
    margin-bottom: 0.5rem;
    font-size: 14px;
}

.step-form .form-wrapper p.does {
    font-size: 12px;
    color: #747c8c;
    font-weight: 500;
}

.step-form .form-wrapper p.does i {
    color: #A78BFA;
    font-size: 16px;
    margin-left: 5px;
}

.step-form .form-wrapper p.continue {
    font-size: 12px;
    color: #747c8c;
    font-weight: 500;
    display: block;
    margin: 0;
}

.step-form .form-wrapper p.continue a {
    font-size: 12px;
    color: #747c8c;
    font-weight: 600;
}

.step-form .form-wrapper button.btn.btn-orange {
    color: #fff;
}
table.pricing {
    margin: 0 0 30px;
}

table.pricing tr td:first-child {
    font-size: 15px;
    line-height: 26px;
    color: #5f7182;
}

.tp-check-pricing {
    width: 24px;
    height: 23px;
}

table.pricing tr td:first-child {
    width: 34.3%;
    font-size: 13px;
    line-height: 22px;
    color: #7b8a9b;
    text-align: left;
}

table.pricing tr td:nth-child(2) {
    color: #344454;
}

table.pricing tr td:nth-child(3) {
    color: #65cfa9;
}

.tp-check-pricing {
    display: inline-block;
    width: 21px;
    height: 21px;
    background: #344454 url("../images/check-pricing.html") no-repeat center;
    border-radius: 100%;
}

.tp-check-pricing.orange {
    background-color: #65cfa9;
}

.tp-check-pricing.blue {
    background-color: #6db6e4;
}

table.pricing tr td {
    border: 1px solid #e6e4e4;
    padding: 10px 15px;
    text-align: center;
}

.row.pkg-box .col-md-8 .col-md-4:nth-child(2) a,
.row.pkg-box .col-md-8 .col-md-6:nth-child(2) a {
    background: #65cfa9;
}

.row.pkg-box .col-md-8 .col-md-4:nth-child(3) a {
    background: #6db6e4;
}

.row.pkg-box .col-md-8 .col-md-4 a,
.row.pkg-box .col-md-8 .col-md-6 a {
    background: #344454;
    padding: 6px 30px;
    display: inline-block;
    margin: 10px 0 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: inherit;
    text-transform: capitalize;
}

.row.pkg-box .col-md-8 .col-md-4 {
    text-align: center;
}

.row.pkg-box .col-md-4 {
    text-align: left;
}

.row.pkg-box .col-md-4 i img {
    margin: 0 auto;
    float: left;
}
.pkg-selected-actv strong {
    display: block;
    margin-top: 28px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0px;
    color: #65cfa9;
    font-weight: bold;
}
.pkg-selected-actv strong {
    display: block;
    margin-top: 28px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0px;
    color: #65cfa9;
    font-weight: bold;
    margin-bottom: 70px;
}
.expedited-box {
        border: 1px solid #6D28D9;
    text-align: left;
    padding: 55px 30px 50px 65px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.expedited-box h6 {
    color: #6D28D9 !important;
    font-size: 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.expedited-box h6 img {
    margin-right: 10px;
}


.expedited-info {
        background: #6D28D9;
    padding: 5px;
    text-align: center;
    width: 186px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    position: absolute;
    top: 14px;
    transform: rotate(-30deg);
    left: -46px;
    font-weight: 700;
}
.ov_box strong {
    font-size: 19px;
    color: #4b5a6a;
    font-weight: 700;
}

.ov_box a {
    color: #047bff;
    font-weight: 600;
}

.ov_box {
    overflow-y: scroll;
    height: 300px;
    border: 1px solid rgb(223, 225, 226);
    margin-bottom: 20px;
    margin-top: 13px;
}

.inner-content {
    padding: 30px;
}


.form-tooltip-body h6 {
    margin-bottom: 5px;
    margin-top: 15px;
    color: #000;
}
.form-group input[type="file"] {
    border: 1px solid #d9d9d9;
    width: 100%;
    padding: 7px;
    background: #6D28D914;
    margin: 10px 0 15px;
}
.form_group > div strong {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    display: inline-block;
}
.m-t-20 {
	margin-top:20px;
}



h1.checkout-title {
    padding: 0 15px;
    line-height: 60px;
    font-size: 25px;
    font-weight: 400;
    text-shadow: 0 1px rgb(255 255 255 / 70%);
    background: #eceff5;
    border-bottom: 1px solid #c5ccdb;
    border-radius: 7px 7px 0 0;
    background-image: -webkit-linear-gradient(top,#f5f8fb,#e9edf3);
    background-image: -moz-linear-gradient(top,#f5f8fb,#e9edf3);
    background-image: -o-linear-gradient(top,#f5f8fb,#e9edf3);
    background-image: linear-gradient(to bottom,#f5f8fb,#e9edf3);
    -webkit-box-shadow: inset 0 1px #fff;
    box-shadow: inset 0 1px #fff;
    margin: 0;
    font-weight: bold;
}

.checkout-body {
    padding: 20px;
    background: #eceff559;
}

.checkout-body input {
    background: #fff;
    padding: 10px;
    width: 100%;
    border: 1px solid #c5ccdb;
    border-radius: 5px;
    height: 48px;
}

input.small {
    width: 32.6%;
}

.col-md-6.pd-left-0 {
    padding-left: 0;
}

p.paywith {
    text-align: center;
}

input.verify-pkg-btn.checkout-btn {
    box-sizing: border-box !important;
    height: 44px !important;
    padding: 0 !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-align: center !important;
    text-shadow: 0 -1px 1px rgb(0 0 0 / 20%) !important;
    border: 1px solid !important;
    border-color: #1486f9 #0f7de9 #0d6acf !important;
    background: #1993fb !important;
    border-radius: 4px !important;
    background-image: -webkit-linear-gradient(top,#4cb1fe,#229afc 40%,#138df6) !important;
    background-image: -moz-linear-gradient(top,#4cb1fe,#229afc 40%,#138df6) !important;
    background-image: -o-linear-gradient(top,#4cb1fe,#229afc 40%,#138df6) !important;
    background-image: linear-gradient(to bottom,#4cb1fe,#229afc 40%,#138df6) !important;
    -webkit-box-shadow: inset 0 1px rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 20%) !important;
    box-shadow: inset 0 1px rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 20%) !important;
    cursor: pointer;
}

.checkout-body p {
    margin-bottom: 18px;
}


/********form end********/



.pack-list-under {
	margin-left: 30px;
}
li.pack-list-under:before {
    color: #9f9f9f !important;
}

.nobold-banheading {
	font-size: 16px !important;
    font-weight: normal !important;
}




.paymentpage .form_wrap {
    margin: 0 auto;
}

.paymentpage section.registration_form.spad.step-form.bg-before {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 3rem 0 4rem;
}

.paymentpage .container {
}




@media (min-width: 1200px) {
  .dropdown-nav:hover ul.dropdown {
    top: 100%;
    opacity: 1;
    visibility: visible;
    display: block !important;
  }
  span.toggle_submenu {
    display: none;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1599px) {
  .main-header {
    padding: 11px 0;
    
  }
  .mainBanner {
    padding: 2% 0;
    /* height: 700px; */
  }
  .s1_1 h3 {
    font-size: 22px;
    color: #f4eeff;
    font-weight: 600;
  }
  .site-footer .ftr_btm p {
    width: 85%;
  }
  .cr_sec_2 table td p {
    width: 80%;
        line-height: 1.2;
  }
  .cr_1_3 h3 {
    font-size: 22px;
  }
  .ss_2 ul:nth-child(even) {
    margin-left: 2rem;
    margin-right: -2rem;
  }
}
@media (max-width: 1199px) {
  h1,
.h1 {
    font-size: 40px;
  }
  h2,
.h2 {
    font-size: 32px;
  }
  .menu-Bar {
    display: inline-block;
    top: 0px;
  }
  .menu-Bar.open {
    position: fixed;
    z-index: 999999;
    top: 30px;
    right: 30px;
  }
  span.toggle_submenu {
    position: absolute;
    top: 0px;
    right: 0;
    width: 60px;
    height: 56px;
    background: #1a222a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 135%;
    z-index: 1;
  }
  span.toggle_submenu i {
    transition: 0.35s ease-in;
  }
  span.toggle_submenu.active i {
    transform: rotate(45deg);
  }
  .menu li.dropdown-nav > a:after {
    display: none;
  }
  .main-header .menu {
    display: block;
    padding: 100px 30px 40px 30px;
    width: 100%;
    margin: auto;
    font-weight: 500;
  }
  .menuWrap.open {
    right: 0px;
  }
  .menuWrap.open ul.menu li {
    animation-name: fadeInUp;
    animation-duration: 1.25s;
    animation-fill-mode: both;
  }
  .menuWrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -150%;
    margin: auto;
    overflow-y: auto;
    transition: 0.5s all ease;
    display: block;
    z-index: 99999;
    background: linear-gradient(45deg, rgba(33, 41, 49, 0.9), rgb(55, 68, 81));
    backdrop-filter: blur(5px);
  }
  .main-header ul.dropdown {
    position: relative;
    display: none;
    opacity: 1;
    visibility: visible;
    top: 0;
    padding: 10px;
    background: #1a222a;
  }
  .main-header ul.dropdown li {
    margin-bottom: 0 !important;
  }
  .main-header ul.dropdown li a {
    background: transparent !important;
  }
  .main-header ul.menu > li {
    color: #fff;
    margin: 2px 0;
    display: block;
    padding: 0;
    opacity: 0;
    margin-bottom: 10px;
  }
  .main-header ul.menu li a {
    padding: 0;
    display: block;
    text-align: center;
    padding-right: 0px;
    margin-right: 0px;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    padding: 15px;
    background: rgba(33, 41, 49, 0.9);
  }
  .main-header ul.menu li:last-child a {
    margin-bottom: 0;
  }
  .mainBanner .mb_1 h1 {
    line-height: 50px;
  }
  .main-header.sticky {
    padding: 10px 0;
  }
  .main-header.sticky.open {
    height: 100%;
  }
  .mainBanner .mb_1 > ul li {
    margin-bottom: 6px;
  }
  .mainBanner .mb_2_2 p {
    font-size: 15px;
  }
  .section_head p {
    font-size: 18px;
  }
  .s1_1 {
    padding: 20px;
  }
  .s1_1 h3 {
    font-size: 20px;
  }
  .section_head > span {
    font-size: 100px;
  }
  .s2_1 {
    padding: 20px;
  }
  .s2_1 h3 {
    font-size: 22px;
  }
  .s2_1_1 strong {
    margin-bottom: 20px;
  }
  .s2_1 ul li {
    padding: 4px 0;
  }
  .page_head {
    padding: 1rem 0 2rem 0;
  }
  .page_head .breadcrumb {
    font-size: 18px;
  }
  .ss_2 ul {
    margin: 0 -8px;
  }
  .ss_2 ul li {
    flex: 0 0 auto;
    width: auto;
    padding: 8px;
  }
  .ms_2,
.site_sidebar nav ul {
    padding: 20px;
  }
  .packages_sticky_header {
    top: 72px;
  }
  .cr_1_3 .theme-btn,
.cr_sec_package table td .theme-btn {
    padding: 8px 10px;
    line-height: 1.25;
  }
  .cr_sec_package .cr_1_3 p {
    font-size: 12px;
  }
  .or_2_1:before,
.or_2_1:after {
    width: 82%;
  }
  .monitor_sec .tab_links a {
    padding: 5px;
    font-size: 18px;
  }
  .ms_1 {
    padding: 20px;
  }
  .ms_1 strong {
    font-size: 30px;
  }
  .ms_1 strong sub {
    font-size: 18px;
  }
  .registrationBanner h1 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 15px;
  }
  .mainBanner .mb_1 h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .mainBanner .mb_1 > p {
    margin-bottom: 20px;
  }
  .mainBanner .mb_2_2 {
    margin: -20px 20px 0 -2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .mainBanner .mb_2_2 ul {
    margin-top: 5px;
    margin-left: -4px;
  }
  .mainBanner .mb_2_2 ul i {
    font-size: 18px;
  }
  .mainBanner .mb_1 .btn_group a:first-child {
    min-width: 150px;
  }
  .hdr_1 a.theme-btn.outlined_btn {
    padding: 2px 12px;
  }
  .section_head > span {
    font-size: 80px;
  }
  .s1_1 h3 {
    font-size: 18px;
  }
  .s3_1 h3 {
    font-size: 20px;
  }
  .s3_1 .author p {
    font-size: 16px;
  }
  .s4 p {
    font-size: 18px;
  }
  .site-footer .sf_1 p:first-child {
    font-weight: 600;
    font-size: 18px!important;
  }
  .site-footer .sf_2 .chat_btn,
.site-footer .sf_2 .call_btn {
    font-size: 14px;
    color: #fff;
  }
  .site-footer {
    font-size: 14px;
  }
  .site-footer .ftr_btm {
    font-size: 12px;
  }
  .outlined_text {
    font-size: 90px;
  }
  .ss_2 ul:nth-child(even) {
    margin: 0 -8px;
  }
  .cont_1 h3 {
    font-size: 20px;
  }
  .cont_2 .cs_1 {
    padding: 30px 15px;
  }
  .cont_2 .cs_1 i {
    font-size: 42px;
  }
  .cont_2 .cs_1 p,
.cont_2 .cs_1 a {
    font-size: 14px;
  }
  .cont_2 .cs_1 h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .faq_det_set ul.accordions li .acc_title {
    font-size: 18px;
  }
  .cr_1_1 p {
    width: 90%;
  }
  .cr_1_3 {
    padding: 12px;
  }
  .cr_sec_2 table td:first-child {
    width: 42%;
  }
  .cr_sec_2 table td p {
    width: 100%;
  }
  .or_2_1 {
    padding: 20px;
  }
  .or_2_1 h3 {
    font-size: 20px;
  }
  .or_2_1 {
    margin: 40px auto 0 auto;
  }
  .monitor_sec .row {
    flex-direction: column-reverse;
  }
  .monitor_sec .section_head {
    margin-top: 30px;
  }
  .monitor_sec .tab_links a {
    font-size: 16px;
  }
  .innerBanner_a .mb_1 > p {
    width: 100%;
    margin-bottom: 20px;
  }
  .innerBanner_a .mb_2 {
    padding-left: 0;
  }
  .innerBanner_a .mb_2_2 {
    margin: 0;
  }
  .innerBanner_a .mb_2_2 ul i {
    font-size: 15px;
  }
  .innerBanner_b .mb_2_2 {
    width: 100%;
  }
  .search_wrap {
    flex-wrap: wrap;
    padding: 12px;
    margin-bottom: 20px;
  }
  .search_wrap input[type=submit] {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .smt_1 h3 {
    font-size: 18px;
  }
  .smt_1 h4 {
    font-size: 24px;
  }
  .smt_1 .smt_1_1 {
    height: 120px;
  }
  .smt_1 p,
.smt_1 h3 {
    padding: 0 15px;
  }
  .smt_1::before {
    bottom: -65%;
  }
  
  .nav-wrapper {
    height: 72px;
}

.main-header {
    height: 72px;
}
}
@media (max-width: 767px) {
    
    .col-md-6.pd-left-0 {
    padding-left: 12px;
}

.nav-wrapper {
    height: 60px!important;
}

.main-header {
    height: 60px!important;
}


input.small {
    width: 32.4%;
    margin-top: 18px;
}
    
  h2,
.h2 {
    font-size: 24px;
  }
  .section_head {
    margin-bottom: 30px;
  }
  .section_head h2 {
    margin-top: -1rem;
  }
  .section_head p {
    font-size: 16px!important;
  }
  .mb_1 {
    margin-bottom: 30px;
  }
  .section_head > span {
    font-size: 60px;
  }
  .s2_1 {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .s2_1_1 strong {
    line-height: normal;
  }
  .spad {
    padding: 4rem 0;
  }
  .s4 p {
    font-size: 16px;
  }
  .sf_1 {
    margin-bottom: 40px;
  }
  .mainBanner .mb_2_2 p {
    font-size: 13px;
  }
  .sidebar_template .row {
    flex-direction: column-reverse;
  }
  .site_sidebar nav .menu {
    padding: 30px;
  }
  .img_holder:before {
    width: 60%;
    height: 100%;
    bottom: 20px;
    left: 40%;
    top: unset;
    right: unset;
  }
  .outlined_text {
    font-size: 60px;
    bottom: -2rem;
  }
  .ss_2 {
    padding-left: 0;
    margin-top: 40px;
  }
  .ss_2 ul li a {
    padding: 10px 15px;
  }
  .accordions li .acc_title {
    font-size: 18px;
  }
  .mainBanner .mb_1 > p {
    font-size: 18px;
    padding-top: 10px;
  }
  .cont_1 h3 {
    font-size: 18px;
  }
  .cont_2 .cs_1 {
    border-radius: 150px;
    margin-bottom: 30px;
  }
  .faq_det_set ul.accordions li .acc_title {
    font-size: 16px;
  }
  .cr_1_1 {
    margin-bottom: 40px;
  }
  .packages_sticky_row {
    padding: 10px 0;
  }
  .cr_sec_2 table td i {
    font-size: 24px;
  }
  .cr_sec_package .cr_1_2 {
    margin-left: 0;
  }
  .cr_1_3 h3 {
    font-size: 18px;
  }
  .cr_1_3 h4 {
    font-size: 32px;
  }
  .cr_1_3 h4 small {
    font-size: 15px;
  }
  .cr_1_3 p {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .lp_packages .cr_1_3 h4 sub {
    font-size: 14px;
  }
  .lp_packages .cr_1_3 p {
    padding: 0 10px;
  }
  .lp_packages .cr_1_3 h4 span {
    font-size: 12px;
  }
  .section_head_1 {
    flex-direction: column-reverse;
  }
  .section_head_1 h2 {
    position: relative;
    z-index: 1;
  }
  .form_group p {
    font-size: 16px;
  }
  .registration_header .btn_group a.theme-btn {
    padding: 8px;
    font-size: 14px;
  }
  .registration_header .btn_group a.theme-btn:first-child {
    margin-right: 10px;
  }
  .smt_2_2 ul {
    column-count: 2;
    width: 90%;
  }
  .smt_1 .smt_1_1 {
    height: 150px;
  }
  .smt_1 {
    margin-bottom: 30px;
    height: auto;
  }
  .smt_1::before {
    bottom: -10%;
  }
  .smt_sec {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .header_top a {
    font-size: 12px;
  }
  .header_top {
    padding: 4px 0;
  }
  .mainBanner .mb_2_2 ul i {
    font-size: 15px;
  }
  .section_head > span {
    font-size: 46px;
  }
  .s2_1_1 span {
    font-size: 15px;
  }
  .s2_1_1 strong {
    font-size: 30px;
  }
  .site-footer {
    padding: 3rem 0 2rem 0;
  }
  .site-footer .sf_0 {
    display: flex;
    flex-direction: column-reverse;
  }
  .site-footer .sf_0 a.logo {
    margin-bottom: 30px;
    margin-top: 0;
  }
  .site-footer .sf_2 {
    text-align: left;
  }
  .site-footer .sf_2 ul {
    justify-content: flex-start;
  }
  .site-footer .ftr_btm {
    margin-top: 0;
    display: none !important;
  }
  .page_head .breadcrumb {
    font-size: 16px;
  }
  .accordions li .acc_title {
    font-size: 16px;
  }
  .mainBanner .mb_1 h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .outlined_text {
    font-size: 50px;
  }
  .contact_sec .section_head {
    margin-bottom: 40px;
  }
  .cont_form {
    padding: 0 5%;
  }
  .faq_det_set ul.accordions li .acc_title {
    font-size: 15px;
  }
  .faq_det_set ul.accordions li .acc_desc {
    padding-right: 20px;
  }
  .packages_sticky_row {
    font-size: 11px;
  }
  .cr_sec_2 table td p {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
  }
  .cr_sec_2 table td:first-child {
    width: 52%;
  }
  .cr_sec_package .cr_1_3 {
    margin: 0 0 20px 0 !important;
    padding: 20px;
  }
  .cr_sec_package .cr_1_3 h3 {
    font-size: 22px;
  }
  .cr_sec_package .cr_1_3 h3 br {
    display: none;
  }
  .cr_sec_2 table td .theme-btn i {
    color: #fff !important;
    margin: 0;
    font-size: 14px;
  }
  .btn_group a {
    margin-right: 10px;
  }
  .monitor_sec .tab_links {
    flex-direction: column;
    padding: 0;
    align-items: unset;
  }
  .monitor_sec .tab_links a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 0;
    padding: 12px;
  }
  .form_group p {
    font-size: 15px;
  }
  .form_group.has_para p {
    font-size: 14px;
  }
  .registrationBanner h1 {
    font-size: 24px;
  }
  .registrationBanner {
    background-size: cover !important;
    padding: 3rem 0;
  }
  .registration_header .btn_group a.theme-btn {
    padding: 0;
    width: 36px;
    height: 36px;
    margin-left: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .registration_header .btn_group a.theme-btn i {
    margin: 0;
    position: static;
  }
  .registration_header .btn_group a.theme-btn span {
    display: none;
  }
  .registration_form h2 {
    margin-bottom: 15px;
  }
  .smt_2_2 ul {
    column-count: 1;
    width: 100%;
  }
  .smt_2_2:before,
.smt_2_2:after {
    display: none;
  }
}

*/ priceing */

.federal-mn span {
    font-size: 42px;
    font-weight: 700;
    color: var(--heading-color);
}

.federal-mnt span {
    font-size: 32px;
    font-weight: 700;
    color: var(--heading-color);
    
}

.federal-mnt p {
    color: #fff;
}

.packages .container::before {
    position: absolute;
    content: "";
    /* background: url(../images/packages-bg.png) no-repeat; */
    max-width: 100%;
    /* background-size: 100%; */
    height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
}

.federal-mn {
    background-color: rgb(255, 255, 255);
    text-align: center;
    margin-top: 60px;
    padding: 10px 10px;
    border: 0.6px solid #1F1633;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.federtxt {
    padding: 0px 30px 20px;
}

.federtxt li h6 {
    margin-bottom: 6px;
}

.federtxt li p {
    margin-bottom: 20px;
}

.fed-head {
    padding: 30px 0px 0px;
}

.federal-mn span {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
}

.federal-mnt span {
    font-size: 32px;
    font-weight: 700;
    color: var(--heading-color);
    
}

.federal-mnt p {
    color: #fff;
}

.red-table-heading {
    color: #000;
    text-align: center;
}

.packg-box1-price-right {
    margin-top: 7px;
    width: auto;

    font-size: 19px;
    display: inline-block;
    text-align: left;
    position: absolute;
    text-decoration: line-through;
}

.packg-box1-price-right2 {
    margin-top: 7px;
    width: auto;

    font-size: 19px;
    display: inline-block;
    text-align: left;
    position: absolute;
    text-decoration: line-through;
}

.packg-box1-price-right3 {
    margin-top: 7px;
    width: auto;
    
    font-size: 19px;
    display: inline-block;
    text-align: left;
    position: absolute;
    text-decoration: line-through;
}

.owl-review .owl-item img {

    display: inline-block !important;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.item {
    border-radius: 36px;
}

.owl-review .owl-item h3 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.owl-review .owl-item img {

    display: inline-block !important;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-review .owl-item h3 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}


.info-test p {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 60px;
    line-height: 1.4em;
    min-height: 300px;
    display: flex;
    flex-direction: column-reverse;
    padding-left: 15px;
    padding-right: 15px;
}

.client-info {
    position: relative;
    padding-left: 58px;
    margin-top: 25px;
}

.info-test img {
    width: 58px;
}

section.our-testimonial {
    padding-bottom: 40px;
    padding: 100px 0 100px;
}
.info-test {
    margin: 20px 10px;
    padding: 30px 25px;
    position: relative;
    border-radius: 20px;
}

.info-test h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    margin-left: 10px;
}

.info-test h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    margin-left: 10px;
}
.info-test span {
    position: absolute;
    right: 0px;
    bottom: 27px;
    left: 250px;
}

.box-shadow h4 {
    font-size: 16px;
}

.pkg-feature h4 {
    font-size: 22px;
    margin-bottom: 12px;
    padding-left: 0px;
    position: relative;
    font-weight: 600;
    letter-spacing: -0.4px;
    text-align: center;
    
}

.pkg-feature {
    margin: 20px 8px;
    padding: 30px 21px;
    min-height: 180px;
    text-align: center;
}

section.packages-included {
    padding: 100px 0 50px 0;
    clear: both;
    position: relative;
}

.img-ser {
    margin: auto;
    display: flex;
    margin-bottom: 20px;
}

.box-shadow {
    border-radius: 20px;
    border: solid 1px #1F1633;
}

.fed-head h2 {
    color: #cec5dd;
    font-size:32px;
    line-height: 1.2em;
}

.max-pack {
    max-width: 1200px;
}
section.packages {
    padding: 100px 0;
}

section.faq_sec.spad.pt-0 {
    padding: 100px 0;
}


.header-top-bar {
    background-color: #1F1633;
    padding: 15px 30px 0px 12px;
}

.our-service {
    padding-top: 100px;
    padding-bottom: 100px;
}

.h-topbar-right {
    justify-content: left;
    display: flex;
}
.header-top-chat {
    display: flex;
    align-items: center;
    gap: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
        margin-bottom: 11px;
}

.header-top-chat a {
    color:#fff;
}


button.owl-prev {    display: none;}button.owl-next {    display: none;}
.our-service h2 {   
    margin-top: -2rem;
    position: relative;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
}

.our-service p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

/*# sourceMappingURL=style.css.map */



img.nav-phone {
    width: 27px;
}

.nav-phone {
    display: inline-block;
    width: 27px;
    text-align: center;
}


/* =====================================================
   FORCE DARK BRAND SECTION
===================================================== */

section.get_trademark_sec#tm-sec {
    width: 100% !important;
    max-width: 100% !important;

    margin-top: 0 !important;

    padding: 100px 0 !important;

    /* background: #0d051c !important; */

    color: #f4eeff !important;

    position: relative !important;

    overflow: hidden !important;
}


/* Kill gray/white backgrounds */

section.get_trademark_sec#tm-sec,
section.get_trademark_sec#tm-sec.gray_bg,
section.get_trademark_sec#tm-sec.has_elem {
    /* background-color: #0d051c !important; */
    background-image: none !important;
}


/* Container */

section.get_trademark_sec#tm-sec .container {
    position: relative;
    z-index: 2;
}


/* =====================================================
   PURPLE GLOW
===================================================== */

section.get_trademark_sec#tm-sec::before {
    content: "";

    position: absolute;

    width: 700px;
    height: 700px;

    left: -350px;
    top: 50%;

    transform: translateY(-50%);

    border-radius: 50%;

    background: radial-gradient(
        circle,
        rgba(109, 40, 217, 0.28) 0%,
        rgba(109, 40, 217, 0.12) 35%,
        transparent 70%
    );

    pointer-events: none;
}


section.get_trademark_sec#tm-sec::after {
    content: "";

    position: absolute;

    width: 500px;
    height: 500px;

    right: -250px;
    top: -200px;

    border-radius: 50%;

    background: radial-gradient(
        circle,
        rgba(109, 40, 217, 0.20) 0%,
        transparent 70%
    );

    pointer-events: none;
}


/* =====================================================
   IMAGE
===================================================== */

section.get_trademark_sec#tm-sec .img_holder {
    position: relative;
    z-index: 3;
}

section.get_trademark_sec#tm-sec .img_holder img {
    display: block;

    width: 100% !important;
    max-width: 100%;

    margin: 0 !important;

    border-radius: 20px;

    border: 1px solid rgba(220, 198, 255, 0.12);

    box-shadow:
        0 30px 70px rgba(0, 0, 0, 0.55),
        0 0 50px rgba(109, 40, 217, 0.15);
}


/* =====================================================
   TEXT
===================================================== */

section.get_trademark_sec#tm-sec .gt_1 {
    position: relative;
    z-index: 3;

    padding: 0 0 15px 40px !important;

    margin: 0 !important;
}


section.get_trademark_sec#tm-sec .gt_1 h3 {
    margin: 0 0 25px !important;

    color: #f4eeff !important;

    font-size: 42px !important;

    font-weight: 700 !important;

    line-height: 1.15 !important;

    letter-spacing: -1px;
}


section.get_trademark_sec#tm-sec .gt_1 h3::after {
    content: "";

    display: block;

    width: 55px;
    height: 4px;

    margin-top: 18px;

    border-radius: 10px;

    background: #6d28d9;
}


section.get_trademark_sec#tm-sec .gt_1 p {
    width: 100% !important;
    max-width: 600px;

    margin: 0 !important;

    color: #ebdeff !important;

    font-size: 16px !important;

    line-height: 1.7 !important;
}


/* =====================================================
   REVIEW
===================================================== */

section.get_trademark_sec#tm-sec .rev-box {
    position: relative;
    z-index: 3;

    margin: 20px 0 0 40px !important;

    padding: 24px 28px !important;

    max-width: 600px;

    background: linear-gradient(
        49deg,
        rgb(82, 51, 159) 0%,
        rgba(156, 81, 206, 1) 100%
    );

    border: 1px solid rgba(220, 198, 255, 0.15) !important;

    border-radius: 18px !important;

    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.35) !important;
}


section.get_trademark_sec#tm-sec .rev-box > p {
    width: 100% !important;

    margin: 0 0 15px !important;

    

    font-size: 15px !important;

    line-height: 1.6 !important;
}


/* Stars */

section.get_trademark_sec#tm-sec .rev-box ul {
    display: flex !important;

    padding: 0 !important;
    margin: 0 0 12px !important;

    list-style: none !important;
}


section.get_trademark_sec#tm-sec .rev-box ul li {
    margin-right: 5px;

    color: #6d28d9;
}

section.get_trademark_sec#tm-sec .rev-box ul i {
    color: #a085cd  !important;

    font-size: 12px;
} *


/* Customer */

section.get_trademark_sec#tm-sec .rev-box > span {
    display: block;

    color: #f4eeff !important;

    font-size: 13px;

    font-weight: 600;
}


section.get_trademark_sec#tm-sec .rev-box > span p {
    width: auto !important;

    margin: 3px 0 0 !important;

    color: #dcc6ff !important;

    font-size: 11px !important;

    font-weight: 400;
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 991px) {

    section.get_trademark_sec#tm-sec {
        padding: 70px 0 !important;
    }

    section.get_trademark_sec#tm-sec .gt_1 {
        padding: 40px 0 15px !important;
    }

    section.get_trademark_sec#tm-sec .rev-box {
        margin-left: 0 !important;
    }

}


@media (max-width: 575px) {

    section.get_trademark_sec#tm-sec {
        padding: 55px 0 !important;
    }

    section.get_trademark_sec#tm-sec .gt_1 h3 {
        font-size: 32px !important;
    }

    section.get_trademark_sec#tm-sec .gt_1 p {
        font-size: 15px !important;
    }

    section.get_trademark_sec#tm-sec .rev-box {
        padding: 20px !important;
    }

}

    /* Keep the desktop navigation dropdown above positioned page sections. */
    header {
        position: relative;
        z-index: 10000;
    }

    .nav-wrapper {
        position: relative;
        z-index: 10001;
    }

    .main-header {
        position: relative;
        z-index: 10002;
    }

    .menuWrap,
    .main-header .menu {
        position: relative;
        z-index: 10003;
    }

    ul.dropdown {
        z-index: 10004 !important;
    }

    /* Refined testimonial cards */
    section.our-testimonial {
        padding: 90px 0 105px;
        background: #0d051c;
        position: relative;
        overflow: hidden;
    }

    section.our-testimonial::before {
        content: "";
        position: absolute;
        width: 520px;
        height: 520px;
        left: -260px;
        top: 35%;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(109, 40, 217, 0.18), transparent 70%);
        pointer-events: none;
    }

    section.our-testimonial .container {
        position: relative;
        z-index: 1;
    }

    section.our-testimonial .info-text2 {
        margin-bottom: 42px;
        text-align: center;
    }

    section.our-testimonial .info-text2 h2 {
        margin-bottom: 14px;
        color: #f4eeff;
        line-height: 1.2;
    }

    section.our-testimonial .info-text2 p {
        max-width: 700px;
        margin: 0 auto;
        color: #dcc6ff;
    }

    section.our-testimonial .owl-testimonial .item {
        height: 100%;
        margin: 10px 12px 25px;
        border: 1px solid rgba(220, 198, 255, 0.16);
        border-radius: 22px;
        background: #1c0b38 !important;
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
    }

    section.our-testimonial .info-test {
        min-height: 315px;
        height: 384px;
        margin: 0;
        padding: 30px 28px 25px;
        display: flex;
        flex-direction: column;
        border-radius: 22px;
    }

    section.our-testimonial .info-test::before {
        content: "\201C";
        display: block;
        height: 32px;
        color: #a66cff;
        font-size: 54px;
        line-height: 0.8;
        font-weight: 700;
    }

    section.our-testimonial .info-test > p {
        min-height: 0;
        margin: 18px 0 26px;
        padding: 0;
        display: block;
        flex: 1;
        color: #f4eeff;
        font-size: 12px;
        line-height: 1.65;
    }

    section.our-testimonial .client-info {
        min-height: 58px;
        margin-top: auto;
        padding-left: 72px;
    }

    section.our-testimonial .info-test img {
        width: 56px;
        height: 56px;
        object-fit: cover;
        border-radius: 50%;
        border: 2px solid #a66cff;
    }

    section.our-testimonial .info-test h4 {
        margin: 2px 0 0 0;
        color: #f4eeff;
        font-size: 15px;
        line-height: 1.4;
    }

    section.our-testimonial .info-test h4[style] {
        margin-top: 2px;
        color: #cbb5e8;
        font-size: 12px !important;
        font-weight: 400 !important;
    }

    @media (max-width: 767px) {
        section.our-testimonial {
            padding: 65px 0 75px;
        }

        section.our-testimonial .info-text2 {
            margin-bottom: 25px;
        }

        section.our-testimonial .info-test {
            min-height: 285px;
            padding: 25px 22px 22px;
        }
    }

    /* Unique review-wall treatment */
    section.our-testimonial .owl-testimonial {
        padding: 12px 0 20px;
    }

    section.our-testimonial .owl-testimonial .owl-stage {
        display: flex;
        align-items: center;
    }

    section.our-testimonial .owl-testimonial .owl-item:nth-child(odd) .item {
        transform: translateY(18px);
    }

    section.our-testimonial .owl-testimonial .owl-item:nth-child(even) .item {
        border-color: rgba(166, 108, 255, 0.48);
    }

    section.our-testimonial .owl-testimonial .owl-item:nth-child(3) .item {
        transform: translateY(-4px) scale(1.03);
        border-color: #a66cff;
        box-shadow: 0 22px 55px rgba(109, 40, 217, 0.34);
    }

    section.our-testimonial .owl-testimonial .item::after {
        content: "";
        position: absolute;
        top: 0;
        left: 28px;
        width: 72px;
        height: 4px;
        border-radius: 0 0 8px 8px;
        background: linear-gradient(90deg, #6d28d9, #dcc6ff);
    }

    section.our-testimonial .owl-testimonial .owl-item:nth-child(even) .item::after {
        background: linear-gradient(90deg, #dcc6ff, #a66cff);
    }

    section.our-testimonial .owl-testimonial .info-test::after {
        content: "VERIFIED CUSTOMER";
        display: inline-block;
        align-self: flex-start;
        margin-top: 18px;
        padding: 4px 9px;
        border: 1px solid rgba(220, 198, 255, 0.2);
        border-radius: 20px;
        color: #cbb5e8;
        font-size: 9px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    section.our-testimonial .owl-testimonial .owl-item:nth-child(3) .info-test::before {
        color: #dcc6ff;
    }

    @media (max-width: 767px) {
        section.our-testimonial .owl-testimonial .owl-stage {
            align-items: stretch;
        }

        section.our-testimonial .owl-testimonial .owl-item:nth-child(odd) .item,
        section.our-testimonial .owl-testimonial .owl-item:nth-child(3) .item {
            transform: none;
        }
    }

    /* Reviews badge */
    section.get_trademark_sec .mb_2_2 {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        margin: 18px 0 0 18px;
        padding: 10px 14px;
        border: 1px solid rgba(220, 198, 255, 0.24);
        border-radius: 14px;
        background: rgba(28, 11, 56, 0.9);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    }

    section.get_trademark_sec .mb_2_2 p {
        margin: 0;
        color: #f4eeff;
        font-size: 13px;
        font-weight: 700;
        white-space: nowrap;
    }

    section.get_trademark_sec .mb_2_2 .review-stars {
        display: flex;
        gap: 3px;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    section.get_trademark_sec .mb_2_2 .review-stars li {
        color: #f4c95d;
        font-size: 12px;
    }

    /* Simple fixed-height testimonial cards */
    section.our-testimonial .owl-testimonial .item {
        height: 340px;
        min-height: 340px;
        transform: none !important;
        position: relative;
        z-index: 0;
        overflow: hidden;
        border: 0;
    }

    section.our-testimonial .owl-testimonial .item::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 2px;
        border-radius: inherit;
        background: linear-gradient(
            90deg,
            #0d051c,
            #1c0b38,
            #6d28d9,
            #dcc6ff
        );
        background-size: 300% 300%;
        animation: neonBorder 4s linear infinite;
        -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        filter: drop-shadow(0 0 6px #0d051c)
                drop-shadow(0 0 12px #1c0b38)
                drop-shadow(0 0 18px #6d28d9);
        pointer-events: none;
    }

    section.our-testimonial .owl-testimonial .owl-item .item,
    section.our-testimonial .owl-testimonial .owl-item.cloned .item {
        border-radius: 34px;
    }

    section.our-testimonial .info-test {
        height: 100%;
        min-height: 0;
        box-sizing: border-box;
        padding: 28px 26px 24px;
        position: relative;
        z-index: 1;
    }

    section.our-testimonial .owl-testimonial .item::after,
    section.our-testimonial .info-test::after {
        content: none;
    }

    section.our-testimonial .info-test::before {
        height: 26px;
        font-size: 46px;
    }

    @media (max-width: 767px) {
        section.get_trademark_sec .mb_2_2 {
            align-items: flex-start;
            flex-direction: column;
            gap: 4px;
            margin-left: 10px;
        }

        section.our-testimonial .owl-testimonial .item {
            height: 310px;
            min-height: 310px;
        }
    }

    /* Modern process cards */
    section.how_to_sec {
        position: relative;
        overflow: hidden;
        background:
            radial-gradient(circle at 8% 20%, rgba(109, 40, 217, 0.2), transparent 34%),
            radial-gradient(circle at 92% 80%, rgba(166, 108, 255, 0.12), transparent 32%),
            #0d051c;
            padding: 30px;
    }

    section.how_to_sec .howto_1 {
        position: sticky;
        top: 110px;
    }

    section.how_to_sec .howtoreg {
        --scroll-scale: 1;
        --scroll-brightness: 1;
        position: relative;
        min-height: 190px;
        margin-bottom: 22px;
        padding: 28px 30px 26px 108px;
        border: 1px solid rgba(220, 198, 255, 0.18);
        border-radius: 24px;
        background: linear-gradient(135deg, rgba(28, 11, 56, 0.96), rgba(49, 22, 88, 0.82));
        box-shadow: 0 16px 35px rgba(0, 0, 0, 0.22);
        transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    }

    /* Let the benefits section rise over the hero as one continuous scrolling layer. */
    section.mainBanner.trademark-reg {
        position: sticky;
        top: 0;
        z-index: 0;
    }

    section.mainBanner.trademark-reg.hero-overlap-complete {
        position: relative;
    }

    section.tm-reg-secname-benefits {
        position: relative;
        z-index: 2;
        overflow: visible;
        margin-top: 0;
    }

    section.tm-reg-secname-benefits .tm-reg-secname-card {
        position: sticky;
        top: 112px;
        z-index: var(--benefit-index, 0);
        transform: scale(var(--benefit-scroll-scale, 1));
        filter: brightness(var(--benefit-scroll-brightness, 1));
        transform-origin: center top;
        transition: transform 180ms linear, filter 180ms linear, border-color 280ms ease, box-shadow 280ms ease;
        will-change: transform, filter;
    }

    section.tm-reg-secname-benefits .tm-reg-secname-card:nth-child(1) { --benefit-index: 0; }
    section.tm-reg-secname-benefits .tm-reg-secname-card:nth-child(2) { --benefit-index: 1; }
    section.tm-reg-secname-benefits .tm-reg-secname-card:nth-child(3) { --benefit-index: 2; }
    section.tm-reg-secname-benefits .tm-reg-secname-card:nth-child(4) { --benefit-index: 3; }
    section.tm-reg-secname-benefits .tm-reg-secname-card:nth-child(5) { --benefit-index: 4; }
    section.tm-reg-secname-benefits .tm-reg-secname-card:nth-child(6) { --benefit-index: 5; }

    @media (max-width: 767px) {
        section.tm-reg-secname-benefits .tm-reg-secname-card {
            top: 96px;
        }
    }

    section.how_to_sec .howtoreg:hover {
        transform: scale(var(--scroll-scale)) translateY(-5px);
        border-color: #a66cff;
        box-shadow: 0 20px 42px rgba(109, 40, 217, 0.25);
    }

    section.how_to_sec .process-icon {
        position: absolute;
        top: 28px;
        left: 28px;
        width: 54px;
        height: 54px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(220, 198, 255, 0.3);
        border-radius: 16px;
        background: linear-gradient(135deg, #6d28d9, #a66cff);
        color: #fff;
        font-size: 23px;
        box-shadow: 0 10px 22px rgba(109, 40, 217, 0.3);
    }

    section.how_to_sec .howtoreg h5 {
        margin: 0 0 10px;
        color: #f4eeff;
        font-size: 20px;
        line-height: 1.3;
    }

    section.how_to_sec .howtoreg p {
        margin: 0;
        color: #dcc6ff;
        font-size: 15px;
        line-height: 1.65;
    }

    /* Shared styling for content icons replacing section SVGs. */
    .content-icon {
        width: 56px;
        height: 56px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        border-radius: 16px;
        /* background: linear-gradient(135deg, #6d28d9, #a66cff); */
        color: #fff;
        font-size: 24px;
        box-shadow: 0 10px 24px rgba(109, 40, 217, 0.28);
    }

    .content-icon-large {
        width: 80px;
        height: 80px;
        font-size: 32px;
        border-radius: 22px;
    }

    .howtoreg .content-icon {
        position: absolute;
        top: 28px;
        left: 28px;
        margin-bottom: 0;
    }

    .info-ser .content-icon {
        margin-bottom: 20px;
    }

    @media (max-width: 767px) {
        .howtoreg .content-icon {
            top: 22px;
            left: 22px;
        }
    }

    @media (max-width: 767px) {
        section.how_to_sec .howto_1 {
            position: static;
        }

        section.how_to_sec .howtoreg {
            min-height: 0;
            padding: 86px 22px 24px;
        }

        section.how_to_sec .process-icon {
            top: 22px;
            left: 22px;
        }
    }

    /* Keep the final process-card presentation consistent after responsive rules. */
    section.how_to_sec {
        padding: 96px 0 170px;
        background:
            radial-gradient(circle at 12% 12%, rgba(109, 40, 217, 0.16), transparent 28%),
            radial-gradient(circle at 88% 72%, rgba(166, 108, 255, 0.1), transparent 26%),
            #000 !important;
    }

    section.how_to_sec .howto_1 h2 {
        font-size: clamp(2.15rem, 4vw, 3.6rem);
        letter-spacing: -0.04em;
    }

    section.how_to_sec .howtoreg {
        min-height: 342px;
        padding: 30px 34px 34px;
    }

    section.how_to_sec .howtoreg::after {
        content: "";
        position: absolute;
        right: 34px;
        bottom: 0;
        left: 34px;
        height: 2px;
        background: linear-gradient(90deg, transparent, #a66cff, transparent);
        opacity: 0.55;
    }

    section.how_to_sec .howtoreg:hover {
        transform: scale(var(--scroll-scale)) translateY(-6px);
    }

    .process-card-top {
        color: #c4a3ff;
        text-shadow: 0 0 14px rgba(166, 108, 255, 0.5);
    }

    .process-card-top b {
        font-size: 2.2rem;
    }

    .process-card-visual {
        min-height: 190px;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 12px 32px rgba(0, 0, 0, 0.35);
    }

    @media (max-width: 767px) {
        section.how_to_sec {
            padding: 64px 0 110px;
        }

        section.how_to_sec .howtoreg {
            min-height: 0;
            padding: 24px 22px;
        }

        .process-card-visual {
            min-height: 145px;
        }

    }

    /* Final process card polish. */
    section.how_to_sec {
        padding: 96px 0 170px;
        background:
            radial-gradient(circle at 12% 12%, rgba(109, 40, 217, 0.16), transparent 28%),
            radial-gradient(circle at 88% 72%, rgba(166, 108, 255, 0.1), transparent 26%),
            #000 !important;
    }

    section.how_to_sec .howto_1 h2 {
        font-size: clamp(2.15rem, 4vw, 3.6rem);
        letter-spacing: -0.04em;
    }

    section.how_to_sec .howtoreg {
        min-height: 342px;
        padding: 30px 34px 34px;
    }

    section.how_to_sec .howtoreg::after {
        content: "";
        position: absolute;
        right: 34px;
        bottom: 0;
        left: 34px;
        height: 2px;
        background: linear-gradient(90deg, transparent, #a66cff, transparent);
        opacity: 0.55;
    }

    section.how_to_sec .howtoreg:hover {
        transform: scale(var(--scroll-scale)) translateY(-6px);
    }

    .process-card-top {
        color: #c4a3ff;
        text-shadow: 0 0 14px rgba(166, 108, 255, 0.5);
    }

    .process-card-top b {
        font-size: 2.2rem;
    }

    .process-card-visual {
        min-height: 190px;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 12px 32px rgba(0, 0, 0, 0.35);
    }

    @media (max-width: 767px) {
        section.how_to_sec {
            padding: 64px 0 110px;
        }

        section.how_to_sec .howtoreg {
            min-height: 0;
            padding: 24px 22px;
        }

        .process-card-visual {
            min-height: 145px;
        }
    }

    section.how_to_sec .process-card-column {
        position: relative;
    }

    section.how_to_sec .howtoreg {
        min-height: 320px;
        padding: 28px 32px 32px;
    }

    section.how_to_sec .howtoreg > .process-icon {
        display: none;
    }

    .process-card-top {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: var(--brand-4);
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.16em;
    }

    .process-card-top b {
        color: rgba(244, 238, 255, 0.22);
        font-size: 1.8rem;
        letter-spacing: -0.06em;
    }

    .process-card-body {
        position: relative;
        z-index: 1;
        display: grid;
        grid-template-columns: minmax(150px, 0.9fr) 1.2fr;
        align-items: center;
        gap: 28px;
        margin-top: 24px;
    }

    .process-card-visual {
        display: flex;
        min-height: 178px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
        border: 1px solid rgba(220, 198, 255, 0.14);
        border-radius: 16px;
        background:
            radial-gradient(circle, rgba(166, 108, 255, 0.18) 1px, transparent 1px),
            rgba(7, 4, 15, 0.58);
        background-size: 15px 15px;
        color: var(--brand-4);
        text-align: center;
    }

    .process-card-visual i {
        display: grid;
        width: 52px;
        height: 52px;
        place-items: center;
        border: 1px solid rgba(220, 198, 255, 0.28);
        border-radius: 50%;
        background: linear-gradient(135deg, var(--brand-3), #a66cff);
        color: #fff;
        font-size: 1.25rem;
        box-shadow: 0 0 24px rgba(109, 40, 217, 0.4);
    }

    .process-card-visual span {
        color: var(--brand-5);
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.1em;
    }

    .process-card-visual em {
        color: rgba(235, 222, 255, 0.58);
        font-size: 0.75rem;
        font-style: normal;
    }

    .process-card-content h5 {
        margin-bottom: 12px;
    }

    .process-card-content p {
        margin-bottom: 0;
    }

    /* Keep the section layout unchanged while stacking each card like mobile. */
    section.how_to_sec .process-card-body {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    section.how_to_sec .process-card-visual {
        width: 100%;
        min-height: 150px;
    }

    @media (max-width: 767px) {
        section.how_to_sec .howtoreg {
            min-height: 0;
            padding: 24px 22px;
        }

        .process-card-body {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .process-card-visual {
            min-height: 130px;
        }
    }
.federal-mn {
    background: rgb(156, 81, 206);
    background: linear-gradient(49deg, rgb(82 51 159) 0%, rgba(156, 81, 206, 1) 100%);
}



ul.hide{
  display: flex;
  list-style:none;
}

/* Final responsive safeguards for redesigned service sections. */
@media (max-width: 991px) {
    .mainBanner .mb_1 { width: 100%; }
    .mainBanner .mb_2_2 {
        margin: 0 0 24px;
        gap: 6px;
    }
    .mainBanner .mb_2_2 p { white-space: normal; }
    .mainBanner .btn_group {
        flex-wrap: wrap;
        gap: 12px;
    }
    .mainBanner .btn_group a { margin-right: 0; }
    section.how_to_sec .howtoreg { padding-right: 24px; }
}

@media (max-width: 767px) {
    .mainBanner .mb_1 h1 {
        max-width: 100%;
        letter-spacing: -1px;
    }
    .mainBanner .hero-description,
    .mainBanner .hero-points li { max-width: 100%; }
    .hero-visual { max-width: 100%; }
    .s1_1 { padding: 24px; }
    .s1_1 span {
        right: 24px;
        font-size: 92px;
    }
    .s1_1 h3 {
        font-size: 21px;
        line-height: 1.3;
    }
    .content-icon,
    .content-icon-large { flex-shrink: 0; }
    section.our-testimonial .owl-testimonial .item {
        height: 330px;
        min-height: 330px;
        margin-right: 8px;
        margin-left: 8px;
    }
    section.our-testimonial .info-test { padding: 24px 22px 22px; }
}

@media (max-width: 575px) {
    .mainBanner .mb_1 h1 { font-size: clamp(28px, 9vw, 36px); }
    .mainBanner .mb_1 .hero-description {
        font-size: 15px;
        line-height: 1.55;
    }
    .mainBanner .hero-points li {
        align-items: flex-start;
        font-size: 14px;
    }
    .mainBanner .btn_group a {
        min-width: 0;
        width: 100%;
    }
    .mainBanner .hero-price {
        /* align-items: flex-start; */
        flex-direction: column;
    }
    section.get_trademark_sec .mb_2_2 {
        max-width: calc(100% - 20px);
        margin: 16px 10px 0;
        padding: 12px;
    }
    section.get_trademark_sec .mb_2_2 p { font-size: 12px; }
    section.get_trademark_sec .mb_2_2 .review-stars { flex-wrap: wrap; }
    section.our-testimonial .owl-testimonial .item {
        height: 350px;
        min-height: 350px;
    }
    section.our-testimonial .info-test > p {
        font-size: 13px !important;
        line-height: 1.55;
    } section.how_to_sec .howtoreg {
        padding: 84px 20px 22px;
        border-radius: 20px;
    }
    section.how_to_sec .howtoreg h5 { font-size: 18px; }
    section.how_to_sec .howtoreg p { font-size: 14px; }
    .content-icon-large {
        width: 68px;
        height: 68px;
        font-size: 28px;
    }
}

/* Keep the navigation fixed above hero sections after the sticky class is added. */
.main-header.sticky {
    position: fixed !important;
    top: 4px;
    z-index: 10002 !important;
}

/* Office Action Response pricing tabs. */
#pkgdetials.monitor_sec {
    background:
        radial-gradient(circle at 85% 15%, rgba(109, 40, 217, 0.18), transparent 34%),
        #0d051c;
}

#pkgdetials .site_sidebar {
    position: relative;
}

#pkgdetials .ms_1 {
    min-height: 100%;
    padding: 34px 30px;
    border: 1px solid rgba(220, 198, 255, 0.22);
    border-radius: 26px;
    background: linear-gradient(145deg, rgba(28, 11, 56, 0.98), rgba(49, 22, 88, 0.9));
    color: #dcc6ff;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3);
}

#pkgdetials .ms_1 strong {
    color: #f4eeff;
    font-size: 42px;
}

#pkgdetials .ms_1 strong sub {
    color: #cbb5e8;
    font-size: 14px;
}

#pkgdetials .ms_1 p {
    color: #dcc6ff;
}

#pkgdetials .ms_1 .custom_list {
    padding-left: 0;
    list-style: none;
}

#pkgdetials .ms_1 .custom_list li {
    position: relative;
    margin-bottom: 18px;
    padding: 0 0 0 25px;
    color: #cbb5e8;
}

#pkgdetials .ms_1 .custom_list li::before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 3px;
    color: #a66cff;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

#pkgdetials .ms_1 .custom_list li span {
    display: block;
    margin-bottom: 4px;
    color: #f4eeff;
    font-weight: 700;
}

#pkgdetials .ms_1 .theme-btn {
    border-radius: 50px;
}

#pkgdetials .site_sidebar {
    perspective: 1000px;
}

#pkgdetials .ms_1 {
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
}

#pkgdetials .ms_1::before {
    content: "ATTORNEY-LED SERVICE";
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 6px 11px;
    border: 1px solid rgba(220, 198, 255, 0.28);
    border-radius: 50px;
    background: rgba(109, 40, 217, 0.22);
    color: #dcc6ff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

#pkgdetials .ms_1::after {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(166, 108, 255, 0.28), transparent 68%);
    pointer-events: none;
}

#pkgdetials .ms_1 > p:first-of-type {
    position: relative;
    z-index: 1;
    margin-bottom: 26px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(220, 198, 255, 0.16);
}

#pkgdetials .ms_1 > p:first-of-type strong {
    margin-bottom: 7px;
    line-height: 1;
}

#pkgdetials .ms_1 .custom_list li {
    min-height: 44px;
    margin-bottom: 14px;
    padding: 0 0 0 32px;
    line-height: 1.45;
}

#pkgdetials .ms_1 .custom_list li::before {
    top: 1px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(109, 40, 217, 0.3);
    line-height: 22px;
    text-align: center;
}

#pkgdetials .ms_1 .custom_list li span {
    font-size: 15px;
}

#pkgdetials .ms_1 > p:last-of-type {
    margin-top: 24px;
    padding: 12px 14px;
    border-left: 3px solid #a66cff;
    border-radius: 0 10px 10px 0;
    background: rgba(109, 40, 217, 0.13);
    color: #f4eeff;
    font-weight: 700;
}

#pkgdetials .ms_1 > .theme-btn {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 14px 20px;
    text-align: center;
    box-shadow: 0 12px 25px rgba(109, 40, 217, 0.3);
}

@media (max-width: 767px) {
    #pkgdetials .ms_1::before {
        margin-bottom: 16px;
    }

    #pkgdetials .ms_1 strong {
        font-size: 36px;
    }
}

#pkgdetials .tab_links {
    position: relative;
    display: flex;
    gap: 8px;
    margin-bottom: 30px;
    padding: 7px;
    border: 1px solid rgba(220, 198, 255, 0.2);
    border-radius: 18px;
    background: rgba(28, 11, 56, 0.82);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

#pkgdetials .tab_links li {
    flex: 1;
    margin: 0;
}

#pkgdetials .tab_links a {
    position: relative;
    display: block;
    padding: 14px 18px;
    border: 0;
    border-radius: 13px;
    color: #cbb5e8;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-align: center;
    text-decoration: none;
    transition: color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

#pkgdetials .tab_links a::before {
    display: inline-block;
    margin-right: 8px;
    color: #a66cff;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

#pkgdetials .tab_links li:first-child a::before {
    content: "\f05a";
}

#pkgdetials .tab_links li:last-child a::before {
    content: "\f0ae";
}

#pkgdetials .tab_links li.active a {
    background: linear-gradient(135deg, #6d28d9, #a66cff);
    color: #fff;
    box-shadow: 0 8px 22px rgba(109, 40, 217, 0.38);
}

#pkgdetials .tab_links li.active a::before {
    color: #fff;
}

#pkgdetials .tab-content {
    padding: 30px 34px;
    border: 1px solid rgba(220, 198, 255, 0.16);
    border-radius: 24px;
    background: rgba(28, 11, 56, 0.7);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

#pkgdetials .tab-content h3 {
    color: #f4eeff;
    line-height: 1.3;
}

#pkgdetials .tab-content p {
    color: #cbb5e8;
    line-height: 1.7;
}

/* Monitoring pricing tabs shown on the service page. */
section.monitor_sec#howits {
    background:
        radial-gradient(circle at 82% 12%, rgba(109, 40, 217, 0.16), transparent 32%),
        #0d051c;
}

section.monitor_sec#howits > .container > .row {
    align-items: flex-start;
}

section.monitor_sec#howits .tab_links {
    display: flex;
    gap: 8px;
    margin-bottom: 28px;
    padding: 7px;
    border: 1px solid rgba(220, 198, 255, 0.18);
    border-radius: 18px;
    background: rgba(28, 11, 56, 0.88);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
}

section.monitor_sec#howits .tab_links li {
    flex: 1;
    margin: 0;
}

section.monitor_sec#howits .tab_links a {
    display: block;
    padding: 13px 12px;
    border: 0;
    border-radius: 12px;
    color: #cbb5e8;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

section.monitor_sec#howits .tab_links li.active a {
    background: linear-gradient(135deg, #6d28d9, #a66cff);
    color: #fff;
    box-shadow: 0 8px 20px rgba(109, 40, 217, 0.34);
}

section.monitor_sec#howits .tab-content {
    padding: 28px 32px;
    border: 1px solid rgba(220, 198, 255, 0.16);
    border-radius: 22px;
    background: rgba(28, 11, 56, 0.76);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

section.monitor_sec#howits .tab-content h3 {
    color: #f4eeff;
    line-height: 1.3;
}

section.monitor_sec#howits .tab-content p,
section.monitor_sec#howits .tab-content li {
    color: #dcc6ff;
    line-height: 1.65;
}

section.monitor_sec#howits .tab-content .custom_list {
    padding-left: 0;
    list-style: none;
}

section.monitor_sec#howits .tab-content .custom_list li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 25px;
}

section.monitor_sec#howits .tab-content .custom_list li::before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 2px;
    color: #a66cff;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

@media (max-width: 767px) {
    section.monitor_sec#howits .tab_links {
        flex-direction: column;
    }

    section.monitor_sec#howits .tab_links a {
        text-align: left;
    }

    section.monitor_sec#howits .tab-content {
        padding: 24px 20px;
    }
}

@media (max-width: 767px) {
    #pkgdetials .tab_links {
        flex-direction: column;
    }

    #pkgdetials .tab_links a {
        padding: 12px 14px;
        text-align: left;
    }

    #pkgdetials .tab-content {
        padding: 24px 20px;
    }

    #pkgdetials .ms_1 {
        padding: 28px 22px;
    }
}

@media (max-width: 1199px) {
    .main-header.sticky {
        top: 0;
        width: 100%;
        border-radius: 0;
    }

    .main-header .menuWrap {
        position: fixed;
        top: 0;
        right: -150%;
        width: 100%;
        height: 100%;
        margin: auto;
        overflow-y: auto;
        z-index: 99999;
    }

    .main-header .menuWrap.open {
        right: 0;
    }

    .main-header.open,
    .main-header.sticky.open {
        height: auto !important;
        min-height: 60px;
        overflow: visible !important;
    }

    .main-header .menuWrap.open {
        top: 0;
        right: 0;
        bottom: 0;
        width: 100vw;
        height: 100vh;
        max-height: 100vh;
        overflow-y: auto;
        z-index: 99999;
    }

    .main-header .menuWrap.open .menu {
        min-height: 100%;
    }

    .main-header .menu-Bar.open {
        position: fixed;
        top: 30px;
        right: 30px;
        z-index: 100000;
    }

    .menuWrap.open {
        left: 0 !important;
        right: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        max-height: 100vh;
        position: fixed !important;
        top: 0 !important;
        bottom: auto !important;
        margin: 0 !important;
        transform: none !important;
    }
}

/* Final 3D card finish must come after the legacy component rules. */
.s1_1,
.howtoreg,
.info-test,
.rev-box,
.s2_1,
.s3_1,
.ms_1,
.smt_1,
.cr_1_3,
.tm-reg-secname-card,
.tm-reg-lp-advantage-card {
    transform-style: preserve-3d;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    box-shadow: 0 12px 0 rgba(13, 5, 28, 0.18), 0 22px 38px rgba(13, 5, 28, 0.28);
}

.s1_1:hover,
.howtoreg:hover,
.info-test:hover,
.rev-box:hover,
.s2_1:hover,
.s3_1:hover,
.ms_1:hover,
.smt_1:hover,
.cr_1_3:hover,
.tm-reg-secname-card:hover,
.tm-reg-lp-advantage-card:hover {
    transform: translateY(-8px) translateZ(14px) rotateX(1deg);
    box-shadow: 0 16px 0 rgba(13, 5, 28, 0.2), 0 30px 48px rgba(109, 40, 217, 0.3);
}







.trash_this .fa .fa-trash{
  color: #fff;
}


i.fa.fa-trash {
    padding: 0px;
    left: -10px;
    color:#ebdeff;
}





section.privacy li span {
    color: #ffff;
}


section.privacy li span strong {
    color: #ffff;
}


.privacy p.faa-paragraph a {
    color:  #ffff !important;
}



.privacy-list strong {
    color: #ffff;
}


li.privacy-policy-list-item1::marker {
    color: #ffff;
}


.privacy-list {
   
    color: #ffff;
}


.privacy-list p.lp-p{
  color: #ffff;
}



section.attn-img-1 {
    text-align: center;
}

.sidebar_template .section_head p {
    
    color: #ebdeff;
}

/* Tablet layout safeguards. Keep tablet content fluid without changing phone rules. */
@media (min-width: 768px) and (max-width: 1199px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .container,
    .container-fluid {
        width: 100%;
        max-width: 100%;
        padding-right: 24px;
        padding-left: 24px;
    }

    .spad {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .mainBanner,
    .innerBanner_a,
    .innerBanner_b {
        min-height: 0;
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .mainBanner .mb_1 h1,
    .innerBanner_a .mb_1 h1,
    .innerBanner_b .mb_1 h1 {
        max-width: 100%;
        font-size: clamp(32px, 4.5vw, 48px);
        line-height: 1.15;
        
    }

    .mainBanner .mb_1 > p,
    .innerBanner_a .mb_1 > p,
    .innerBanner_b .mb_1 > p {
        width: 100%;
        max-width: 100%;
    }

    .mainBanner .mb_2,
    .innerBanner_a .mb_2,
    .innerBanner_b .mb_2 {
        padding-left: 16px;
    }

    .mainBanner .mb_2_2 {
        margin: 0;
    }

    .section_head {
        margin-bottom: 36px;
    }

    .section_head h2 {
        font-size: clamp(28px, 3.2vw, 36px);
        line-height: 1.2;
    }

    .section_head p {
        max-width: 760px;
        margin-right: auto;
        margin-left: auto;
    }

    .s1_1,
    .s2_1,
    .s3_1,
    .smt_1,
    .cr_1_3,
    .ms_1 {
        height: 100%;
        padding: 24px;
    }

    .s1_1 h3,
    .s2_1 h3,
    .s3_1 h3 {
        font-size: 20px;
        line-height: 1.3;
    }

    .s1_1 p,
    .s2_1 p,
    .s3_1 p {
        line-height: 1.55;
    }

    .s1_1 img,
    .s1_1 > a > .content-icon {
        width: 52px;
        height: 52px;
    }

    .search-results {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .info-search-result {
        min-width: 0;
        margin-right: 0;
    }

    .trusted-logos {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px;
        padding: 56px 24px;
    }

    .trusted-img {
        max-width: 100%;
        height: auto;
    }

    .site-footer .sf_0 {
        gap: 24px;
    }

    .site-footer .ftr_btm p {
        width: 100%;
    }

    .formtag-search {
        width: min(100%, 650px);
    }

    .cr_sec_2,
    .cr_sec_package,
    .checkout-body,
    .table-responsive {
        max-width: 100%;
        overflow-x: auto;
    }

    .cr_sec_2 table,
    .cr_sec_package table {
        min-width: 680px;
    }

    .registration_form .form_wrap,
    .paymentpage .form_wrap {
        width: 100%;
        max-width: 920px;
        margin-right: auto;
        margin-left: auto;
    }

    .input.small,
    input.small {
        max-width: 32%;
    }

    .monitor_sec .row,
    .sidebar_template .row {
        align-items: stretch;
    }

    #pkgdetials .tab_links,
    section.monitor_sec#howits .tab_links {
        flex-wrap: nowrap;
    }

    #pkgdetials .tab_links a,
    section.monitor_sec#howits .tab_links a {
        padding: 12px 10px;
        font-size: 14px;
    }

    #pkgdetials .ms_1 {
        padding: 28px 24px;
    }

    .modal-dialog {
        max-width: calc(100% - 48px);
        margin: 24px auto;
    }
}


.form-row{
  display: flex;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
 
    color: #ffffff !important;
}

/* Final visual polish for the interactive registration process cards. */
section.how_to_sec {
    padding: 96px 0 170px;
    background:
        radial-gradient(circle at 12% 12%, rgba(109, 40, 217, 0.16), transparent 28%),
        radial-gradient(circle at 88% 72%, rgba(166, 108, 255, 0.1), transparent 26%),
        #000 !important;
}

section.how_to_sec .howto_1 h2 {
    font-size: clamp(2.15rem, 4vw, 3.6rem);
    letter-spacing: -0.04em;
}

section.how_to_sec .howtoreg {
    min-height: 342px;
    padding: 30px 34px 34px;
}

section.how_to_sec .howtoreg::after {
    content: "";
    position: absolute;
    right: 34px;
    bottom: 0;
    left: 34px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #a66cff, transparent);
    opacity: 0.55;
}

section.how_to_sec .howtoreg:hover {
    transform: scale(var(--scroll-scale)) translateY(-6px);
}

.process-card-top {
    color: #c4a3ff;
    text-shadow: 0 0 14px rgba(166, 108, 255, 0.5);
}

.process-card-top b {
    font-size: 2.2rem;
}

.process-card-visual {
    min-height: 190px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 12px 32px rgba(0, 0, 0, 0.35);
}

@media (max-width: 767px) {
    section.how_to_sec {
        padding: 64px 0 110px;
    }

    section.how_to_sec .howtoreg {
        min-height: 0;
        padding: 24px 22px;
    }

    .process-card-visual {
        min-height: 145px;
    }
}

/* Stacked process cards for the trademark registration journey. */
section.how_to_sec {
    --process-surface: #120d1f;
    --process-line: rgba(220, 198, 255, 0.18);
    --process-accent: #a66cff;
    --process-text: #ebdeff;
    --process-muted: #c4b4df;
    padding: 84px 0 150px;
    background: #000 !important;
    overflow: visible !important;
}

section.how_to_sec .howto_1 {
    position: sticky;
    top: 120px;
    z-index: 1;
    padding: 22px 12px 0 0;
}

section.how_to_sec .howto_1 h2 {
    margin-bottom: 14px;
    color: var(--brand-6);
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.08;
}

section.how_to_sec .howto_1 h3 {
    margin-bottom: 16px;
    color: var(--brand-4);
    font-size: 1.1rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

section.how_to_sec .howto_1 p {
    max-width: 460px;
    color: var(--process-muted);
    line-height: 1.75;
}

section.how_to_sec .howtoreg {
    position: sticky;
    top: calc(112px + (var(--process-index, 0) * 12px));
    z-index: var(--process-index, 0);
    min-height: 220px;
    margin-bottom: 44px;
    padding: 30px 32px 32px 112px;
    overflow: hidden;
    border: 1px solid var(--process-line);
    border-radius: 22px;
    background:
        radial-gradient(circle at 100% 0%, rgba(109, 40, 217, 0.22), transparent 38%),
        linear-gradient(135deg, rgba(5, 2, 12, 1), rgba(46, 18, 90, 1));
    box-shadow:
        0 -12px 38px rgba(0, 0, 0, 0.48),
        0 20px 55px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    transform: scale(var(--scroll-scale));
    filter: brightness(var(--scroll-brightness));
    transform-origin: center top;
    transition: transform 180ms linear, filter 180ms linear, border-color 280ms ease, box-shadow 280ms ease;
    will-change: transform, filter;
}

section.how_to_sec .howtoreg::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.12;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 32px 32px;
    -webkit-mask-image: linear-gradient(to left, #000, transparent 58%);
    mask-image: linear-gradient(to left, #000, transparent 58%);
}

section.how_to_sec .howtoreg:hover {
    transform: translateY(-5px);
    border-color: rgba(166, 108, 255, 0.7);
    box-shadow:
        0 -12px 42px rgba(0, 0, 0, 0.56),
        0 24px 70px rgba(0, 0, 0, 0.42),
        0 0 34px rgba(109, 40, 217, 0.16);
}

section.how_to_sec .howtoreg h5,
section.how_to_sec .howtoreg p,
section.how_to_sec .howtoreg .process-icon {
    position: relative;
    z-index: 1;
}

section.how_to_sec .howtoreg h5 {
    margin-bottom: 12px;
    color: var(--process-text);
    font-size: 1.35rem;
}

section.how_to_sec .howtoreg p {
    color: var(--process-muted);
    line-height: 1.7;
}

section.how_to_sec .process-icon {
    top: 30px;
    left: 30px;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(220, 198, 255, 0.3);
    border-radius: 18px;
    background: linear-gradient(135deg, var(--brand-3), var(--process-accent));
    box-shadow: 0 10px 26px rgba(109, 40, 217, 0.34);
}

section.how_to_sec .howtoreg:nth-child(1) { --process-index: 0; }
section.how_to_sec .howtoreg:nth-child(2) { --process-index: 1; }
section.how_to_sec .howtoreg:nth-child(3) { --process-index: 2; }
section.how_to_sec .howtoreg:nth-child(4) { --process-index: 3; }
section.how_to_sec .howtoreg:nth-child(5) { --process-index: 4; }

@media (max-width: 767px) {
    section.how_to_sec {
        padding: 60px 0 90px;
    }

    section.how_to_sec .howto_1 {
        position: static;
        padding: 0 0 28px;
    }

    section.how_to_sec .howtoreg {
        position: sticky;
        top: calc(96px + (var(--process-index, 0) * 8px));
        min-height: 0;
        margin-bottom: 28px;
        padding: 24px 22px;
        border-radius: 18px;
    }

    section.how_to_sec .process-icon {
        top: 22px;
        left: 22px;
    }
}

/* Use the same full-width stacked process layout on desktop and mobile. */
@media (min-width: 768px) {
    section.how_to_sec > .container > .row {
        display: block;
    }

    section.how_to_sec .howto_1 {
        max-width: 760px;
        margin: 0 auto 48px;
        padding: 0;
        text-align: center;
    }

    section.how_to_sec .howto_1 p {
        max-width: 680px;
        margin-right: auto;
        margin-left: auto;
    }

    section.how_to_sec .process-card-column {
        width: 100%;
        max-width: 980px;
        margin: 0 auto;
    }

    section.how_to_sec .process-card-body {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    section.how_to_sec .process-card-visual {
        width: 100%;
        min-height: 150px;
    }
}

/* Final attached process-journey styling. */
section.how_to_sec {
    --process-accent: #a66cff;
    --process-accent-2: #6d28d9;
    --process-bright: #dcc6ff;
    --process-text: #f3ecff;
    --process-muted: #b9a9d4;
    --process-line: rgba(220, 198, 255, 0.14);
    padding: 110px 0 180px;
    background:
        radial-gradient(circle at 10% 20%, rgb(109 40 217), transparent 28%),
        radial-gradient(circle at 90% 75%, rgba(166, 108, 255, 0.08), transparent 30%),
        #08040f !important;
}

section.how_to_sec .howto_1 h3 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--process-accent);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
}

section.how_to_sec .howto_1 h3::before,
section.how_to_sec .howto_1 h3::after {
    content: "";
    width: 24px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--process-accent));
}

section.how_to_sec .howto_1 h3::after {
    background: linear-gradient(90deg, var(--process-accent), transparent);
}

section.how_to_sec .howto_1 h2 {
    color: var(--process-bright);
    font-size: clamp(2.2rem, 5vw, 4rem);
    letter-spacing: -0.035em;
}

section.how_to_sec .howto_1 p {
    max-width: 650px;
    color: var(--process-muted);
    font-size: 1rem;
    line-height: 1.8;
}

section.how_to_sec .process-card-column {
    position: relative;
    width: 100%;
    max-width: 980px;
    margin: 60px auto 0;
    padding: 10px 0 40px;
}

section.how_to_sec .process-card-column::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    transform: translateX(-50%);
    background: linear-gradient(
        to bottom,
        transparent,
        rgba(166, 108, 255, 0.4) 8%,
        rgba(166, 108, 255, 0.18) 50%,
        rgba(166, 108, 255, 0.4) 92%,
        transparent
    );
    pointer-events: none;
}

section.how_to_sec .howtoreg {
    top: calc(115px + (var(--process-index, 0) * 18px));
    z-index: calc(20 + var(--process-index, 0));
    min-height: 350px;
    margin-bottom: 75px;
    padding: 34px;
    border-radius: 26px;
    background:
        radial-gradient(circle at 100% 0%, rgba(109, 40, 217, 0.22), transparent 38%),
        linear-gradient(135deg, rgba(5, 2, 12, 1), rgba(46, 18, 90, 1));
    box-shadow:
        0 25px 70px rgba(0, 0, 0, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

section.how_to_sec .howtoreg::after {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(166, 108, 255, 0.16), transparent 68%);
    pointer-events: none;
    opacity: 0.8;
}

section.how_to_sec .howtoreg:hover {
    border-color: rgba(166, 108, 255, 0.45);
    transform: scale(var(--scroll-scale, 1)) translateY(-5px);
}

.process-card-top {
    margin-bottom: 25px;
}

.process-card-top span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.process-card-top span::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--process-accent);
    box-shadow: 0 0 10px rgba(166, 108, 255, 0.8);
}

.process-card-top b {
    color: rgb(247 244 251);
    font-size: 4rem;
    line-height: 0.8;
}

section.how_to_sec .process-card-body {
    grid-template-columns: 1fr;
    gap: 32px;
}

section.how_to_sec .process-card-visual {
    min-height: 150px;
    border-radius: 20px;
    border-color: rgba(196, 163, 255, 0.28);
    background:
        radial-gradient(circle at 50% 35%, rgba(192, 132, 252, 0.3), transparent 52%),
        linear-gradient(135deg, #4c1d95, #7c3aed 55%, #c084fc);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        inset 0 0 45px rgba(255, 255, 255, 0.12),
        0 15px 35px rgba(0, 0, 0, 0.38),
        0 0 28px rgba(124, 58, 237, 0.24);
}

section.how_to_sec .process-card-visual i {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    border-color: rgba(237, 224, 255, 0.42);
    background: linear-gradient(135deg, #4c1d95, #7c3aed 55%, #c084fc);
    box-shadow:
        0 0 0 8px rgba(166, 108, 255, 0.08),
        0 0 35px rgba(124, 58, 237, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.24);
    animation: processIconFloat 4s ease-in-out infinite;
}

@keyframes processIconFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

section.how_to_sec .howtoreg h5 {
    position: relative;
    z-index: 4;
    color: var(--process-text);
    font-size: clamp(1.45rem, 2.5vw, 2rem);
}

section.how_to_sec .howtoreg h5::after {
    content: "";
    display: block;
    width: 42px;
    height: 2px;
    margin-top: 15px;
    border-radius: 10px;
    background: linear-gradient(90deg, var(--process-accent), transparent);
}

section.how_to_sec .howtoreg p {
    position: relative;
    z-index: 4;
    max-width: 520px;
    color: var(--process-muted);
    font-size: 0.95rem;
    line-height: 1.8;
}

@media (max-width: 767px) {
    section.how_to_sec {
        padding: 75px 0 100px;
    }

    section.how_to_sec .process-card-column {
        margin-top: 35px;
        padding-left: 14px;
    }

    section.how_to_sec .process-card-column::before {
        left: 3px;
    }

    section.how_to_sec .howtoreg {
        top: calc(92px + (var(--process-index, 0) * 9px));
        min-height: 0;
        margin-bottom: 35px;
        padding: 23px 20px;
        border-radius: 20px;
    }

    .process-card-top b {
        font-size: 2.8rem;
    }

    section.how_to_sec .process-card-body {
        gap: 22px;
    }

    section.how_to_sec .process-card-visual {
        min-height: 150px;
    }
}

@media (prefers-reduced-motion: reduce) {
    section.how_to_sec .howtoreg,
    section.how_to_sec .process-card-visual i {
        transition: none;
        animation: none;
    }
}

/* Full-width centered process presentation. */
section.how_to_sec .howto_1 {
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

section.how_to_sec > .container > .row > .col-md-6 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 40px 120px;
}

section.how_to_sec .howto_1 p {
    margin-right: auto;
    margin-left: auto;
}

section.how_to_sec .process-card-column {
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
}

section.how_to_sec .howtoreg {
    width: 100%;
}

/* Keep card text above decorative overlays while the cards stack. */
section.how_to_sec .howtoreg .process-card-content h5,
section.how_to_sec .howtoreg .process-card-content p {
    position: relative;
    z-index: 4;
}

/* Trademark hero parallax layers. */
section.mainBanner.trademark-reg {
    --hero-parallax-y: 0px;
}

section.mainBanner.trademark-reg::before {
    background-position: center var(--hero-parallax-y);
    transform: scale(1.08);
    transition: background-position 120ms linear;
    will-change: background-position;
}

section.mainBanner.trademark-reg .hero-visual {
    transform: translateY(var(--hero-visual-y, 0px));
    transition: transform 120ms linear;
    will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
    section.mainBanner.trademark-reg::before,
    section.mainBanner.trademark-reg .hero-visual {
        transform: none;
        transition: none;
    }
}

@media (max-width: 767px) {
    section.how_to_sec {
        padding: 70px 0 90px;
    }

    section.how_to_sec > .container > .row > .col-md-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 20px 16px;
    }

    section.how_to_sec .howto_1 {
        position: static;
        width: 100%;
        padding: 0 0 20px;
        text-align: center;
    }

    section.how_to_sec .howto_1 h2 {
        font-size: clamp(2rem, 9vw, 2.6rem);
    }

    section.how_to_sec .howto_1 h3::before,
    section.how_to_sec .howto_1 h3::after {
        display: none;
    }

    section.how_to_sec .howto_1 p {
        max-width: 100%;
        font-size: 0.92rem;
        line-height: 1.7;
    }

    section.how_to_sec .process-card-column {
        width: 100%;
        margin: 20px 0 0;
        padding: 10px 0 20px 14px;
    }

    section.how_to_sec .process-card-column::before {
        left: 3px;
    }

    section.how_to_sec .howtoreg {
        top: calc(92px + (var(--process-index, 0) * 9px));
        width: 100%;
        min-height: 0;
        margin-bottom: 30px;
        padding: 22px 18px;
        border-radius: 20px;
    }

    section.how_to_sec .process-card-body {
        gap: 20px;
    }

    section.how_to_sec .process-card-visual {
        min-height: 150px;
    }

    section.how_to_sec .howtoreg h5 {
        font-size: 1.3rem;
    }

    section.how_to_sec .howtoreg p {
        max-width: 100%;
        font-size: 0.88rem;
        line-height: 1.7;
    }
}

@media (min-width: 768px) {
    section.how_to_sec > .container > .row {
        display: flex;
        flex-wrap: wrap;
    }

    section.how_to_sec > .container > .row > .col-md-6 {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
        padding: 40px;
    }

    section.how_to_sec .howto_1 {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 40px 0;
        text-align: left;
    }

    section.how_to_sec .howto_1 p {
        margin-right: 0;
        margin-left: 0;
    }

    section.how_to_sec .process-card-column {
        width: 100%;
        max-width: none;
        margin: 0;
    }
}