/*#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-1: #033b58;
  --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_plan1.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;
  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;
  position: relative;
}
.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 {
  position: absolute;
  top: -12px;
  right: 24px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 4px 12px;
  border-radius: 20px;
  white-space: nowrap;
  text-transform: uppercase;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  z-index: 5;
}
.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: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.02), 0 1px 2px -1px rgba(0, 0, 0, 0.02), 0 12px 24px -10px rgba(0, 0, 0, 0.04);
  z-index: 1050;
}
@media (min-width: 1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1650px;
  }
}

#header .header-main {
  background: transparent;
}

/* Logo */
.header-logo-img {
  max-height: 70px;
  width: auto;
  transition: transform 0.2s ease;
}
.header-logo-img:hover {
  transform: scale(1.02);
}

/* Nav Links */
#header .navbar-nav .nav-link {
  font-family: var(--primary-font-family);
  font-weight: 500;
  font-size: 15px;
  color: #475569;
  padding: 8px 16px;
  border-radius: 30px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
#header .navbar-nav .nav-link:hover,
#header .navbar-nav .nav-link:focus {
  color: #2e7d32;
  background-color: #f0fdf4;
}
#header .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  margin-left: 6px;
  vertical-align: 1px;
  border-top-width: 4px;
  border-right-width: 4px;
  border-left-width: 4px;
  transition: transform 0.2s ease;
}
#header .navbar-nav .nav-item.dropdown:hover .dropdown-toggle::after {
  transform: rotate(180deg);
}

/* Dropdown Animation on Desktop */
@media (min-width: 1600px) {
  #header .dropdown.show > .dropdown-menu,
  #header .dropdown-menu.show {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1) translateX(-50%);
  }
  #header .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px) scale(0.98);
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    transform-origin: top left;
  }
}

#header .dropdown-menu {
  border: 1px solid #f1f5f9;
  border-radius: 12px;
  padding: 8px;
  min-width: 240px;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.03);
  background-color: #ffffff;
}
#header .dropdown-item {
  font-size: 14px;
  font-weight: 500;
  color: #475569;
  padding: 8px 14px;
  border-radius: 8px;
  margin: 2px 0;
  width: auto;
  transition: all 0.15s ease;
}
#header .dropdown-item:hover {
  background-color: #f0fdf4;
  color: #2e7d32;
}

/* Phone Link */
.header-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 14px;
  color: #475569;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 30px;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.header-phone-link:hover {
  color: #055078;
  background-color: #f1f5f9;
}
.header-phone-link i {
  color: #055078;
  font-size: 13px;
}

/* Header Buttons */
.btn-login-header {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 22px;
  border: 1.5px solid #cbd5e1;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  background-color: transparent;
  text-decoration: none;
  transition: all 0.25s ease;
  white-space: nowrap;
}


