/*#region General */
:root {
  --transition-effect: all 0.3s ease;
  --transition-slow-effect: all 0.5s ease;
  --primary-font-family: "Inter", sans-serif;
  --secondary-font-family: "Cabinet Grotesk", sans-serif;
  --theme-color-1: #055078;
  --theme-color-2: #f58634;
  --theme-color-3: #e80000;
}

.spinner-preloader {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  cursor: wait;
}

.spinner-preloader.show {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.spinner-bg {
  position: absolute;
  background-color: #f4f6f9;
  height: 100%;
  width: 100%;
  opacity: 0.7;
}

html,
body {
  padding-right: 0 !important;
}

body {
  font-family: var(--primary-font-family) !important;
}

p,
ol li,
ul li {
  font-family: var(--primary-font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
  color: #1a1a1a;
  -webkit-transition: var(--transition-effect);
  -o-transition: var(--transition-effect);
  transition: var(--transition-effect);
}

a {
  display: inline-block;
  color: #1a1a1a;
  text-decoration: none;
  -webkit-transition: var(--transition-effect);
  -o-transition: var(--transition-effect);
  transition: var(--transition-effect);
}

a:hover {
  color: #1a1a1a;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.color-main{
    color: var(--theme-color-1);
}

.img-object-fit {
  object-fit: cover;
}

.text-icon {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.text-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  margin-top: 4px;
  margin-right: 6px;
}

.text-icon a:hover {
  text-decoration: underline;
}

ul.social-media {
  margin: 0;
  padding: 0;
}

ul.social-media img {
  width: 35px;
  height: 35px;
}

ul.social-media.horizontal {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

ul.social-media.horizontal > li:not(:last-of-type) {
  margin-right: 8px;
}

.section-wrap {
  position: relative;
  padding: 50px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;

}
.section-wrap.how-our{
    background-color: #f4f6f9;
}
.section-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/slider/bg1.png) no-repeat center center / cover;
  z-index: -1;
}
.bg-plan::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg_plan.png) no-repeat center center / cover;
  z-index: -1;
}

.section-banner {
  padding: 0 0 !important;
    min-height: 76vh;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
}

.section-1,
.section-3 {
  padding-bottom: 0 !important;
}

/* .section-6 {
    padding:  0 0 !important;
} */
 .btn-packed-1 {
  background: #00ffff;
}
.color-1 {
  color: #00ffff;
}

.color-2 {
  color: #00ff00;
}

.color-3 {
  color: #ff9900;
}

.btn-packed-2 {
  background: #00ff00;
}
.btn-packed-3 {
  background: #ff9900;
}
.pricing-section {
  padding: 80px 20px;
  background: #f7f9fc;
}

.pricing-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.pricing-header h2 {
  font-size: 36px;
  color: #0b3558;
  margin-bottom: 12px;
}

.pricing-header p {
  color: #6b7a90;
  font-size: 16px;
}

/* NEW PRICING SECTION ============================================================ */

