/* Styles moved from inline to external stylesheet (suffix _xyz added to new classes) */

.banner-padding_xyz {
  padding: 10px 30px;
}
.h2-sub_xyz {
  color: white;
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 400;
}

.bullets-light_xyz {
  color: rgba(255, 255, 255, 0.95);
  margin: 25px 0;
  padding-left: 20px;
}
.cta-row_xyz {
  display: flex;
  gap: 15px;
  margin-top: 35px;
}
.btn-white-xyz {
  background-color: white;
  color: #0084ff;
  padding: 14px 32px;
  font-size: 16px;
}
.btn-secondary-xyz {
  padding: 14px 32px;
  font-size: 16px;
}

.section-alt_xyz {
  background-color: #f5f5f5;
  padding: 80px 0;
}
.grid-gap-50_xyz {
  gap: 50px;
}

.stat-card_xyz {
  margin-bottom: 30px;
  padding: 20px;
  background-color: white;
  border-radius: 10px;
}
.stat-accent-a_xyz {
  border-left: 4px solid #ff6b6b;
}
.stat-accent-b_xyz {
  border-left: 4px solid #ffa500;
}
.stat-accent-c_xyz {
  border-left: 4px solid #ff9999;
}
.stat-accent-d_xyz {
  border-left: 4px solid #ffb3b3;
}
.stat-number_xyz {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}
.stat-number-a_xyz {
  color: #ff6b6b;
}
.stat-number-b_xyz {
  color: #ffa500;
}
.stat-number-c_xyz {
  color: #ff9999;
}
.stat-number-d_xyz {
  color: #ffb3b3;
}
p.hopequre-tech-subtitle {
    text-align: center;
}
.service-card_xyz {
  padding: 30px;
  background-color: #f0f7ff;
  border-radius: 12px;
  text-align: center;
}
.img-shadow_xyz {
  box-shadow: 5px 10px 15px #acacac;
}
.row-top-offset_xyz {
  margin-top: -100px;
}
.client-logo-img_xyz {
  width: 90px;
}

/* Sticky offset for positioned columns */
.sticky-top-offset_xyz {
  top: 8rem;
}

.card-shadow-md_xyz {
  box-shadow: 2px 5px 10px #eee;
}