.btn-get-started-header {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8.5px 22px;
  border: none;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff !important;
  background: linear-gradient(135deg, #2e7d32 0%, #2e7d32 100%);
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(46, 125, 50, 0.15);
  white-space: nowrap;
}
.btn-get-started-header:hover {
  background: linear-gradient(135deg, #256628 0%, #388e3c 100%);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(46, 125, 50, 0.25);
  color: #ffffff !important;
}

/* Toggler */
.navbar-toggler {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  transition: all 0.2s ease;
}
.navbar-toggler:hover {
  background-color: #f1f5f9;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
}
.toggler-icon {
  width: 20px;
  height: 2px;
  background-color: #1e293b;
  display: block;
  transition: all 0.25s ease;
}
.toggler-icon + .toggler-icon {
  margin-top: 4px;
}

/* Toggler animation (open state) */
.navbar-toggler:not(.collapsed) .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler:not(.collapsed) .middle-bar {
  opacity: 0;
}
.navbar-toggler:not(.collapsed) .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

/* Placeholder below fixed header */
.header-placeholder {
  height: 72px;
}

/* Mobile offcanvas styles */
@media (min-width: 1599.99px) {
.atep-1600{
  display: none !important;
}
}
@media (max-width: 1599.99px) {
  .btep-1600{
    flex-direction: column !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: flex !important;
  }
  .navbar-expand-lg .offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #ffffff;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
    
  }
  .navbar-expand-lg .offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: 320px;
    border-left: 1px solid #f1f5f9;
    transform: translateX(100%);
  }
  .navbar-expand-lg .offcanvas.show {
    visibility: visible;
    transform: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: flex !important;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex !important;
    flex-direction: column;
    overflow-y: auto;
  }
  .navbar-expand-lg .offcanvas .navbar-nav {
    flex-direction: column;
  }

  #navbarsMenu {
    width: 320px !important;
    background-color: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(16px);
    border-left: 1px solid #f1f5f9;
    height: 100vh;
    
  }
  #navbarsMenu .offcanvas-header {
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #f1f5f9 !important;
  }
  #navbarsMenu .offcanvas-header img {
    max-width: 180px;
    height: auto;
  }
  #navbarsMenu .offcanvas-body {
    padding: 1.5rem;
  }
  #navbarsMenu .navbar-nav {
    margin-bottom: 1.5rem !important;
  }
  #navbarsMenu .navbar-nav .nav-link {
    font-size: 15px;
    padding: 10px 14px;
    border-radius: 8px;
  }
  #navbarsMenu .navbar-nav .nav-link:hover {
    background-color: #f0fdf4;
  }
  #navbarsMenu .dropdown-menu {
    border: none;
    box-shadow: none;
    padding-left: 12px;
    background: #fff;

  }
  #navbarsMenu .dropdown-item {
    margin: 2px 0;
    border-radius: 8px;
    padding: 8px 12px;
    color: #475569;
  }
  .header-phone-link {
    justify-content: center;
    font-size: 14px;
    padding: 10px;
    background-color: #f8fafc;
    border: 1px solid #f1f5f9;
  }
  .btn-login-header,
  .btn-get-started-header {
    text-align: center;
    width: 100%;
    padding: 10px 20px;
  }
  .header-placeholder {
    height: 64px;
  }
  /* Hide the border-top on lg */
  .border-lg-0 {
    border-top: 1px solid #f1f5f9 !important;
    padding-top: 1.5rem !important;
  }
}
@media (min-width: 992px) {
   #navbarsMenu .dropdown-menu {
    left: 50%;
    transform: translateX(-50% );
  }
}
@media (min-width: 992px) and (max-width: 1599.99px) {
  .navbar-expand-lg .navbar-toggler {
    display: flex !important;
  }
  .navbar-expand-lg .offcanvas {
    position: fixed !important;
    z-index: 1045 !important;
    flex-grow: 0 !important;
    width: 320px !important;
    height: 100vh !important;
    background-color: rgba(255, 255, 255, 0.98) !important;
    border-left: 1px solid #f1f5f9 !important;
    transform: translateX(100%) !important;
    transition: transform 0.3s ease-in-out !important;
    visibility: hidden;
  }
  .navbar-expand-lg .offcanvas.show {
    visibility: visible !important;
    transform: none !important;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: flex !important;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex !important;
    flex-direction: column !important;
    overflow-y: auto !important;
  }
  .navbar-expand-lg .offcanvas .navbar-nav {
    flex-direction: column !important;
  }
}
@media (min-width: 1600px) {
  .border-lg-0 {
    border: none !important;
  }
}
/*#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;
}



/* Hero Section Custom Styles */
.badge-dental-services {
    letter-spacing: 0.05em;
}
.btn-green-cta:hover {
    background-color: #256628 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(46, 125, 50, 0.35) !important;
}
.btn-white-cta:hover {
    background-color: #f8fafc !important;
    border-color: #94a3b8 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05) !important;
}

/* ===== Floating Dashboard Card ===== */
.floating-dashboard-card {
    width: 290px;
    bottom: 25px;
    right: -25px;
    z-index: 10;
    border: 1px solid rgba(255, 255, 255, 0.7) !important;
    background-color: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 20px 50px -12px rgba(15, 23, 42, 0.12), 0 8px 24px -8px rgba(15, 23, 42, 0.06);
    animation: floating-anim 6s ease-in-out infinite;
    overflow: hidden;
    transition: all 0.3s ease;
}
@keyframes floating-anim {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* Card Header */
.dashboard-card-header {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(241, 245, 249, 0.6);
    background: rgba(248, 250, 252, 0.5);
}
.dashboard-header-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #055078, #0b72a4);
    color: #fff;
    border-radius: 8px;
    font-size: 12px;
}

/* Live Badge */
.dashboard-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
    font-weight: 700;
    color: #475569;
    background: rgba(241, 245, 249, 0.8);
    padding: 4px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.live-dot {
    width: 6px;
    height: 6px;
    background: #10b981;
    border-radius: 50%;
    display: inline-block;
    animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(0.8); }
}

/* Card Body */
.dashboard-card-body {
    padding: 16px;
}

