@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

:root {
  --primary_color: #21AAE1;
  --secondary_color: #F2F8FB;
}


body {
  font-family: "Figtree", sans-serif;

  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.64px;
  line-height: 25px;
  color: #444;
  font-size: 15px;
  overflow-x: hidden;

}

img {
  max-width: 100%;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #000;
}

section,
footer {
  padding: 70px 0;
  position: relative;
}

.url {
  color: var(--primary_color);
}

.btn {
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  padding: 10px 24px;
}

.theme_btn {
  background-color: var(--primary_color) !important;
  color: #fff;
  transition: all 0.4s ease-out;
  box-shadow: 0 0px 0px rgba(33, 170, 225, 0);
}

.theme_btn:hover {
  color: #fff;
  box-shadow: 0 8px 15px rgba(33, 170, 225, 0.5);
}

.justify-content-space-between {
  justify-content: space-between !important;
}

.border_btn {
  background-color: #fff !important;
  color: var(--primary_color);
  border-color: var(--primary_color);
}

.border_btn:hover {
  background-color: var(--primary_color) !important;
  color: #fff;
  border-color: var(--primary_color);
}

/* Header Section */
/* header{ background-color: var(--secondary_color);}
header .navbar{ background-color: transparent !important;}

.link_box{ flex: 1; margin: 30px 0;}
.navbar_box{ display: flex; justify-content: space-between;}

.top_links{ display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #E5E5E5; margin-bottom: 10px; }
.top_links ul{ display: flex;}
.top_links ul li{ display: flex; align-items: center; padding: 0 0 24px; }
.top_links ul li > a{ padding: 0 15px; color: #000; position: relative; line-height: 16px; }
.top_links ul li > a::after{ 
    content: "";
    width: 1px;
    height: 15px;
    background-color: rgba(0,0,0, 0.4);
    position: absolute; right: 0; top: 50%; transform: translateY(-50%);
}
.top_links ul li:last-child > a::after{ display: none; }

.top_btn_group{ order: 8;}

.navbar_menu{ flex: unset;}
.navbar_menu .nav-item{ padding: 0 15px;}
.navbar_menu .nav-link {
    color: #000;
    font-size: 17px; font-weight: 500;
    padding: 10px 3px !important;
    position: relative;
}
.navbar_menu .nav-link::before{
    content: "";
    width: 0;
    height: 3px;
    background-color: var(--primary_color);
    position: absolute;
    bottom: 0; left: 50%; transform: translateX(-50%);
    transition: all 0.4s ease-in-out;
}
.navbar_menu .nav-link.active::before,.navbar_menu .nav-item:hover .nav-link::before{
    width: 100%;
}

.dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 5px;
}
.dropdown-toggle::after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 13px;
    border: none;
    line-height: 15px;
}

.icon_box {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.top_links ul li .icon_box{ margin-left: 15px; margin-right: -8px; } */

/* ===== HEADER BAR ===== */
header .navbar {
  background: #000000 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 0rem 1rem;
  z-index: 1000;

}

.border-bottom-blue {
  border-bottom: 4px solid #0d6efd;
}

header .navbar-brand img {
  max-height: 40px;
}

header .text-primary {
  font-size: 1.3rem;
  letter-spacing: 0.5px;
  color: #ffffff !important;
}

/* ===== MAIN MENU LINKS ===== */
.nav-link.main-menu-link {
  position: relative;
  color: #ffffff;
  font-weight: 500;
  padding: 0.5rem 1rem;
  transition: color 0.3s ease;
  font-size: 0.95rem;
}

.nav-link.main-menu-link:hover {
  color: #ffffff;
}

.nav-link.main-menu-link::after {
  content: "";
  position: absolute;
  left: 0;
  /* right: 0; */
  bottom: var(--bottom-position, -0.75rem);
  width: 0;
  height: 2px;
  border-top: 0;
  background-color: #02de07;
  transition: width 0.3s ease;
  border-radius: 1px;
  margin: 0 auto;
}

.nav-link.main-menu-link:hover::after {
  width: 100%;
}

.nav-link.main-menu-link.active::after {
  width: 100%;
}

.nav-link.main-menu-link.active {
  color: #0d6efd;
}

/* ===== MEGA MENU ===== */
.mega-menu {
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: none;
  background: #ffffff;
  /* border-top: 2px solid #0d6efd; */
}

