/* ===== RESET / BASE ===== */
html, body {
     font-display: swap;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
  color: #222;
}

/* ===== BOOTSTRAP CORE OVERRIDES (MINIMAL) ===== */
.container,
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

/* ===== HEADER / NAVBAR ===== */
header,
.main-header,
.navbar {
  position: relative;
  width: 100%;
  z-index: 999;
  background: #fff;
}

.navbar-brand img {
  max-height: 60px;
}

.navbar-nav {
  display: flex;
  align-items: center;
}

.navbar-nav li {
  list-style: none;
}

.navbar-nav a {
  text-decoration: none;
  font-weight: 600;
  color: #111;
}

/* ===== HERO / BANNER (LCP SECTION) ===== */
.hero,
.banner-section,
.slider,
.main-slider {
  position: relative;
  width: 100%;
  min-height: 60vh;
  display: flex;
  align-items: center;
}

.hero h1,
.banner-section h1,
.main-slider h1 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 15px;
}

.hero p,
.banner-section p {
  font-size: 1rem;
  max-width: 600px;
}

/* ===== PRIMARY BUTTONS (ABOVE FOLD) ===== */
.btn,
.theme-btn {
  display: inline-block;
  padding: 12px 25px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}

.btn-primary,
.theme-btn {
  background: #0a3cff;
  color: #fff;
}

/* ===== HERO IMAGE PLACEHOLDER (PREVENT CLS) ===== */
.hero img,
.banner-section img,
.main-slider img {
  width: 100%;
  height: auto;
  display: block;
}
/* ===== PRELOADER FIX ===== */
.preloader,
.page-preloader,
#preloader {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
.feature-one__item__title {
  min-height: 72px;
}
