body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  font-size: 14.5px;
  color: #696666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  font-weight: 500;
}

::selection {
  background: #ffbc00;
  color: #ffffff;
}
::-moz-selection {
  background: #cfe2ab;
  color: #ffffff;
}

a {
  text-decoration: none !important;
}

p {
  letter-spacing: 0.02rem;
  line-height: 1.75;
}

/*****************
  1. HELPER
*****************/
.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.btn {
  padding: 9px 27px;
  outline: none;
  border-radius: 3px;
  text-decoration: none;
}

.btn-custom {
  color: #fff;
  font-size: 13px;
  background: #0085f7;
  border: 0px;
  letter-spacing: 0.7px;
  transition: all 0.5s;
  border: 1px solid #0085f7;
  font-weight: 500;
  text-transform: uppercase;
}

.wb-button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.wb-button-group.is-centered {
  justify-content: center;
}

.wb-button-group .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 2rem;
  margin: 0 !important;
  border-radius: 10px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

.wb-button-group.is-wide .btn {
  min-width: 200px;
}


.wb-cta-section {
  background: #eef3f8;
}

.wb-cta-box {
  border: 1px solid #e3ebf3;
  border-radius: 22px;
  background: linear-gradient(135deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.045);
}

.wb-cta-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 2rem;
  text-align: center;
}

.wb-cta-title {
  color: #22364d;
}

.wb-cta-desc {
  color: #5b6d84;
  font-size: 1.1rem;
  line-height: 1.9;
}


@media (max-width: 767.98px) {
  .wb-cta-content {
    padding: 1.5rem;
  }

  .wb-cta-desc {
    font-size: 1rem;
  }
}

.bg-overlay {
  background-color: rgba(37, 41, 52, 0);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/*****************
   2. TITLE
******************/
.section-title h2 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #696666;
  padding-bottom: 15px;
}

.bar {
  height: 1px;
  margin: 15px 0;
  display: block;
  background-color: #e5e5e5;
}

.section-title {
  z-index: 2;
  position: relative;
}

.section-subtitle-top {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #696666;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
}

.section-title h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
}

h4 {
  font-size: 17px;
}

.font-40 {
  font-size: 40px !important;
}
.font-36 {
  font-size: 36px !important;
}
.font-30 {
  font-size: 30px !important;
}
.font-26 {
  font-size: 26px !important;
}
.font-22 {
  font-size: 22px !important;
}
.font-20 {
  font-size: 20px !important;
}
.font-18 {
  font-size: 18px !important;
}
.font-14 {
  font-size: 14px !important;
}

.pad-bot-0 {
  padding-bottom: 0;
}

.spacer-15 {
  height: 15px !important;
}

