/* 1. CABECERA: AZUL SÓLIDO AL CARGAR / CRISTAL AL BAJAR */
#header, 
#header-wrap, 
.header-row {
    background-color: #007bff !important;
    transition: background-color 0.4s ease;
}

#header.sticky-header #header-wrap,
#header.header-sticky #header-wrap {
    background-color: rgba(0, 123, 255, 0.8) !important;
    backdrop-filter: blur(10px);
}

/* 2. SUBMENÚS (Configuración General) */
.sub-menu-container {
    background-color: #ffffff !important; 
    border-top: 2px solid #007bff !important;
}

/* Estilo de escritorio (solo para pantallas grandes) */
@media (min-width: 992px) {
    .sub-menu-container {
        width: 380px !important; /* Ancho fijo solo en PC */
    }
}

.sub-menu-container .menu-item > .menu-link {
    color: #444444 !important; 
    white-space: normal !important;
    padding: 12px 20px !important;
    line-height: 1.4 !important;
}

.sub-menu-container .menu-item i {
    color: #007bff !important; 
    margin-right: 12px !important;
}

/* Hover en Submenú: Fondo Azul / Letra e Icono Blanco */
.sub-menu-container .menu-item:hover > .menu-link {
    background-color: #007bff !important;
    color: #ffffff !important;
}

.sub-menu-container .menu-item:hover > .menu-link i {
    color: #ffffff !important;
}

/* 3. EVITAR QUE OTROS ELEMENTOS SE QUEDEN SÓLIDOS */
/* Forzamos transparencia en los hijos para que el cristal sea uniforme */
.sticky-header .header-row,
.sticky-header #primary-menu {
    background: transparent !important;
}

/* 3. CORRECCIÓN ESPECÍFICA PARA MÓVIL (Ajuste Perfecto) */
@media (max-width: 991px) {
    #header, #header-wrap, .mobile-menu-container, #main-menu {
        background-color: #007bff !important;
    }

   /* Ajuste para que el submenú no flote y elimine espacios blancos */
    .sub-menu-container {
        width: 100% !important; 
        position: static !important; /* Cambiado de relative a static para eliminar huecos */
        margin: 0 !important;
        padding: 0 !important;
        box-shadow: none !important;
        border-top: none !important; /* Quita la línea azul interna en móvil */
    }
    /* Texto base en blanco para el fondo azul */
    .menu-link, #primary-menu-trigger, #top-search-trigger {
        color: #ffffff !important;
    }

    /* Hover Menú Principal: Fondo blanco / Letra azul */
    #main-menu .menu-item:hover > .menu-link {
        background-color: #ffffff !important;
        color: #007bff !important;
    }

    /* Texto oscuro dentro del submenú móvil */
    .mobile-menu-container .sub-menu-container .menu-link {
        color: #444444 !important;
        padding-left: 30px !important; /* Un poco de sangría para jerarquía */
    }

    /* Hover dentro del submenú móvil */
    .mobile-menu-container .sub-menu-container .menu-item:hover > .menu-link {
        background-color: #007bff !important;
        color: #ffffff !important;
    }
}

/* 4. LIMPIEZA FINAL */
#logo { border-right: none !important; }
.menu-link { border-bottom: none !important; }

/* =========================================
   RECUPERAR BACK TO TOP (Z-INDEX FIX)
   ========================================= */
#gotoTop, .back-to-top, .gototop {
    background-color: #007bff !important; /* Color azul institucional */
    color: #ffffff !important;
    z-index: 99999 !important; /* Prioridad máxima sobre todo el sitio */
    display: block !important; /* Forzar que el navegador lo renderice */
    opacity: 1 !important;
    visibility: visible !important;
    position: fixed !important; /* Asegura que flote al hacer scroll */
    bottom: 30px; /* Ajusta la distancia desde abajo si es necesario */
    right: 30px;  /* Ajusta la distancia desde la derecha */
}

