

@media (max-width: 576px) {
  .general-input {
    display: block !important;
  }
  .general-input input.btn {
    position: static !important;
    width: 100%;
    margin-top: 10px;
  }
  .general-input .fill-input {
    width: 100%;
  }
}


::selection {
  color: #fff;
  text-shadow: none;
}
input:-webkit-autofill {
  background-color: #e6fff3 !important;
  background-image: none !important;
  color: #000 !important;
}

.styletextDirection {
  cursor: pointer;
}
.initial-transform {
  transform: initial !important;
}
@keyframes horizontalShake {
  16%,
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  1.6%,
  11.2%,
  14.4%,
  4.8%,
  8% {
    -webkit-transform: translate3d(-7px, 0, 0);
    transform: translate3d(-7px, 0, 0);
  }
  12.8%,
  3.2%,
  6.4%,
  9.6% {
    -webkit-transform: translate3d(7px, 0, 0);
    transform: translate3d(7px, 0, 0);
  }
}

.btn {
  background-color: transparent;
}

.footer .contact a:hover i {
  color: #fdd700;
}
.footer .footer-menu #drop-lng input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn {
  text-transform: capitalize;
  cursor: pointer !important;
  border: 1px solid #4c4a4a;
  border-radius: 50px;
  color: #4c4a4a;
  font-size: 16px;
  margin: 0;
  padding: 14px 30px;
  position: relative;
  letter-spacing: 0.2px;
  font-weight: 700;
  box-shadow: 0 2px 8px 0 rgb(62 62 79 / 23%);
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  transition: 0.3s linear;
}
.btn:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.btn-default-yellow-fill:hover {
  background-color: #4c4a4a !important;
  color: #fff !important;
  border: none;
}

.btn-default-yellow-fill {
  background-color: #543df8 !important;
  color: #fff !important;
  border: none;
}