/* -- Toggle -- */
.pricing-toggle {
  display: inline-flex;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 5px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.pricing-toggle__btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: none;
  outline: none;
  background: transparent;
  padding: 12px 24px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.25s ease;
  text-align: left;
}
.pricing-toggle__btn span {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.pricing-toggle__btn span strong {
  font-size: 15px;
  color: #0b3558;
}
.pricing-toggle__btn span small {
  font-size: 12px;
  color: #6b7a90;
}
.pricing-toggle__btn i {
  font-size: 18px;
  color: #6b7a90;
}
.pricing-toggle__btn.active {
  background: #3a7d3d;
  box-shadow: 0 4px 12px rgba(11,53,88,0.25);
}
[data-plan="monthly"].active{
  background: #0b3558;
}
.pricing-toggle__btn.active span strong {
  color: #fff;
}
.pricing-toggle__btn.active span small {
  color: rgba(255,255,255,0.7);
}
.pricing-toggle__btn.active i {
  color: #fff;
}

/* -- Card -- */
.pricing-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.pricing-card:hover {
  box-shadow: 0 12px 40px rgba(5,80,120,0.14);
  transform: translateY(-4px);
}

/* -- Card Header -- */
.pricing-card__header {
  padding: 20px 24px 16px;
  border-bottom: 1px solid #f0f4f8;
}
.pricing-card__icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.pricing-card__icon--blue {
  background: #e8f4fd;
  color: #055078;
}
.pricing-card__icon--green {
  background: #e8f5e9;
  color: #2e7d32;
}
.pricing-card__badge {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 4px 10px;
  border-radius: 6px;
  white-space: nowrap;
}
.pricing-card__badge--blue {
  background: #055078;
  color: #fff;
}
.pricing-card__badge--green {
  background: #2e7d32;
  color: #fff;
}

/* -- Card Body -- */
.pricing-card__body {
  padding: 20px 24px;
  flex: 1;
}
.pricing-card__price {
  margin-bottom: 6px;
}
.pricing-card__amount {
  font-size: 48px;
  font-weight: 800;
  color: #055078;
  line-height: 1;
}
.pricing-card__amount--green {
  color: #2e7d32;
}

/* -- Features -- */
.pricing-card__features {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.pricing-card__features li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  color: #334155;
  margin-bottom: 10px;
  line-height: 1.5;
}
.pricing-card__features li i {
  color: #055078;
  font-size: 15px;
  margin-top: 2px;
  flex-shrink: 0;
}
.pricing-card__features--green li i {
  color: #2e7d32;
}

/* -- How it Works -- */
.pricing-card__how-it-works {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px;
}
.pricing-card__how-title {
  font-size: 14px;
  font-weight: 700;
  color: #0b3558;
  margin-bottom: 10px;
}
.pricing-card__steps {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: step-counter;
}
.pricing-card__steps li {
  counter-increment: step-counter;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: #475569;
  margin-bottom: 10px;
  line-height: 1.5;
}
.pricing-card__steps li::before {
  content: counter(step-counter);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  min-width: 22px;
  background: #055078;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  margin-top: 1px;
}

/* -- Card Footer -- */
.pricing-card__footer {
  padding: 16px 24px;
  border-top: 1px solid #f0f4f8;
  background: #fafbfc;
}

/* -- CTA Buttons -- */
.pricing-card__cta {
  display: inline-flex;
  align-items: center;
  padding: 12px 28px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: all 0.25s ease;
  white-space: nowrap;
}
.pricing-card__cta--blue {
  background: #055078;
  box-shadow: 0 4px 14px rgba(5,80,120,0.3);
}
.pricing-card__cta--blue:hover {
  background: #06689e;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(5,80,120,0.35);
  color: #fff;
}
.pricing-card__cta--green {
  background: #2e7d32;
  box-shadow: 0 4px 14px rgba(46,125,50,0.3);
}
.pricing-card__cta--green:hover {
  background: #388e3c;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(46,125,50,0.35);
  color: #fff;
}

/* -- Trust Bar -- */
.pricing-trust {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 16px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 20px 28px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.pricing-trust__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pricing-trust__item > i {
  font-size: 22px;
  color: #055078;
}
.pricing-trust__item strong {
  display: block;
  font-size: 14px;
  color: #0b3558;
}
.pricing-trust__item span {
  display: block;
  font-size: 12px;
  color: #6b7a90;
}

/* -- Responsive -- */
@media (max-width: 767px) {
  .pricing-toggle {
    flex-direction: column;
    width: 100%;
  }
  .pricing-toggle__btn {
    width: 100%;
    justify-content: center;
  }
  .pricing-card__amount {
    font-size: 36px;
  }
  .pricing-card__cta {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .pricing-card__footer .d-flex {
    flex-direction: column;
    align-items: stretch !important;
    text-align: center;
  }
  .pricing-card__footer .text-end {
    text-align: center !important;
  }
  .pricing-trust {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 20px;
  }
}

/* END NEW PRICING SECTION ======================================================== */
.bg-packed-trans-1 {
  background: #00ffff21;
}
 .text-gray-2{
  color: #4a5565;
 }
.services-list li{
  margin-bottom: 12px;
}
.services-list i{
  margin-right: 8px;
}

.section-3,
.section-4,
.section-6 {
  background-color: var(--theme-color-1);
}

.section-8 {
  background-color: #68a6c721;
  position: relative;
}
.section-9::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/terminal.png) no-repeat right center / cover;
opacity: .6;
  z-index: -1;
}

.section-wrap {
  padding: 60px 0;
}

/* Button chung */
.btn-start{
  display: inline-block;
  background-color: var(--theme-color-1);
  color: #fff;
  font-weight: 600;
  padding: 18px 50px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(5, 80, 120, 0.35);
}
.btn-see-pricing {
  display: inline-block;
  background-color: transparent;
  /* viền xanh */
  border: 2px solid var(--theme-color-1);

  color: #000000;

  font-weight: 600;
  padding: 18px 50px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(5, 80, 120, 0.35);
}
/* Hover effect */
.btn-start:hover {
  background-color: var(--theme-color-2);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(5, 80, 120, 0.45);
  color: #fff;
}
.btn-see-pricing:hover {
  background-color: var(--theme-color-1);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(5, 80, 120, 0.45);
  color: #fff;
}

.btn-form-get-started {
  display: inline-block;
  background-color: #2e7d32;
  /* xanh lá */
  color: #fff;

  font-weight: 600;
  padding: 18px 50px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(46, 125, 50, 0.35);
}

/* Hover effect */
.btn-form-get-started:hover {
  background-color: #256628;
  /* xanh lá đậm */
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(46, 125, 50, 0.45);
  color: #fff;
}

.footer-btn {
  border: 2px solid #ffffff;
  /* outline trắng */
}

/* SECTION */
.feature-section {
  margin-top: 30px;
}

/* CARD */
.feature-item {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  /* padding: 38px 26px 34px; */
  padding: 24px;
  height: 100%;
  text-align: center;
  border: 1px solid #eef2f6;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.35s ease;
  overflow: hidden;
}

/* ACCENT LINE TOP */
/* .feature-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #0057a3, #00a6fb);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
} */

.feature-item::before {
  transform: scaleX(1);
}

/* HOVER */
.feature-item {
  transform: translateY(-8px);
  box-shadow: 0 18px 45px rgba(0, 87, 163, 0.18);
  /* border-color: #0057a3; */
}

/* ICON */
.tb-how span{
    width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0057a3;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
}
.feature-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  /* background: linear-gradient(135deg, #0057a3, #00a6fb); */
  color: #0057a3;
  background: #0057a312;
  /* border-radius: 50%; */
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  /* box-shadow: 0 8px 18px rgba(0, 87, 163, 0.35); */
  transition: all 0.35s ease;
}