/* Asegurar que el icono dentro del botón sea blanco */
#gotoTop i, .back-to-top i {
    color: #ffffff !important;
}










/* =========================================
   1. VARIABLES & CONFIGURACIÓN GLOBAL
   ========================================= */
:root {
    --color-primary-glass: rgba(13, 110, 253, 0.75); /* Azul Cristal Vibrante */
    --color-primary-solid: #0a58ca; /* Azul Sólido para Hover */
    --color-text-light: #ffffff;
    --blur-strength: 15px;
    --transition-speed: 0.3s ease;
}

/* =========================================
   2. HEADER & NAVEGACIÓN (Desktop & Mobile)
   ========================================= */
/* Fondo General del Menú (Efecto Cristal Unificado) */
.navbar, 
.navbar-mobile, 
.navbar-mobile ul {
    background: var(--color-primary-glass) !important;
    backdrop-filter: blur(var(--blur-strength)) !important;
    -webkit-backdrop-filter: blur(var(--blur-strength)) !important; /* Safari support */
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); /* Borde sutil */
}

/* Items del Menú */
.navbar a, 
.navbar a:focus {
    color: var(--color-text-light) !important;
    font-size: 15px; /* Base size */
    font-weight: 500;
    transition: var(--transition-speed);
}

/* Efecto Hover & Active (Sólido y Definido) */
.navbar a:hover, 
.navbar .active, 
.navbar .active:focus, 
.navbar li:hover > a {
    background-color: var(--color-primary-solid) !important;
    color: var(--color-text-light) !important;
    border-radius: 4px; /* Opcional: suaviza las esquinas del hover */
}

/* =========================================
   3. MENÚ DESPLEGABLE (Dropdowns)
   ========================================= */
/* Ajustes Específicos para Submenús */
.navbar .dropdown ul {
    background: var(--color-primary-glass) !important;
    backdrop-filter: blur(var(--blur-strength)) !important;
    border: none;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

/* Corrección de Texto en Submenús */
.navbar .dropdown ul a {
    font-size: 11.5px !important; /* Tu medida específica */
    text-transform: none;
    font-weight: 400;
    padding: 10px 20px;
}

/* Ancho Especial para Escritorio (Desktop Only) */
@media (min-width: 1280px) {
    .navbar .dropdown ul {
        width: 450px !important; /* Tu ancho específico */
        display: block; 
        /* Asegura que no se corte si el contenido es largo */
    }
}

/* =========================================
   4. SLIDER PRINCIPAL & HERO SECTION
   ========================================= */
/* Corrección de Gradiente (Oscuro Arriba -> Claro Abajo) */
#hero:before {
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%) !important;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero h1, #hero h2 {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Mejora lectura sobre imágenes */
}

/* =========================================
   5. UTILIDADES & CORRECCIONES VARIAS
   ========================================= */
/* Barra de Scroll Personalizada (Azul) */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: var(--color-primary-solid);
    border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
    background: #004494; /* Azul más oscuro al interactuar */
}

/* Botón Back to Top (Z-Index Fix) */
.back-to-top {
    background: var(--color-primary-solid) !important;
    z-index: 9999 !important; /* Prioridad máxima sobre otros elementos */
    border: 2px solid rgba(255,255,255,0.2);
}


/* 1. AJUSTE DE NIVELES (Z-INDEX) */
#header, #header-wrap {
    z-index: 999 !important; /* Asegura que el menú esté arriba pero no tape todo */
}

/* Asegurar que el botón Back to Top esté por encima de todo */
#gotoTop {
    z-index: 1000 !important; 
    display: block !important; /* Forzar visibilidad si el tema lo oculta */
}

/* 2. CORRECCIÓN POSICIÓN SUBMENÚ (Escritorio) */
@media (min-width: 992px) {
    .menu-container > .menu-item > .sub-menu-container {
        top: 100% !important; /* Lo pega exactamente debajo de la barra azul */
        margin-top: 0 !important;
    }
}

