.btn-theme,
.btn-outline {
  display: inline-block;
  padding: 13px 20px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 14px;
  transition: .2s
}

.btn-theme {
  color: #fff;
  background: linear-gradient(135deg, #4ac0ff, #0b75b9);
  border: 0;
  box-shadow: 0 10px 28px rgba(82, 102, 232, .20);
}

.btn-outline {
  color: #334155;
  border: 1px solid #d8deea;
  background: #fff
}

.btn-theme:hover,
.btn-outline:hover {
  transform: translateY(-2px)
}

.btn-theme:hover {
  color: #fff
}

.btn-outline {
  color: #127dc0;
  border: 1px solid #d8deea;
  background: #fff;
}

.hero {
  padding: 105px 0 75px
}

.hero .row {
  display: flex;
  align-items: center
}

.eyebrow {
  display: inline-block;
  padding: 7px 11px;
  border: 1px solid #ffffff1f;
  border-radius: 999px;
  color: #4ac0ff;
  background: #eef1ff12;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 18px;
}

h1 {
  font-size: 60px;
  line-height: 1.03;
  letter-spacing: -2px;
  margin: 0;
  max-width: 800px;
  font-weight: 700;
  color: #ffffff;
}

h1 span {
  color: #4ac0ff;
}

.lead {
  font-size: 19px;
  color: #d9dfeb;
  max-width: 720px;
  margin: 24px 0 30px;
}

.actions .btn-theme,
.actions .btn-outline {
  margin-right: 8px;
  margin-bottom: 8px
}

.actions .btn-theme:focus {
  text-decoration: none;
  color: #fff;
}

section {
  padding: 70px 0
}

.m-auto {
  margin: auto;
}

.section-head { 
  margin: auto;
  margin-bottom: 30px;
  text-align: center;
}

.mb-20 {
  margin-bottom: 20px;
}

.section-head h2,
.cta h2 {
  font-size: 35px;
  line-height: 1.1; 
  margin: 0px 0 12px;
  font-weight: 700;
  color: #1a1c20;
}

.hero-card,
.theme-card {
  background: #fff;
  border: 1px solid #b4bbc7;
  border-radius: 22px;
  padding: 25px;    transition: all .3s ease;
  box-shadow: 0 14px 40px rgba(29, 41, 57, .07);
}

 
.mb20 {
  margin-bottom: 20px;
}

.theme-card {
  height: 100%;
}

.theme-card h3 {
  font-size: 18px;
  margin: 0 0 8px;
  color: #172033;
  font-weight: 600;
}

.full-height {
  margin-bottom: 0;
}

.icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    font-weight: 900;
    color: #ffffff;
    font-size: 22px;
    border: none;
    background: linear-gradient(135deg, #4ac0ff, #0b75b9);
}

.notice {
    border: 1px solid #b9ead8;
    background: #f0fbf7;
    padding: 16px;
    border-radius: 18px;
    color: #193a2b;
    margin-top: 20px;
    font-size: 11px;
}
.notice a{    color: #193a2b;
    text-decoration: underline;}
.table-wrap {
  overflow-x: auto; 
  background: #fff;border-top: 1px solid #9da3af;
  box-shadow: 0 10px 30px rgba(29, 41, 57, .04)
}

.table-theme {
  margin: 0;
  background: #fff; 
}

.table-theme>thead>tr>th {
  background: #f1f4fa;
  color: #172033;
  border: 1px solid #9da3af;
  padding: 15px;
  text-align: left;
}

.table-theme>tbody>tr>td {
    border: 1px solid #9da3af;
    padding: 15px;
    vertical-align: top;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    color: #060606;
}
#regulation .table-theme>tbody>tr>td{ min-width: 300px;}
.timeline .step {
  display: flex;
  gap: 17px;
  padding: 20px;
  border: 1px solid #b4bbc7;
  border-radius: 17px;
  background: #fff;
  margin-bottom: 12px;
  box-shadow: 0 8px 24px rgba(29, 41, 57, .04)
}

.timeline .step h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 5px;
}

.num {
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #4ac0ff, #0b75b9);
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}

#faq_part .card .btnlink {
    background: #fff; 
    color: #000;
}

#faq_part .card {
    background: #fff;
    border: 1px solid #e3e8f1;
    border-radius: 15px;
    box-shadow: 0 14px 40px rgba(29, 41, 57, .06);
    color: #000;
}

.cta {
  padding: 65px 30px;
  border: 1px solid #dde3f0;
  border-radius: 28px;
  text-align: center;
  background: radial-gradient(circle at 50% 0%, rgba(82, 102, 232, .14), transparent 58%), #fff;
  box-shadow: 0 20px 55px rgba(29, 41, 57, .07)
}