.btn:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  font-size: 14px !important;
  font-weight: 700;
  color: #000;
}
.btn-secondary:not(:disabled):not(.disabled) {
  opacity: 0.8;
  border-radius: 13px;
  background-color: #efefef;
  border: 1px solid #d6d6d6;
}
.btn-group > .btn:not(:first-child) {
  font-size: 15px;
  border-radius: 13px;
  opacity: 0.8;
  background-color: #efefef;
  border: none !important;
  color: #4c4a4a;
  -ms-grid-row: 2;
  -ms-grid-column: 2fr;
}
.btn-group .btn + .btn {
  margin-left: 5px;
}
.btn-secondary:hover {
  background-color: #4c4a4a;
}
.fill-input {
  box-shadow: 0 2px 8px 0 rgb(62 62 79 / 15%);
}
.footer .payment-list li i {
  color: #aaa;
}
.footer .payment-list li i:hover {
  color: #fdd700;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fill-input {
  background-color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.subcribe .heading {
  color: #fff;
  font-weight: 700;
  margin-left: 46px;
}
.subcribe.news {
  margin: 40px 0;
}
.subcribe input:-moz-placeholder {
  font-size: 18px;
  color: #67687b;
}
.subcribe input::-webkit-input-placeholder {
  font-size: 13px;
  color: #67687b;
}
.general-input {
  position: relative;
  width: 100%;
  align-items: center;
  display: flex;
}
.fill-input {
  width: 100%;
  height: 52px;
  font-size: 16px;
  color: #000;
  border: 1px solid #efefef;
  padding: 0 30px;
  outline: 0;
  transition: 0.3s;
}
.general-input input.btn {
  border: none;
  right: 0;
  position: absolute;
}
.subcribe .form {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  width: 100%;
}
.subcribe .form span {
  margin-top: 0;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
}
.subcribe .form p {
  color: #4c4a4a;
  font-size: 13px;
}
.footer .footer-menu .menu-item.by,
.subcribe form p {
  font-size: 14px;
  color: #aaa;
}

.footer .contact a:hover,
.footer .footer-menu .menu-item a:hover {
  text-decoration: none;
  color: #fdd700;
}

.footer .heading {
  margin-bottom: 10px;
}
.footer {
  position: relative;
  z-index: 0;
  background-color: #15212a;
  background-position: center;
  border: none;
}
.footer .logo-footer {
  width: 200px;
}
.footer .heading {
  font-size: 22px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
}
.footer .contact {
  font-size: 16px;
  color: #b9bac8;
}
.footer .contact a {
  color: #b9bac8;
}
.footer .contact i {
  color: #858585;
}
.footer .contact i:before {
  margin-left: 0;
  margin-right: 12px;
  font-size: 18px;
}
.footer .payment-list {
  float: right;
  color: #90a4ae;
  list-style-type: none;
  margin: 0;
  display: flex;
  align-items: center;
}
.footer .payment-list li {
  display: inline-block;
  margin-right: 3px;
  font-size: 42px;
}
.footer .payment-list li:last-child {
  margin-right: 0;
}
.footer .payment-list li p {
  margin-bottom: 0;
  color: #aaa;
  font-weight: 500;
  font-size: 14px;
  margin-right: 20px;
  display: table;
}
.footer .copyright {
  font-weight: 400;
  font-size: 12px;
  color: #aaa;
  line-height: 28px;
  padding-top: 10px;
  padding-bottom: 30px;
}
.footer .footer-menu {
  margin: 0;
  padding: 0;
  float: none;
}
.footer .footer-menu .menu-item {
  font-size: 16px;
  font-weight: 600;
  display: block;
  list-style-type: none;
  margin-top: 15px;
  margin-left: 0;
  text-align: left;
}
.footer .footer-menu .menu-item a {
  color: #aaa;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer .footer-bottom {
  padding: 0 0 40px;
}
.footer .footer-bottom .footer-menu {
  position: relative;
  top: 3px;
}
.footer .footer-bottom .footer-menu .menu-item {
  font-weight: 500;
  display: inline;
  margin-left: 20px;
  vertical-align: sub;
}
[type="email"] {
  direction: ltr;
}
.footer .footer-menu .btn-lang-footer label {
  border: none;
  height: fit-content;
  padding: 10px 12px;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes moverdown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes moverdown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.dark a {
  background: #515152;
}
svg {
  vertical-align: middle;
  border-style: none;
}
[data-background="dark"] .box-container .bg-seccolorstyle,
[data-background="dark"] .box-container .footer {
  background-color: #101920 !important;
}
[data-background="dark"] .box-container .fill-input {
  background-color: #101920;
  border: 1px solid grey;
  color: #fff;
}
@media (max-width: 1199px) {
  .footer .footer-menu .menu-item {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .footer .footer-menu .menu-item {
    width: 100%;
    font-size: 13px;
  }
  .footer .heading {
    font-size: 22px;
  }
  .footer .logo-footer {
    margin: 0 auto;
    width: 160px;
  }
}
@media (max-width: 767px) {
  
  .subcribe {
    display: none;
  }
  .fill-input {
    font-size: 16px !important;
  }
  .footer {
    text-align: center;
  }
  .fill-input {
    padding: 16px 20px !important;
  }
  .general-input input.btn {
    padding: 17px;
  }
  .footer .payment-list li {
    font-size: 18px !important;
  }
  .footer .payment-list li p {
    font-size: 12px !important;
  }
  .footer .footer-bottom .copyright {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .footer .footer-menu {
    padding: 0;
    float: none;
    text-align: center;
    margin-left: 0;
  }
  .footer .payment-list {
    float: none;
    display: block;
    text-align: center;
    padding: 0;
    margin-left: 0;
  }
  .footer .footer-menu .menu-item {
    text-align: center;
    font-size: 16px;
  }
  .footer .footer-bottom .footer-menu {
    top: 0 !important;
    margin-bottom: 10px;
  }
  .general-input {
    width: 100% !important;
  }
  .footer .footer-bottom .footer-menu .menu-item {
    display: block;
    margin-left: 0;
  }
  .btn {
    font-size: 12px;
    padding: 10px 20px;
  }
}
/*purple*/

/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/* =========================================
   SPARKLE HERO CUSTOM STYLES
   ========================================= */

/* 1. Base Variables & Backgrounds */
:root {
  /*--gradient-primary: linear-gradient(90deg, #6366f1, #a855f7, #ec4899);*/
  --gradient-primary: linear-gradient(90deg, #6366f1, #6366f1, #6366f1);
  --gradient-hero: radial-gradient(circle at top center, rgba(99, 102, 241, 0.08), transparent 70%);
}

/* 2. Text Gradient */

/* 3. Modern Pill Badge with Pulse */

/* 4. Modern Search Form */

/* Make search bar responsive on small mobile screens */

/* =========================================
   INCLUDED FEATURES
   ========================================= */

/* ========================================================================
   SOX unified visual system
   Scoped to explicitly opted-in root pages so domain/ and domains.html keep
   their independent presentation.
   ======================================================================== */

/* Shared information-card language. Existing semantic classes are retained
   because several templates and integrations depend on them. */

/* One icon container treatment for Font Awesome and legacy wrappers that
   remain structurally necessary. */

/* Shared pricing card based on the compact hierarchy used on the homepage. */
/*
.sox-unified-ui a:focus-visible,
.sox-unified-ui button:focus-visible,
.sox-unified-ui input:focus-visible,
.sox-unified-ui select:focus-visible,
.sox-unified-ui textarea:focus-visible {
  outline: 3px solid rgba(109, 74, 255, .28);
  outline-offset: 3px;
}*/

/* Sectigo SSL sales page */
@keyframes sslSpin { to{transform:translate(-50%,-50%) rotate(360deg)} }

/* SSL lifecycle responsive and dark-mode adjustments */

/* =========================================
   ABOUT PAGE
   ========================================= */
:root {
  --about-ink: #17212b;
  --about-muted: #586776;
  --about-paper: #f7f9fb;
  --about-white: #ffffff;
  --about-coral: #f04f5f;
  --about-coral-dark: #d93648;
  --about-cyan: #22a8c7;
  --about-yellow: #f5bd3a;
  --about-green: #2ea678;
  --about-line: #dfe6eb;
}

/* =========================================
   RESELLER HOSTING PAGE
   ========================================= */
:root {
  --res-ink: #111c2d;
  --res-muted: #637083;
  --res-purple: #7357ff;
  --res-purple-dark: #5137dd;
  --res-blue: #3787f5;
  --res-teal: #10b7a1;
  --res-coral: #ff6174;
  --res-yellow: #ffc94a;
  --res-paper: #f6f8fc;
  --res-line: #e5e9f1;
}
@keyframes serviceFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes serviceBar {
  0%, 100% { transform: translateX(-18%); opacity: .72; }
  50% { transform: translateX(12%); opacity: 1; }
}
@keyframes servicePulse {
  0%, 100% { opacity: .55; transform: scale(.88); }
  50% { opacity: 1; transform: scale(1); }
}

/* Reseller plan comparison */

/* Phoenix data center */

/* WHOIS lookup */

/* WHOIS privacy */

/* FAQ page */

/* Google Workspace */

/* SiteLock */

/* Email Services */

/* Custom page typography aligned with hosting.html */

/* FAQ sections aligned with hosting.html */

/* SoxDomains footer */
.sox-footer {
  padding: 72px 0 46px;
  border-top: 1px solid rgba(123, 132, 151, .18);
}
.sox-footer-row {
  display: grid;
  gap: 42px;
}
.sox-footer-primary {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.sox-footer-secondary {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 42px;
  padding-top: 38px;
  border-top: 1px solid rgba(123, 132, 151, .18);
}
.sox-footer .heading {
  margin: 0 0 18px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
}
.sox-footer-menu {
  margin: 0;
  padding: 0;
}
.sox-footer .footer-menu .menu-item {
  display: block;
  margin: 0 0 10px;
  padding: 0;
  line-height: 1.45;
}
.sox-footer .footer-menu .menu-item a {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
}
.sox-footer .footer-menu .menu-item a:hover {
  text-decoration: none;
}
.sox-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sox-footer-logo {
  display: inline-flex;
  margin-bottom: 18px;
}
.sox-footer .logo-footer {
  width: 200px;
  max-width: 100%;
  height: auto;
  margin: 0;
}
.sox-footer .copyright {
  max-width: 290px;
  margin: 0;
  font-size: 10px;
  line-height: 1.65;
}
[data-background="dark"] .box-container .sox-footer {
  border-top-color: rgba(255,255,255,.1);
}
[data-background="dark"] .box-container .sox-footer-secondary {
  border-top-color: rgba(255,255,255,.1);
}
@media (max-width: 991px) {
  .sox-footer-primary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .sox-footer {
    padding: 56px 0 38px;
  }
  .sox-footer .container {
    display: flex;
    flex-direction: column;
  }
  .sox-footer-primary,
  .sox-footer-secondary {
    display: contents;
  }
  .sox-footer-secondary {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
  .sox-footer-column {
    margin-bottom: 31px;
  }
  .sox-footer-support,
  .sox-footer-legal {
    display: none;
  }
  .sox-footer-brand {
    order: 4;
    margin: 2px 0 0;
  }
  .sox-footer-mobile-group {
    order: 1;
  }
  .sox-footer-secondary .sox-footer-mobile-group {
    order: 3;
  }
  .sox-footer .heading {
    margin-bottom: 13px;
    font-size: 18px;
  }
  .sox-footer .footer-menu .menu-item {
    margin-bottom: 9px;
  }
  .sox-footer .footer-menu .menu-item a {
    font-size: 16px;
  }
  .sox-footer .copyright {
    max-width: none;
  }
}

/* SoxDomains promos */

/* Clean domain catalog page */

/* =========================================
   SAAS LANDING PAGE
   ========================================= */
/* SoxDomains API knowledge base: zone-specific fields */
/* SoxDomains customer domain-information knowledge base */

/* Knowledgebase root landing page */

/* Eyebrow labels are text, not pills. */

/* Compact, contextual multi-year domain registration offer */

/* --- DARK MODE CONTRAST FIXES --- */

/* 1. Global Utility Fixes */

/* 2. About Page Overrides */

/* 3. Reseller Page Overrides */

/* POPULAR DOMAINS SECTION */

/* CAROUSEL */

/* Compact promotions discovery page */

/* Centered promotions hero */

/* Copyable promotion codes in comparison tables */

/* Large promotional hero */

/* SWIPER CORE FIXES */

@keyframes pd-skeleton {
  to { background-position: -200% 0; }
}

/* CAROUSEL ARROWS */

/* EXPLORE REGIONS SECTION */

/* Map Dots Background */

/* Region Cards Grid */

/* Responsive */

/* HOME DOMAIN EXPERIENCE, REASONS AND FAQ */

/* Keep public FAQ sections visually consistent in every theme. */
