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

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined 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%;
}

/* CloudEh Hosting brand layer */
:root {
    --cloudeh-navy: #182b3a;
    --cloudeh-midnight: #0c1a23;
    --cloudeh-blue: #1266d6;
    --cloudeh-blue-dark: #0b4faa;
    --cloudeh-blue-soft: #79b7ff;
    --cloudeh-sky: #d9ecff;
    --cloudeh-red: #ef4444;
    --cloudeh-ice: #f5fbff;
    --cloudeh-line: #d8e7f5;
}

body[data-color="blue"],
body[data-background="light"] {
    background: var(--cloudeh-ice);
}

[data-background="light"] .box-container .bg-colorstyle,
[data-background="light"] .box-container .bg-seccolorstyle {
    background-color: #ffffff !important;
}

[data-background="light"] .box-container .sec-bg2,
[data-background="light"] .box-container .sec-bg3,
[data-background="light"] .box-container .services.cloudeh-news {
    background-color: var(--cloudeh-ice) !important;
}

body,
p,
.seccolor,
.subtitle {
    font-family: "Open Sans", Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title,
.heading,
.section-heading,
.nav-menu,
.btn,
.badge {
    font-family: "Poppins", "Open Sans", Arial, sans-serif;
    letter-spacing: 0;
}

.logo-menu {
    width: 224px;
    max-height: 64px;
}

.infonews {
    border-bottom: 1px solid rgba(216, 231, 245, .5);
}

.infonews .news {
    width: 68%;
}

.infonews .link {
    width: 32%;
}

.infonews .news > div {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.infonews .badge {
    border-radius: 999px;
    letter-spacing: .04em;
}

.menu-wrap {
    border-bottom: 1px solid rgba(216, 231, 245, .72);
}

.menu-wrap .nav-menu {
    padding-top: 16px;
    padding-bottom: 16px;
}

.nav-menu .main-menu > .menu-item {
    margin-left: 10px;
    margin-right: 10px;
}

.nav-menu .main-menu > .menu-item > a {
    font-weight: 600;
}

.nav-menu .main-menu .menu-item .menu-large .service-list .service,
.megamenu .service-list .service {
    border-radius: 6px;
}

.logo-footer {
    width: 230px;
    max-height: 82px;
}

.bg-pink,
[data-color] .bg-pink {
    background-color: var(--cloudeh-red) !important;
}

.bg-purple,
[data-color] .bg-purple,
.pricing .list-info.bg-purple {
    background-color: var(--cloudeh-blue) !important;
}

.c-pink,
[data-color] .c-pink {
    color: var(--cloudeh-red) !important;
}

.c-purple,
[data-color] .c-purple,
.mergecolor strong {
    color: var(--cloudeh-blue) !important;
}

.btn-default-yellow-fill,
[data-color] .btn-default-yellow-fill {
    background-color: var(--cloudeh-blue) !important;
    border-color: var(--cloudeh-blue) !important;
    color: #fff !important;
}

.btn-default-yellow-fill:hover,
[data-color] .btn-default-yellow-fill:hover {
    background-color: var(--cloudeh-blue-dark) !important;
    border-color: var(--cloudeh-blue-dark) !important;
    color: #fff !important;
}

.btn-default-pink-fill,
[data-color] .btn-default-pink-fill {
    background-color: var(--cloudeh-red) !important;
    border-color: var(--cloudeh-red) !important;
    color: #fff !important;
}

.btn-default-pink-fill:hover,
[data-color] .btn-default-pink-fill:hover {
    background-color: #c92f2f !important;
    border-color: #c92f2f !important;
    color: #fff !important;
}

.main-container.slider .silder-container .slider-content h1,
.top-header .heading {
    color: var(--cloudeh-navy);
    text-shadow: none;
}

.main-container.slider .silder-container .slider-content h1 {
    max-width: 680px;
    letter-spacing: 0;
}

.main-container.slider .silder-container .slider-content p,
.top-header .subheading {
    color: #2b4052;
}

.main-container.slider .domains-search {
    max-width: 640px;
}

.main-container.slider .domains-search .inputdomainsearch {
    border: 1px solid rgba(216, 231, 245, .95) !important;
    box-shadow: 0 14px 35px rgba(12, 26, 35, .08);
}

.special-note .text {
    color: #d8e4ec;
}

[data-color] .main-container.slider .carousel-cell.overlay .slider-content h1,
body .main-container.slider .carousel-cell.overlay .slider-content h1 {
    color: #ffffff !important;
}

[data-color] .main-container.slider .carousel-cell.overlay .slider-content p,
body .main-container.slider .carousel-cell.overlay .slider-content p {
    color: #d8e4ec !important;
}

.pricing.special .wrapper .top-content,
.services .service-wrap .service-section,
.bg-seccolorstyle {
    border-radius: 8px;
}

.pricing.special {
    background: var(--cloudeh-ice) !important;
    position: relative;
    padding-bottom: 84px;
}

.pricing.special .sec-up-slider {
    margin: 0;
    padding-top: 88px;
    padding-bottom: 90px;
}

.pricing.special .section-heading {
    color: var(--cloudeh-navy) !important;
}

.pricing.special .section-subheading {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.pricing .wrapper.cloudeh-plan {
    border: 1px solid var(--cloudeh-line);
    box-shadow: 0 18px 45px rgba(12, 26, 35, .08) !important;
    overflow: hidden;
}

.pricing .wrapper.cloudeh-plan .top-content {
    min-height: 290px;
    border-bottom: 1px solid var(--cloudeh-line);
}

.pricing .wrapper.cloudeh-plan .top-content img,
.pricing .wrapper.cloudeh-plan .top-content svg {
    width: 58px;
    height: 58px;
}

.pricing .wrapper.cloudeh-plan .title {
    color: var(--cloudeh-navy) !important;
    font-size: 34px;
    line-height: 1.1;
}

.pricing .wrapper.cloudeh-plan .price {
    min-height: 48px;
    font-size: 28px;
    color: var(--cloudeh-navy) !important;
}

[data-color] .pricing .wrapper.cloudeh-plan ul.list-info,
[data-color] .pricing .wrapper.cloudeh-plan ul.list-info.bg-purple,
body .pricing .wrapper.cloudeh-plan ul.list-info,
body .pricing .wrapper.cloudeh-plan ul.list-info.bg-purple {
    background-color: var(--cloudeh-midnight) !important;
    color: #d8e4ec !important;
}

[data-color] .pricing .wrapper.cloudeh-plan ul.list-info li,
body .pricing .wrapper.cloudeh-plan ul.list-info li {
    border-color: rgba(255, 255, 255, .08) !important;
}

[data-color] .pricing .wrapper.cloudeh-plan ul.list-info span,
body .pricing .wrapper.cloudeh-plan ul.list-info span {
    color: #ffffff !important;
}

[data-color] .pricing .wrapper.cloudeh-plan ul.list-info .c-purple,
[data-color] .pricing .wrapper.cloudeh-plan ul.list-info .c-pink,
body .pricing .wrapper.cloudeh-plan ul.list-info .c-purple,
body .pricing .wrapper.cloudeh-plan ul.list-info .c-pink {
    color: var(--cloudeh-blue-soft) !important;
}

.cloudeh-proof {
    padding: 76px 0 48px;
    background: linear-gradient(180deg, #ffffff 0%, var(--cloudeh-ice) 100%);
}

.cloudeh-proof .proof-item {
    display: flex;
    gap: 20px;
    height: 100%;
    padding: 28px;
    border: 1px solid var(--cloudeh-line);
    border-radius: 8px;
    box-shadow: 0 16px 42px rgba(12, 26, 35, .06);
}

.cloudeh-proof .proof-item i {
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--cloudeh-sky);
    color: var(--cloudeh-blue);
    font-size: 26px;
}

.cloudeh-proof .proof-item h3 {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.25;
}

.cloudeh-proof .proof-item p {
    margin: 0;
    line-height: 1.65;
}

.cloudeh-news .service-section {
    border: 1px solid var(--cloudeh-line);
    box-shadow: 0 14px 34px rgba(12, 26, 35, .05) !important;
}

.infonews .badge,
.plans.badge {
    text-transform: uppercase;
}

.footer .logo-bg {
    opacity: .05;
}

.footer .soc-icons a {
    margin-right: 8px;
}

@media (max-width: 991px) {
    .logo-menu {
        width: 186px;
    }

    .infonews .news,
    .infonews .link {
        width: 50%;
    }

    .infonews .news > div {
        white-space: normal;
    }

    .cloudeh-proof .proof-item {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .cloudeh-proof {
        padding: 54px 0 28px;
    }

    .cloudeh-proof .proof-item {
        padding: 22px;
    }

    .main-container.slider .domains-search {
        max-width: 100%;
    }
}
