h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical > li > a {
  font-family: "degular", sans-serif !important;
}

.bg-gradient {
  background: #3d76ff;
  background: linear-gradient(
    120deg,
    #ffffff 0%,
    #c5cae9 20%,
    #dfe9f3 40%,
    #90caf9 70%,
    #3d76ff 100%
  );
}

.hero-vector{
    background-image: url('../images/hero-vector.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.absolute-footer {
  display: none;
}
.stuck .header-main .nav > li > a {
  color: #000;
}
.accordion-title {
  padding: 1em 1em 1em 1em;
  font-size: 1.2em;
  font-weight: 500;
  border-top: 0px;
  border-bottom: 0px;
  background-color: #fff;
  margin-bottom: 16px;
  border-radius: 10px;
}
.accordion .toggle {
  left: initial;
  right: 1em;
  margin: 0;
  background: #f6f8fb;
  width: 40px;
  min-height: 40px;
  line-height: 40px;
  opacity: 1;
  top: 50%;
  transform: translate(0, -50%);
}
.accordion .toggle i {
  color: var(--fs-color-primary);
  font-size: 30px;
}
.accordion-title.active {
  background-color: #fff;
  color: var(--fs-color-primary);
  margin-bottom: 0px;
  -webkit-border-radius: 1px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius: 0px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-radius: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.accordion-inner {
  background-color: #fff;
  margin-bottom: 15px;
  -webkit-border-radius: 10px;
  -webkit-border-top-left-radius: 1px;
  -webkit-border-top-right-radius: 1px;
  -moz-border-radius: 10px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 1px;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 1px;
}
.accordion .active .toggle{
    transform: translate(0, -50%) rotate(180deg);
}
.gosubmenu,
.sub-menu {
  background-color: rgb(246, 248, 251);
  border-radius: 16px;
  box-shadow: 0 0 0 1px #eee;
}
.gosubmenu .menu-item,
.sub-menu li a {
  font-size: 80%;
  color: var(--fs-color-success);
}
.sub-menu li a:hover,
.gosubmenu .menu-item:hover {
  background-color: #fff !important;
}
.nav-box > li > a,
.nav-pills > li > a {
  padding: 0 2.5em;
  background-color: #f6f8fb;
  margin: 0 5px;
}
.nav-box > li.active > a,
.nav-pills > li.active > a {
  color: #fff !important;
  background-color: var(--fs-color-primary);
}
.account-link.primary,
.nav-top-not-logged-in {
  background-color: var(--fs-color-primary) !important;
  padding: 4px 0;
}
.nav-top-not-logged-in {
  width: 9em;
}
.nav-dark .header-cart-link {
  border-color: #fff;
  color: #fff;
  padding: 4px 10px;
}
.header-cart-link {
  border-color: var(--fs-color-primary);
  color: var(--fs-color-primary);
  padding: 4px 10px;
}
.nav-dark .header-cart-link:hover {
  background-color: #fff;
  color: var(--fs-color-primary);
}
.stuck .header-cart-link {
  padding: 6px 0px;
}
.checkout-breadcrumbs {
  display: none !important;
}
.woocommerce-form-login__submit {
  line-height: 1;
}
.fw-normal,
.fw-normal h1,
.fw-normal h2,
.fw-normal h3,
.fw-normal h4,
.fw-normal h5,
.fw-normal h6,
.fw-normal .heading-font {
  font-weight: 400 !important;
}

.line-height-1,
.line-height-1 h1,
.line-height-1 h2,
.line-height-1 h3,
.line-height-1 h4,
.line-height-1 h5,
.line-height-1 h6,
.line-height-1 .heading-font {
  line-height: 1 !important;
}
.line-height-09,
.line-height-09 h1,
.line-height-09 h2,
.line-height-09 h3,
.line-height-09 h4,
.line-height-09 h5,
.line-height-09 h6,
.line-height-09 .heading-font {
  line-height: 0.9 !important;
}

.gd-useless-section {
  width: 98% !important;
  margin: 0 auto;
  border-radius: 10px;
}
.gvector::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: clamp(120px, 20vw, 340px);
  aspect-ratio: 1 / 1;
  background: url("../images/gvector.svg") no-repeat left
    bottom / contain;
  pointer-events: none;
  opacity: 1;
}
.bradius10,
.bradius10 img {
  border-radius: 10px;
}
.bradius10 img {
  overflow: hidden;
}
.gvector.why::after {
  width: clamp(120px, 30vw, 440px);
}

/* Main container for the comparison card */
.comparison-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 24px;
  width: 100%;
  border: 1px solid #b9b9b9;
}

