﻿/*---------------------------------------
 *                                      *
 *       Add Your Custom CSS Here       *
 *                                      *
 ---------------------------------------*/

/* Custom CSS for Nexus Cart
 *
 * This block allows you to customize theme colors and styles for the entire Nexus Cart template.
 *
 * To customize colors:
 * - Replace the var() references with your own hex colors or other CSS values.
 * - For example, instead of --primary: #4b5563; use --primary: #your-color;
 * - You can also override any CSS properties here.
 */

html {
  font-size: 14px;
}

:root {
  --white: #fff;

  /* Neutral shades */
  --neutral-50: #fbf9fa;
  --neutral-100: #f4f5f7;
  --neutral-200: #e4e4e7;
  --neutral-300: #d0d5dd;
  --neutral-400: #9ca3af;
  --neutral-500: #6b7280;
  --neutral-600: #4b5563;
  --neutral-700: #374151;
  --neutral-800: #1f2937;
  --neutral-900: #111827;
  --neutral-950: #030712;

  /* Neutral shades */
  /* define own pallet with brand colors */
  --primary-50: var(--neutral-50);
  --primary-100: var(--neutral-100);
  --primary-200: var(--neutral-200);
  --primary-300: var(--neutral-300);
  --primary-400: var(--neutral-400);
  --primary-500: var(--neutral-500);
  --primary-600: var(--neutral-600);
  --primary-700: var(--neutral-700);
  --primary-800: var(--neutral-800);
  --primary-900: var(--neutral-900);
  --primary-950: var(--neutral-900);

  /* Primary colors */
  /* Use shades from comments if `primary` colors use other colors, then neutral */
  --primary: var(--neutral-900);          /* var(--primary-600) */
  --primary-lifted: var(--neutral-800);   /* var(--primary-700) */
  --primary-accented: var(--neutral-700); /* var(--primary-800) */

  /* Secondary colors */
  --secondary: var(--neutral-500);
  --secondary-lifted: var(--neutral-600);
  --secondary-accented: var(--neutral-700);

  /* Success colors */
  --success: #00a63e;
  --success-lifted: #008236;
  --success-accented: #016630;

  /* Info colors */
  --info: #155dfc;
  --info-lifted: #1447e6;
  --info-accented: #193cb8;

  /* Notice colors */
  --notice: #7f22fe;
  --notice-lifted: #7008e7;
  --notice-accented: #5d0ec0;

  /* Warning colors */
  --warning: #f54a00;
  --warning-lifted: #ca3500;
  --warning-accented: #9f2d00;

  /* Error colors */
  --error: #e7000b;
  --error-lifted: #c10007;
  --error-accented: #9f0712;

  /* Grayscale colors */
  --grayscale: var(--neutral-900);
  --grayscale-lifted: var(--neutral-800);
  --grayscale-accented: var(--neutral-700);

  /* Neutral colors */
  --neutral: var(--neutral-500);
  --neutral-lifted: var(--neutral-600);
  --neutral-accented: var(--neutral-700);

  /* Text neutral colors */
  --text-inverted: var(--white);
  --text-muted: var(--neutral-400);
  --text-lifted: var(--neutral-500);
  --text-accented: var(--neutral-600);
  --text: var(--neutral-900);

  /* Border neutral colors */
  --border-muted: var(--neutral-200);
  --border: var(--neutral-300);
  --border-lifted: var(--neutral-400);
  --border-accented: var(--neutral-600);

  /* Background neutral colors */
  --bg: var(--white);
  --bg-muted: var(--neutral-50);
  --bg-lifted: var(--neutral-100);
  --bg-accented: var(--neutral-200);
  --bg-inverted: var(--neutral-900);

  /* Additional colors */
  --yellow-200: #fff085;
  --yellow-300: #ffdf20;
  --teal-300: #46edd5;
  --teal-400: #00d5be;
  --emerald-300: #5ee9b5;
  --pink-400: #fb64b6;

  /* Additional custom properties */
  /* Font sizes */
  --text-xs: 0.625rem;
  --text-sm: 0.75rem;
  --text-md: 0.875rem;
  --text-lg: 1rem;

  /* Spacing */
  --outline-sm: 1px;
  --outline-md: 2px;
  --outline-lg: 3px;

  /* Rounding */
  --rounding-sm: 0.25rem;
  --rounding-md: 0.5rem;
  --rounding-lg: 0.75rem;

  /* Other */
  --letter-spacing: 0em;
  --disabled-opacity: 25%;
}

