/*!
Theme Name: Nubi Child
Theme URI: https://uicore.co
Description: Digital Marketing & SEO WordPress Theme
Author: UiCore
Author URI: https://uicore.co
Template: nubi
Version: 1.0.0
Text Domain: nubi
*/

 /* Add your custom style here */



/* ============================================
   GRID BACKGROUND PATTERN
   Used for dark grid section backgrounds
============================================ */
.grid {
  background-color: #1c2930;
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 60px 60px;
}


/* ============================================
   HERO LAYOUT - DESKTOP POSITIONING
   Controls hero text width & alignment
============================================ */
@media (min-width: 1000px) {
  .heroleft {
    --width: 50%;
    max-width: 650px;
    margin-left: calc((100vw - 1300px) / 2);
    margin-right: auto;
  }

  .words {
    width: 900px !important;
    max-width: 100vw;
    position: relative;
  }
}


/* ============================================
   SCROLLING TEXT STRIP (MARQUEE EFFECT)
   Animated horizontal text banner
============================================ */
.scrolling-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.scrolling-text {
  font-family: 'Unbounded', sans-serif;
  font-size: 50px;
  font-weight: bold;
  color: white;
  white-space: nowrap;
  line-height: 1.5;
  display: inline-block;
  animation: scroll 30s linear infinite;
  transition: all 0.3s ease;
}

.fas {
  color: #1c2930;
  padding: 0px 20px;
}

@keyframes scroll {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-50%); }
}

@media (max-width: 768px) {
  .scrolling-text {
    font-size: 3rem;
  }
}

@media (max-width: 480px) {
  .scrolling-text {
    font-size: 2rem;
  }
  .fas {
    padding: 0px 10px;
  }
}


/* ============================================
   ELEMENTOR TAB STYLING
   Selected & hover states for tabs
============================================ */
.e-n-tabs > .e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
  background-color: white !important;
}

.e-n-tabs > .e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover {
  background-color: white !important;
}


/* ============================================
   STICKY SERVICES SIDEBAR
============================================ */
@media (min-width: 1024px) {
  .servicessidebar {
    position: sticky;
    position: -webkit-sticky;
    top: 120px;
    align-self: flex-start;
  }
}




/* ============================================
   BROWSER MOCKUP UI COMPONENT
============================================ */
.browser-window {
  border-radius: 16px;
  overflow: hidden;
  background: #0f1115;
  box-shadow:
    0 20px 40px rgba(0,0,0,0.35),
    inset 0 0 0 1px rgba(255,255,255,0.04);
  backdrop-filter: blur(6px);
}

.browser-chrome {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  background: linear-gradient(180deg, #1f232b 0%, #14171d 100%);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.browser-actions {
  display: flex;
  gap: 8px;
}

.browser-actions .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.25);
}

.dot-red    { background: #ff605c; }
.dot-yellow { background: #ffbd44; }
.dot-green  { background: #00ca4e; }

.browser-url {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0px 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, #2a2f38, #1c2027);
  color: #e4e6eb;
  font-size: 12px;
}

.browser-window img {
  display: block;
  width: 100%;
  height: auto;
}


/* ============================================
   SWIPER / AUTOCAROUSEL FIXES
============================================ */
.swiper-wrapper {
  padding-bottom: 75px !important;
}

.autocarousel:hover .swiper-wrapper {
  pointer-events: none;
  filter: brightness(1);
}

.autocarousel .swiper-wrapper {
  will-change: transform;
}


/* ============================================
   POST META BADGES (Categories / Tags)
============================================ */
.meta-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.meta-badge {
  background: #f5f5f5;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: inline-flex;
  gap: 8px;
align-items: center;
}

.tag-badge {
  background: #f5f5f5;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 600;
}

.platform-logo {
  height: 16px !important;
}


/* ============================================
   ACF FULL WIDTH BUTTON
============================================ */
.acf-custom-button {
  display: block;
  width: 100%;
  text-align: center;
  background: #ffffff;
  color: #1c2930;
  border: 4px solid #1c2930;
  padding: 16px 28px;
  font-family: 'Unbounded', sans-serif;
  font-weight: 600;
  transition: all 0.3s ease;
}

.acf-custom-button:hover {
  background: #1c2930;
  color: #ffffff;
}


/* ============================================
   TYPOGRAPHY MOD
============================================ */
h3 {
  margin-bottom: 0;
}
```

body.no-quote .quotebox {
    display: none !important;
}