.feature-item:hover .feature-icon {
  /* transform: scale(1.12) rotate(3deg); */
  color:#ffff;
    background: #0057a3;
}

/* TITLE */
.feature-title {
  font-size: 20px;
  font-weight: 800;
  color: #0b3c5d;
  margin-bottom: 12px;
}

/* TEXT */
.feature-text {
  font-size: 16px;
  line-height: 1.65;
  color: #0d1014ff;
  margin: 0;
}

/* RESPONSIVE */
@media (max-width: 767px) {
  .feature-item {
    padding: 30px 20px;
  }

  .feature-item {
    padding: 30px 20px;
  }

  .feature-title {
    font-size: 17px;
  }

  .feature-text {
    font-size: 14.5px;
  }
}

.section-wrap.overlay {
  z-index: 0;
}

.section-wrap.overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: -1;
}

.colored-separator {
  vertical-align: top;
  font-size: 0;
  margin-top: 0.75rem;
  margin-bottom: 2rem;
}

.colored-separator .first-long,
.colored-separator .last-short {
  display: inline-block;
  vertical-align: top;
  height: 4px;
  -moz-transform: skew(-40deg, 0deg);
  -o-transform: skew(-40deg, 0deg);
  -ms-transform: skew(-40deg, 0deg);
  -webkit-transform: skew(-40deg, 0deg);
  transform: skew(-40deg, 0deg);
  border-radius: 2px;
}

.colored-separator .first-long {
  width: 65px;
  background-color: var(--theme-color-3);
  margin-right: 4px;
}

.colored-separator .last-short {
  width: 36px;
  background-color: #01adf0;
}

#btnScrollTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: var(--theme-color-1);
  color: #ffffff;
  cursor: pointer;
  padding: 0;
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: inherit;
  text-align: center;
  -webkit-transition: var(--transition-effect);
  -o-transition: var(--transition-effect);
  transition: var(--transition-effect);
  -moz-box-shadow: 0 0 5px 2px #fff;
  -webkit-box-shadow: 0 0 5px 2px #fff;
  box-shadow: 0 0 5px 2px #fff;
}