/* Status Items & Grid */
.status-item {
    padding: 10px 12px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.status-item:hover {
    transform: translateY(-2px) scale(1.02);
    background-color: #ffffff;
}

.status-approved:hover {
    border-color: #a7f3d0;
    box-shadow: 0 6px 16px rgba(16, 185, 129, 0.08);
}
.status-processing:hover {
    border-color: #fde68a;
    box-shadow: 0 6px 16px rgba(245, 158, 11, 0.08);
}
.status-denied:hover {
    border-color: #fecaca;
    box-shadow: 0 6px 16px rgba(239, 68, 68, 0.08);
}
.status-waiting:hover {
    border-color: #bfdbfe;
    box-shadow: 0 6px 16px rgba(59, 130, 246, 0.08);
}

/* Status Icons Custom Gradients */
.floating-dashboard-card .status-icon-sm {
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.floating-dashboard-card .status-icon-sm.bg-success {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
}
.floating-dashboard-card .status-icon-sm.bg-warning {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%) !important;
}
.floating-dashboard-card .status-icon-sm.bg-danger {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%) !important;
}
.floating-dashboard-card .status-icon-sm.bg-info {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%) !important;
}

/* Status Count & Label */
.status-count {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    color: #0f172a;
}
.status-label {
    font-size: 9px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin-top: 1px;
}

/* Multi-Segment Progress Bar */
.progress-section {
    padding-top: 4px;
}
.progress-title {
    font-size: 10px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.progress-pct {
    font-size: 11px;
    font-weight: 700;
    color: #055078;
}
.progress-multi {
    display: flex;
    height: 8px;
    border-radius: 8px;
    overflow: hidden;
    background: #f1f5f9;
    gap: 1.5px;
}
.progress-segment {
    height: 100%;
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.progress-multi .bg-success { background: linear-gradient(90deg, #10b981, #059669) !important; }
.progress-multi .bg-warning { background: linear-gradient(90deg, #f59e0b, #d97706) !important; }
.progress-multi .bg-danger { background: linear-gradient(90deg, #ef4444, #dc2626) !important; }
.progress-multi .bg-info { background: linear-gradient(90deg, #3b82f6, #2563eb) !important; }

.progress-segment:first-child {
    border-radius: 8px 0 0 8px;
}
.progress-segment:last-child {
    border-radius: 0 8px 8px 0;
}

/* Progress Legend */
.progress-legend {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    gap: 4px;
}
.progress-legend span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 8.5px;
    font-weight: 600;
    color: #64748b;
    white-space: nowrap;
}
.progress-legend .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    font-style: normal;
}
.progress-legend .dot.bg-success { background-color: #10b981 !important; }
.progress-legend .dot.bg-warning { background-color: #f59e0b !important; }
.progress-legend .dot.bg-danger { background-color: #ef4444 !important; }
.progress-legend .dot.bg-info { background-color: #3b82f6 !important; }

/* Dashboard card responsive */
@media (max-width: 991.98px) {
    .floating-dashboard-card {
        width: 260px;
        right: -10px;
        bottom: 15px;
    }
    .status-count {
        font-size: 14px;
    }
    .status-item {
        padding: 8px 10px;
    }
}
@media (max-width: 575.98px) {
    .floating-dashboard-card {
        position: relative !important;
        width: 100% !important;
        right: auto !important;
        bottom: auto !important;
        margin-top: 16px;
        animation: none;
    }
}
/* Stats Strip Borders */
.border-end-md {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 767px) {
    .border-end-md {
        border-right: none;
    }
    .stats-strip-section .row > div:nth-child(even) {
        border-left: none;
    }
}

/* Steps section styling */
.step-card {
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.step-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(15, 23, 42, 0.06) !important;
    border-color: #cbd5e1;
}
.step-icon-wrap {
    box-shadow: 0 8px 16px rgba(46, 125, 50, 0.15) !important;
}
.bg-purple {
    background-color: #7c3aed !important;
}
.step-card .bg-primary {
    background-color: #2563eb !important;
}

/* Responsive arrow styling */
@media (max-width: 991px) {
    .step-arrow-next {
        display: none !important;
    }
}
 .btn-credential-faster:hover {
            background-color: #1b5e20 !important;
            transform: translateY(-1px);
            box-shadow: 0 4px 12px rgba(46, 125, 50, 0.3);
          }
          .revenue-calculator-card input:focus {
            outline: 2px solid #2e7d32 !important;
            box-shadow: none !important;
          }
          section{
            overflow: hidden;
          }
  @media (max-width: 368px) {
    p {
      font-size: 14px;
    }
    #footer .footer-main .footer-col-title{
      font-size: 23px !important;
    }
  }
  .h-0{
    height: 0;
  }