.header-holder .bg-animation .header-sea {
  position: absolute;
  left: 0;
  bottom: -13% !important;
  width: 100%;
  background-image: url(../images/header-sea.svg);
  background-repeat: repeat-x;
  background-size: contain;
}

@media (max-width: 768px) {
  .header-holder .bg-animation .header-sea {
    bottom: -9% !important;
  }
}

.sb-color5 {
  background-color: #62D1DE;
  color: #fff;
}
.sb-color5 .service-title a,
.sb-color5 .service-details a,
.sb-color5 .service-details p {
  color: #fff;
}
.sb-color6 {
  background-color: #edf2f7;
}

.modal-backdrop {
  z-index: 999 !important;
}

.fix-bg-height {
  max-width: 1600px;
}

@media (max-width: 768px) {
  .fix-bg-height {
    margin-top: -5px;
  }
}

header.header .topbar {
  display: none;
}

header.header .logo-img {
  max-height: 42px;
}

/* Smaller logo for smartphone portrait mode */
@media (max-width: 576px) {
  header.header .logo-img {
    max-height: 34px;
  }
}

.header-holder.main-header .header-graphic {
  padding-top: 100px;
}

.header-holder.main-header .top-content {
  padding-top: 80px;
}

.tiles > .row > div:last-child .tile {
  border: 0px solid #e6e5f1;
}

.tiles .tile .title {
  margin-left: 20px;
}

.tiles .tile .stat {
  margin-left: 20px;
}

.modal-header .close {
  padding: 0;
  margin: 0;
}

.ark-card {
  margin-top: 4rem;
}

.dataTables_wrapper .dataTables_info {
  background-color: #fff !important;
}

.navbar .navbar-nav > .active a, .navbar .navbar-nav > .active a:focus, .navbar .navbar-nav > .active a:hover {
    color: #62d1de !important;
}

.landing-page .hero img {
    display: none !important;
}

#footer .social-menu li a [class*=fa] {
    padding: 10px !important;
}

.social-menu img {
  width: 24px;
  height: 24px;
  margin-bottom: 12px;
}

html[data-darkreader] .social-menu img {
  filter: none !important;
}

.pricing-box.pricing-box-simple.pricing-color1 .pricing-content .pricing-link a,
.pricing-box.pricing-box-simple.pricing-color2 .pricing-content .pricing-link a,
.pricing-box.pricing-box-simple.pricing-color3 .pricing-content .pricing-link a {
    color: #ffffff;
    background-color: #FF8C00;
}
.pricing-box.pricing-box-simple.pricing-color1 .pricing-content .pricing-link a:hover,
.pricing-box.pricing-box-simple.pricing-color2 .pricing-content .pricing-link a:hover,
.pricing-box.pricing-box-simple.pricing-color3 .pricing-content .pricing-link a:hover {
    background-color: #E57A00 !important;
}
.pricing-box.pricing-box-simple.pricing-color1 .pricing-content .pricing-link a:focus,
.pricing-box.pricing-box-simple.pricing-color2 .pricing-content .pricing-link a:focus,
.pricing-box.pricing-box-simple.pricing-color3 .pricing-content .pricing-link a:focus {
    background-color: #E57A00 !important;
}

#accountNotifications .label-info {
    background-color: skyblue !important;
    border-radius: 10px;
}

.landing-page .tab-content p {
    font-size: 14px;
}

.landing-page .navbar-default {
    background-color: #E5F3FC;
}

.label {
    border-radius: 8px;
}