.spacer-30 {
  height: 30px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-20 {
  padding: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

/******************
    3. TOPBAR/TAGLINE
********************/
.tagline {
  background: #28354b;
  font-size: 13px;
  color: #ffffff !important;
  position: absolute;
  width: 100%;
  z-index: 99;
}

.phone {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  padding: 11px 0;
  font-size: 15px;
}

.phone i {
  margin-right: 8px;
}

.phone a {
  color: #fff;
}
.phone a:hover {
  color: #ffbc00;
}

.tagline .pull-left i {
  font-weight: 400;
  display: inline-block;
  margin-right: 5px;
}

.top_socials {
  margin-bottom: 0;
}

.top_socials li {
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
  padding: 0 10px;
  text-align: right;
}

.top_socials a {
  display: block;
  line-height: 40px;
  transition: all 3s ease;
  -webkit-transition: all 3s ease;
  color: #ffffff;
  background-color: transparent;
  font-size: 15px;
  font-weight: 400;
  padding: 2px 0;
}
.top_socials a.active {
  color: #0085f7;
  font-weight: bold;
}
.top_socials a:hover {
  color: #0085f7;
}

.tagline > .container-fluid {
  width: 90%;
}

.defaultscroll .container-fluid {
  width: 90% !important;
}

/*********************
      4. LOADER
**********************/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #0085f7, #0085f7);
  z-index: 9999999;
}

#preloader #status {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/********************
    5. Home
********************/

.home-center {
  display: table;
  width: 100%;
  height: 100%;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.title-heading h1 {
  color: #fff;
  font-size: 48px;
  text-transform: capitalize;
  font-weight: 700;
}

.title-heading h3 {
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 700;
}

.title-heading p {
  margin-bottom: 30px;
}

.title-heading h4 {
  display: inline-block;
  background: #0b0f1b52;
  padding: 5px 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 4px;
  margin-bottom: 15px;
}

.title-heading h4 span {
  position: relative;
  display: inline-block;
  padding: 5px 8px;
  margin-right: 5px;
  text-transform: uppercase;
}

.title-heading h4 span:last-of-type:after {
  content: "";
}

.bg-half {
  padding: 300px 0 210px;
  background-size: cover;
  /*background-position: center center;*/
  align-self: center;
  position: relative;
}

.page-next a,
.page-next span {
  font-size: 15px;
  display: inline-block;
  font-weight: 500;
  padding-right: 8px;
  text-transform: capitalize;
  color: #ffffff;
}

.page-next span {
  color: #0085f7;
}

.page-next a:hover {
  color: #0085f7;
  transition: all 0.5s;
}

.page-next-level h4 {
  font-size: 28px;
  color: #ffffff;
  font-weight: 600;
}

/****SLIDER****/

/*******BUSINESS-4*******/

/*****PARALLAX******/

/*****Agency-1******/

/*******RESUME-1********/

.mouse-down a {
  position: absolute;
  color: #ffffff;
  top: 90px;
  text-align: center;
  right: 0;
  left: 0;
}

.mouse-down a i {
  font-size: 16px;
  height: 55px;
  width: 28px;
  line-height: 55px;
  border: 2px solid #e5e5e5;
  border-radius: 30px;
}

/*********** ONE PAGE DEMO **************/

/***SERVICES***/

.onepage-services .nav-tabs .nav-item.show .nav-link,
.onepage-services .nav-tabs .nav-link:hover,
.onepage-services .nav-tabs .nav-link:focus,
.onepage-services .nav-tabs .nav-link.active {
  border-color: transparent;
  border-bottom: 2px solid #0085f7;
  transition: all 0.5s;
}

/*********************
       6. FEATURES
**********************/

/***LANDING-3***/

/********************
    7. ABOUT US
*********************/
.about-section h5,
.member-head h5,
.single-service h5 {
  font-size: 18px;
}

.about-section h4,
.faq-chart-section h4,
.member-head h4,
.single-service h4,
.cta-heading h3 {
  font-size: 22px;
  /* text-transform: uppercase; */
}

/**RESUME-1**/

.about p {
  line-height: 30px;
}

.about-list .title-head {
  max-width: 120px;
  width: 100%;
  display: inline-block;
}

.about-list {
  line-height: 35px;
}

.about-list ul li {
  font-size: 16px;
}

/********************
       8. SERVICES
*********************/

.more-services .types-of-service h4 {
  font-size: 16px;
}

.owl-service-head a h4 {
  color: #696666;
}

.owl-service-head a:hover h4 {
  color: #0085f7;
}

/**********************
       9. CTA
**********************/

.call-back-cta .contact-form h4 {
  font-size: 22px;
}

/*==============================
       10. PORTFOLIO/WORK
==============================*/

.container-filter li a {
  display: block;
  font-size: 12px;
  border: 1px solid #e4e4e4;
  padding: 0px 12px;
  margin: 0px 4px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  line-height: 30px;
  -webkit-transition: all 0.6s ease;
  border-radius: 3px;
}

.container-filter li a:hover,
.container-filter li a.active {
  color: #fff !important;
  background-color: #0085f7;
  border: 1px solid #0085f7;
}

.portfolio-box .portfolio-box-detail h4 {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 16px;
}

.portfolio-box .portfolio-box-detail p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: 500;
}

.gallary-title h3 {
  color: #555;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out 0s;
}

.gallary-title a {
  color: #696666;
}

.portfolio-box .gallary-title h6:hover a {
  color: #0085f7;
  transition: all 0.5s;
}

/*==============================
      11. TESTIMONIAL/CLIENT
==============================*/

.testi-content p i {
  font-size: 36px;
  color: #0085f7;
}

.client-name p {
  letter-spacing: 1px;
}

.client-name h4 {
  margin-bottom: 10px;
  font-weight: 600;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  width: 13px;
}

/*********************
      12. FAQ
**********************/

.card-header h4,
.skill h6,
.skill-chart h6 {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 400;
}

a.faq[data-toggle="collapse"].collapsed:before {
  content: "";
  color: #696666;
  transition: all 0.5s ease;
}

a.faq[data-toggle="collapse"].collapsed {
  background-color: #fff;
  color: #696666;
  transition: all 0.5s;
}

a.faq[data-toggle="collapse"] {
  background-color: #fff;
  color: #0085f7;
  transition: all 0.5s;
}

a.faq[data-toggle="collapse"]:before {
  content: "";
  display: block;
  font-family: "Material Design Icons";
  font-size: 20px;
  color: #0085f7;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

a.faq-black[data-toggle="collapse"].collapsed {
  background-color: #696666;
  color: #ffffff;
  transition: all 0.5s;
}

a.faq-black[data-toggle="collapse"] {
  background-color: #ffffff;
  color: #696666;
  transition: all 0.5s;
}

/****CHART*****/

.fade:not(.show) {
  opacity: 1;
}
@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

/****PIE CHART****/

/**************************
      13.  PRICE LIST
**************************/

.price-tag-heading h3 {
  font-size: 44px;
  font-weight: 600;
}

.price-tag-heading h3 sub {
  font-size: 14px;
}

.pricing-plan-box.active {
  background: #0085f7;
}

.pricing-plan-box.active,
.pricing-table-wraper .pricing-table {
  position: relative;
  overflow: hidden;
  border: none;
}

.pricing-plan-box.active i {
  color: #fff;
  margin-right: 12px;
}

.pricing-plan-box.active .lable h6,
.pricing-table-wraper .pricing-table .lable h6 {
  color: #0085f7;
  font-size: 10px;
  font-weight: 600;
}

.pricing-plan-box.active .lable,
.pricing-table-wraper .pricing-table .lable {
  background: #fff;
  padding: 8px 0;
  text-align: center;
  width: 200px;
  position: absolute;
  top: 22px;
  left: -60px;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

/****TWO****/

.pricing-table-wraper .pricing-table .lable h6 {
  color: #ffffff;
}

/*********************
      14. COUNTER
**********************/

/*********************
      15. TEAM
**********************/

.team-info h3,
.member-info h3,
.team-list-content h3 {
  font-size: 16px;
}

.team-icon > li a {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: #0085f7;
}

.team-icon a:hover {
  background-color: #ffffff;
  color: #0085f7;
}

.social-icon a:hover {
  background: #0085f7;
  border: 1.4px solid #0085f7;
  color: #fff !important;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.team-overlay .team-content .team-name a {
  color: #ffffff;
  font-size: 18px;
}

/*********************
    16. BLOG
**********************/

.post-title a {
  color: #696666;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.post-title a:hover {
  color: #0085f7;
}

.post .post-meta a,
.post-meta a {
  color: #333;
  transition: all 0.3s ease;
}

.post-meta a:hover,
.post-meta a:focus,
.post-more a:hover {
  color: #0085f7;
}

.post-more a {
  font-size: 14px;
  color: #959595;
  font-weight: 400;
  transition: all 0.3s ease;
}

.post-content p {
  margin: 10px 0;
}

/******** Blog detals *********/

.media-body h6 {
  font-size: 13px;
}

.media-body a {
  color: #525252;
}

.media-body p {
  line-height: 24px;
}

/******SIDEBAR*****/

.widget h4 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #111;
}

.widget p {
  margin-top: 15px;
}

.widget_categories li a {
  color: #303133;
}

.widget_categories li a:hover {
  color: #0085f7;
}

.widget_categories ul li a {
  margin-right: 5px;
}

.tagcloud > a {
  background: #f5f5f5;
  border-radius: 2px;
  color: #303133;
  display: inline-block;
  font-size: 9px;
  letter-spacing: 1px;
  margin: 5px 5px 5px 0;
  padding: 7px 8px 5px 10px;
  text-transform: uppercase;
  transition: all 0.5s ease;
}

.tagcloud > a:hover {
  background: #0085f7;
  color: #fff;
}

/***** Pagination ******/

.pagination > li > a {
  background-color: #ffffff;
  color: #4c5667;
  border: 1px solid #e5e5e5;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
  margin-left: 12px;
  transition: all 0.5s;
}

.pagination > .active > a {
  background: #0085f7 none repeat scroll 0 0;
  border-color: #0085f7;
  color: #ffffff;
}

.pagination > li > a:hover,
.pagination > li > a:focus {
  background: #0085f7 none repeat scroll 0 0;
  border-color: #0085f7;
  color: #ffffff;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover {
  background-color: #0085f7;
  border-color: #0085f7;
  color: #fff;
  cursor: default;
  z-index: 3;
}

/*==============================
      17.  HISTORY
==============================*/

.history-box:hover h5 {
  color: #0085f7;
}

.history-box h5 {
  margin: 0;
  padding: 8px 0 12px;
  font-size: 16px;
  color: #696666;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.history-box p {
  margin: 0;
  left: 1px;
}

/*==============================
      18.  RESUME/TIMELINE
================================*/

.timeline-page h4,
.event-description-left h4 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
  color: #0085f7 !important;
  text-transform: capitalize;
}

/*****SUBSCRIBE****/

/*****WORK PROCESS******/

.design-process-content h3 {
  margin-bottom: 16px;
}

.design-process-content p {
  line-height: 26px;
  margin-bottom: 12px;
}

.nav-tabs.process-model > li.active > a,
.nav-tabs.process-model > li.active > a:hover,
.nav-tabs.process-model > li.active > a:focus,
.process-model li a:hover,
.process-model li a:focus {
  border: none;
  background: transparent;
}

.process-model li a {
  padding: 0;
  border: none;
  color: #606060;
}

.process-model li.active,
.process-model li.visited {
  color: #0085f7;
}

.process-model li.active a,
.process-model li.active a:hover,
.process-model li.active a:focus,
.process-model li.visited a,
.process-model li.visited a:hover,
.process-model li.visited a:focus {
  color: #0085f7;
}

.process-model li.active i,
.process-model li.visited i {
  background: #fff;
  border-color: #0085f7;
}

.process-model.contact-us-tab li.visited a,
.process-model.contact-us-tab li.visited p {
  color: #606060 !important;
  font-weight: normal;
}

/**********************
      19.  ERROR PAGE
***********************/
.error-page h1 {
  font-size: 98px;
  font-weight: 700;
  line-height: 150px;
  text-shadow:
    rgba(61, 61, 61, 0.3) 5px 5px,
    rgba(61, 61, 61, 0.2) 5px 5px,
    rgba(61, 61, 61, 0.3) 5px 5px;
}

/***********************
     20.  COMING SOON
************************/

/************************
      21.  BLANK PAGE
************************/

/*******************************************************
        22.  ELEMENTS
********************************************************/
.element-sidebar li a {
  line-height: 30px;
  color: #696666;
  transition: all 0.3s ease;
}

.element-sidebar li a:hover {
  color: #0085f7;
}

/*========BACKGROUND COLOR=========*/

/*=============ALERT=================*/

.alert-message h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.alert-message p:last-child {
  margin-bottom: 0;
}

/*============BLOCKQUOTE==================*/

/*============VIDEO-AUDIO==================*/

/******BOXED*********/

/*==========ICONS===========*/

/********BUTTONS***********/

.btn-custom:not(:disabled):not(.disabled).active,
.btn-custom:not(:disabled):not(.disabled):active,
.show > .btn-custom.dropdown-toggle {
  color: #fff;
  background-color: #84a544;
}

/*******DROP CAP******/

/*****TABS****/

.nav-tabs .nav-link.active {
  color: #0085f7;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0085f7;
}
/******PAGINATION*******/

.pagination-radious > li > a {
  border-radius: 50%;
}

.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

/****MODALS*******/

/*******IMAGES********/

/*********LIGHTBOX*********/

/**********************
    23. CONTACT US
***********************/

.contact-form h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

#success_page h3 {
  color: #28d628;
  font-size: 22px;
}