#btnScrollTop:hover {
  background-color: var(--theme-color-2);
}

/*#endregion General */

/*#region Header */
#header {
  width: 100%;
  background-color: #ffffff;
  -webkit-transition: var(--transition-effect);
  -o-transition: var(--transition-effect);
  transition: var(--transition-effect);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  z-index: 2;
}

#header.sticky {
  position: -webkit-fixed;
  position: fixed;
  top: 0;
  z-index: 1050;
}

#header .header-top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  background-color: var(--theme-color-1);
  min-height: 40px;
}

#header .header-top .col-left,
#header .header-top .col-right {
  display: flex;
}

#header .header-top .col-left *,
#header .header-top .col-right * {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

#header .header-main {
  text-align: center;
  padding: 24px 0;
}

#header .header-main .logo img {
  max-width: 360px;
}

#header .header-bottom {
  background-color: #ffffff;
  border-top: 1px solid #cccccc;
}

#header.sticky .header-main,
#header.sticky .header-bottom {
  display: none;
}

#header.sticky .header-bottom {
  border-top: 0;
}

#navbarsMenu .logo img {
  max-width: 250px;
}

#navbarsMenu .contact-info {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 16px 0;
  margin-top: 8px;
  margin-bottom: 16px;
}

#navbarsMenu .contact-info p,
#navbarsMenu .contact-info a {
  font-weight: 500;
}

#navbarsMenu .navbar-nav .nav-item .nav-link {
  position: relative;
  font-family: var(--secondary-font-family);
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--theme-color-1);
  margin: 0 24px;
  padding: 12px 0;
  -webkit-transition: var(--transition-effect);
  -o-transition: var(--transition-effect);
  transition: var(--transition-effect);
}

#navbarsMenu .navbar-nav .nav-item .nav-link::after {
  content: "";
  width: 0px;
  height: 2px;
  position: absolute;
  top: -1px;
  left: 0;
  background: var(--theme-color-3);
  -webkit-transition: var(--transition-effect);
  -o-transition: var(--transition-effect);
  transition: var(--transition-effect);
}

#navbarsMenu .navbar-nav .nav-item .nav-link:hover {
  color: var(--theme-color-3);
}

#navbarsMenu .navbar-nav .nav-item .nav-link:hover::after {
  width: 100%;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

.toggler-icon {
  width: 24px;
  height: 3px;
  background-color: #ffffff;
  display: block;
  transition: all 0.2s;
}

.middle-bar {
  margin: 5px auto;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .toggler-icon {
  background-color: #ffffff;
}

/*#endregion Header */

/*#region Index */
.headline {
  position: relative;
  font-family: var(--secondary-font-family);
  font-weight: 900;
  font-size: 40px;
  color: var(--theme-color-1);
  line-height: 1.2;
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: uppercase;
}

.headline.headline-w-icon,
.headline.headline-w-icon .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.headline.headline-w-icon .icon img {
  width: 50px;
  height: 50px;
}

.headline.headline-w-icon > div:not(.icon) {
  margin: 0 12px;
}

.service-item .service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme-color-1);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: 8px auto 12px;
  padding: 16px 16px;
}

.service-item .service-title {
  font-family: var(--primary-font-family);
  font-size: 20px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 0;
  text-align: center;
}

.quote-box {
  padding: 16px 24px;
  border: 1px solid #ffffff;
  border-radius: 16px;
  background-color: #052e44;
}

.about-us-wrap {
  padding: 50px 0;
}

.flexbox {
  padding: 0 8px;
  text-align: center;
}

.flexbox:first-child {
  padding-left: 0;
}

.flexbox:last-of-type {
  padding-right: 0;
}

.flexbox h1,
.flexbox h3 {
  margin-bottom: 0;
}

.flexbox.flex-box-1 h1 {
  font-size: 90px;
  font-weight: 700;
  font-family: emoji;
  font-style: italic;
  line-height: 1;
}

.flexbox.flex-box-2 div,
.flexbox.flex-box-3 div {
  padding: 1rem 1.5rem;
  border: 3px solid #01adf0;
}

.flexbox.flex-box-2 h1,
.flexbox.flex-box-3 h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  color: #01adf0;
  margin-bottom: 0;
}