/* utilities added to replace inline styles */
.wrapper-rounded_xyz {
  border-radius: 1rem;
}
.mb-25_xyz {
  margin-bottom: 25px;
}
.mb-20_xyz {
  margin-bottom: 20px;
}
.mb-15_xyz {
  margin-bottom: 15px;
}
.ul-list_xyz {
  margin: 20px 0;
  padding-left: 20px;
}
.li-mb12_xyz {
  margin-bottom: 12px;
}
.highlight-title_xyz {
  color: #0084ff;
  margin-bottom: 15px;
}
.text-center_xyz {
  text-align: center;
}
.text-muted_xyz {
  color: #666;
}
.grid-3_xyz {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.grid-2_xyz {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.lead-center-17_xyz {
  font-size: 17px;
  margin-bottom: 50px;
}

.section-white_xyz {
  background-color: white;
  padding: 80px 0;
}

.step-circle_xyz {
  width: 60px;
  height: 60px;
  background-color: #0084ff;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 0 auto 20px;
  font-weight: bold;
}

.highlight-box_xyz {
  margin-top: 30px;
  padding: 20px;
  background-color: #fff3cd;
  border-radius: 8px;
  border-left: 4px solid #ffc107;
}

.cta-hero_xyz {
  background: linear-gradient(135deg, #0084ff 0%, #00d4ff 100%);
  color: white;
  padding: 80px 0;
  text-align: center;
}
ul.ul_xyz_banner {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px !important;
}


.service-card_xyz {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 12px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 2px solid #ffd4ff;
  border-bottom: 3px solid #a7a7f2;
  border-left: 2px solid #a7a7f2;
}

.content-for-card .card-body {
  padding: 1rem !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.col-md-10.offset-md-1.col-lg-8.offset-lg-2.mx-auto.text-center h2 {
    font-size: 30px !important;
    margin-bottom: 25px !important;
}
/* small utilities */
.text-center_xyz {
  text-align: center;
}
.text-muted_xyz {
  color: #666;
}
.service-icon-emoji_xyz {
  font-size: 48px;
  margin-bottom: 15px;
}

/* Services section and headings */
.services-section_xyz {
  background-color: #fef3e4;
  padding: 80px 0;
}

.services-heading_xyz {
  text-align: center;
  margin-bottom: 50px;
  font-size: 34px;
}

.service-icon_xyz {
  font-size: 48px;
  margin-bottom: 15px;
}

.service-description_xyz {
  color: #666;
  margin-top: 10px;
}

/* Box cards with shadows and rounded corners */
.card-shadow-rounded_xyz {
  border-radius: 20px;
  box-shadow: 5px 10px 15px #eee;
}

.client-row-margin_xyz {
  margin-top: 0px;
}

/* Step process section */
.step-section_xyz {
  background-color: #f8f5fb!important;
  padding: 80px 0;
}

.step-heading_xyz {
  text-align: center;
  margin-bottom: 50px;
}

.step-wrapper_xyz {
  text-align: center;
}

.step-number-circle_xyz {
  width: 60px;
  height: 60px;
  background-color: #0084ff;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 0 auto 20px;
  font-weight: bold;
}

.step-description_xyz {
  color: #666;
}

/* CTA Hero Section */
.cta-hero-gradient_xyz {
  background: linear-gradient(135deg, #0084ff 0%, #00d4ff 100%);
  color: white;
  padding: 80px 0;
  text-align: center;
}

.cta-hero-heading_xyz {
  color: white;
  margin-bottom: 20px;
}

.cta-hero-text_xyz {
  color: rgba(255, 255, 255, 0.95);
  font-size: 18px;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-button-container_xyz {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-cta-white_xyz {
  background-color: white;
  color: #0084ff;
  padding: 16px 36px;
  font-size: 18px;
  font-weight: 600;
}

.btn-cta-transparent_xyz {
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid white;
  color: white;
  padding: 16px 36px;
  font-size: 18px;
  font-weight: 600;
}

/* Button variants */
.btn-primary_xyz {
  background-color: #0084ff;
  color: white;
  padding: 14px 32px;
  font-size: 16px;
}

.btn-secondary_xyz_alt {
  padding: 14px 32px;
  font-size: 16px;
  background-color: #f0f0f0;
  color: #333;
  border: 2px solid #0084ff;
}

/* Additional utilities */
.animation-slide_xyz {
  animation-name: slideInDown;
  animation-duration: 700ms;
  animation-timing-function: ease;
  animation-delay: 500ms;
  animation-direction: normal;
  animation-fill-mode: both;
}

.animation-slide-1s_xyz {
  animation-name: slideInDown;
  animation-duration: 700ms;
  animation-timing-function: ease;
  animation-delay: 1000ms;
  animation-direction: normal;
  animation-fill-mode: both;
}

.label-hidden_xyz {
  visibility: hidden;
}



/* End testing-styles_xyz.css */

.client-logo .col {
  background: #fff;
  box-shadow: 5px 10px 15px #eee;
  border-radius: 15px;
  display: flex;
  align-items: center;
  height: 100px;
  margin: 20px;
}

.client-logo .col {
  background: #fff;
  box-shadow: 5px 10px 15px #eee;
  border-radius: 15px;
  display: flex;
  align-items: center;
  height: 100px;
  margin: 20px;
}

.content-for-card .col-md-6.col-xl-3 {
  display: flex;
}

.lead {
  font-size: 0.9rem !important;
  text-align: justify;
}

.usability-card {
  width: 100%;
  height: 600px;
  border-radius: 50px;
  background-color: #242549;
  padding: 84px;
  text-align: center;
  position: relative;
  z-index: 0;
}

.usability-card .shape-img {
  position: absolute;
  z-index: -1;
}

.usability-card .shape-img.img-1 {
  top: 0;
  left: 57px;
}

.usability-card .shape-img.img-2 {
  bottom: 96px;
  right: 0;
}

.white-color {
  color: #fff;
}

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

.btn {
  display: inline-block;
  padding: 12px 24px;
  background-color: #0084ff;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  transition: background-color 0.3s;
  cursor: pointer;
  border: none;
  font-size: 16px;
}

.btn:hover {
  background-color: #0066cc;
}

.btn-secondary {
  background-color: #f0f0f0;
  color: #333;
  border: 2px solid #0084ff;
}

.btn-secondary:hover {
  background-color: #e6e6e6;
}

section {
  padding: 60px 0;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

h1 {
  font-size: 42px;
  margin-bottom: 20px;
  color: #1f2937;
  line-height: 1.2;
}

h2 {
  font-size: 32px;
  margin-bottom: 15px;
  color: #1f2937;
}

h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #475c7e;
}

p {
  font-size: 16px;
  margin-bottom: 15px;
  color: #555;
  line-height: 1.8;
}

.highlight {
  color: #0084ff;
  font-weight: 600;
}

.bg-soft-fuchsia {
  background-color: #f8e1ee !important;
}

.bg-soft-aqua {
  background-color: #e7f7ff !important;
}

.bg-soft-yellow {
  background-color: #feebd3 !important;
}

.bg-pale-primary {
  background-color: #015fb914 !important;
}

.nav-tabs.nav-tabs-bg .nav-link:hover {
  background: unset;
}

.navbar.navbar-dark button.hamburger,
.navbar.position-absolute:not(.fixed):not(.navbar-light) button.hamburger {
  color: #fff !important;
}

.text-left {
  text-align: left;
}

.content-for-card .card-body {
  padding: 1rem !important;
}

.multi-header .col-lg-6 .card-body {
  border-radius: 20px;
}

.compny_prefer .card .card-body {
  padding: 30px;
  border-radius: 20px;
}

.why_prime_nw {
  padding: 60px 0;
}

.prime_mntl_h .wrapper {
  padding: 50px 0 100px;
}

.wht_we_bx {
  padding: 60px 20px;
}

.no_mrgn {
  margin-top: 0;
}

.wide_lst li p {
  margin-bottom: 12px;
}

.corprtw_prtnr {
  padding-bottom: 75px;
}

.mntly_cycle {
  padding: 10px 20px;
  border-radius: 20px;
  text-align: center;
}

.mntly_cycle.line [class*="col-"]:after {
  left: inherit;
}

.mntly_cycle h2 {
  font-size: 32px;
}

.hopequre-tech-section {
  padding: 60px 0;
  background-color: #f3f3f3;
}

.hopequre-tech-section .container {
  max-width: 1200px;
}

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

.hopequre-tech-heading-row {
  margin-bottom: 60px;
}

.hopequre-tech-heading-col {
  text-align: center;
}

.hopequre-tech-title {
  color: #0083fe;
  font-weight: 600;
  font-size: 2.5rem;
  letter-spacing: 1px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hopequre-tech-subtitle {
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}

/* ============================================================================
   TABS NAVIGATION
============================================================================ */

.hopequre-tech-nav {
  border-bottom: 2px solid #e0e0e0;
  gap: 10px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.hopequre-tech-nav .nav-item {
  flex: 1;
  min-width: 150px;
}

.hopequre-tech-tab {
  color: #666;
  font-weight: 500;
  border: none;
  padding: 12px 16px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
}

.hopequre-tech-tab i {
  color: #0083fd;
  font-size: 16px;
}

.hopequre-tech-tab:hover {
  color: #0083fd;
  background-color: rgba(107, 79, 179, 0.05);
}

.hopequre-tech-tab.active {
  color: #0083fd;
  background-color: transparent;
  border-bottom: 3px solid #0083fd;
  font-weight: 600;
}

/* ============================================================================
   TABS CONTENT & PANES
============================================================================ */

.hopequre-tech-tab-content {
  padding-top: 20px;
}

.hopequre-tech-cards-row {
  gap: 24px 0;
  margin-bottom: 0;
}

/* ============================================================================
   CARD STYLING
============================================================================ */

.hopequre-tech-card {
  background-color: #ffffff;
  border: none;
  border-top: 4px solid #0083fd;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: all 0.3s ease;
}

.hopequre-tech-card:hover {
  box-shadow: 0 4px 16px rgba(107, 79, 179, 0.15);
  transform: translateY(-2px);
}

.hopequre-tech-card-body {
  padding: 24px;
}

.hopequre-tech-icon-wrapper {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hopequre-tech-icon-wrapper i {
  color: #015eb8;
  font-size: 32px;
}

.hopequre-tech-card-title {
  color: #333;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 12px;
  line-height: 1.3;
}

.hopequre-tech-card-text {
  color: #666;
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0;
}

/* ============================================================================
   ADVANCED ANALYTICS SECTION
============================================================================ */

.hopequre-tech-analytics {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 2px solid #e0e0e0;
}

.hopequre-tech-analytics-col {
  margin: 0 auto;
}

.hopequre-tech-analytics-title {
  color: #007bff;
  font-weight: 600;
  font-size: 1.75rem;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.3;
}

.hopequre-tech-analytics-row {
  gap: 24px 0;
}

.hopequre-tech-analytics-item {
  display: flex;
  gap: 16px;
  padding: 0;
}

.hopequre-tech-analytics-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hopequre-tech-analytics-icon i {
  color: #007bff;
  font-size: 28px;
}

.hopequre-tech-analytics-content {
  flex: 1;
}

.hopequre-tech-analytics-content h5 {
  color: #333;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 8px;
  line-height: 1.3;
}

.hopequre-tech-analytics-content p {
  color: #666;
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0;
}

/* ============================================================================
   CALL-TO-ACTION SECTION
============================================================================ */

.hopequre-tech-cta {
  margin-top: 60px;
}

.hopequre-tech-cta-content {
  text-align: center;
}

.hopequre-tech-cta-title {
  color: #333;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 20px;
  line-height: 1.3;
}

.hopequre-tech-cta-text {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 32px;
}

.hopequre-tech-cta-btn {
  display: inline-block;
  background-color: #007bff;
  color: #ffffff;
  padding: 12px 40px;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
}

.hopequre-tech-cta-btn:hover {
  background-color: #5a3d99;
  text-decoration: none;
  color: #ffffff;
}

.hopequre-tech-cta-btn:active {
  background-color: #4a2f7f;
}
    .service-row {
      margin: 15px auto 50px;
      width: 100%;
      height: 175px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center;
    }

    .service-block {
      position: relative;
      width: calc(100% / 7 - 25px);
      height: 150px;
      margin-right: 45px;
      cursor: pointer;
    }

    .service-icon.short {
      height: calc(100% - 20px);
      -webkit-transition: all .6s ease-in;
      transition: all .6s ease-in;
    }

    .service-icon {
      height: 100%;
      width: 100%;
      background: #fff;
      position: absolute;
      z-index: 9;
      border-radius: 8px;
      -webkit-box-shadow: 0 6px 16px rgb(52 105 203 / 16%);
      box-shadow: 0 6px 16px rgb(52 105 203 / 16%);
      -webkit-transition: all .2s ease-in;
      transition: all .2s ease-in;
      text-align: center;
    }

    .service-icon img {
      width: 28px;
      height: 30px;
      display: inline-block;
      margin: 20px 0 0 0;
      background-size: 100%;
    }

    .service-icon p {
      line-height: 1.2;
      margin: 1.2em;
    }

    .service-block {
      cursor: unset;
    }
.btn_mr {
  margin-right: 10px;
}

.crd_pd_adjst .item .card.shadow-lg .card-body {
  padding: 20px;
  height: 400px;
}

.mnge_srol_crd .service-block .service-icon p {
  margin: 10px 5px;
}

.pt-17 {
  padding-top: 3rem !important;
}

.card-body {
  padding: 1rem;
}

.gy-20 {
  --bs-gutter-y: 5rem !important;
}

.mb-20 {
  margin-bottom: 5rem !important;
}

.pl-0 {
  padding-left: 20px !important;
}

.mt_0 {
  margin-top: 0 !important;
}

.my-md-10 {
  margin: 30px 0 !important;
}

.mb_zero {
  margin-bottom: 40px !important;
}

 
    .grid-logo{
      display: grid;
      gap: 1.2rem .7rem;
      grid-template-columns: repeat(6, 1fr);
    }

    .grid-logo img{
      display: block;
      width: 3.5rem;
      height: 3.5rem;
      aspect-ratio: 1 / 1;
      border-radius: 50%;
      background-color: rgb(255, 255, 255);
    }
@media (max-width: 1400px) {
  .crd_pd_adjst .item .card.shadow-lg .card-body {
    height: 430px;
  }
}

/* Tablet (768px - 1199px) */
@media (max-width: 1199px) {
  .hopequre-tech-title {
    font-size: 2rem;
  }

  .hopequre-tech-nav {
    gap: 8px;
  }

  .hopequre-tech-nav .nav-item {
    min-width: 130px;
  }

  .hopequre-tech-tab {
    padding: 10px 12px;
    font-size: 0.85rem;
  }

  .hopequre-tech-card-body {
    padding: 20px;
  }
}

@media (min-width: 768px) {
  .grid-3_xyz,
  .grid-2_xyz {
    grid-template-columns: 1fr;
  }
  .banner-padding_xyz {
    padding: 8px 16px;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 15%;
  }
   .hopequre-tech-section {
    padding: 40px 0;
  }

  .hopequre-tech-heading-row {
    margin-bottom: 40px;
  }

  .hopequre-tech-title {
    font-size: 1.75rem;
    letter-spacing: 0.5px;
  }

  .hopequre-tech-subtitle {
    font-size: 0.9rem;
  }

  .hopequre-tech-nav {
    border-bottom: 2px solid #e0e0e0;
    gap: 4px;
    margin-bottom: 24px;
    flex-wrap: wrap;
  }

  .hopequre-tech-nav .nav-item {
    flex: 1 1 auto;
    min-width: auto;
  }

  .hopequre-tech-tab {
    padding: 8px 10px;
    font-size: 0.75rem;
    flex-direction: column;
    gap: 4px;
  }

  .hopequre-tech-tab i {
    font-size: 14px;
  }

  .hopequre-tech-card {
    margin-bottom: 16px;
  }

  .hopequre-tech-card-body {
    padding: 16px;
  }

  .hopequre-tech-icon-wrapper i {
    font-size: 28px;
  }

  .hopequre-tech-card-title {
    font-size: 0.95rem;
  }

  .hopequre-tech-card-text {
    font-size: 0.8rem;
  }

  .hopequre-tech-analytics {
    margin-top: 40px;
    padding-top: 30px;
  }

  .hopequre-tech-analytics-title {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }

  .hopequre-tech-analytics-item {
    gap: 12px;
    margin-bottom: 20px;
  }

  .hopequre-tech-analytics-icon i {
    font-size: 24px;
  }

  .hopequre-tech-analytics-content h5 {
    font-size: 0.9rem;
  }

  .hopequre-tech-analytics-content p {
    font-size: 0.8rem;
  }

  .hopequre-tech-cta {
    margin-top: 40px;
  }

  .hopequre-tech-cta-title {
    font-size: 1.25rem;
    margin-bottom: 16px;
  }

  .hopequre-tech-cta-text {
    font-size: 0.85rem;
    margin-bottom: 24px;
  }

  .hopequre-tech-cta-btn {
    padding: 10px 32px;
    font-size: 0.85rem;
  }
}

/* Extra Small Devices (< 480px) */
@media (max-width: 479px) {
  .hopequre-tech-section {
    padding: 30px 0;
  }

  .hopequre-tech-title {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }

  .hopequre-tech-nav {
    margin-bottom: 20px;
  }

  .hopequre-tech-nav .nav-item {
    flex: 0 1 100%;
  }

  .hopequre-tech-tab {
    width: 100%;
    justify-content: flex-start;
    padding: 8px;
  }

  .hopequre-tech-card-title {
    font-size: 0.9rem;
    margin-bottom: 10px;
  }

  .hopequre-tech-analytics-col {
    padding: 0 15px;
  }

  .hopequre-tech-cta-btn {
    width: 100%;
    padding: 12px;
  }
}



/* Consolidated mobile styles */
@media (max-width: 767.98px) {
  h1 {
    font-size: 1.5rem !important;
  }

  h2 {
    font-size: 1.2rem !important;
  }

  h3 {
    font-size: 1.1rem !important;
  }

  .btn-group-lg > .btn,
  .btn-lg {
    padding: 0.35rem 0.6rem;
    font-size: 0.7rem;
    border-radius: 0.4rem;
  }

  .grid-2,
  .grid-3,
  .grid-6 {
    grid-template-columns: 1fr;
  }

  section {
    padding: 40px 0;
  }

  /* row/grid widths used earlier on small screens */
  .row-cols-2 > * {
    flex: 0 0 auto;
    width: 37%;
  }

  /* compact layout adjustments */
  .why_prime_nw {
    padding: 30px 0;
  }

  .why_prime_nw h3 {
    margin-bottom: 20px !important;
  }

  .compny_prefer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .compny_prefer .col-lg-5 {
    margin-top: 30px;
  }

  .compny_prefer .card .card-body {
    padding: 20px 15px;
  }

  .compny_prefer .card.mb-6 {
    margin-bottom: 20px !important;
  }

  .prime_mntl_h .wrapper {
    padding: 30px 0 50px;
  }

  .prime_mntl_h h3 {
    font-size: 25px;
    margin-bottom: 30px !important;
  }

  .nw_mnge_twn {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .nw_mnge_twn .row {
    padding: 20px 10px !important;
    margin-bottom: 0 !important;
  }

  .nw_mnge_twn .row .text-primary {
    margin-bottom: 6px !important;
  }

  .nw_mnge_twn .col-lg-6,
  .nw_mnge_twn .col-lg-7.order-lg-2 {
    margin-top: 0 !important;
  }

  .my-md-10 {
    margin: 10px 0 !important;
  }

  .what_prime_ap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .what_prime_ap .col-lg-6 {
    margin-top: 30px;
  }

  .what_prime_ap h2 {
    margin-bottom: 12px !important;
  }

  .what_prime_ap p {
    margin-bottom: 0 !important;
  }

  .corprtw_prtnr {
    padding-bottom: 15px;
    padding-top: 0;
  }

  .corprtw_prtnr h3 {
    margin-bottom: 0 !important;
  }

  .client-logo .col {
    margin: 10px 20px;
  }

  .mntly_cycle {
    padding: 10px 5px;
  }

  .mntly_cycle h2 {
    margin-top: 20px;
  }

  .mntly_cycle .col-md-6.col-lg-3 {
    margin-top: 0;
  }

  .mke_eap_bst {
    padding-top: 30px !important;
  }

  .mke_aap_boxe .col-lg-6.order-lg-2,
  .mke_aap_boxe .card {
    margin-top: 10px;
  }

  .prme_eap_bx {
    margin-top: 35px;
  }

  .astce_prgm_scn,
  .we_proud_scn {
    padding-bottom: 0;
  }

  .astce_prgm_scn .container,
  .we_proud_scn .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .mke_prgm_ep .row {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .mke_prgm_ep .col-lg-6 {
    margin-top: 25px;
  }

  .crd_pd_adjst .item .card.shadow-lg .card-body {
    height: auto;
  }

  .welnes_esy_bx .col-md-12 {
    padding: 10px 0 0 !important;
    margin-top: 0 !important;
  }

  .welnes_esy_bx .service-row {
    height: auto;
  }

  .welnes_esy_bx .service-row .service-block {
    height: 110px;
  }

  .mnge_srol_crd .service-block .service-icon p {
    font-size: 14px;
  }

  .my_get_touch .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .my_get_touch .card {
    padding: 20px !important;
  }

  .my_get_touch .card h3 {
    font-size: 20px !important;
    margin-bottom: 13px !important;
  }

  .my_get_touch .col-lg-6 {
    margin-top: 20px;
  }

  .my_get_touch .col-lg-6 h3 {
    margin-bottom: 8px !important;
  }

  .my_get_touch .grid-logo {
    gap: 5px;
    display: flex;
  }

  .my_get_touch .grid-logo img {
    width: 50px;
    height: 50px;
  }

  .rounded-pill svg {
    margin-left: 10px !important;
  }

  .faq_scnn .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .faq_scnn .accordion-wrapper .card-header {
    padding: 10px;
  }

  .faq_scnn .accordion-wrapper .card-header button:before {
    margin-left: -16px;
  }

  .faq_scnn .accordion-wrapper .card-header button {
    font-size: 15px;
  }

  .faq_scnn .accordion-wrapper .card {
    margin-bottom: 15px;
  }

  .baner_homee.mobile .col-sm-7 {
    padding-top: 0 !important;
  }

  .mble_no .col-md-4.col-3 {
    padding-right: 0;
  }

  .mble_no .col-md-8.col-9 {
    padding-left: 0;
  }

  .mble_no .col-md-4.col-3 select {
    padding: 12px 10px;
  }
}


.hopequre-tech-tab:focus-visible,
.hopequre-tech-cta-btn:focus-visible {
  outline: 2px solid #0083fd;
  outline-offset: 2px;
}

/* Print Styles */
@media print {
  .hopequre-tech-section {
    background-color: transparent;
    page-break-inside: avoid;
  }

  .hopequre-tech-card {
    page-break-inside: avoid;
    box-shadow: none;
    border: 1px solid #e0e0e0;
  }
}