/* Column header with icon */
.mega-menu .dropdown-header.mega-header {
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-bottom: .75rem;
  color: #000;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: .5rem;
}

.mega-menu .dropdown-header i {
  font-size: 1rem;
  color: #0d6efd;
  padding: 6px;
  border-radius: 5px;
  border: 1px solid #0d6efd;
  background: #f0f6ff;
  margin-right: 0.5rem;
}

/* Item title + description */
.mega-menu .dropdown-item {
  white-space: normal;
  padding: .4rem 0;
  font-size: 0.8rem;
}

.mega-menu .dropdown-item small {
  display: block;
  font-size: 0.7rem;
  color: #6c757d;
  margin-top: 0px;
  line-height: 1.2;
}

.mega-menu .dropdown-item:hover {
  background: #f8f9fa;
  border-radius: 4px;
  color: #0d6efd;
}

/* Grid column separation */
.mega-menu .col-md-2 {
  padding-left: 1rem;
  padding-right: 1rem;
  border-right: 1px solid #f1f1f1;
}

.mega-menu .col-md-2:last-child {
  border-right: none;
}

/* ===== RIGHT ICONS ===== */
header .fa-globe {
  color: #ffffff;
  transition: color 0.3s ease;
}

header .fa-globe:hover {
  color: #ffffff;
}

header .btn-primary {
  background-color: #0088cd;
  border-color: #0088cd;
}

.btn-secondary {
  background-color: #ffffff !important;
  border-color: #ffffff;
  color: #0088cd;
}

.btn-secondary.banner-btn {
  background-color: #ffffff !important;
  border-color: #ffffff;
  color: #0088cd;
}

.btn-secondary.banner-btn:hover {
  background-color: #ffffff !important;
  border-color: #141414;
  color: #141414;
}

header .btn-outline-primary:hover {
  background-color: #007ebd;
  color: #fff;
}

.xsmall-text {
  font-size: 8px;
  margin-top: 5px;
}

/* Banner Section */
.banner_section {
  /* min-height: 700px;  */
  background-color: #0088cd;
  display: flex;
  border-bottom: 1px solid #E5E5E5;
}

.banner_section>.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner_text {
  flex: 1;
  padding: 0 0;
  display: flex;
  color: #fff;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.banner_text h5 {
  font-size: 18px;
  text-transform: uppercase;
}

.banner_text h2 {
  font-size: 4rem;
  line-height: 72px;
  font-weight: 500;
}

.banner_text h2 span {
  color: var(--primary_color);
}

.banner_text>* {
  color: #fff;
}

.banner_img {
  width: 40%;
  padding-left: 50px;
}

.about_img {
  position: absolute;
  right: 0;
  bottom: -70px;
  max-width: 20%;
}

/* Workflow Section */
.page_title {
  margin-bottom: 50px;
}

.page_title span {
  color: var(--primary_color);
  font-weight: 600;
  font-size: 19px;
}

.page_title h2 {
  font-size: 40px;
  line-height: 46px;
  margin: 0;
}

.card {
  border-radius: 10px;
  overflow: hidden;
  border-color: #E4EDF1;
  min-height: 100%;
}

.work_card {
  text-align: center;
  border: none;
  position: relative;
  background-color: transparent;
  overflow: visible;
}

.work_card::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 10px;
  background: url('../images/icons/step_arrow.png') no-repeat right center;
  background-size: cover;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: -30px;
}


@keyframes animation-wobble-top {
  16.65% {
    transform: skew(-12deg)
  }

  33.3% {
    transform: skew(10deg)
  }

  49.95% {
    transform: skew(-6deg)
  }

  66.6% {
    transform: skew(4deg)
  }

  83.25% {
    transform: skew(-2deg)
  }

  100% {
    transform: skew(0)
  }
}

.no_arrow::after {
  display: none;
}

.card-title {
  font-size: 22px;
}

.work_icon {
  background-color: var(--secondary_color);
  width: 80px;
  height: 80px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px;
  transition: all 300ms ease-out 0s;
}

.work_card:hover .work_icon {
  transform: translateY(-5px);
}