.contact-item h5 {
  font-family: var(--secondary-font-family);
  font-weight: 800;
  color: #1a1a1a;
}

.contact-item p,
.contact-item a {
  font-weight: 500;
  color: var(--theme-color-1);
}

.contact-item a:hover {
  text-decoration: underline;
}

.text-field {
  background-color: transparent;
}

.text-field input,
.text-field textarea,
.text-field select {
  font-family: var(--primary-font-family);
  display: block;
  width: 100%;
  color: #1a1a1a;
  font-size: 16px;
  background-color: #ffffff;
  outline: none;
  border: 0;
  border-radius: 0.25rem;
  padding: 12px 16px;
  -webkit-transition: var(--transition-effect);
  -o-transition: var(--transition-effect);
  transition: var(--transition-effect);
}

#requestServicesForm .textarea-field {
  height: calc(100% - 4rem);
}

#requestServicesForm .textarea-field textarea {
  height: 100%;
}

#requestServicesForm button[type="submit"] {
  font-family: var(--primary-font-family);
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: var(--theme-color-1);
  outline: none;
  border: 0;
  border-radius: 0.25rem;
  padding: 12px 16px;
  -webkit-transition: var(--transition-effect);
  -o-transition: var(--transition-effect);
  transition: var(--transition-effect);
}

#requestServicesForm button[type="submit"]:hover {
  background-color: var(--theme-color-2);
}

/* .testimonial-slider .slide-content {
    position: relative;
    padding: 8px 40px 8px 50px;
    margin-bottom: 16px;
}

.testimonial-slider .slide-content::after,
.testimonial-slider .slide-content::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 36px;
    line-height: 25px;
    color: #d1d1d1;
}

.testimonial-slider .slide-content::after {
    content: "\f10d";
    position: absolute;
    top: 0;
    left: 0;
}

.testimonial-slider .slide-content::before {
    content: "\f10e";
    position: absolute;
    bottom: 0;
    right: 0;
} */

.testimonial-wrap {
  position: relative;
  width: 100%;
}

.testimonial-slider .testimonial-item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* border: 1px solid #0057a3; */
  height: 100%;
  margin: 0 10px;
  min-height: 443px;
  border-radius: 16px;
  background: #eef7ff;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  padding: 48px 16px; 
  text-align: center;
}
.testimonial-slider .testimonial-item i {
  font-size: 36px;
  color: #105175;
  margin-bottom: 16px;
}

.testimonial-slider .testimonial-item .review-content {
  font-size: 17px;
  color: #1a1a1a;
  margin-bottom: 0;
  text-align: center;
}

.testimonial-slider .testimonial-item .reviewer-name {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-top: 24px;
  /* color: #01adf0; */
  text-align: center;
}

.widget-wrap {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.widget-column {
  position: relative;
  min-height: 1px;
  display: flex;
}

.widget-column.column-left,
.widget-column.column-right {
  width: 50%;
}

.widget-column img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.outsource-dental-credentialing-wrap ul {
  list-style: disc;
  color: #ffffff;
}

.outsource-dental-credentialing-wrap ul li {
  color: #ffffff;
}

.outsource-dental-credentialing-wrap ul li:not(:last-of-type) {
  margin-bottom: 8px;
}

.outsource-dental-credentialing-wrap img {
  height: 100%;
  object-fit: cover;
}

.info-graphic .info-item-col {
  flex: 0 0 auto;
  width: 20%;
}

.info-graphic .info-item {
  position: relative;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 25px;
  height: 100%;
}

.info-graphic .info-item .item-step {
  font-family: var(--secondary-font-family);
  font-size: 36px;
  font-weight: 900;
  background-color: #e80000;
  color: #ffffff;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 25px 25px 0 0;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
}

.info-graphic .info-item .item-content {
  font-family: var(--primary-font-family);
  font-size: 16px;
  font-weight: 500;
  padding: 24px 24px;
  color: #1a1a1a;
  flex: 1;
  text-align: center;
}

.info-graphic .info-item .item-text {
  font-weight: 400;
  line-height: 1.6;
}

.info-graphic .info-item .item-text h5 {
  font-family: var(--secondary-font-family);
  font-weight: 700;
}

.info-graphic .info-item .item-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 16px;
}

/*#endregion Index */