/* 3. CORRECCIÓN SUBMENÚ (Móvil) */
@media (max-width: 991px) {
    .sub-menu-container {
        width: 100% !important;
        position: relative !important;
        top: 0 !important; /* Elimina desplazamientos extra en móvil */
    }
    
    /* Hover para móvil: Texto azul sobre fondo blanco */
    #main-menu .menu-item:hover > .menu-link {
        background-color: #ffffff !important;
        color: #007bff !important;
    }
}

/* 4. HOVER DINÁMICO (Submenú) */
.sub-menu-container .menu-item:hover > .menu-link {
    background-color: #007bff !important;
    color: #ffffff !important;
}

/* Asegura que el icono cambie de color también */
.sub-menu-container .menu-item:hover > .menu-link i {
    color: #ffffff !important;
}/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
    Canvas: Hosting
-----------------------------------------------------------------*/

:root {
    --cnvs-themecolor: #0d6efd;
    --cnvs-themecolor-rgb: 68, 170, 172;

    --cnvs-body-font: 'roboto', sans-serif;
    --cnvs-primary-font: 'istok web', sans-serif;
}

#header:not(.dark) {
    --cnvs-primary-menu-tt: uppercase;
    --cnvs-primary-menu-font-size: 13px;
    --cnvs-primary-menu-font-weight: 600;
    --cnvs-primary-menu-hover-color: var(--cnvs-themecolor) !important;
    --cnvs-primary-menu-active-color: var(--cnvs-themecolor) !important;
}

.slider-element {
    position: relative !important;
    height: 600px; /* Altura fija */
    overflow: hidden;
    
    /* 1. AQUÍ VA TU FOTO DE FONDO */
    /* Busca la url de tu imagen y ponla dentro de las comillas '' */
    background-image: url('../images/backheader.jpg') !important;
    
    background-size: cover !important;
    background-position: center center !important;
}

/* EFECTO CRISTAL INVERTIDO + OSCURO */
.slider-element::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    /* CAMBIO:
       - Arriba (0.95): Azul muy profundo y oscuro.
       - Abajo (0.65): Azul denso, menos transparente que antes. */
    background: linear-gradient(to bottom, rgba(13, 110, 253, 0.55), rgba(13, 110, 253, 0.35)) !important;
    
    z-index: 1; 
}

/* 3. ESTO RESCATA EL TEXTO (Para que se vea blanco brillante encima del azul) */
.slider-element .container,
.slider-element .slider-title,
.slider-element .slider-bottom-box,
.slider-element .heading-block,
.slider-element .slider-box-wrap {
    position: relative;
    z-index: 10 !important; 
}

/* Estilos de texto */
.slider-title h2 {
    font-size: 2.7rem;
    letter-spacing: -1px;
    line-height: 1.25 !important;
    font-weight: 600;
    color: #ffffff; /* Blanco puro */
    text-shadow: 0 2px 10px rgba(0,0,0,0.1); /* Sombra suave para leer mejor */
}

.slider-title p {
    opacity: .95;
    font-size: 1.1rem;
    line-height: 1.8 !important;
    font-weight: 300;
    color: #ffffff;
}

.slider-bottom-box {
    display: block;
    padding: 40px;
    background: #FFF;
    box-shadow: 0px 10px 40px 0px rgba(47,47,47,0.1);
    border-radius: 3px;
}

.slider-bottom-box li {
    font-size: 16px;
    font-weight: 500;
}

/* mega-menu */
.mega-menu-column .btn-link { font-size: 14px; }

.section-domain .dropdown-toggle::after { vertical-align: middle }
.section-domain .form-select:focus,
.section-domain .form-control:focus {
    border-color: #ced4da;
    box-shadow: none
}
.section-domain .form-select {
    background-color: #F9F9F9;
}

