@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix")
      format("embedded-opentype"),
    url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"),
    url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"),
    url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* =======================================================
*
* 	Internet Infinity — Design Tokens
*
* ======================================================= */
:root {
  --navy-950: #05061e;
  --navy-900: #0a0b3a;
  --navy-800: #12154f;
  --navy-700: #1c2170;
  --purple: #951b81;
  --purple-light: #c93aa8;
  --purple-dark: #6e1360;
  --teal: #17b794;
  --teal-light: #3fe0b3;
  --ink: #13152e;
  --body-color: #5b5f78;
  --muted-on-dark: rgba(255, 255, 255, 0.68);
  --border-soft: rgba(18, 19, 43, 0.08);
  --border-dark: rgba(255, 255, 255, 0.12);
  --shadow-soft: 0 20px 45px -24px rgba(18, 19, 43, 0.22);
  --shadow-lift: 0 24px 48px -20px rgba(18, 19, 43, 0.28);
  --radius-lg: 20px;
  --radius-md: 14px;
  --radius-sm: 10px;
  --gradient-brand: linear-gradient(135deg, var(--teal) 0%, var(--purple) 100%);
  --gradient-brand-hover: linear-gradient(135deg, var(--teal-light) 0%, var(--purple-light) 100%);
  --font-heading: "Plus Jakarta Sans", "Droid Sans", Arial, sans-serif;
  --font-body: "Inter", "Droid Sans", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  color: var(--body-color);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(4, 5, 20, 0.75);
  content: "";
}

a {
  color: var(--purple);
  transition: 0.3s;
}
a:hover,
a:active,
a:focus {
  color: var(--purple-light);
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
  color: var(--ink);
  font-family: var(--font-heading);
  font-weight: 700;
  margin: 0 0 20px 0;
  letter-spacing: -0.01em;
}

::-webkit-selection {
  color: #fff;
  background: var(--purple);
}
::-moz-selection {
  color: #fff;
  background: var(--purple);
}
::selection {
  color: #fff;
  background: var(--purple);
}

.gtco-container {
  max-width: 1180px;
  position: relative;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.gtco-flex {
  flex-wrap: wrap;
  display: flex;
  position: relative;
  width: 100%;
}

.section-eyebrow {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--purple);
  background: rgba(149, 27, 129, 0.08);
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 16px;
}

.gtco-heading {
  margin-bottom: 4em;
}
.gtco-heading h2 {
  font-size: 38px;
  margin-bottom: 14px;
  line-height: 1.25;
  font-weight: 800;
  color: var(--ink);
}
.section-subtitle {
  font-size: 18px;
  color: var(--body-color);
  max-width: 560px;
  margin: 0 auto 30px auto;
}

/* =======================================================
*
* 	Navigation
*
* ======================================================= */
.gtco-nav {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 1001;
  background: rgba(6, 7, 30, 0.62);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.35s ease, border-color 0.35s ease, backdrop-filter 0.35s ease;
}

/* Once scrolled past the hero, flip the nav to a light glass bar
   so it reads well over the white sections underneath. */
body.nav-scrolled .gtco-nav {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom-color: rgba(18, 19, 43, 0.08);
}
body.nav-scrolled .gtco-nav ul li a {
  color: var(--body-color);
}
body.nav-scrolled .gtco-nav ul li a:hover,
body.nav-scrolled .gtco-nav ul li a:focus,
body.nav-scrolled .gtco-nav ul li a:active {
  color: var(--ink);
  background: rgba(18, 19, 43, 0.06);
}
body.nav-scrolled .gtco-nav ul li.active > a {
  color: #fff !important;
}
body.nav-scrolled .gtco-nav .gtco-contact ul li a {
  color: var(--body-color);
}
body.nav-scrolled .gtco-nav .gtco-contact ul li a i {
  color: var(--purple);
}
body.nav-scrolled .gtco-nav .gtco-contact ul li a:hover,
body.nav-scrolled .gtco-nav .gtco-contact ul li a:hover i {
  color: var(--ink);
}
body.nav-scrolled .gtco-nav-top {
  border-bottom-color: rgba(18, 19, 43, 0.06);
}
body.nav-scrolled .gtco-nav-toggle.gtco-nav-white > i,
body.nav-scrolled .gtco-nav-toggle.gtco-nav-white > i::before,
body.nav-scrolled .gtco-nav-toggle.gtco-nav-white > i::after {
  background: var(--ink);
  color: var(--ink);
}

.gtco-nav-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.gtco-nav-top .gtco-contact {
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  .gtco-nav-top .gtco-contact {
    text-align: left !important;
    padding: 8px 46px 8px 0;
  }
}