/*#region Footer */

#footer .footer-main,
#footer .footer-absolute {
  position: relative;
  padding: 50px 0;
  background-color: var(--theme-color-1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

#footer .footer-main p,
#footer .footer-main a {
  color: #ffffff;
}

#footer .footer-absolute {
  padding: 16px 0;
  background-color: #0b79b4;
  color: #ffffff;
}

#footer .footer-absolute p,
#footer .footer-absolute a {
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}

#footer .footer-main .logo img {
  max-width: 400px;
  margin-bottom: 2rem;
}

#footer .footer-main .footer-col-title {
  position: relative;
  font-family: var(--secondary-font-family);
  font-weight: 900;
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 0;
  padding-bottom: 0;
}

#contactForm button[type="submit"] {
  font-family: var(--primary-font-family);
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #052e44;
  outline: none;
  border: 0;
  border-radius: 0.25rem;
  padding: 12px 16px;
  -webkit-transition: var(--transition-effect);
  -o-transition: var(--transition-effect);
  transition: var(--transition-effect);
}

#contactForm button[type="submit"]:hover {
  background-color: var(--theme-color-2);
}

/*#endregion Footer */

@media screen and (max-width: 991px) {
  .testimonial-slider .testimonial-item {
    padding: 32px 16px;
  }
    
}
@media screen and (max-width: 575px) {
 .testimonial-slider .testimonial-item {
    padding: 24px 12px;
  }
}

.ring-to-top:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid var(--theme-color-1);
  opacity: 0.5;
  animation: ring-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
  
}

.ring-to-top:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  background-color: rgba(var(--theme-color-1), 0.5);
  border-radius: 50%;
  border: none;
  animation: ring-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
}

.ring-to-top {
  position: fixed;
  box-sizing: border-box;
  animation: oscillate-rotation 1s infinite ease-in-out;
  transform-origin: 50% 50%;
  bottom: 100px;
  right: 25px;
  border: 1px solid #ffff;
  background: var(--theme-color-1) !important;
  color: #fff !important;
  z-index: 999 !important;
  width: 54px;
  height: 54px;
  min-width: 54px;
  min-height: 54px;
}

@keyframes ring-circle-anim {
  0% {
    transform: rotate(0) scale(1.1) skew(0deg);
    opacity: 0;
  }

  30% {
    transform: rotate(0) scale(1.5) skew(0deg);
    opacity: 0.5;
  }

  100% {
    transform: rotate(0) scale(1.7) skew(0deg);
    opacity: 0.1;
  }
}
@keyframes ring-circle-fill-anim {
  0% {
    transform: rotate(0) scale(1) skew(0deg);
    opacity: 0.2;
  }

  50% {
    transform: rotate(0) scale(1.4) skew(0deg);
    opacity: 0.5;
  }

  100% {
    transform: rotate(0) scale(1.1) skew(0deg);
    opacity: 0.2;
  }
}

@keyframes oscillate-rotation {
  0% {
    transform: rotate(0) scale(1) skew(0deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(0deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(0deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(0deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(0deg);
  }

  50% {
    transform: rotate(0) scale(1) skew(0deg);
  }

  100% {
    transform: rotate(0) scale(1) skew(0deg);
  }
}

.scroll-container {
  width: 100%;
  height: fit-content;
  overflow: hidden;

}
.scroll-container .scroll {
  width: 100%;
  display: flex;
}
.scroll-container .scroll .home-1 {
  padding: 10px 0;
  color: #000;
  white-space: nowrap;
  animation: animate 40s linear infinite;
  animation-delay: -2s;
  display: flex;
}



.scroll-container .scroll div img {
  width: 150px;
  height: 50px;
  filter: grayscale(1);
  min-width: 150px;
}
.scroll-container .scroll div img:hover {
  filter: grayscale(0);
}
.scroll-container .scroll div span {
  margin: 0 8px;
  height: 100%;
  display: block;
  /* width: 320px; */
}
.scroll-container .scroll div span p {
  white-space: normal;
  margin-bottom: 0;
}
@keyframes animate {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.pricing-card.inactive {
    filter: brightness(.8) blur(.7px);
    pointer-events: none;
    user-select: none;
    opacity: 0.7;
}

.pricing-card {
    transition: all 0.3s ease;
}