.section-domain .input-group-lg > .form-control {
    font-size: 1.3125rem;
}

.before-heading {
    font-style: normal;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #CCC;
}

.cpu-price,
.ram-price,
.storage-price { font-size: 44px; }

.fst-normal { font-style: normal !important; }

#top-bar {
    height: 52px;
    line-height: 52px;
}

.slider-element { height: 700px; }

.content-wrap { overflow: visible; }

.slider-box-wrap {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
    z-index: 2;
}

.heading-block p {
    margin-top: 10px;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.7 !important;
}

/* Clouds */
.cloud-wrap {
    bottom: 0;
    left: 0;
    padding-top: 50px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    opacity: .9; /* Set Cloud Opacity */
}

/* KEYFRAMES */
@-webkit-keyframes animateCloud {
    0% { margin-left: -1000px; }
    100% { margin-left: 100%; }
}

@-moz-keyframes animateCloud {
    0% { margin-left: -1000px; }
    100% { margin-left: 100%; }
}

@keyframes animateCloud {
    0% { margin-left: -1000px; }
    100% { margin-left: 100%; }
}

/* ANIMATIONS */
.c1 {
    -webkit-animation: animateCloud 35s linear infinite;
    -moz-animation: animateCloud 35s linear infinite;
    animation: animateCloud 35s linear infinite;
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    transform: scale(0.65);
}

.c2 {
    -webkit-animation: animateCloud 20s linear infinite;
    -moz-animation: animateCloud 20s linear infinite;
    animation: animateCloud 20s linear infinite;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
}

.c3 {
    -webkit-animation: animateCloud 30s linear infinite;
    -moz-animation: animateCloud 30s linear infinite;
    animation: animateCloud 30s linear infinite;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
}

.c4 {
    -webkit-animation: animateCloud 18s linear infinite;
    -moz-animation: animateCloud 18s linear infinite;
    animation: animateCloud 18s linear infinite;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    transform: scale(0.4);
}

.c5 {
    -webkit-animation: animateCloud 25s linear infinite;
    -moz-animation: animateCloud 25s linear infinite;
    animation: animateCloud 25s linear infinite;
    -webkit-transform: scale(0.55);
    -moz-transform: scale(0.55);
    transform: scale(0.55);
}