/*********************
     24.  FOOTER
**********************/

.footer-item li a {
  /* color: #c1c1c1; */
  color: #77828c;
  transition: all 0.3s ease;
}

.footer-item li a:hover {
  margin-left: 2px;
  color: #0085f7;
}

.footer-head h5 {
  font-size: 14px;
  letter-spacing: 0.7px;
  font-weight: 400;
}

/**BACK TO TOP**/

.back-to-top {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  text-align: center;
  z-index: 10000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #0085f7;
  transition: all 0.8s ease;
}

.back-to-top i {
  color: #fff;
  font-size: 22px;
  display: block;
  line-height: 27px;
}

/*********************
    25. RESPONSIVE
**********************/
@media (min-width: 200px) and (max-width: 767px) {
  .title-heading h4 span {
    display: block;
  }
}

@media (min-width: 200px) and (max-width: 768px) {
  .section,
  .feature-three,
  .section-two {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .section-subtitle-top {
    font-size: 44px;
  }

  .title-heading h1 {
    font-size: 45px;
  }
}

@media (max-width: 374px) {
}

@media screen and (max-width: 425px) {
  .tagline {
    display: none;
  }
}

@media (min-width: 768px) {
  .title-heading h4 span:after {
    content: "|";
    position: absolute;
    top: 5px;
    left: 54%;
    width: 100%;
    height: 100%;
  }
}

@media (max-height: 768px) {
  .mouse-down a {
    top: 35px;
  }
}

@media screen and (max-width: 380px) {
  .more-icon-preocess.process-model li p {
    font-size: 12px;
  }
}

/* === Weavebit consolidated page styles === */

.clear {
  clear: both;
}
.hidden-md {
  display: block;
}
.page-error-section {
  padding-top: 140px;
  padding-bottom: 100px;
}

button:focus,
.form-control:focus,
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.open > .dropdown-toggle.btn-custom {
  border-color: #0085f7;
  background-color: #0085f7;
  color: #ffffff;
}

.wb-footer {
  background: #0b1220;
  color: #cbd5e1;
  padding: 60px 0 30px;
}

.wb-footer a {
  color: #cbd5e1;
  text-decoration: none;
}

.wb-footer a:hover {
  color: #0085f7;
}

.wb-footer-title {
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}

.wb-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wb-footer-links li {
  margin-bottom: 8px;
}

.wb-footer-desc {
  max-width: 320px;
  font-size: 14px;
  line-height: 1.7;
}

.wb-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 40px;
  padding-top: 20px;
  font-size: 14px;
}