.gtco-nav .gtco-contact ul {
  padding: 0;
  margin: 0;
}
.gtco-nav .gtco-contact ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.gtco-nav .gtco-contact ul li a {
  font-size: 13px;
  font-weight: 600;
  color: var(--muted-on-dark);
  padding: 5px 10px;
}
.gtco-nav .gtco-contact ul li a i {
  color: var(--purple-light);
}
.gtco-nav .gtco-contact ul li a:hover {
  color: #fff;
}
.gtco-nav .gtco-contact ul li a:hover i {
  color: #fff;
}

.gtco-nav-main {
  padding: 14px 0;
}

.gtco-nav #gtco-logo {
  font-size: 20px;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.gtco-nav #gtco-logo img {
  max-width: 190px;
  height: auto;
  width: auto;
}

.gtco-nav ul {
  padding: 0;
  margin: 0;
}
.gtco-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.gtco-nav ul li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 600;
  padding: 10px 16px;
  margin-left: 4px;
  color: var(--muted-on-dark);
  transition: 0.3s;
  border-radius: var(--radius-sm);
  vertical-align: middle;
}
.gtco-nav ul li a:hover,
.gtco-nav ul li a:focus,
.gtco-nav ul li a:active {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}
.gtco-nav ul li.active > a {
  color: #fff !important;
  background: var(--purple);
}

@media screen and (max-width: 768px) {
  .gtco-nav .menu-1,
  .gtco-nav .menu-2 {
    display: none;
  }
}

/* Off-canvas mobile nav */
#gtco-offcanvas {
  position: fixed;
  z-index: 1901;
  width: 280px;
  background: linear-gradient(165deg, var(--navy-900), var(--navy-950));
  top: 0;
  right: 0;
  bottom: 0;
  padding: 90px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  transform: translateX(280px);
  transition: 0.5s;
  box-shadow: -20px 0 60px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 768px) {
  #gtco-offcanvas {
    display: block;
  }
}
.offcanvas #gtco-offcanvas {
  transform: translateX(0px);
}
#gtco-offcanvas a {
  color: rgba(255, 255, 255, 0.65);
}
#gtco-offcanvas a:hover {
  color: #fff;
}
#gtco-offcanvas ul {
  padding: 0;
  margin: 0;
}
#gtco-offcanvas ul li {
  padding: 0;
  margin: 0 0 8px 0;
  list-style: none;
}
#gtco-offcanvas ul li a {
  display: block;
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 600;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
#gtco-offcanvas ul li.active > a {
  color: var(--purple-light);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.gtco-nav-toggle {
  position: fixed;
  right: 20px;
  top: 64px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  display: none;
  margin: 0;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .gtco-nav-toggle {
    display: block;
  }
}
.gtco-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  background: #fff;
  transition: all 0.2s ease-out;
}
.gtco-nav-toggle i::before,
.gtco-nav-toggle i::after {
  content: "";
  width: 25px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-out;
}
.gtco-nav-toggle i::before {
  top: -7px;
}
.gtco-nav-toggle i::after {
  bottom: -7px;
}
.gtco-nav-toggle:hover i::before {
  top: -10px;
}
.gtco-nav-toggle:hover i::after {
  bottom: -10px;
}
.gtco-nav-toggle.active i {
  background: transparent;
}
.gtco-nav-toggle.active i::before {
  top: 0;
  transform: rotateZ(45deg);
}
.gtco-nav-toggle.active i::after {
  bottom: 0;
  transform: rotateZ(-45deg);
}

/* =======================================================
*
* 	Hero
*
* ======================================================= */
#gtco-header,
.gtco-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.gtco-cover {
  height: 820px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.gtco-cover a {
  color: var(--purple-light);
}
.gtco-cover a:hover {
  color: #fff;
}
.gtco-cover .overlay {
  z-index: 1;
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 88% 8%, rgba(149, 27, 129, 0.22), transparent 50%),
    linear-gradient(165deg, rgba(6, 7, 26, 0.95), rgba(10, 11, 58, 0.94));
}
.gtco-cover > .gtco-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .gtco-cover {
    height: 720px;
  }
}

.hero-blob {
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
}
.hero-blob-1 {
  width: 460px;
  height: 460px;
  top: -160px;
  right: -140px;
  background: rgba(149, 27, 129, 0.24);
}
.hero-blob-2 {
  width: 360px;
  height: 360px;
  bottom: -180px;
  left: -100px;
  background: rgba(23, 183, 148, 0.12);
}
@media screen and (max-width: 768px) {
  .hero-blob {
    filter: blur(60px);
  }
  .hero-blob-1 {
    width: 260px;
    height: 260px;
  }
  .hero-blob-2 {
    width: 220px;
    height: 220px;
  }
}