.card-title {
  font-size: 12px;
  font-weight: 400;
  color: #6c757d;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
  padding: 16px 8px;
  text-align: center;
  font-size: 16px;
  border: none;
}

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

.comparison-table .feature-name {
  text-align: left;
}

.comparison-table th {
  font-weight: 600;
  padding-bottom: 12px;
  text-transform: inherit;
  font-size: 13.6px;
}

.header-godomains {
  color: var(--fs-color-primary);
}
.header-others {
  color: #777777;
}
.icon-check {
  color: var(--fs-color-primary);
  font-weight: bold;
  font-size: 20px;
}

.icon-crossed {
  color: #adb5bd;
  font-weight: bold;
  font-size: 20px;
}

.col-godomains {
  background-color: var(--fs-color-primary);
  color: #ffffff;
}

.comparison-table th.col-godomains {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.comparison-table tfoot td.col-godomains {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.col-godomains .icon-check {
  color: #ffffff;
}

.comparison-table tfoot td {
  font-weight: bold;
  font-size: 16px;
}

.total-value-label {
  color: #212529;
}

.total-value-others {
  color: #777777;
}
.grd-footer {
  background: linear-gradient(95.07deg, #3461cf 19.87%, #447efc 116.91%);
}
.search-input-wrapper {
  border-color: #dadadf;
}
.current-menu-item {
  background-color: #fff !important;
}
.hosting-link-arrow {
  transition: padding-left 0.3s ease;
}

.hosting-link-arrow:hover {
  padding-left: 20px;
}
.hosting-link-arrow:hover a::after {
  content: url("data:image/svg+xml;utf8,<svg width='16' height='16' viewBox='0.964 0.349 19.342 19.342' xmlns='http://www.w3.org/2000/svg'><path d='M.964 17.416 14.817 3.564H2.073L2.102.349h18.204v18.204l-3.214.029V5.839L3.24 19.691z' fill='%233D76FF'/></svg>");
  display: inline-block;
  position: absolute;
  margin-left: 10px;
  vertical-align: middle;
}

.gvector2 {
  position: relative;
}

.gvector2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20%;
  width: 353px; /* match SVG width */
  height: 140px; /* match SVG height */
  background: url("data:image/svg+xml;utf8,<svg width='353' height='152' viewBox='0 0 353 152' xmlns='http://www.w3.org/2000/svg'><path d='M352.463 57.112 283.792 238.69l-72.356-27.364 27.726-73.314-12.577-4.757c-2.264 2.342-4.583 4.607-6.927 6.863-11.967 11.41-24.97 20.576-38.95 27.492-14.015 6.932-28.818 10.816-44.468 11.659-15.625.852-32.254-2.042-49.875-8.706s-32.003-15.498-45.444-27.342c-13.465-11.854-23.768-26.86-30.891-45.068C2.897 79.97-.027 58.469 1.292 33.634c1.285-24.82 7.998-53.282 20.12-85.336a376 376 0 0 1 6.533-16.158l83.333 31.515a338 338 0 0 0-6.582 16.14c-6.637 17.548-10.897 33.724-12.772 48.5-1.885 14.803-1.273 27.911 1.861 39.337 3.1 11.44 9.152 21.472 18.147 30.12 9.004 8.623 21.323 15.919 37.025 21.857 15.702 5.939 30.184 9.003 42.305 8.789 12.12-.213 22.466-2.725 31.095-7.542 8.605-4.825 15.75-11.297 21.427-19.39a116.3 116.3 0 0 0 10.919-19.128L174.52 52.014l20.579-54.415z' fill='%23fff'/></svg>")
    no-repeat center center;
  background-size: contain;
  transform: translate(-20%, -50%);
  pointer-events: none;
  opacity: 0.1;
}

.gdc-video {
  inset: 0;
  width: 100%;
  object-fit: cover;
  z-index: -1;
  border-radius: 10px;
}

.overflow-hidden{
    overflow: hidden !important
}