.work_card:hover .work_icon img {
  animation-name: animation-wobble-top;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.custom_checkbox {
  width: 100%;
}

.checkbox_img {
  background-color: #f2f8fb;
  height: 170px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 25px;
}

.theme_img {
  background-color: #f2f8fb;
  height: 250px;
  padding: 0 !important;
  border-color: transparent;
}

.theme_img img {
  object-fit: cover;
  height: 100%;
}

.theme_img::before,
.theme_img::after {
  display: none !important;
}

.custom_checkbox .card-title {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 18px;
  font-size: 20px;
}

.custom_checkbox .card-title:after {
  content: "";
  width: 40px;
  height: 3px;
  background-color: var(--primary_color);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: all .3s ease-in-out;
}


.custom_checkbox .form-check-input {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

.checkbox_body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 150px;
  border-radius: 10px;
  padding: 10px;
  border: 2px solid #E4EDF1;
  background-color: #fff;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.custom_checkbox .form-check-input:checked+.checkbox_body {
  border-color: var(--primary_color);
  background-color: var(--secondary_color);
}

.checkbox_body:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  top: 10px;
  right: 10px;
  opacity: 0;
  transform: scale(0);
  transition: 0.25s ease;

}

.form-check-input:checked+.checkbox_body:before {
  transform: scale(1);
  opacity: 1;
  background-color: var(--primary_color);
  color: #fff;
}

.checkbox_body:after {
  content: "";
  position: absolute;
  right: -100%;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: url('../images/cloud_img.png') no-repeat right bottom;
  transition: 0.5s ease-in-out;

}

.checkbox_body:hover {
  border-color: var(--primary_color);
  background-color: var(--secondary_color);
}

.checkbox_body:hover::after {
  opacity: 1;
  right: 0;
  bottom: 0;
}

.store_card .checkbox_body:hover {
  background-color: #fff;
}

.store_card .checkbox_body:after {
  display: none;
}

.custom_checkbox h4 {
  font-size: 18px;
  margin: 0;
  text-align: center;
  z-index: 1;
}

.custom_checkbox p {
  font-weight: 400;
  line-height: 22px;
  color: #70747e;
  margin-bottom: 12px;
  z-index: 1;
}

.square_checkbox .checkbox_body {
  align-items: center;
  justify-content: space-between;
  padding: 25px 60px 25px 25px;
  flex-direction: row;
  gap: 20px;
}

.square_checkbox .checkbox_body p {
  margin: 0;
}

.square_checkbox .checkbox_body:before {
  content: "";
  opacity: 1;
  border: 1px solid var(--primary_color);
  border-radius: 5px;
  top: 50%;
  transform: translateY(-50%) !important;
  right: 25px;
  z-index: 1;
}

.square_checkbox .form-check-input:checked+.checkbox_body:before {
  content: "\f00c";
  background-color: var(--primary_color);
  color: #fff;
}

.txt_box {
  position: relative;
  z-index: 1;
  padding: 5px;
}

.separator .border-end {
  height: 100%;
  border-color: #ddd !important;
}

.separator .or-text {
  font-size: 0.9rem;
  background: #fff;
}

.g-link {
  background: #0d6efd;
  color: #fff;
  border-radius: 0;
  padding: 1px;
}

.fb-link {
  background: #3c5a9a;
  color: #fff;
  border-radius: 0;
  padding: 1px;
}

.floating-label {
  position: relative;
  margin-bottom: 2rem;
}

.form-control-bottom {
  width: 100%;
  border: none;
  border-bottom: 2px solid #ddd;
  border-radius: 0;
  padding: 10px 0;
  background: transparent;
  transition: border-color 0.3s;
}

.form-control-bottom:focus {
  border-bottom-color: #0d6efd;
  box-shadow: none;
  outline: none;
}

.floating-label label {
  position: absolute;
  left: 0;
  top: 10px;
  color: #999;
  transition: all 0.3s;
  pointer-events: none;
}

.floating-label input:focus+label,
.floating-label input:not(:placeholder-shown)+label {
  top: -15px;
  font-size: 12px;
  color: #0d6efd;
}

.premium-tag {
  position: absolute;
  /* top: 10px; */
  /* left: -38px; */
  background: #efca05;
  color: white;
  padding: 2px 8px;
  font-size: 0.8rem;
  font-weight: bold;
  /* transform: rotate(-45deg); */
  z-index: 10;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 0 10px;
}