/* Legal pages */
body.legal-page {
  background: #f6f9fc;
}
body.legal-page .legal-page-wrap {
  padding: 150px 0 80px;
}
body.legal-page .legal-surface {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 20px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}
body.legal-page .legal-header {
  padding: 2.25rem 2.25rem 1.5rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border-bottom: 1px solid #edf2f7;
}
body.legal-page .legal-badge {
  display: inline-block;
  padding: 0.42rem 0.9rem;
  border-radius: 999px;
  background: rgba(0, 133, 247, 0.1);
  color: #0085f7;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
}
body.legal-page .legal-title {
  font-size: 2.3rem;
  line-height: 1.2;
  color: #334155;
  margin-bottom: 1rem;
}
body.legal-page .legal-desc {
  font-size: 1.05rem;
  line-height: 1.9;
  color: #64748b;
  margin-bottom: 0.75rem;
  max-width: 760px;
}
body.legal-page .legal-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #64748b;
  font-size: 0.95rem;
}
body.legal-page .legal-content {
  padding: 2rem 2.25rem 2.4rem;
  color: #334155;
  line-height: 1.9;
}
body.legal-page .legal-content h2 {
  font-size: 1.35rem;
  line-height: 1.4;
  color: #0f172a;
  margin: 2rem 0 0.9rem;
}
body.legal-page .legal-content h3 {
  font-size: 1.05rem;
  color: #0f172a;
  margin: 1.35rem 0 0.7rem;
}
body.legal-page .legal-content p,
body.legal-page .legal-content li {
  color: #475569;
}
body.legal-page .legal-content ul {
  padding-left: 1.2rem;
  margin-bottom: 1rem;
}
body.legal-page .legal-note {
  border-left: 4px solid #0085f7;
  background: #f8fbff;
  padding: 1rem 1.15rem;
  border-radius: 10px;
  margin-top: 1rem;
  color: #475569;
}
@media (max-width: 767.98px) {
  body.legal-page .legal-page-wrap {
    padding: 125px 0 60px;
  }
  body.legal-page .legal-header,
  body.legal-page .legal-content {
    padding: 1.4rem;
  }
  body.legal-page .legal-title {
    font-size: 1.95rem;
  }
}

/* Article page */
body.blog-article-page {
  background: #f6f9fc;
}
.ba-hero {
  padding-top: 140px;
  padding-bottom: 30px;
}
.ba-wrap {
  padding-bottom: 80px;
}
.ba-card,
.ba-side-card {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}
.ba-card {
  overflow: hidden;
}
.ba-cover {
  width: 100%;
  aspect-ratio: 1200/630;
  object-fit: cover;
  display: block;
  background: #eaf1f8;
}
.ba-inner {
  padding: 38px 40px;
}
.ba-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: #6b7b93;
  font-size: 1rem;
  margin-bottom: 22px;
}
.ba-meta i {
  margin-right: 6px;
}
.ba-title {
  font-size: 3.35rem;
  line-height: 1.2;
  color: #143a6f;
  margin-bottom: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.ba-excerpt {
  font-size: 1.18rem;
  line-height: 1.9;
  color: #4c6483;
  margin-bottom: 28px;
}
.ba-content {
  color: #243b53;
  font-size: 1.08rem;
  line-height: 1.95;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.ba-content h2,
.ba-content h3,
.ba-content h4 {
  color: #143a6f;
  margin-top: 2.2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.35;
}
.ba-content h2:first-child,
.ba-content h3:first-child,
.ba-content h4:first-child {
  margin-top: 0;
}
.ba-content p {
  margin-bottom: 1rem;
  color: #3d536e;
}
.ba-content ul,
.ba-content ol {
  padding-left: 1.4rem;
  margin-bottom: 1rem;
  color: #3d536e;
}
.ba-content li {
  margin-bottom: 0.55rem;
}
.ba-content img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}
.ba-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.2rem;
}
.ba-content th,
.ba-content td {
  border: 1px solid #dce7f2;
  padding: 12px;
}
.ba-side-card {
  padding: 28px;
}
.ba-side-title {
  font-size: 1.55rem;
  color: #143a6f;
  margin-bottom: 14px;
  border-bottom: 1px solid;
}
.ba-side-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ba-side-list li + li {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #edf2f7;
}
.ba-side-list a {
  color: #143a6f;
  text-decoration: none;
  line-height: 1.6;
}
.ba-side-list a:hover {
  color: #0085f7;
}