.cloud {
    background: #FFF;
    background: -moz-linear-gradient(top,  #FFF 5%, #F1F1F1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#FFF), color-stop(100%,#F1F1F1));
    background: -webkit-linear-gradient(top,  #FFF 5%,#F1F1F1 100%);
    background: -o-linear-gradient(top,  #FFF 5%,#F1F1F1 100%);
    background: -ms-linear-gradient(top,  #FFF 5%,#F1F1F1 100%);
    background: linear-gradient(top,  #FFF 5%,#F1F1F1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#F1F1F1',GradientType=0 );
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
    height: 120px;
    position: relative;
    width: 350px;
}

.cloud::after, .cloud::before {
    background: #FFF;
    content: '';
    position: absolute;
    z-indeX: -1;
}

.cloud::after {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    height: 100px;
    left: 50px;
    top: -50px;
    width: 100px;
}

.cloud::before {
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    width: 180px;
    height: 180px;
    right: 50px;
    top: -90px;
}

.mega-menu-content .feature-box h3 a { color: #222; }

.dark .primary-menu ul li .mega-menu-content ul.mega-menu-column:not(:first-child) { border-left-color: #F2F2F2 !important; }

/* Hotspot */
.hotspot-img { position: relative; }

.hotspot-img img { opacity: .6; }

.hotspot-img .hot-spot {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 5px;
    left: 5px;
    text-align: center;
    background-color: rgba(13, 110, 253);
    border: 1px solid #FFF;
    border-radius: 100%;
    cursor: pointer;
    transition: transform .3s ease;
}

.hotspot-img .hot-spot .circle {
    display: block;
    position: absolute;
    top: 47%;
    left: 47%;
    width: 2em;
    height: 2em;
    margin: -1em auto auto -1em;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    border-radius: 50%;
    background: var(--cnvs-themecolor);
    opacity: 0;
    z-index: -1;
    -webkit-animation: pulsate 3.5s ease-out infinite;
    animation: pulsate 3.5s ease-out infinite;
}

.hotspot-img .hot-spot:nth-child(2) .circle { animation-delay: 2s; }
.hotspot-img .hot-spot:nth-child(3) .circle { animation-delay: 3.5s; }
.hotspot-img .hot-spot:nth-child(4) .circle { animation-delay: 5.2s; }
.hotspot-img .hot-spot:nth-child(5) .circle { animation-delay: 6.4s; }
.hotspot-img .hot-spot:nth-child(6) .circle { animation-delay: 8s; }
.hotspot-img .hot-spot:nth-child(7) .circle { animation-delay: 9.2s; }
.hotspot-img .hot-spot:nth-child(8) .circle { animation-delay: 11s; }
.hotspot-img .hot-spot:nth-child(9) .circle { animation-delay: 13s; }
.hotspot-img .hot-spot:nth-child(10) .circle { animation-delay: 15s; }

.hotspot-img .hot-spot .tooltip {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    opacity: 0;
    display: none;
    left: 0;
    padding: 8px 10px;
    position: absolute;
    top: 20px;
    width: auto;
    z-index: 999;
    box-shadow: 0 10px 80px rgba(0,0,0,0.1), 0 10px 50px rgba(0,0,0,0.1);
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.hotspot-img .hot-spot.hotspot-tooltip-open .tooltip {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.hotspot-img .hot-spot .tooltip.ontop {
    top: auto;
    bottom: 35px;
}

.hotspot-img .hot-spot .tooltip  p {
    font-size: 13px;
    line-height: 1.3rem !important;
    margin-bottom: 0;
    white-space: nowrap;
    color: #666 !important;
    text-transform: capitalize;
}

@-webkit-keyframes
    pulsate {  0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8;
    }
     45% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 0;
    }
}
@keyframes
    pulsate {  0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8;
    }
        45% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 0;
    }
}

.iconlist li:not(:first-child) { margin-top: 8px; }
.iconlist li img {
    position: relative;
    margin-top: -2px;
    width: 16px;
    margin-right: 5px;
}

.iconlist a {
    font-size: 15px;
    color: #444;
}

.dark .iconlist a {
    color: rgba(255, 255, 255, 0.75);
}

.iconlist a:hover { text-decoration: underline !important; }
.text-muted { opacity: 0.5; }

.pricing-price::after { content: none }

.irs-single { top: -12px; }

.irs-slider {
    background: var(--cnvs-themecolor);
    border-radius: 50%;
    width: 28px;
    height: 28px;
    top: 13px;
}

.irs-slider::after {
    content: "\f337";
    font-family: 'FontAwesome';
    color: #FFF;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 11px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.price-compare { list-style-type: disc; }
.price-compare.iconlist li:not(:first-child) {
    font-weight: 300;
    margin-top: 15px;
}


.testimonials-carousel .owl-item {
    opacity: 0.25;
    transform: scale(.9);
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.testimonials-carousel .owl-item.active.center {
    opacity: 1;
    transform: scale(1);
}

.clients { max-height: 50px; }

.owl-stage-outer::before,
.owl-stage-outer::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    z-index: 1;
    background: -moz-linear-gradient(left, rgba(249,249,249,1) 52%, rgba(249,249,249,0.06) 90%, rgba(249,249,249,0) 100%);
    background: -webkit-linear-gradient(left, rgba(249,249,249,1) 52%,rgba(249,249,249,0.06) 90%,rgba(249,249,249,0) 100%);
    background: linear-gradient(to right, rgba(249,249,249,1) 52%,rgba(249,249,249,0.06) 90%,rgba(249,249,249,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#00f9f9f9',GradientType=1 );
}

.owl-stage-outer::after {
    left: auto;
    right: 0;
    background: -moz-linear-gradient(right, rgba(249,249,249,1) 52%, rgba(249,249,249,0.06) 90%, rgba(249,249,249,0) 100%);
    background: -webkit-linear-gradient(right, rgba(249,249,249,1) 52%,rgba(249,249,249,0.06) 90%,rgba(249,249,249,0) 100%);
    background: linear-gradient(to left, rgba(249,249,249,1) 52%,rgba(249,249,249,0.06) 90%,rgba(249,249,249,0) 100%);
}

.bg-angle::after,
.section.bg-angle::before {
    content: '';
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: absolute;
    height: 70px;
    bottom: -70px;
    left: 0;
    transform-origin: 0;
    -webkit-transform-origin: 0;
    -webkit-transform: skewY(-1.5deg);
    -moz-transform: skewY(-1.5deg);
    -ms-transform: skewY(-1.5deg);
    -o-transform: skewY(-1.5deg);
    transform: skewY(-1.5deg);
    background-color: var(--cnvs-themecolor);
    z-index: 1;
}

.section.bg-angle::before { top: -30px; }

.section.bg-angle::after,
.section.bg-angle::before { background-color: #FFF; }

.dark .primary-menu ul li,
.dark .primary-menu ul li .mega-menu-content ul.mega-menu-column:not(:first-child) { border-top-color: rgba(255, 255, 255, 0.1) }

@media (min-width: 991.98px) {
    #header {
        --cnvs-primary-menu-hover-color: #FFF !important;
        --cnvs-primary-menu-active-color: #FFF !important;
    }
}

/* Devices Under 991 Width */
@media (max-width: 991px) {

    #top-bar { height: 44px }

    #top-bar p {
        margin-bottom: 0px;
        line-height: 44px;
    }

    #header.transparent-header { z-index: 1 !important; }

    .vertical-middle { z-index: 0; }

    .cpu-price,
    .ram-price,
    .storage-price { font-size: 34px; }

    .pricing-price { font-size: 52px; }

    .mega-menu-content .btn.btn-link { display: none; }

    .primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column { padding: 10px 0; }

    .owl-stage-outer::before,
    .owl-stage-outer::after { display: none; }

    .slider-bottom-box { padding: 15px; }

    .img-map { opacity: 0.2; }
}




/* ----------------------------------------------------------------
    Canvas: CoWorking
-----------------------------------------------------------------*/

:root {
    --cnvs-themecolor: #267DF4;
    --cnvs-themecolor-rgb: 38, 125, 244;
    --cnvs-body-font: 'Poppins', sans-serif;
    --cnvs-primary-font: 'Poppins', sans-serif;
    --cnvs-secondary-font: 'Poppins', serif;
}

.ls--2 { letter-spacing: -2px; }

.bg-theme-light,
.section {
    background-color: rgba(var(--cnvs-themecolor-rgb, 38, 125, 244), 0.05);
}

.menu-container > .menu-item > .menu-link {
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0;
}

.top-phone {
    background-color: var(--cnvs-themecolor, #267DF4);
    color: #FFF;
    padding: 10px 14px;
    border-radius: 3px;
}

.top-phone i {
    position: relative;
    top: 2px;
}

.top-phone span {
    font-weight: 400;
    margin-left: 4px;
}

.hero-features {
    transform: translateY(-20%);
    padding: 25px;
    border-radius: 6px;
}

.hero-features i {
    font-size: 24px;
    line-height: 1.4;
}

.hero-features h5 {
    font-size: 15px;
    line-height: 1.6;
}

.after-dots:not(:first-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    font-size: 20px;
    background-color: #000;
    margin-top: -5px;
    margin-left: -5px;
}

.before-heading {
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    background-color: rgba(var(--cnvs-themecolor-rgb, 38, 125, 244), .1);
    color: var(--cnvs-themecolor, #267DF4);
    padding: 3px 8px;
    border-radius: 2px;
    font-weight: 600;
}

.border-light { border-color: #EEE !important; }

.card { border-radius: 8px; }
.card-img-top {
    border-top-left-radius: calc(8px - 1px);
    border-top-right-radius: calc(8px - 1px);
}

#price-carousel .owl-stage {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.price-list .card-body { padding: 20px 30px !important; }

.price-list .price-title {
    font-size: 48px;
    font-weight: 600;
    color: var(--cnvs-themecolor, #267DF4);
}

.price-list .price-title small {
    position: relative;
    font-size: 16px;
    color: #AAA;
    top: -4px;
    margin-left: 6px;
}

.price-list .list-group-item:first-child,
.price-list .list-group-item:last-child { border-bottom: 0; }

.card-img-overlay * { position: relative; }

.card-img-overlay::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(4,4,4,.45);
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.owl-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 5px;
    border-radius: 4px;
    transition: all .3s ease-out;
    opacity: .3;
}

.owl-carousel .owl-dots .owl-dot.active { width: 45px; }

#price-carousel .owl-item {
    opacity: 0;
    transform: translateY(20px);
    transition: all .4s .1s ease-out;
}

#price-carousel .owl-item.active {
    opacity: 1;
    transform: translateY(0);
}

#image-carousel { overflow: visible; }

#image-carousel .carousel-column {
    display: flex;
    flex-direction: column;
    flex: 1 0;
    margin: 0;
    padding: 0;
    list-style: none;
}
#image-carousel .column-1 { padding-right: 12px; }
#image-carousel .column-2 { padding-left: 12px; }

#image-carousel .carousel-column-container {
    display: flex;
    flex-direction: row;
}

#image-carousel .carousel-grid-item {
    display: flex;
    flex: 1;
    margin: 0;
    padding: 0;
}

#image-carousel .carousel-grid-item .item {
    flex: 1;
    position: relative;
    width: 100%;
    min-height: 150px;
    margin-bottom: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 5px;
    transition: all .2s ease-out;
}

.button:hover,
.top-phone:hover,
#image-carousel .carousel-grid-item:hover a.item {
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    opacity: .95;
    color: #FFF;
}

#image-carousel .carousel-grid-item .item blockquote { z-index: 1; }

.img-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: rgba(var(--cnvs-themecolor-rgb, 38, 125, 244), 0.8);
}

.testimonials .container::before,
.testimonials .container::after {
    content: "\F6B0";
    font-family: 'bootstrap-icons';
    position: absolute;
    top: -38px;
    left: 20px;
    font-size: 80px;
    color: rgba(var(--cnvs-themecolor-rgb, 38, 125, 244), 0.2);
}

.testimonials .container::after {
    content: "\e7ae";
    top: auto;
    left: auto;
    right: 20px;
    bottom: -45px;
}

.testimonials .testi-content p {
    font-style: normal;
    color: #000;
}

.mfp-iframe-holder .mfp-close,
.testi-stars i {
    background-color: var(--cnvs-themecolor, #267DF4);
    font-size: 14px;
    color: #FFF;
    padding: 1px 5px;
    border-radius: 2px;
}

.fbox-plain.fbox-sm {
    margin-bottom: 40px;
}

.fbox-icon { top: 3px; }

.fbox-plain.fbox-sm h3 {
    text-transform: none;
    font-weight: 600;
    font-size: 1.125rem;
    letter-spacing: 0;
}

.top-phone,
.button { transition: all .2s ease-out; }

.button.button-border {
    border-color: var(--cnvs-themecolor, #267DF4);
    color: var(--cnvs-themecolor, #267DF4);
}

.play-video i {
    position: absolute;
    padding-left: 5px;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    line-height: 81px;
    border-radius: 50%;
    z-index: 1;
    background-color: var(--cnvs-themecolor, #267DF4);
    text-align: center;
    font-size: 24px;
    color: #FFF;
    margin-top: -40px;
    margin-left: -40px;
    transition: transform .3s ease-out;
    -webkit-backface-visibility: hidden;
}

.play-video:hover i {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.mfp-container { position: fixed; }
.mfp-iframe-holder .mfp-close {
    width: 40px;
    text-align: center;
    font-size: 24px;
    top: -20px;
    right: -20px;
}
.mfp-iframe-holder { padding: 20px; }
.mfp-iframe-holder .mfp-content {
    max-width: 100%;
    height: 100%;
}

#locations-carousel .owl-stage-outer { padding-bottom: 40px  }

#locations-carousel .owl-item.active .card {
    opacity: 1;
    transform: translateY(0px);
}

#locations-carousel.owl-carousel .owl-nav [class*=owl-] {
    opacity: 1;
    background-color: #FFF;
    color: var(--cnvs-themecolor, #267DF4);
}

#locations-carousel.owl-carousel .owl-dots {
    position: relative;
    background: #FFF;
    width: 150px;
    padding: 10px;
    margin: 0 auto;
    bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

#locations-carousel.owl-carousel .owl-dots .owl-dot { margin: 0 4px; }

.entry-content p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}

#footer .list-unstyled li a {
    opacity: .7;
    color: #FFF;
    font-weight: 300;
}

ul.list-numbers li {
    list-style: decimal inside;
    margin-bottom: 20px;
}

#locations-carousel .card {
    position: relative;
    right: auto;
    margin: 0 auto;
    bottom: 0;
    margin-top: -30px;
    padding: 20px;
}

.footer-img { margin-top: -90px; }

/* Responsive Device less than 768px (.device-sm <)
-----------------------------------------------------------------*/
@media (max-width: 767.98px) {
    .footer-img { margin-top: 0; }
}

/* Responsive Device more than 992px (.device-md >)
-----------------------------------------------------------------*/
@media (min-width: 992px) {

    .hero-features {
        transform: translateY(-50%);
        padding: 40px 30px;
        max-width: 80%;
        margin-left: auto;
        border-left: 4px solid rgba(0, 0, 0, .2);
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .sub-menu-container .menu-item > .menu-link {
        padding-left: 20px;
        padding-right: 20px;
    }

    #locations-carousel .card {
        opacity: 0;
        position: absolute;
        right: 40px;
        bottom: -30px;
        padding: 20px 30px;
        width: 100%;
        max-width: 320px;
        border: 0;
        border-radius: 4px;
        transform: translateY(20px);
        transition: all .4s .1s ease-out;
    }

    .heading-block h2 {
        font-size: 42px;
        letter-spacing: -1px;
    }

    #locations-carousel.owl-carousel .owl-dots {
        position: absolute;
        top: auto;
        left: 50%;
        bottom: 45px;
        margin-left: -75px;
    }

}

#page-menu {
    height: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}

#page-menu #page-menu-wrap {
    opacity: 0;
    right: 0;
    width: auto;
    background-color: transparent;
    box-shadow: none !important;
    pointer-events: none;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translate3d(0,-44px,0);
    -o-transform: translate3d(0,-44px,0);
    transform: translate3d(0,-44px,0);
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

#page-menu.sticky-page-menu { overflow: visible; }

#page-menu.sticky-page-menu #page-menu-wrap {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.list-numbers {
    counter-reset: item;
}

ol.list-numbers li {
    font-size: 18px;
    list-style-type: none;
    margin-top: 1.25rem;
    font-family: var(--cnvs-primary-font);
    font-weight: 400;
}

ol.list-numbers li::before {
    content: counter(item) ". ";
    counter-increment: item;
    margin-right: 7px;
    color: var(--cnvs-themecolor, #267DF4);
    font-weight: 700;
}