.gtco-cover .display-t,
.gtco-cover .display-tc {
  height: 820px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gtco-cover .display-t,
  .gtco-cover .display-tc {
    height: 720px;
  }
}
.gtco-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .gtco-cover .display-tc {
    padding-top: 140px;
  }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 8px 18px;
  border-radius: 100px;
  margin-bottom: 26px;
}
.hero-badge i {
  color: var(--purple-light);
}

.gtco-cover .display-tc h1 {
  margin: 0 0 20px 0;
  padding: 0;
  color: #fff;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.2;
  max-width: 820px;
}
@media screen and (max-width: 992px) {
  .gtco-cover .display-tc h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .gtco-cover .display-tc h1 {
    font-size: 30px;
    line-height: 1.3;
  }
}

.hero-lead {
  color: var(--muted-on-dark);
  font-size: 19px;
  line-height: 1.7;
  max-width: 620px;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .hero-lead {
    font-size: 16px;
  }
}

.hero-cta {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 10;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  animation: heroScrollBounce 2.2s ease-in-out infinite;
}
.hero-scroll:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
}
@keyframes heroScrollBounce {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(10px);
  }
}
@media screen and (max-width: 768px) {
  .hero-scroll {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  #gtco-header .btn {
    display: block;
    width: 100%;
    text-align: center;
  }
}

/* =======================================================
*
* 	Pricing Cards
*
* ======================================================= */
#gtco-features-3 {
  position: relative;
  padding: 6em 0;
  z-index: 12;
}
@media screen and (max-width: 768px) {
  #gtco-features-3 {
    padding: 3em 0 2em 0;
  }
}

#gtco-features-3 .gtco-heading {
  margin-bottom: 3.5em;
}

.gtco-flex {
  gap: 28px;
  align-items: stretch;
  justify-content: center;
}

.feature {
  flex: 1 1 270px;
  max-width: 330px;
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-soft);
  position: relative;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.feature:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lift);
  border-color: rgba(149, 27, 129, 0.3);
}
@media screen and (max-width: 768px) {
  .feature {
    max-width: 440px;
    flex-basis: 100%;
  }
}

.feature-inner {
  padding: 44px 32px 36px 32px;
}

.feature .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 22px auto;
  border-radius: var(--radius-sm);
  background: rgba(149, 27, 129, 0.1);
}
.feature .icon i {
  font-size: 24px;
  color: var(--purple);
}

.feature h3 {
  font-size: 19px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}

.pricing-specs {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  text-align: left;
  display: inline-block;
}
.pricing-specs li {
  font-size: 14.5px;
  font-weight: 500;
  color: var(--body-color);
  padding: 7px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.pricing-specs li i {
  color: var(--purple);
  font-size: 13px;
  width: 18px;
  text-align: center;
}

.pricing-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  padding-top: 20px;
  margin-bottom: 26px;
  border-top: 1px solid var(--border-soft);
}
.pricing-price .amount {
  font-family: var(--font-heading);
  font-size: 36px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1;
}
.pricing-price .currency {
  font-size: 14px;
  font-weight: 500;
  color: var(--body-color);
}

.feature p {
  margin: 0;
}
.feature p:last-child {
  margin-bottom: 0;
}

/* =======================================================
*
* 	Buttons
*
* ======================================================= */
.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 600;
  border-radius: var(--radius-sm);
  transition: 0.25s;
  padding: 12px 28px;
  border: 1px solid transparent;
  display: inline-block;
}
.btn.btn-lg {
  padding: 15px 34px !important;
  font-size: 16px;
}
.btn:hover,
.btn:active,
.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-gradient {
  background: var(--purple);
  color: #fff !important;
  border: 1px solid var(--purple);
  box-shadow: 0 10px 24px -12px rgba(149, 27, 129, 0.5);
}
.btn-gradient:hover,
.btn-gradient:focus,
.btn-gradient:active {
  background: var(--purple-dark);
  border-color: var(--purple-dark);
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px -12px rgba(149, 27, 129, 0.55);
}

.btn-white.btn-outline {
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(6px);
}
.btn-white.btn-outline:hover,
.btn-white.btn-outline:focus,
.btn-white.btn-outline:active {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.8);
}

/* =======================================================
*
* 	Speed Test + Counters
*
* ======================================================= */
#gtco-counter {
  text-align: center;
  padding: 3em 0 6em 0;
  clear: both;
  position: relative;
}
@media screen and (max-width: 768px) {
  #gtco-counter {
    padding: 1em 0 3em 0;
  }
}