.cta p {
  max-width: 700px;
  margin: 15px auto 25px
}

.author-card img {
    border-radius: 20px;
    height: auto;
    width: 160px;
    min-width: 160px;
}
.kicker {
    color: #1a87ca;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.author-card {
    display: flex;
    gap: 35px;
    align-items: center; 
}

.author-card hr {
  margin-top: 12px;
  margin-bottom: 12px;
}

.author-card .name {
  font-size: 24px;
  margin: 5px 0 4px;
  font-weight: 600;
}

.text-green {
  color: #00a306 !important;
}


/* City Tags */
.city-list {
  margin: 0 -4px 25px;
}

.city-tag {
  display: inline-block;
  margin: 4px;
  padding: 8px 13px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 5px;
  color: #3f4856;
  font-size: 13px;
  font-weight: 600;
}

.city-tag i {
  margin-right: 5px;
  color: #1976d2;
}

/* Call Info */
.call-info {
  display: flex;
  align-items: flex-start;
  padding: 18px 20px;
  background: #edf6ff;
  border-radius: 8px;
}

.call-info .call-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  margin-right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1976d2;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
}

.call-info strong {
  display: block;
  margin-bottom: 4px;
  color: #17233b;
  font-size: 14px;
}

.call-info p {
  margin: 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.6;
}

/* Office Card */
.office-card {
  position: relative;
  padding: 20px 30px;
  background: #fff;
  border: 1px solid #e4e9f0;
  border-radius: 12px;
  box-shadow: 0 12px 35px rgba(25, 40, 65, .07);
}

.office-card h3 {
  margin: 0 0 5px;
  color: #17233b;
  font-size: 21px;
  font-weight: 700;
}

.office-card .location-label {
  display: block;
  margin-bottom: 10px;
  color: #8a929f;
  font-size: 12px;
}

/* Contact Row */
.contact-row {
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
  border-top: 1px solid #edf0f4;
}

.contact-row .contact-icon {
  width: 34px;
  min-width: 34px;
  padding-top: 2px;
  color: #1976d2;
  font-size: 16px;
}

.contact-row .contact-content {
  color: #606a78;
  font-size: 13px;
  line-height: 1.65;
}

.contact-row .contact-content strong {
  display: block;
  margin-bottom: 2px;
  color: #293343;
  font-size: 13px;
}

.contact-row a {
  color: #1976d2;
  text-decoration: none;
}

.contact-row a:hover {
  text-decoration: underline;
}


@media(max-width:991px) {

  .hero .row,
  .author-card .row {
    display: block
  }

  h1 {
    font-size: 35px
  }

  .hero-card {
    margin-top: 35px
  }

  .site-nav .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px
  }

  .site-nav .navbar-brand {
    height: 60px;
    line-height: 30px
  }

  .site-nav {
    min-height: 60px
  }

  .site-nav .navbar-toggle {
    margin-top: 13px
  }
}

@media(max-width:767px) {
  section {
    padding: 50px 0
  }

  .hero {
    padding: 70px 0 55px
  }

  h1 {
    font-size: 30px;
    letter-spacing: 0.5
  }

  .lead {
    font-size: 15px
  }

  .section-head h2,
  .cta h2 {
    font-size: 24px
  }
.cta {
    padding: 20px; 
}
  .actions .btn-theme,
  .actions .btn-outline {
    display: block;
    width: 100%;
    margin-right: 0
  }
.btn-theme:focus{ outline: none!important; color: #fff;}
  .navbar-collapse {
    border-top: 1px solid #e3e8f1
  }

  .author-card {
   display: block;  text-align: center;
  }
  .author-card img { 
    margin: 0 auto 15px;
}
}



.pricing-section {
  padding: 0 15px;
}

.pricing-wrapper {
    box-shadow: 0 12px 35px rgba(0, 0, 0, .06); background: #fff;
}

.pricing-table {
  margin: 0;
}

.pricing-table>thead>tr>th { 
  border: 1px solid #bfc6cf  !important;
  background: #fff;
  padding: 22px 18px;
  vertical-align: middle;
  text-align: center;color: #050506;
}

.pricing-table>thead>tr>th:first-child {
  width: 40%;
  text-align: left;
  padding-left: 28px;
}

.pricing-table>tbody>tr>td {
  padding: 15px 18px;
  border: 1px solid #bfc6cf ;
  vertical-align: middle;
  text-align: center;
  font-size: 15px;
}

.pricing-table>tbody>tr>td:first-child {
  text-align: left;
  padding-left: 28px;
  font-weight: 500;
  color: #050506;
}

.pricing-table>tbody>tr:hover {
  background: #fafcff;
}

.plan-title {
  display: block;
  font-size: 19px;
  font-weight: 700;
  color: #17233b;
  margin-bottom: 7px;
}

.plan-price {
  display: block;
  min-height: 20px;
  color: #198846;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.plan-price.custom {
  color: #555;
}

.growth-col {
  background: #f6fbff !important;
}

.recommended {
  display: inline-block;
  margin-top: 8px;
  padding: 4px 10px;
  background: #216df3;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 15px;
  letter-spacing: .4px;
}

.check-icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background: #eaf8ef;
  color: #1b944f;
  border-radius: 50%;
  font-size: 11px;
}