button.add-to-cart-btn {
    border-radius: 8px !important;
    background-color: #153B77;
}

div#groupsContainer {
    width: 100%;
}

.language-chooser.dropdown-menu-right:before {
  left: inherit !important;
  right: 1.2rem !important;
}
.language-chooser.dropdown-menu-right {
  transform-origin: 93% 0% !important;
}
.choose-language{
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: 1rem;
}
.language-flag {
    padding-left: 24px !important; /* Make room for the flag icon. */
    background-size: 20px 20px !important; /* Adjust as needed for your flag icons' size. */
    background-repeat: no-repeat !important;
    background-position: left center !important;
}

.language-flag.english {
    background-image: url('/whmcs/assets/flags/english.svg') !important;
}

.language-flag.dutch {
    background-image: url('/whmcs/assets/flags/dutch.svg') !important;
}

.language-flag.russian {
    background-image: url('/whmcs/assets/flags/russian.svg') !important;
}

.language-flag.french {
  background-image: url('/whmcs/assets/flags/french.svg') !important;
}

.language-flag.spanish {
  background-image: url('/whmcs/assets/flags/spanish.svg') !important;
}

.language-flag.german {
  background-image: url('/whmcs/assets/flags/german.svg') !important;
}

.language-flag.italian {
  background-image: url('/whmcs/assets/flags/italian.svg') !important;
}

.language-flag.portuguese-pt {
  background-image: url('/whmcs/assets/flags/portuguese-pt.svg') !important;
}

.language-flag.portuguese-br {
  background-image: url('/whmcs/assets/flags/portuguese-br.svg') !important;
}

.language-flag.portuguese {
  background-image: url('/whmcs/assets/flags/portuguese.svg') !important;
}

.language-flag.norwegian {
  background-image: url('/whmcs/assets/flags/norwegian.svg') !important;
}

.language-flag.swedish {
  background-image: url('/whmcs/assets/flags/swedish.svg') !important;
}

.language-popover .popover-content li a {
    border-radius: 0px !important;
}
.flags-dropdown{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  padding: 0;
  list-style: none;
}
.flag-item a{
  border-radius: 10px;
}
.flag-item a:focus, .flag-item a:hover {
  color: #62d1de !important;
  background-color: #edf8ff;
}
.flag-item .language-flag{
  padding-left: 1.8rem !important;
}

/* FAQ Styles */
.feature-title {
    color: #153B77;
    font-weight: bold;
}

.main-heading {
    color: #153B77;
    font-weight: bold;
    font-size: 1.8em;
    text-transform: uppercase;
    margin: 0px 0 30px;
    text-shadow: 1px 1px 2px #62D1DE;
    text-align: center;
}


.feature-box {
    background: #f9f9f9;
    border: 1px solid #E5F3FC;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease-in-out;
}

.feature-box:hover {
    transform: translateY(-10px);
    box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
}

.faq-container {
    margin: 0 auto;
    padding: 2em;
    max-width: 800px;
}

.faq-item {
    margin-bottom: 8px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 12px;
    background-color: #f9f9f9;
}


.faq-question {
    cursor: pointer;
    font-weight: bold;
    color: #153B77;
    font-size: 1.2em !important;
    padding-bottom: 6px;
}

.faq-answer {
    display: none;
    margin-top: 8px;
    color: #153B77;
    line-height: 1.4;
    font-size: 1.1em !important; /* decreased the font size to 80% of its current size */
    transition: max-height 0.3s ease-in-out;

}

.faq-answer a {
    color: #0C9FED;
    text-decoration: none;
}

.faq-answer a:hover {
    text-decoration: underline;
}

#layers .lu-btn {
    border-radius: 10px !important;
}
#layers .lu-widget__toolbar .lu-btn:last-child, #layers .lu-widget .lu-top__toolbar .lu-btn:last-child {
    margin-right: 0;
    border-radius: 10px !important;
}