.template_img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px;
  min-height: 170px;
}


.card-header {
  background-color: var(--primary_color);
  color: #fff;
  padding: 0;
}

.card-header a {
  background-color: var(--primary_color);
  color: #fff;
  display: block;
  text-align: center;
  padding: 12px;
  font-size: 18px;
  font-weight: 700;
}

.dot_list li {
  position: relative;
  padding: 10px 10px 10px 20px;
}

.dot_list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #E5E5E7;
  position: absolute;
  left: 0;
  top: 18px;
}

.billing_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E4EDF1;
  padding: 15px;
}

.billing_list li:last-child {
  border: none;
}

.billing_table tr td {
  vertical-align: middle;
  padding: 15px;
}

.billing_table tr:last-child td {
  border-bottom: none;
}

.billing_table tr td p {
  text-align: center;
}

.collumn_gap {
  gap: 24px 0;
}

.required:after {
  content: " *";
  color: red;
}

.form-label {
  font-weight: 500;
  font-size: 18px;
  color: #000;
}

.form-control,
.form-select {
  padding: 10px 12px;
  border-color: #E4EDF1;
}

/* Price Packages */
.package_detail {
  display: flex;
  flex-direction: column;
}

.package_detail .nav-pills {
  justify-content: center;
  background-color: var(--secondary_color);
  border: 1px solid #E4EDF1;
  padding: 5px;
  border-radius: 10px;
  margin: 0 auto 40px;
  min-width: 90%;
}

.package_detail .nav-pills .nav-item {
  flex: 1;
}

.package_detail .nav-pills .nav-link {
  text-align: center;
  padding: 18px 10px;
}

.package_detail .nav-pills .nav-link.active {
  background-color: var(--primary_color);
}

.package_detail .nav-pills .nav-link.active h5 {
  color: #fff;
}

.package_detail .nav-pills .nav-link.active p {
  color: #fff;
}

.package_detail .nav-pills h5 {
  font-size: 18px;
  margin: 0;
}

.package_detail .nav-pills p {
  color: #666;
}

/* .tab-content{ min-height: 340px;} */
.accordion_title {
  display: none;
}

.accordion_title a.btn {
  text-align: left;
  background-color: var(--primary_color);
  color: #fff;
  display: block;
  position: relative;
  border-radius: 10px 10px 0 0;
  border: none;
}

.accordion_title a.btn h5 {
  color: #fff;
  margin: 0;
}

.accordion_title a::after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.accordion_title .btn.collapsed {
  background-color: var(--secondary_color);
}

.accordion_title .btn.collapsed h5,
.accordion_title .btn.collapsed p {
  color: #000;
}

.accordion_title .btn.collapsed::after {
  content: "\f106";
  color: #000;
}

.tab-content .tab-pane {
  margin-bottom: 20px;
}

.package_name {
  border-bottom: 1px solid #E4EDF1;
  margin-bottom: 20px;
}

.package_name h5 {
  display: flex;
  gap: 10px;
}

.package_name .price_box {
  justify-content: flex-start;
  margin: 10px 0 15px;
}

.package_name .price_box h2 {
  font-size: 40px;
}

.package_name .price_box h2 span {
  font-size: 40px;
}

.package_name .price_box p {
  margin: 0;
  color: #666;
}


.package_card .btn {
  background-color: #E4EDF1 !important;
  color: #21AAE1;
  display: block;
}

.package_card:hover {
  background-color: #F2F8FB;
  border-color: var(--primary_color);
  border-radius: 0;
}

.package_card:hover .btn {
  background-color: var(--primary_color) !important;
  color: #fff;
}

.package_types {
  min-width: unset !important;
}

.package_types .nav-item {
  flex: unset !important;
}

.package_types .nav-item .nav-link {
  padding: 10px 20px;
}

.package_types h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.package_types h5 span {
  font-size: 13px;
  color: #666;
  font-weight: 500;
}

.package_detail .nav-pills .nav-link.active h5 span {
  color: #fff;
}

.package_data_list {
  margin-bottom: 30px;
}

.package_data_list li {
  position: relative;
  padding: 10px 10px 10px 20px;
}

.package_data_list li::before {
  font-family: FontAwesome;
  content: "\f00c";
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 12px;
}