.dash {
  color: #9aa0aa;
  font-size: 18px;
}

.badge-basic,
.badge-full,
.badge-custom,
.badge-addon,
.badge-actuals,
.badge-retainer {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

.badge-basic {
  background: #f1f3f5;
  color: #555;
}

.badge-full {
  background: #eaf3ff;
  color: #2463a9;
}

.badge-custom {
  background: #f2edff;
  color: #6549b5;
}

.badge-addon {
  background: #fff5df;
  color: #9a6a00;
}

.badge-actuals {
  background: #f8eeee;
  color: #a24444;
}

.badge-retainer {
  background: #eaf8ef;
  color: #198846;
}

.duration {
  color: #198846;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
}

.feature-note {
  color: #69717e;
  font-size: 12px;
}

@media(max-width:767px) {
  .pricing-header h2 {
    font-size: 24px;
  }

  .table-responsive {
    border: 0;
    margin: 0;
  }

  .pricing-table {
    min-width: 900px;
  }

  .pricing-table>thead>tr>th:first-child,
  .pricing-table>tbody>tr>td:first-child {
    padding-left: 18px;
  }
}

.support-card {
  height: 100%;
  background: #ffffff;
  border: 1px solid #b4bbc7;
  border-radius: 14px;
  padding: 28px;
  transition: all .3s ease;
  height: 100%;
}

.support-card:hover, .row_flex .theme-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(24, 39, 75, 0.08);
  border-color: #1976d2;
}

.icon-box {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: #edf6ff;
  color: #1976d2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  margin-bottom: 20px;
}

.support-card h4 {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #172238;
}

 
.warning-box {
  background: #fff;
  border: 1px solid #f0dede;
  border-left: 5px solid #d9534f;
  border-radius: 12px;
  padding: 30px;
}

.warning-icon {
  width: 55px;
  height: 55px;
  background: #fff0ef;
  color: #d9534f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.warning-box h4 {
  margin: 0 0 10px;
  font-size: 21px;
  font-weight: 700; 
}

 

.row_flex {
  justify-content: center;
}



.related-services .col-sm-6 {
  padding-right: 8px;
  padding-left: 8px; width: auto;
}

/* Service Item */
.service-link {
  display: flex;
  align-items: center;
  min-height: 60px;
  margin-bottom: 16px;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid #e5eaf0;
  border-radius: 60px;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.service-link:hover {
  border-color: #1976d2;
  box-shadow: 0 8px 22px rgba(20, 45, 80, 0.08);
  transform: translateY(-2px);
}

/* Icon */
.service-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-right: 14px;
  border-radius: 50px;
  background: #edf6ff;
  color: #1976d2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}

/* Title */
.service-name {
  flex: 1;
  color: #273142;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

/* Arrow */
.service-arrow {
  margin-left: 10px;
  color: #aab2bd;
  font-size: 12px;
  transition: all 0.25s ease;
}

.service-link:hover .service-name {
  color: #1976d2;
}

.service-link:hover .service-arrow {
  color: #1976d2;
  transform: translateX(3px);
}
.bg_light2 {
    background: #eff5f9;
}
i{font-size: 13px;}

@media(max-width:767px) {


  .service-link {
    margin-bottom: 15px;
  }
 

  .ico-support-section {
    padding: 45px 0;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .section-heading h2 {
    font-size: 28px;
  }

  .section-heading p {
    font-size: 15px;
  }

  .support-card {
    padding: 23px;
  }

  .warning-box {
    padding: 23px;
  }

  .warning-icon {
    margin-bottom: 18px;
  }
  .hero-card, .theme-card { 
    padding: 16px; 
}
.table-theme>tbody>tr>td, .table-theme>thead>tr>th { 
    padding: 10px; 
}
}