@media only screen and (max-width: 1024px) {
    section#header .logo img {
        margin-right: 10px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .website-logo img {
        width: 120px;
        margin-top: 28px !important;
        margin-left: -16px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .form-holder .menu-holder ul.main-links {
        margin-right: -12px !important;
    }
}

@media (max-width: 992px){
.form-holder .menu-holder ul.main-links li a.normal-link {
    font-size: 13px;
    margin-left: 15px;
}

.kbarticles a {
    font-size: 1.5em !important;
}
}
@media screen and (max-width: 768px) {
    .signin-signup-form .row {
        width: 100%;
    }
}

.row-subtitle {
  margin-bottom: 30px;
}

.ark-card .btn-container .ybtn {
  font-family: 'Readex Pro', sans-serif;
  font-weight: bold;
  background-color: #0C9FED; /* Your brand blue color */
  color: white;
  border: none;
  border-radius: 6px;
  padding: 6px 20px; /* Adjust the padding to make the button taller and wider */
  font-size: 16px; /* Adjust font size as needed */
  line-height: 1.5; /* Ensures vertical centering of text */
  display: inline-flex; /* Use flexbox for centering content */
  align-items: center; /* Align items vertically */
  justify-content: center; /* Center content horizontally */
  cursor: pointer;
  transition: background-color 0.3s; /* Smooth transition for hover effect */
}

.ark-card .btn-container .ybtn:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  font-size: 14px;
  color: white; /* If you want the icon to be white */
  margin-left: 10px; /* Add some space between the text and the icon */
}

/* Styles for the button container */
.btn-container {
  margin-top: 12px;
  max-width: 320px;
  opacity: 0.92 !important; /* Corrected from 92% to 0.92 for valid CSS */
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background-color: white;
  border: 1px solid #62D1DE;
  padding: 5px;
  border-radius: 1rem;
}

.globe-icon {
  margin-right: 10px; /* Keep the original right margin */
  padding-left: 14px; /* Increased from 8px to add an additional 6px */
  color: #153B77;
}

#domainSearch {
  flex-grow: 1;
  border: none;
  outline: none;
  color: black;
  padding: 4px 10px;
  font-family: 'Readex Pro', sans-serif;
}

#searchDomainButton {
  font-family: 'Readex Pro', sans-serif;
  font-weight: bold;
  background-color: #0C9FED;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 6px 15px;
  margin-top: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}

#searchDomainButton .loop-icon {
  padding-left: 10px;
  padding-right: 6px;
}

/* Hover effect for the button */
#searchDomainButton:hover {
  transform: scale(0.95);
}

@media (max-width: 768px) {
  .btn-container {
    max-width: 256px;
  }

  .ark-card .btn-container .ybtn, #searchDomainButton {
    padding: 5px 15px;
    font-size: 14px;
  }

  .ark-card .btn-container .ybtn:after, #searchDomainButton .loop-icon {
    font-size: 12px;
  }

  #domainSearch {
    padding: 3px 8px;
  }
}
.dropdown-menu > li.dropdown-item {
  padding: 0;
}
.dropdown-menu > li.dropdown-item:focus, .dropdown-menu > li.dropdown-item:hover {
  color: inherit;
  background: none;
}
.dropdown-menu.dropdown-menu-right:before{
  left: inherit;
  right: 2rem;
}

.fab.fa-twitter {
  font-family: sans-serif;
  font-weight: 600 !important;
}

.fab.fa-twitter::before {
  content: "𝕏" !important;
  font-family: 'Readex Pro', sans-serif !important;
  font-weight: 600 !important;
}

.btn-success {
  color: #fff;
  background-color: #62deb3 !important;
  border: 0;
}

#asd {
  top: 0 !important;
  padding-top: 0 !important;
}

.verification-banner.email-verification .btn.btn-action, .verification-banner.email-verification .btn.btn-action:active, .verification-banner.email-verification .btn.btn-action[disabled]:hover {
  border-radius: 10px !important;
}

input[type="submit"] {
  border-radius: 8px;
  border: 0;
  padding: 6px;
}