.package_data_list li.not_available {
  text-decoration: line-through;
  color: #666;
}

.package_data_list li.not_available::before {
  content: "\f00d";
  color: #666;
}

.price_wraper {
  border: 1px solid #E4EDF1;
}

.price_table {
  margin: 0;
}

.price_table tr th {
  padding: 0;
}

.price_table .price_table tr th,
.price_table tr td {
  border-color: #E4EDF1;
  background-color: #fff;
}

.price_table tr>th:first-child,
tr>td:first-child {
  position: sticky;
  left: 0;
}

.package_box {
  background-color: var(--secondary_color) !important;
  padding: 30px !important;
  text-align: center;
  vertical-align: top;
  min-width: 188px;
}

.package_box h5 {
  margin-bottom: 5px;
}

.package_box p {
  color: #666;
  font-weight: 400;
  margin: 0;
}

.price_box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 15px 0 20px;
}

.price_box h2,
.price_box p {
  color: var(--primary_color);
}

.price_box h2 {
  margin: 0 5px 0 0;
  display: flex;
}

.price_box h2 span {
  font-size: 20px;
}

.package_info {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin: 0;
  min-width: 250px;
}





/* Footer Section */
footer {
  color: #545454;
  background-color: var(--secondary_color);
}

.footer_title {
  position: relative;
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #000;
}

.footer_title:after {
  content: "";
  width: 40px;
  height: 3px;
  background-color: var(--primary_color);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .3s ease-in-out;
}

.footer_links {
  margin-bottom: 30px;
}