.speedtest-card {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  padding: 14px;
  overflow: hidden;
  border: 1px solid var(--border-soft);
}
.speedtest-card iframe {
  display: block;
  border-radius: var(--radius-md);
}
@media screen and (max-width: 768px) {
  .speedtest-card {
    padding: 8px;
    border-radius: var(--radius-md);
  }
  .speedtest-card iframe {
    height: 560px !important;
  }
}
@media screen and (max-width: 480px) {
  .speedtest-card iframe {
    height: 500px !important;
  }
}

.stats-row {
  margin-top: 4em;
}
@media screen and (max-width: 768px) {
  .stats-row {
    margin-top: 2em;
  }
}

.feature-center {
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 24px;
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: 0 15px 35px -18px rgba(18, 19, 43, 0.2);
  border: 1px solid var(--border-soft);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-center:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-soft);
}

.feature-center .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 16px auto;
  border-radius: var(--radius-sm);
  background: rgba(149, 27, 129, 0.1);
}
.feature-center .icon i {
  font-size: 21px;
  color: var(--purple);
}

.feature-center .counter {
  font-family: var(--font-heading);
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--ink);
  display: block;
}
.feature-center .counter-label {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--body-color);
}

/* =======================================================
*
* 	Footer
*
* ======================================================= */
#gtco-footer {
  background: linear-gradient(180deg, var(--navy-900), var(--navy-950));
  padding: 6em 0 0 0;
  clear: both;
  position: relative;
}
@media screen and (max-width: 768px) {
  #gtco-footer {
    padding: 3.5em 0 0 0;
  }
}

#gtco-footer .gtco-widget {
  margin-bottom: 40px;
}
#gtco-footer .gtco-widget h3 {
  margin-bottom: 22px;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  padding-bottom: 14px;
}
#gtco-footer .gtco-widget h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 3px;
  border-radius: 4px;
  background: var(--purple);
}
#gtco-footer .gtco-widget p {
  color: rgba(255, 255, 255, 0.6);
}

#gtco-footer .gtco-footer-link {
  padding: 0;
  margin: 0;
  list-style: none;
}
#gtco-footer .gtco-footer-link li {
  margin: 0 0 16px 0;
  line-height: 1.5;
}
#gtco-footer .gtco-footer-link li a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  text-decoration: none;
}
#gtco-footer .gtco-footer-link li a i {
  color: var(--purple-light);
  margin-top: 3px;
  flex-shrink: 0;
}
#gtco-footer .gtco-footer-link li a:hover {
  color: #fff;
}

#gtco-footer .gtco-quick-contact {
  padding: 0;
  margin: 0;
  list-style: none;
}
#gtco-footer .gtco-quick-contact li {
  margin: 0 0 14px 0;
}
#gtco-footer .gtco-quick-contact li a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  text-decoration: none;
}
#gtco-footer .gtco-quick-contact li a i {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--purple-light);
  font-size: 14px;
}
#gtco-footer .gtco-quick-contact li a:hover {
  color: #fff;
}
#gtco-footer .gtco-quick-contact li a:hover i {
  background: var(--purple);
  color: #fff;
}

#gtco-footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 10px;
  padding: 28px 0;
}
#gtco-footer .copyright .block {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #gtco-footer .copyright .pull-left,
  #gtco-footer .copyright .pull-right {
    float: none !important;
    text-align: center;
  }
  #gtco-footer .copyright .pull-right {
    margin-top: 14px;
  }
}

.gtco-social-icons {
  margin: 0;
  padding: 0;
}
.gtco-social-icons li {
  margin: 0 0 0 8px;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.gtco-social-icons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.gtco-social-icons li a:hover {
  background: var(--purple);
}
.gtco-social-icons li a i {
  font-size: 16px;
}

/* =======================================================
*
* 	Loader / Back to top / Animations
*
* ======================================================= */
.gtco-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat linear-gradient(160deg, var(--navy-900), var(--navy-950));
}

.js .animate-box {
  opacity: 0;
}

.gototop {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.35s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.gototop a {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--purple);
  color: #fff;
  text-align: center;
  border-radius: var(--radius-sm);
  box-shadow: 0 12px 26px -12px rgba(149, 27, 129, 0.55);
}
.gototop a:hover,
.gototop a:active,
.gototop a:focus {
  text-decoration: none;
  outline: none;
  transform: translateY(-3px);
}

.uppercase {
  font-size: 14px;
  color: var(--ink);
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
