/*
Theme Name: CreativeBox Complete Elementor Website
Theme URI: https://creativebox.co.in/
Description: Complete Creative Box parent theme for Elementor and Elementor Pro, including the animated design system and guided website setup.
Author: Creative Box
Author URI: https://creativebox.co.in/
Version: 3.0.0
Requires at least: 6.5
Tested up to: 7.1
Requires PHP: 8.0
Text Domain: creativebox-complete-theme
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
}

.cb-theme-main {
  min-height: 60vh;
}

.cb-site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.cb-native-nav .elementor-nav-menu {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cb-native-nav .elementor-nav-menu a {
  display: block;
  padding: 11px 13px;
  border-radius: 999px;
  color: var(--cb-text, #c7d7e8);
  font-size: 0.84rem;
  font-weight: 680;
  text-decoration: none;
}

.cb-native-nav .current-menu-item > a,
.cb-native-nav .elementor-nav-menu a:hover,
.cb-native-nav .elementor-nav-menu a:focus-visible {
  background: rgba(43, 228, 208, 0.08);
  color: var(--cb-white, #f7fbff);
}

.cb-theme-fallback {
  width: min(calc(100% - 40px), 960px);
  margin-inline: auto;
  padding-block: 160px 100px;
}

.cb-theme-fallback h1 {
  max-width: 780px;
  margin: 0 0 24px;
  color: var(--cb-white, #f7fbff);
  font-size: clamp(2.7rem, 7vw, 5.6rem);
  line-height: 0.98;
}

.cb-theme-fallback p {
  max-width: 700px;
  color: var(--cb-text, #c7d7e8);
  font-size: 1.1rem;
  line-height: 1.7;
}

.cb-theme-footer__copy {
  margin: 0;
  color: var(--cb-muted, #91a5b9);
}

.cb-site-footer__grid {
  display: flex;
  align-items: flex-start;
  gap: clamp(32px, 6vw, 88px);
}

.cb-site-footer__grid ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.cb-site-footer__grid li + li {
  margin-top: 10px;
}

.cb-site-footer__grid a {
  color: var(--cb-text, #c7d7e8);
  text-decoration: none;
}

.cb-site-footer__grid a:hover,
.cb-site-footer__grid a:focus-visible {
  color: var(--cb-cyan, #2be4d0);
}

.cb-site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 900px) {
  .cb-native-nav,
  .cb-theme-header__cta {
    display: none;
  }

  .cb-site-footer__grid {
    flex-direction: column;
  }
}