.footer_links li {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.footer_links li:last-child {
  margin-bottom: 0;
}

.footer_links li a {
  position: relative;
  padding-bottom: 5px;
}

.footer_links li:hover {
  padding-left: 10px;
}

.footer_links li:hover a {
  color: var(--primary_color);
}

footer .icon_box {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  color: var(--primary_color);
  font-size: 20px;
}

.address_info {
  flex: 1;
}

.contact_info {
  margin-bottom: 30px;
}

.contact_info li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

footer .contact_info li {
  align-items: flex-start;
  margin-bottom: 20px;
  flex-wrap: nowrap;
}

footer .contact_info li:last-child {
  margin-bottom: 0;
}

.form_subcriber .form_input {
  position: relative;
  margin-bottom: 15px;
}

.form_subcriber .form_input i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

.form_subcriber input {
  width: 100%;
  padding: 6px 15px 6px 50px;
  background-color: transparent;
  border: 1px solid #ddd;
  outline: none;
}

.form_subcriber .theme_btn span {
  padding: 10px 30px;
}


.copyriight {
  background-color: var(--primary_color);
  padding: 8px 15px;
  margin-top: 50px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.copyriight p {
  margin: 0;
  text-align: center;
}

.copyriight a {
  text-decoration: underline;
}


/* All Media Query */

@media only screen and (max-width: 1400px) {
  .navbar_menu .nav-item {
    padding: 0 10px;
  }

  .navbar_menu .nav-link {
    font-size: 16px;
  }

  .top_btn_group .btn {
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .navbar_menu {
    flex: 1;
    flex-basis: 100%;
    background-color: #fff !important;
    margin-top: 10px;
    position: absolute;
    width: 96%;
    left: 2%;
    top: 100%;
    z-index: 1;
  }

  .top_btn_group {
    order: unset;
    margin: 0 15px 0 auto;
  }

  .navbar_menu .nav-link::before {
    display: none;
  }

  .navbar_menu .nav-item {
    border-bottom: 1px solid #ddd;
  }

  .navbar_menu .nav-link.dropdown-toggle {
    justify-content: space-between;
  }

  .navbar-nav .dropdown-menu {
    margin-bottom: 15px;
  }

  .banner_section {
    min-height: unset;
  }

  .banner_text h2 {
    font-size: 45px;
    line-height: 55px;
  }

  .banner_img {
    width: 50%;
  }

}

@media only screen and (min-width: 768.98px) and (max-width: 991.98px) {
  header .container {
    flex-direction: column;
  }

  .navbar-brand {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 991.98px) {
  .banner_section>.container {
    flex-direction: column;
  }

  .banner_text {
    order: 2;
    text-align: center;
    align-items: center;
    padding: 0;
  }

  .banner_img {
    padding: 50px;
    width: 100%;
    max-width: 500px;
  }

  .link_box {
    margin: 10px 0;
  }

  .top_links {
    border-top: 1px solid #E5E5E5;
  }

  .top_links ul li {
    padding: 15px 0;
  }

  .package_box {
    padding: 20px !important;
  }

  .package_card {
    margin-bottom: 20px;
    min-height: calc(100% - 20px);
  }

  .accordion_title {
    display: block;
  }

  .package_detail .nav-pills {
    display: none;
  }

  .tab-content .tab-pane {
    display: block;
    opacity: 1;
  }

  .tab-content .card-body {
    border: 1px solid #E4EDF1;
    border-radius: 0 0 10px 10px;
    padding: 15px;
  }

}

@media only screen and (max-width: 767px) {
  .slide-dot {
    display: none;
  }

  .border-right {
    border-right: none;
  }

  .work_card {
    margin-bottom: 15px;
  }

  .top_links {
    display: none;
  }

  .work_card::after {
    display: none;
  }

  .billing_table tr td {
    width: auto;
  }

  .price_table tr>th:first-child,
  tr>td:first-child {
    position: static;
    left: 0;
  }

}


@media only screen and (max-width: 575px) {
  header {
    position: relative;
  }

  .navbar-brand {
    width: 100%;
    border-bottom: 1px solid #ddd;
    text-align: center;
    margin: 0 0 8px;
  }

  .btn {
    padding: 7px 20px;
  }

  .banner_img {
    padding-top: 0;
  }

  .banner_text h2 {
    font-size: 36px;
    line-height: 46px;
  }

  .workflow_section {
    padding-bottom: 20px;
  }

  .page_title h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .billing_table tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ddd;
    padding: 15px;
    gap: 8px;
  }

  .billing_table tr:last-child {
    border-bottom: none;
  }

  .billing_table tr td {
    width: auto;
    border-bottom: none;
    padding: 0;
  }

  .billing_table tr td p {
    text-align: left;
  }



}

/* feature */

.feature .square_checkbox .checkbox_body {

  height: 100%;
  padding: 10px;
  align-items: flex-start;
}

.feature .checkbox_body {
  flex-direction: column;


}

/* module */

.premium-tag {
  position: absolute;
  /* top: 10px; */
  /* left: -38px; */
  background: #efca05;
  color: white;
  padding: 2px 8px;
  font-size: 0.8rem;
  font-weight: bold;
  /* transform: rotate(-45deg); */
  z-index: 10;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 0 10px;
}

/* inewstore */
.form-check-input:checked+.checkbox_body:before {
  content: "";
  font-size: 6px;
  transform: translate(50%, -50%) scale(4) !important;
  padding: 0px 0px 2px 3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.form-check-input:checked+.checkbox_body {
  border: 3px solid;
  border-color: var(--primary_color);
}

/* substoretype */
.substore .square_checkbox .checkbox_body {
  justify-content: flex-start !important;
  height: 100%;
}

.substore .checkbox_body {
  padding: 0;
  flex-direction: column;
}

.image-container {
  background-position: center center;
  height: 172px;
  background-image: url('/assets/images/ecstore.png');
  width: 100%;
  background-size: cover;
}

/* module */
.square_checkbox .form-check-input:checked+.checkbox_body:before {
  font-size: 6px;
  transform: translate(50%, -50%) scale(4) !important;
  padding: 0px 0px 2px 3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.square_checkbox .form-check-input:checked+.checkbox_body {
  border: 3px solid;
  border-color: var(--primary_color);
}



.square_checkbox .checkbox_body:before {
  content: "";
  opacity: 0;
  border: 1px solid var(--primary_color);
  border-radius: 41px;
  top: 0px;
  transform: translate(50%, -50%) !important;
  right: 0px;
  z-index: 1;
  font-size: 6px;
  display: block !important;
}


.checkbox_body:before {
  content: "";
  opacity: 0;
  border: 1px solid var(--primary_color);
  border-radius: 41px;
  top: 0px;
  transform: translate(50%, -50%) !important;
  right: 0px;
  z-index: 1;
  font-size: 6px;
  display: block !important;
}

.square_checkbox .checkbox_body {

  height: 100%;
  padding: 0
}

.checkbox_body {

  height: 100%;
  padding: 10px;
}

.two-line-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.txt_box {
  padding: 5px;
}

.card {
  height: 100%;
}

.card label {
  min-height: 100%
}


.custom-radio {
  border-color: #0d6efd;
}

.custom-radio:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.custom-radio:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}


.form-control-bottom {
  border: none;
  border-bottom: 2px solid #0d6efd;
  border-radius: 0;
  padding: 10px 0;
  background: transparent;
  width: 100%;
}

.form-control-bottom:focus {
  border-bottom-color: #0d6efd;
  box-shadow: none;
  outline: none;
}

.dropdown-suggestions {
  background: white;
  border-radius: 4px;
  margin-top: 1rem;
}

.suggestion-item {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.suggestion-item:hover {
  background-color: #f8f9fa;
}

.suggestion-item:last-child {
  border-bottom: none;
}



body {
  background: #f8f9fa;
}


.section-title {
  background: linear-gradient(90deg, #00a9e0 0%, #0073b1 45%, #0073b1 55%, #00a9e0 100%);
  color: #fff;
  display: flex;
  padding: 1rem;
  justify-content: space-between;
  padding-bottom: 70px;
  border-radius: 30px;
  align-items: center
}

.avatar-container {
  padding: 20px;
  background: linear-gradient(90deg, #00a9e0 0%, #0073b1 45%, #0073b1 55%, #00a9e0 100%);
  border-radius: 30px;
}

.section-title img {
  max-width: 100px;
}

.section-title h2 {
  line-height: 1;
  color: #fff;
  font-weight: 100;
  margin: 0 !important;
  font-size: 42px;
}

/* ---- Price Cards ---- */
.price-card {
  display: block;
  position: relative;
  cursor: pointer;
  text-align: center;
  border-radius: .5rem;
  transition: all 0.3s ease;
  height: 100%;
}

.price-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.price-card-body {
  margin-bottom: 1rem;
}

.card-content {
  position: relative;
  border-radius: 15px;
  /* overflow: hidden;  */
  background: #fff;
  /* inner background */
  transition: all 0.3s ease;
  height: 100%;
}

.feature-list ul {
  list-style: disc;
  padding-left: 20px;
  text-align: left;
}

.p-rate-list ul {
  list-style: disc;
  padding-left: 20px;
  text-align: left;
}

.p-rate-list ul li,
.feature-list ul li {
  list-style: disc;
}

.p-rate-list,
.feature-list {
  font-size: 18px;
  text-align: start;
}

/* Gradient border layer */
.card-content::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  padding: 3px;
  /* border thickness */
  background: linear-gradient(to bottom, transparent 47px, #0080bd 47px);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  /* keeps it clickable */
}



.price-card:hover .card-content {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Checked style */
.price-card input:checked+.card-content {
  border-color: #00a9e0;
  box-shadow: 0 0 10px rgba(0, 169, 224, 0.3);
}

/* ---- Title + Rectangular box ---- */
.price-card-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 1rem;
  background: #00a9e0;
  color: #fff;
  padding: 10px 10px;
  border-radius: 15px 15px 0 0;
}

.price-card-title h5 {
  flex-grow: 1;
  text-transform: uppercase;
  color: #fff;
}

.select-box {
  width: 20px;
  height: 20px;
  /* border: 2px solid #888; */
  /* border-radius: 4px; */
  background: #fff;
  position: absolute;
  transition: all 0.3s;
  margin-right: auto;
  left: 10px;
}

/* Filled box when selected */
.price-card input:checked+.card-content .select-box {
  /* border-color: #00a9e0; */
  /* background-color: #00a9e0; */
}

.price-card input:checked+.card-content .select-box::after {
  content: "✓";
  /* width: 8px;
      height: 8px;
      background: #fff;
      position: absolute;
      top: 4px;
      left: 4px;
      border-radius: 2px; */
  color: #00a9e0;
}

.price-card-body p {
  font-size: 18px;
}

.price-card-body .semi-bold {
  font-weight: 600;
}

.amount-text {
  font-size: 50px;
  text-align: start;
  color: #00a9e0;
}

.most-popular .card-content::after {
  content: "MOST POPULAR";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #00a9e0;
  color: #fff;
  font-size: .8rem;
  padding: .3rem 1rem;
  border-radius: 20px;
}

.feature-list {
  text-align: left;
  margin-top: 1rem;
}

.img-sample {
  width: 100%;
  border-radius: .5rem;
}

/* ---- Avatar Card ---- */
.avatar-card {
  display: block;
  position: relative;
  cursor: pointer;
  border-radius: .5rem;
  transition: all 0.3s ease;
}

.avatar-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* .avatar-card .card-content {
      border: 2px solid #e5e5e5;
      border-radius: .5rem;
      background: #fff;
      padding: 1.5rem;
      transition: all 0.3s ease;
      text-align: center;
    } */

/* .avatar-card:hover .card-content {
      transform: translateY(-5px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    } */

/* .avatar-card input:checked + .card-content {
      border-color: #00a9e0;
      box-shadow: 0 0 10px rgba(0,169,224,0.3);
    } */

/* .avatar-card .select-box {
      width: 20px;
      height: 20px;
      border: 2px solid #888;
      border-radius: 4px;
      position: relative;
      margin: 0 auto 10px;
      transition: all 0.3s;
    } */

/* .avatar-card input:checked + .card-content .select-box {
      background: #00a9e0;
      border-color: #00a9e0;
    } */

/* .avatar-card input:checked + .card-content .select-box::after {
      content: "✓";
      color: #fff;
      font-size: 14px;
      position: absolute;
      top: -2px;
      left: 4px;
    } */

/* ---- Footer Info ---- */
.footer-block {
  background: #f7f7f7;
  padding: 2rem;
  border-radius: .5rem;
  height: 100%;
}

.footer-block h5 {
  color: #00a9e0;
  font-weight: 600;
}

/* .hide {
  display: none;
} */


.milestone-item {}

.milestone-item {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 25px;
}

.milestone-item::before {
  content: '';
  position: absolute;
  left: 17px;
  top: 32px;
  width: 2px;
  height: calc(100% - 6px);
  background-color: #e0e0e0;
  z-index: 0;
}

/* completed step line color */
.milestone-item.completed::before {
  background-color: #007bff;
}

/* last step - no line below */
.milestone-item:last-child::before {
  display: none;
}



.completed .milestone-icon i {
  /* background-color: #007bff; */
  border-color: #007bff;
  color: #007bff;
  position: relative;
}

.completed .circle::after {
  content: '✔';
  color: #fff;
  font-size: 10px;
}

.milestone-icon i {

  color: transparent;
  border: 2px solid #979a9eff;
  border-radius: 20px;
}

.active .milestone-icon i {
  border-color: #007bff;
}

/* .active .milestone-icon i {
  
    color: transparent;
    border: 2px solid #007bff;
    border-radius: 20px;
} */

.milestone-item span {
  font-size: 14px;
  color: #333;
}

.active span {
  color: #007bff;
  font-weight: 500;
}

.faded-border {
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(to top, #00000000, #858080, #00000000) 1;
  /* border: 0; */
  border-right: 1px;
}

.btn-type-2 {
  color: #0d6efd;
  border-radius: 100px;
  border: .5px solid #d5d5d5;
  padding: 5px 20px;
  font-size: 14px;
}

.setup-item-container {
  margin: 50px auto;
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 8px rgb(38 37 37 / 16%);
}

.setup-item-wrapper {
  background: #fff;
  border-radius: 5px;
  margin-top: 5px;
  padding: 10px;
  box-shadow: 0 2px 8px rgb(38 37 37 / 16%);
}

.hide {
  display: none;
}

.onboard-modal .modal-header {
  border-bottom: none;
}

.milestone-item {
  cursor: pointer;
  transition: background-color 0.2s;
}

.milestone-item:hover {
  background-color: #e9ecef !important;
}

.milestone-item.active {
  /* background-color: #e7f3ff;
    border-left: 3px solid #0d6efd; */
}

.site-type-card {
  cursor: pointer;
  transition: all 0.2s;
  border: 2px solid transparent;
}

.site-type-card:hover {
  border-color: #0d6efd;
  transform: translateY(-2px);
}

.step-content {
  display: none;
}

.step-content.active {
  display: block;
}


.step-content {
  display: none;
}

.step-content.active {
  display: block;
}

.milestone-item.active {
  background: #e7f1ff;
  border-left: 4px solid #0d6efd;
}

.milestone-item.completed {
  color: #198754;
}