@media (max-width: 991.98px) {
  .ba-title {
    font-size: 2.45rem;
  }
  .ba-inner {
    padding: 28px 24px;
  }
}

@media (max-width: 575.98px) {
  .ba-title {
    font-size: 2rem;
  }
  .ba-meta {
    gap: 12px;
    font-size: 0.95rem;
  }
  .ba-inner {
    padding: 24px 18px;
  }
  .ba-excerpt,
  .ba-content {
    font-size: 1rem;
  }
}

/* About page */
body.about-page {
  background: #f7f9fc;
  color: #55677d;
}
.about-page .about-hero {
  background-image:
    linear-gradient(135deg, rgba(11, 18, 32, 0.9), rgba(16, 32, 64, 0.5)),
    url("/static/images/bg-about.webp");
  background-position: center center;
  background-size: cover;
}
.about-page .about-badge {
  display: inline-block;
  padding: 0.42rem 1rem;
  border-radius: 999px;
  background: rgba(0, 133, 247, 0.1);
  color: #0f7ae5;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
}
.about-page .about-lead {
  font-size: 1.08rem;
  line-height: 1.9;
}
.about-page .about-text {
  color: #5d7087;
  font-size: 1.05rem;
  line-height: 1.92;
}
.about-page .about-section-base {
  background: #f7f9fc;
}
.about-page .about-section-soft {
  background: #eef3f8;
}
.about-page .about-section-dark {
  background: #edf3f8;
}
.about-page .about-section-title,
.about-page .about-copy-wrap h2,
.about-page .about-info-surface h2,
.about-page .about-card-title,
.about-page .about-audience h5,
.about-page .about-trust h5,
.about-page .about-cta-title,
.about-page .about-highlight-panel h4,
.about-page .about-why-box h3 {
  color: #22364d;
}
.about-page .about-copy-wrap {
  padding-right: 1rem;
}
.about-page .about-intro-lead {
  font-size: 1.18rem;
  line-height: 1.9;
  color: #334860;
  font-weight: 500;
}
.about-page .about-info-surface,
.about-page .about-card,
.about-page .about-audience,
.about-page .about-trust,
.about-page .about-cta-box,
.about-page .about-why-box {
  border: 1px solid #e3ebf3;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.045);
}
.about-page .about-info-surface {
  padding: 2.25rem;
}
.about-page .about-info-surface .about-intro-lead {
  margin-bottom: 1.25rem;
}
.about-page .about-highlight-panel {
  height: 100%;
  border-radius: 22px;
  padding: 2rem;
  background: linear-gradient(135deg, #0f172a 0%, #163557 100%);
  color: #ffffff;
  box-shadow: 0 22px 42px rgba(15, 23, 42, 0.16);
}
.about-page .about-highlight-panel h4,
.about-page .about-highlight-panel p,
.about-page .about-highlight-panel li,
.about-page .about-highlight-panel .about-mini-stat {
  color: #ffffff;
}
.about-page .about-highlight-panel p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.85;
}
.about-page .about-mini-stats {
  display: flex;
  flex-wrap: wrap;
  margin: -0.4rem;
  margin-bottom: 1rem;
}
.about-page .about-mini-stat {
  margin: 0.4rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.9rem;
  font-weight: 500;
}
.about-page .about-panel-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.about-page .about-panel-list li {
  position: relative;
  padding-left: 1.7rem;
  margin-bottom: 0.95rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.88);
}
.about-page .about-panel-list li:before {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.12rem;
  color: #7dd3fc;
}
.about-page .about-grid-col {
  display: flex;
  margin-bottom: 1.8rem;
}
.about-page .about-grid-col > * {
  width: 100%;
}
.about-page .about-card,
.about-page .about-audience,
.about-page .about-trust {
  display: flex;
  width: 100%;
  height: 100%;
}
.about-page .about-card-content,
.about-page .about-audience-content,
.about-page .about-trust-content,
.about-page .about-cta-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 2rem;
  background: transparent;
}
.about-page .about-card-text,
.about-page .about-audience p,
.about-page .about-trust p {
  color: #5d7087;
  line-height: 1.9;
  margin-bottom: 0;
}
.about-page .about-card-icon,
.about-page .about-meta-icon {
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(
    135deg,
    rgba(0, 133, 247, 0.1),
    rgba(0, 133, 247, 0.18)
  );
  color: #0f7ae5;
  font-size: 1.5rem;
  margin-bottom: 1.4rem;
  flex: 0 0 auto;
}
.about-page .about-list {
  margin: 0;
  padding-left: 1.15rem;
}
.about-page .about-list li {
  margin-bottom: 0.7rem;
  line-height: 1.85;
  color: #586b82;
}
.about-page .about-why-box {
  padding: 2rem;
}
.about-page .about-why-img {
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
}
.about-page .about-why-img + .about-why-img {
  margin-top: 1.5rem;
}
.about-page .about-cta-box {
  background: linear-gradient(135deg, #ffffff 0%, #f7fbff 100%);
}
.about-page .about-cta-content {
  text-align: center;
}
.about-page .about-cta-box .about-lead {
  color: #5b6d84;
}
.about-page .about-section-dark .about-badge {
  background: rgba(15, 122, 229, 0.12);
}
.about-page .btn-outline-primary {
  border-color: #0085f7;
  color: #0085f7;
  background: transparent;
}
.about-page .btn-outline-primary:hover,
.about-page .btn-outline-primary:focus {
  color: #ffffff;
  background: #0085f7;
}
@media (max-width: 991.98px) {
  .about-page .about-copy-wrap {
    padding-right: 0;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  .about-page .about-lead,
  .about-page .about-text,
  .about-page .about-intro-lead {
    font-size: 1rem;
  }
  .about-page .about-info-surface,
  .about-page .about-highlight-panel,
  .about-page .about-card-content,
  .about-page .about-audience-content,
  .about-page .about-trust-content,
  .about-page .about-why-box,
  .about-page .about-cta-content {
    padding: 1.5rem;
  }
  .about-page .about-grid-col {
    margin-bottom: 1rem;
  }
}

/* Blog page */
body.blog-list-page {
  background: #f6f9fc;
}
.bl-hero {
  padding-top: 140px;
  padding-bottom: 44px;
  background:
    linear-gradient(180deg, rgba(18, 35, 67, 0.06), rgba(18, 35, 67, 0)),
    #f6f9fc;
}
.bl-badge {
  display: inline-block;
  padding: 0.42rem 0.9rem;
  border-radius: 999px;
  background: rgba(0, 133, 247, 0.1);
  color: #0085f7;
  font-size: 0.92rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.bl-title {
  color: #143a6f;
  font-size: 3rem;
  line-height: 1.18;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}
.bl-desc {
  color: #4c6483;
  font-size: 1.14rem;
  line-height: 1.9;
  max-width: 860px;
  margin: 0 auto;
}
.bl-search-wrap {
  margin-top: 2rem;
}
.bl-search-card {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
}
.bl-search-form {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.bl-search-input {
  flex: 1 1 320px;
  height: 62px;
  border-radius: 18px;
  border: 1px solid #d8e4f0;
  padding: 0 20px;
  font-size: 1.05rem;
  color: #24415f;
  background: #fff;
  min-width: 0;
}
.bl-search-input:focus {
  outline: none;
  border-color: #0085f7;
  box-shadow: 0 0 0 4px rgba(0, 133, 247, 0.08);
}
.bl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  height: 62px;
  border-radius: 18px;
  padding: 0 22px;
  font-weight: 600;
  border: 1px solid transparent;
  text-decoration: none !important;
  transition: all 0.18s ease;
}
.bl-btn-primary {
  background: #0b7ff2;
  color: #fff !important;
}
.bl-btn-primary:hover {
  background: #066bd0;
  color: #fff !important;
}
.bl-btn-light {
  background: #fff;
  color: #143a6f !important;
  border-color: #d8e4f0;
}
.bl-btn-light:hover {
  border-color: #b9d0e6;
  color: #143a6f !important;
  background: #f9fbfe;
}
.bl-section {
  padding-bottom: 84px;
}
.bl-result-meta {
  color: #6b7b93;
  font-size: 0.98rem;
  margin-bottom: 1.2rem;
}
.bl-grid-row {
  display: flex;
  flex-wrap: wrap;
}
.bl-grid-row > [class*="col-"] {
  display: flex;
}
.bl-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}
.bl-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.07);
}
.bl-cover-link {
  display: block;
  aspect-ratio: 1200 / 630;
  background: #e8f0f8;
  overflow: hidden;
}
.bl-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bl-card-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 22px 22px 24px;
}
.bl-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: #7b8ca5;
  font-size: 0.96rem;
  margin-bottom: 16px;
}
.bl-meta i {
  margin-right: 6px;
}
.bl-card-title {
  font-size: 1.72rem;
  line-height: 1.34;
  color: #143a6f;
  font-weight: 600;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bl-card-title a {
  color: inherit;
  text-decoration: none;
}
.bl-card-title a:hover {
  color: #0085f7;
}
.bl-excerpt {
  color: #48617f;
  line-height: 1.9;
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bl-spacer {
  flex: 1 1 auto;
}
.bl-readmore {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  color: #0b7ff2;
  text-decoration: none;
}
.bl-readmore:hover {
  color: #066bd0;
}
.bl-empty {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 22px;
  padding: 40px 26px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
  text-align: center;
}
.bl-empty h3 {
  color: #143a6f;
  margin-bottom: 10px;
}
.bl-empty p {
  color: #5f728d;
  margin-bottom: 0;
}
.bl-pagination {
  margin-top: 2.2rem;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.bl-page-link {
  min-width: 48px;
  height: 48px;
  padding: 0 16px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #dbe6f2;
  color: #143a6f;
  text-decoration: none;
  font-weight: 600;
}
.bl-page-link:hover {
  color: #0b7ff2;
  border-color: #b8d0e6;
  text-decoration: none;
}
.bl-page-link.active {
  background: #0b7ff2;
  border-color: #0b7ff2;
  color: #fff;
}
.bl-page-link.disabled {
  pointer-events: none;
  opacity: 0.5;
}
@media (max-width: 991.98px) {
  .bl-title {
    font-size: 2.45rem;
  }
  .bl-card-title {
    font-size: 1.42rem;
  }
}
@media (max-width: 767.98px) {
  .bl-hero {
    padding-top: 120px;
  }
  .bl-title {
    font-size: 2rem;
  }
  .bl-desc {
    font-size: 1rem;
  }
  .bl-search-card {
    padding: 14px;
    border-radius: 18px;
  }
  .bl-search-form {
    gap: 10px;
  }
  .bl-search-input,
  .bl-btn {
    height: 56px;
    border-radius: 16px;
  }
  .bl-btn {
    min-width: unset;
    width: 100%;
  }
  .bl-card-body {
    padding: 18px 18px 20px;
  }
  .bl-card-title {
    font-size: 1.28rem;
    -webkit-line-clamp: 4;
  }
  .bl-excerpt {
    -webkit-line-clamp: 5;
  }
}

/* DNS Check page */
body.dns-check-page {
  background: #f6f8fb;
}
.dns-hero {
  background-image:
    linear-gradient(135deg, rgba(11, 18, 32, 0.9), rgba(16, 32, 64, 0.5)),
    url("/static/images/bg-dnscheck.webp");
  background-position: center center;
  background-size: cover;
}
.dns-badge {
  display: inline-block;
  padding: 0.42rem 1rem;
  border-radius: 999px;
  background: rgba(15, 122, 229, 0.1);
  color: #0f7ae5;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
}
.dns-lead {
  font-size: 1.08rem;
  line-height: 1.9;
}
.dns-muted {
  color: #5b6d85;
}
.dns-section-soft {
  background: #eef3f9;
}
.dns-surface,
.dns-checker-wrap,
.dns-status-panel,
.dns-side-panel,
.dns-feature-card,
.dns-contact-card,
.dns-modal-box {
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}
.dns-checker-wrap,
.dns-status-panel,
.dns-side-panel,
.dns-contact-card,
.dns-modal-box {
  overflow: hidden;
}
.dns-checker-inner,
.dns-status-inner,
.dns-side-inner,
.dns-feature-inner,
.dns-contact-inner,
.dns-modal-inner {
  padding: 2rem;
}
.dns-check-input-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
}
.dns-domain-input {
  flex: 1 1 320px;
  height: 60px;
  border-radius: 16px;
  border: 1px solid #d8e3f0;
  background: #fff;
  padding: 0 1.1rem;
  font-size: 1rem;
  color: #24364b;
  box-shadow: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.dns-domain-input:focus {
  outline: 0;
  border-color: #1f7bf2;
  box-shadow: 0 0 0 4px rgba(31, 123, 242, 0.1);
}
.dns-domain-button {
  min-width: 180px;
  height: 60px;
  border-radius: 16px;
  padding: 0 1.4rem;
  font-weight: 600;
}
.dns-inline-note {
  margin-top: 1rem;
  padding: 1rem 1.15rem;
  border-radius: 14px;
  background: #f4f8fd;
  border: 1px solid #e3ecf7;
  color: #60748c;
  line-height: 1.8;
}
.dns-quick-list {
  margin: 0;
  padding-left: 1.15rem;
  color: #5b6d85;
}
.dns-quick-list li {
  margin-bottom: 0.75rem;
  line-height: 1.8;
}
.dns-status-panel {
  min-height: 100%;
}
.dns-status-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.dns-status-idle {
  background: #edf2f8;
  color: #52657d;
}

.dns-status-hint {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e6edf6;
  color: #60748c;
  line-height: 1.8;
}
.dns-icon-box {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(15, 122, 229, 0.1);
  color: #0f7ae5;
  font-size: 1.35rem;
  margin-bottom: 1.1rem;
}
.dns-equal-row {
  display: flex;
  flex-wrap: wrap;
}
.dns-equal-row > [class*="col-"] {
  display: flex;
}
.dns-feature-card {
  width: 100%;
  height: 100%;
}
.dns-feature-card .dns-feature-inner {
  height: 100%;
}
.dns-modal .modal-dialog {
  max-width: 520px;
}
.dns-modal .modal-content {
  background: transparent;
  border: 0;
}
.dns-turnstile-wrap {
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
  margin-bottom: 1.5rem;
}
.dns-modal-footer {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.dns-tool-grid {
  align-items: stretch;
}
.dns-section-title {
  color: #24364b;
}
.dns-checker-wrap,
.dns-status-panel,
.dns-side-panel,
.dns-contact-card,
.dns-feature-card {
  border: 1px solid #e7edf6;
}
@media (max-width: 991.98px) {
  .dns-domain-button {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .dns-lead {
    font-size: 1rem;
  }
  .dns-checker-inner,
  .dns-status-inner,
  .dns-side-inner,
  .dns-feature-inner,
  .dns-contact-inner,
  .dns-modal-inner {
    padding: 1.5rem;
  }
}

/* Get Started page */
body.get-started-page {
  background: #ffffff;
  color: #475569;
}
body.get-started-page .gs-hero {
  position: relative;
  background-image:
    linear-gradient(rgba(24, 39, 75, 0.72), rgba(24, 39, 75, 0.5)),
    url("/static/images/bg-getstarted.webp");
  background-position: center center;
  background-size: cover;
}
body.get-started-page .gs-badge {
  display: inline-block;
  padding: 0.42rem 0.9rem;
  border-radius: 999px;
  background: rgba(0, 133, 247, 0.1);
  color: #0085f7;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
}
body.get-started-page .gs-lead {
  font-size: 1.08rem;
  line-height: 1.9;
}
body.get-started-page .gs-copy {
  color: #64748b;
}
body.get-started-page .gs-soft-section {
  background: #f6f9fc;
}
body.get-started-page .gs-card,
body.get-started-page .gs-surface,
body.get-started-page .gs-step,
body.get-started-page .gs-panel,
body.get-started-page .gs-contact-card,
body.get-started-page .gs-faq-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  border: 1px solid #e8eef5;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}
body.get-started-page .gs-card-inner,
body.get-started-page .gs-surface-inner,
body.get-started-page .gs-step-inner,
body.get-started-page .gs-panel-inner,
body.get-started-page .gs-contact-inner {
  padding: 1.75rem;
  flex: 1 1 auto;
  background: #ffffff;
}
body.get-started-page .gs-step-inner {
  height: 100%;
}
body.get-started-page .gs-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(0, 133, 247, 0.1);
  color: #0085f7;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
body.get-started-page .gs-monitor-img {
  width: 100%;
  object-fit: cover;
  height: 220px;
  background: #f8fafc;
  flex-shrink: 0;
}
body.get-started-page .gs-list {
  margin: 0;
  padding-left: 1.2rem;
  color: #64748b;
}
body.get-started-page .gs-list li {
  margin-bottom: 0.65rem;
  line-height: 1.8;
}
body.get-started-page .gs-note {
  border-left: 4px solid #0085f7;
  background: #f6f9fc;
  padding: 1rem 1.2rem;
  border-radius: 10px;
}
body.get-started-page .gs-equal-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
body.get-started-page .gs-equal-row > [class*="col-"] {
  display: flex;
}
body.get-started-page .gs-equal-row .gs-card,
body.get-started-page .gs-equal-row .gs-step,
body.get-started-page .gs-equal-row .gs-surface {
  flex: 1 1 auto;
}
body.get-started-page .gs-monitor-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
body.get-started-page .gs-monitor-card .gs-surface-inner {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
body.get-started-page .gs-monitor-card .gs-copy {
  flex: 1 1 auto;
}
body.get-started-page .gs-faq {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
body.get-started-page .gs-faq-head {
  background: #ffffff;
  border-bottom: 1px solid #edf2f7;
}
body.get-started-page .gs-faq-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.1rem 1.25rem;
  border: 0;
  background: transparent;
  color: #1e293b;
  font-weight: 600;
  text-align: left;
  white-space: normal;
  cursor: pointer;
}
body.get-started-page .gs-faq-toggle:focus {
  outline: none;
}
body.get-started-page .gs-faq-toggle::after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 1rem;
  color: #64748b;
  transition: transform 0.2s ease;
}
body.get-started-page .gs-faq-toggle[aria-expanded="true"]::after {
  transform: rotate(180deg);
}
body.get-started-page .gs-faq-answer {
  background: #f6f9fc;
  padding: 1.15rem 1.25rem;
  color: #64748b;
}
body.get-started-page .gs-faq-answer p:last-child,
body.get-started-page .gs-copy:last-child,
body.get-started-page .gs-surface-inner > *:last-child,
body.get-started-page .gs-step-inner > *:last-child,
body.get-started-page .gs-panel-inner > *:last-child,
body.get-started-page .gs-contact-inner > *:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 767.98px) {
  body.get-started-page .gs-lead {
    font-size: 1rem;
  }
  body.get-started-page .gs-monitor-img {
    height: 200px;
  }
  .wb-button-group .btn {
    width: 100%;
  }
}

/* Home page */
body.home-redesign-page {
  background: #f6f8fb;
}
.home-redesign-hero {
  background-image:
    linear-gradient(135deg, rgba(11, 18, 32, 0.9), rgba(16, 32, 64, 0.78)),
    url("/static/images/bg-home2.jpg");
  background-position: center center;
  background-size: cover;
}
.home-redesign-badge {
  display: inline-block;
  padding: 0.42rem 0.95rem;
  border-radius: 999px;
  background: rgba(15, 122, 229, 0.12);
  color: #0f7ae5;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
}
.home-redesign-lead {
  font-size: 1.08rem;
  line-height: 1.9;
}
.home-redesign-muted {
  color: #5b6d85;
}
.home-redesign-soft {
  background: #eef3f9;
}
.home-redesign-surface,
.home-redesign-monitor-card,
.home-redesign-entry-card,
.home-redesign-contact-card {
  height: 100%;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  border: 1px solid #e9eef5;
  overflow: hidden;
}
.home-redesign-surface-inner,
.home-redesign-monitor-inner,
.home-redesign-entry-inner,
.home-redesign-contact-inner {
  padding: 2rem;
}
.home-redesign-pill-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.home-redesign-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
}
.home-redesign-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(15, 122, 229, 0.1);
  color: #0f7ae5;
  font-size: 1.35rem;
  margin-bottom: 1rem;
}
.home-redesign-equal-row {
  display: flex;
  flex-wrap: wrap;
}
.home-redesign-equal-row > [class*="col-"] {
  display: flex;
}
.home-redesign-monitor-card {
  display: flex;
  flex-direction: column;
}
.home-redesign-monitor-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  background: #f3f7fc;
}
.home-redesign-monitor-inner {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.home-redesign-list,
.home-redesign-checklist {
  margin: 0;
  padding-left: 1.15rem;
}
.home-redesign-list li,
.home-redesign-checklist li {
  margin-bottom: 0.75rem;
  line-height: 1.8;
  color: #5b6d85;
}
.home-redesign-value-text,
.home-redesign-monitor-text,
.home-redesign-entry-text {
  color: #5b6d85;
  line-height: 1.9;
  margin-bottom: 0;
}
.home-redesign-entry-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
}
.home-redesign-entry-side {
  height: 100%;
  border-radius: 18px;
  background: #0f172a;
  color: #e5edf7;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}
.home-redesign-entry-side .home-redesign-entry-inner {
  padding: 1.8rem;
}
.home-redesign-entry-side ul {
  padding-left: 1.15rem;
  margin: 0;
}
.home-redesign-entry-side li {
  margin-bottom: 0.8rem;
  line-height: 1.8;
  color: rgba(229, 237, 247, 0.88);
}
.home-redesign-contact-card {
  background: linear-gradient(135deg, #0f172a 0%, #172849 100%);
  border-color: rgba(255, 255, 255, 0.06);
}
.home-redesign-contact-title,
.home-redesign-contact-desc {
  color: #ffffff;
}
.home-redesign-contact-desc {
  opacity: 0.86;
}
@media (max-width: 991.98px) {
  .home-redesign-monitor-image {
    height: 220px;
  }
}
@media (max-width: 767.98px) {
  .home-redesign-lead {
    font-size: 1rem;
  }
  .home-redesign-surface-inner,
  .home-redesign-monitor-inner,
  .home-redesign-entry-inner,
  .home-redesign-contact-inner {
    padding: 1.35rem;
  }
  .home-redesign-monitor-image {
    height: 200px;
  }
  .wb-button-group .btn {
    width: 100%;
  }
  .wb-button-group.is-wide .btn {
    min-width: 0;
  }
}

@media (max-width: 991.98px) {
  .hidden-md {
    display: none !important;
  }
}