.order-btn {
    background-color: #62D1DE;
    color: white;
    font-family: 'Readex Pro', sans-serif;
    font-size: 1rem;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: bold;
    transition: background-color 0.3s, transform 0.3s;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.order-btn:hover {
    background-color: #0C9FED;
    transform: scale(1.02);
    color: white;
    text-decoration: none;
}
.support-button::after{
  display: none !important;
}
.support-button-holder {
  -webkit-transition: none !important;
  transition: none !important;
  margin-left: 10px;
}

.support-button-holder a.nav-link.support-button {
  padding: 9px 16px;
  text-transform: uppercase;
  margin-left: 10px;
  font-weight: 700;
  font-size: 15px;
}
.support-button-holder .dropdown-menu a.dropdown-item{
  border-radius: 0.5rem;
}

.input-group .btn-reveal-pw:active, .input-group .btn-reveal-pw:hover{
  background-color: #b0ccdc;
  color: #369;
  border-color: #ccc;
}
.menu-toggle{
  color: #62D1DE !important;
}
.menu-toggle.collapsed{
  color: #3776af !important;
}

/*------------------------------------------------------------------
	Dark Mode Toggle Button Styles
-------------------------------------------------------------------*/
.dark-mode-toggle {
    background: linear-gradient(135deg, rgba(12, 159, 237, 0.1), rgba(98, 209, 222, 0.08)) !important;
    border: none !important;
    color: #0C9FED !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    filter: none !important;
    padding: 2px !important;
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 4px rgba(12, 159, 237, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
    position: relative !important;
    overflow: hidden !important;
}

.dark-mode-toggle:hover,
.dark-mode-toggle:focus {
    background: linear-gradient(135deg, rgba(12, 159, 237, 0.18), rgba(98, 209, 222, 0.15)) !important;
    color: #0C8ED3 !important;
    transform: scale(1.08) translateY(-1px) !important;
    filter: none !important;
    box-shadow: 0 4px 12px rgba(12, 159, 237, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
}

.dark-mode-toggle:active {
    transform: scale(0.95) !important;
}

.dark-mode-toggle i {
    transition: transform 0.3s ease, color 0.2s ease !important;
    filter: none !important;
}

/* Instant dark mode transition (no green flash) */

/* Ensure dark mode toggle is properly styled in dark mode */
html[data-darkreader] .dark-mode-toggle,
html[data-darkreader] .dark-mode-toggle *,
html[data-darkreader] .dark-mode-toggle i {
    filter: none !important;
}

html[data-darkreader] .dark-mode-toggle {
    background: linear-gradient(135deg, rgba(98, 209, 222, 0.15), rgba(12, 159, 237, 0.1)) !important;
    color: #62D1DE !important;
    box-shadow: 0 2px 4px rgba(98, 209, 222, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}

html[data-darkreader] .dark-mode-toggle:hover,
html[data-darkreader] .dark-mode-toggle:focus {
    background: linear-gradient(135deg, rgba(98, 209, 222, 0.25), rgba(12, 159, 237, 0.18)) !important;
    color: #4AC5D2 !important;
    transform: scale(1.08) translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(98, 209, 222, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
}

/*------------------------------------------------------------------
 * Language Flags - Dark Mode Fix
 - *------------------------------------------------------------------*/
html[data-darkreader] .language-flag {
  filter: none !important;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .dark-mode-toggle {
        padding: 6px 10px !important;
        font-size: 14px !important;
    }
}

/* SSL Landing page, sidebar toggle */
.landing-page.ssl .certificate-options h3 {
  color: white !important;
}

#nav-ssl .navbar-nav>li>a.nav-link:hover,
#nav-ssl .navbar-nav>li>a.nav-link:focus {
  color: gray !important;
}

.navbar-toggler-icon {
  color: gray !important;
}


.sidebar-menu-item-label {
  width: 100%;
}

.ml-3, .mx-3 {
  margin-left: 0rem !important;
}

img.emoji {
  height: 1.2em;
  width: 1.2em;
  margin: 0 .05em 0 .1em;
  vertical-align: -0.15em;
}
