/* ================================================
   Bullard Solar — Final Homepage
   Pixel Perfect from Figma
   Font: Montserrat | Colors: #1F2040 / #FFFFFF
   ================================================ */

:root {
  --primary: #1F2040;
  --white: #FFFFFF;
  --black: #000000;
  --text-dark: #1f2040;
  --text-gray: #959595;
  --border-light: #d8d8d8;
  --font: 'Montserrat', sans-serif;
  --transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --shadow: 0 2px 20px rgba(0, 0, 0, 0.10);
  --bg-hover: #010077;
}

/* ── RESET ── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;

}
html,body{
  /* overflow-x: hidden; */
}

body {
  font-family: var(--font);
  color: var(--text-dark);
  background: #fff;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  transition: var(--transition);
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


/* header css start  */


/************HEADER CSS*/
header {
  padding: 15px 40px;
  position: absolute;
  width: 100%;
  z-index: 999;
}

header nav {
  padding: 10px 40px;
  /* border-radius: 100px; */
  /* background: rgba(255, 255, 255, 0.90); */
  backdrop-filter: blur(2.5999999046325684px);
  position: relative;
  z-index: 99;
}

header ul li {
  list-style: none;
  position: relative;
}

header ul li.active a {
  color: var(--primeColor);
}

header nav ul li a {
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 0.885vw;
  padding-bottom: 20px;
}

.wk_header a.btn {
    font-size: 0.885vw;
}

header nav ul li a:hover {
  color: var(--text-gray);
}

header .primeBtn {
  padding: 5px 20px;
}

header .top_nav ul.navigation {
  justify-content: center;
}

header ul.menu {
  gap: 1vw;
}

header a.hasDrop {
  position: relative;
  padding-right: 18px;
}

header a.hasDrop:before {
  content: "";
  /* background-image: url(../../assets/images/caret-down.png); */
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 7px;
}

/************HEADER CSS*/

/************MEGA MENU CSS*/
.mega_menu {
  position: absolute;
  z-index: 9;
  width: 96%;
  top: 15px;
  background-color: #fff;
  /* padding: 80px 0px 0px; */
  left: 0;
  right: 0;
  margin: auto;
  /* border-radius: 20px; */
  pointer-events: none;
  opacity: 0;
  transition: .5s;
  margin-top: 80px;
}

.mega_menu .menu_row {
  padding: 40px;
  border-top: 1px solid #0000002b;
  margin: 0;
}

.mega_menu .menu_row .col {
  /* border-left: 1px solid #0000002b; */
  padding-left: 25px;
}

.mega_menu .menu_row .col:first-child,
.menu_row .col:last-child {
  border-left: 0;
  padding-left: 0;
}
.mega_menu .menu_row .col ul li {
    font-size: 1.5vw;
    font-weight: 600;
    border-bottom: 1px solid #D8D8D8;
    padding: 25px 0;
    
}

.mega_menu .menu_row .col ul li a {
  color: #000;
  transition: .5s;
}
.mega_menu .menu_row .col ul li a:hover {

color: var(--bg-hover);
}
a.wk_btn {
    color: #fff;
    border-color: #fff;
}
.mega_menu.activeMenu {
  opacity: 1 !important;
  pointer-events: all !important;
}

.searchBox {
  background-color: transparent;
  padding: 60px;
}

a.hasDrop.sreachBtn {
  padding: 0;
}

a.hasDrop.sreachBtn:before {
  display: none;
}

a.hasDrop.sreachBtn {
  padding: 0;
}

a.hasDrop.sreachBtn:before {
  display: none;
}

.searchForm input {
  width: 100%;
  border-radius: 50px;
  border: 1px solid #0000002b !important;
  padding: 12px 20px;
  font-size: 18px;
  box-shadow: 0px 10px 20px 0px #0000001a;
  outline: none !important;
  background: rgba(255, 255, 255, 0.90);
  backdrop-filter: blur(2.5999999046325684px);
}

.searchForm .search__btn {
  position: absolute;
  right: 11px;
  height: 100%;
  border-radius: 50px;
  border: 3px solid #fff;
  font-size: 20px;
  padding: 0 70px;
  background-color: var(--bg-hover);
  color: #fff;
}

.searchForm {
  position: relative;
  width: 80%;
  margin: auto;
}
a.hasDrop.sreachBtn {
    color: #fff;
}

/************MEGA MENU CSS*/

/************HAMBURGER CSS*/
.hamBurger {
  width: auto;
  height: auto;
  float: right;
  padding: 5px 15px;
  cursor: pointer;
  margin-left: 0px;
  display: flex;
  align-items: center;
  border-radius: 100px;
  gap: 7px;
  color: var(--primeColor);
  font-size: 16px;
  font-weight: 600;
  /* border: 1px solid var(--primeColor); */
}

.hamBurger .btn_lines {
  margin: 0;
  display: grid;
  gap: 4px;
  width: 20px;
}

.hamBurger .btn_lines div {
  height: 2px;
  width: 100%;
  background-color: #fff;
  border-radius: 100px;
}

.hamBurger div:nth-child(2) {
  width: 14px;
}

.hamBurger div:nth-child(3) {
  width: 10px;
}

/************HAMBURGER CSS*/

/************CANVAS OFF MENU CSS*/
.drop_data a {
  display: inline-block;
  width: 100%;
  margin: 2px 0;
  text-transform: capitalize;
  padding-left: 10px;
}

.cavasoff_menu {
  position: fixed;
  height: 100vh;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  right: -100%;
  padding: 30px 15px 20px;
  display: grid;
  justify-content: space-between;
  /* align-items: center; */
}

.closeBtn {
  border: none;
  background-color: transparent;
}

.canvasoff_list {
  height: calc(100vh - 29vh);
  margin: 45px 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.menu__link {
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  color: var(--bg-hover) I !important;
  margin: 10px 0;
  display: inline-block;
  width: 100%;
  text-align: left;
}
.canvasoff_list button , .canvasoff_list a{
      color: var(--bg-hover) I !important;
}

.drop_data {
  display: none;
}

.has__drop:before {
  content: "";
  position: absolute;
  right: 0;
  /* background-image: url(../../assets/images/caret-down.png); */
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 100%;
  background-position: center;
}

.cavasoff_menu ::selection {
  background: var(--primeColor);
  color: #fff;
  text-shadow: none;
}

.cavasoff_menu ::-webkit-scrollbar {
  width: 0px;
  background-color: var(--primeColor);
}

.cavasoff_menu ::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

.cavasoff_menu ::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #ddd;
}

.cavasoff_menu ::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color: var(--primeColor);
}

.mega_menu.overflow-hidden.searchBox {
    top: 0;
    padding-top: 0;
}

/************CANVAS OFF MENU CSS*/

/************TABS CSS*/
ul#pills-tab {
  margin: auto;
  display: flex;
  margin-bottom: 0px !important;
  column-gap: 0px;
  justify-content: center;
}

ul#pills-tab li {
  display: inline-block;
}

ul#pills-tab li button {
  border-radius: 5px 5px 0 0;
  color: var(--darkblue);
  font-weight: 500;
  text-transform: initial;
  padding: 30px 0;
  font-weight: 500;
  font-size: 16px;
}

ul#pills-tab li button.active {
  background-color: var(--primeColor) !important;
  color: var(--white) !important;
}

ul#pills-tab li button span {
  width: 100% !important;
  display: inline-block;
  margin-top: 9px;
}

ul#pills-tab li button.active img {
  filter: unset !important;
  opacity: 1 !important;
}

ul#pills-tab li button img {
  width: 50px;
  height: 45px;
  object-fit: contain;
  filter: brightness(0);
  opacity: 0.3;
}

ul#pills-tab li:first-child {
  border-radius: 50px 0px 0px 50px;
  overflow: hidden;
}

ul#pills-tab li:last-child {
  border-radius: 0px 50px 50px 0px;
  overflow: hidden;
}

ul#pills-tab li button {
  padding: 0;
}

ul#pills-tab li {
  background-color: #E4E4E4;
  padding: 5px 5px;
}

ul#pills-tab li button {
  border-radius: 100px;
  padding: 5px 25px;
}

/************TABS CSS*/

.my_container {
    padding: 0 5%;
}

.wk_pb {
    padding-bottom: 6%;
}

/* Header css end */


section.wk_hero-banner {
    height: 90vh;
    background: #000;
}
h1.wk_main_title {
    font-size: 3.646vw;
    font-weight: 600;
}

/* ══════════════════════════════════════
   SHARED NAV STRUCTURE
   Layout: [Links LEFT] | [Logo CENTER] | [Buttons RIGHT]
══════════════════════════════════════ */
.nav-container {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 60px;
  position: relative;
}

.nav-logo {
  height: 48px;
  width: auto;
  object-fit: contain;
}

/* nav links group — left side */
.nav-collapse-left {
  flex: 1;
}

.nav-left {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}

.nav-left .nav-item .nav-link {
  font-family: var(--font);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.36px;
  padding: 6px 14px;
  white-space: nowrap;
  transition: var(--transition);
}

/* LOGO — absolutely centered */
.nav-brand-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  align-items: center;
}

/* buttons — right side, never compress */
.nav-right {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* search link */
.nav-search-btn {
  font-family: var(--font);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.16px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  transition: var(--transition);
  white-space: nowrap;
}

.nav-search-btn:hover {
  opacity: 0.75;
}

/* dropdown */
.dropdown-menu {
  border-radius: 0;
  border: none;
  border-top: 3px solid var(--primary);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  padding: 8px 0;
  min-width: 220px;
}

.dropdown-item {
  font-family: var(--font);
  font-size: 15px;
  font-weight: 400;
  color: var(--text-dark);
  padding: 10px 20px;
  transition: var(--transition);
}

.dropdown-item:hover {
  background: var(--primary);
  color: #fff;
}


/* ══════════════════════════════════════
   HERO NAVBAR (transparent / white text)
══════════════════════════════════════ */
.hero-navbar {
  position: relative;
  z-index: 100;
  padding: 0;
  height: 52px;
  background: transparent;
}

.hero-navbar .nav-left .nav-link {
  color: rgba(255, 255, 255, 0.92) !important;
}

.hero-navbar .nav-left .nav-link:hover {
  color: #fff !important;
}

.hero-navbar .nav-search-btn {
  color: rgba(255, 255, 255, 0.92);
}

.hero-navbar .nav-search-btn:hover {
  color: #fff;
}

.btn-hero-outline {
  border: 1.5px solid #fff;
  color: #fff;
  font-family: var(--font);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.16px;
  padding: 10px 18px;
  border-radius: 0;
  background: transparent;
  white-space: nowrap;
  transition: var(--transition);
}

.btn-hero-outline:hover {
  background: #fff;
  color: #000;
}

.btn-hero-white {
  background: #fff;
  color: #000;
  font-family: var(--font);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.32px;
  padding: 10px 18px;
  border-radius: 0;
  border: 1.5px solid #fff;
  white-space: nowrap;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.btn-hero-white:hover {
  background: transparent;
  color: #fff;
}


/* ══════════════════════════════════════
   STICKY NAVBAR (white bg / dark text)
══════════════════════════════════════ */
.sticky-bar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: var(--shadow);
  padding: 0;
  height: 112px;
  display: none;
  align-items: center;
}

.sticky-bar.is-visible {
  display: flex;
}

.sticky-bar .nav-left .nav-link {
  color: var(--text-dark) !important;
  font-size: 17px;
  font-weight: 500;
}

.sticky-bar .nav-left .nav-link:hover {
  opacity: 0.65;
}

.sticky-bar .nav-search-btn {
  color: var(--text-dark);
}

.btn-dark-outline {
  border: 1.5px solid #000;
  color: #000;
  font-family: var(--font);
  font-size: 15px;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 0;
  background: transparent;
  white-space: nowrap;
  transition: var(--transition);
}

.btn-dark-outline:hover {
  background: #000;
  color: #fff;
}

.btn-dark-solid {
  background: #fff;
  color: #000;
  font-family: var(--font);
  font-size: 15px;
  font-weight: 500;
  padding: 10px 18px;
  border-radius: 0;
  border: 1.5px solid #000;
  white-space: nowrap;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.btn-dark-solid:hover {
  background: #000;
  color: #fff;
}


/* ══════════════════════════════════════
   HERO SECTION
══════════════════════════════════════ */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #000;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.42);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 20, 0.15) 100%);
}

.hero-body {
  flex: 1;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  padding: 60px 0 130px;
}

.hero-body .container-xxl {
  width: 100%;
  padding: 0 60px;
}

.hero-title {
  font-size: clamp(44px, 5.5vw, 70px);
  font-weight: 600;
  color: #fff;
  line-height: 1.06;
  letter-spacing: -1.4px;
  margin-bottom: 40px;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
}

.hero-product-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 57%;
  pointer-events: none;
  z-index: 5;
}

.hero-product-img {
  width: 100%;
  object-fit: contain;
  max-height: 80vh;
  margin-left: auto;
  filter: drop-shadow(0 20px 60px rgba(0, 0, 0, 0.5));
}

.scroll-indicator {
  position: absolute;
  bottom: 36px;
  left: 60px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.scroll-line-wrap {
  height: 56px;
  width: 2px;
  overflow: hidden;
}

.scroll-line {
  width: 100%;
  height: 100%;
  background: #fff;
  animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(100%);
  }
}

.scroll-label {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1.4px;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  margin: 0;
}


/* ══════════════════════════════════════
   PRODUCT PANELS
══════════════════════════════════════ */
.panels-section {
  position: relative;
}

.panel-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 490px;
}

.panel-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.panel-card:hover .panel-img {
  transform: scale(1.07);
}

.panel-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
  transition: var(--transition);
}

.panel-card:hover .panel-gradient {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0) 100%);
}

.panel-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  color: #fff;
}

.panel-title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.64px;
  line-height: 40px;
  margin-bottom: 12px;
}

.panel-explore-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.36px;
  opacity: 0;
  transform: translateY(8px);
  transition: var(--transition);
}

.panel-card:hover .panel-explore-link {
  opacity: 1;
  transform: translateY(0);
  color: #fff;
}


/* ══════════════════════════════════════
   ABOUT SECTION
══════════════════════════════════════ */
.about-section {
  padding: 100px 0;
  background: #fff;
}

.about-img-wrap {
  
  overflow: hidden;
  width: min(600px, 100%);
  aspect-ratio: 1;
  margin: 0 auto;
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.12);
}

.about-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.about-img-wrap:hover .about-img {
  transform: scale(1.05);
}

/* HEADINGS — SemiBold 600 as per Figma */
.section-title {
  font-size: clamp(28px, 3.2vw, 50px);
  font-weight: 600;
  color: var(--text-dark);
  letter-spacing: -1px;
  line-height: 1.1;
}

.section-body {
  font-size: 18px;
  font-weight: 400;
  color: var(--text-dark);
  line-height: 30px;
  letter-spacing: -0.36px;
}

.cert-logo {
  height: 56px;
  width: auto;
  object-fit: contain;
  filter: grayscale(20%);
  transition: var(--transition);
}

.cert-logo:hover {
  filter: none;
}

.cert-label {
  font-size: 20px;
  font-weight: 500;
  color: var(--text-dark);
  letter-spacing: -0.4px;
}

.btn-outline-custom {
  border: 1.5px solid var(--text-dark);
  color: var(--text-dark);
  font-family: var(--font);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.16px;
  padding: 14px 36px;
  border-radius: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}

.btn-outline-custom:hover {
  background: var(--bg-hover);
  color: #fff;
}


/* ══════════════════════════════════════
   STATS SECTION
══════════════════════════════════════ */
.stats-section {
  background: #fff;
}

.stat-box {
  border: 1px solid var(--border-light);
  transition: var(--transition);
}

.stat-box:hover , .stat-box.active  {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  z-index: 1;
  position: relative;
  border-color: var(--bg-hover);
}

.stat-inner {
    padding: 46px 28px 38px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 350px;
    justify-content: space-around;
    transition: .5s;
}
.stat-inner:hover {

   background:var(--bg-hover);
}

.stat-inner:hover  p , .stat-inner:hover  div{

  color:#fff;
  
}

.stat-number {
  font-size: 38px;
  font-weight: 700;
  color: var(--text-dark);
  letter-spacing: -0.8px;
  display: block;
}

.stat-label {
  font-size: 24px;
  font-weight: 500;
  color: var(--text-dark);
  letter-spacing: -0.48px;
  line-height: 28px;
  margin: 4px 0 0;
}

.stat-desc {
  font-size: 18px;
  font-weight: 400;
  color: var(--text-dark);
  line-height: 26px;
  letter-spacing: -0.36px;
  margin: 0;
}


/* ══════════════════════════════════════
   DARK BANNERS (shared)
══════════════════════════════════════ */
.dark-banner-section {
  position: relative;
  min-height: 750px;
  overflow: hidden;
  display: flex;
  align-items: center;

}
.tech-banner, .warranty-banner {
    background-color: #000;
    overflow: hidden;
    background-size: cover;
}

.dark-banner-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}



.warranty-overlay-grad {
  background: linear-gradient(119deg, rgba(0, 0, 0, 0.85) 28%, rgba(0, 0, 0, 0.18) 70%);
}

.dark-banner-section .container-xxl {
  position: relative;
  z-index: 10;
}

/* Banner headings — SemiBold per Figma */
.banner-title {
  font-size: clamp(26px, 3.2vw, 50px);
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.1;
}

.banner-body {
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.18px;
  opacity: 0.9;
  max-width: 650px;
}

.btn-banner-white {
  background: #fff;
  color: #000;
  font-family: var(--font);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.32px;
  padding: 14px 26px;
  border-radius: 0;
  border: 1.5px solid #fff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}

.btn-banner-white:hover {
  background: var(--bg-hover);
  color: #fff;
}

.banner-product-img {
  max-height: 580px;
  object-fit: contain;
  filter: drop-shadow(0 20px 60px rgba(0, 0, 0, 0.5));
  animation: floatAnim 4s ease-in-out infinite;
  transition: .5s;
}
.main_img{
  animation: floatleft 4s ease-in-out infinite;

}
img.banner-product-img.img-fluid:hover {
    transform: scale(1.1) !important;
}

/* @keyframes floatAnim {

  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translatex(-14px);
  }
} */


@keyframes floatleft {

  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-20px);
  }
}



/* ══════════════════════════════════════
   SPECIFICATION CAROUSEL
══════════════════════════════════════ */
.spec-section {
  padding: 90px 0 80px;
  background: #fff;
}

.spec-slide {
  padding: 0 10px;
}

.spec-img-box {
  /* background: rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  aspect-ratio: 3/4;
  transition: var(--transition); */
  overflow: hidden;
  position: relative;
}

.spec-slide:hover .spec-img-box {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.10);
}

.spec-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.5s ease;
}

.spec-slide:hover .spec-img {
  transform: scale(1.05);
}

.spec-name {
  font-size: 20px;
  font-weight: 500;
  color: var(--text-dark);
  letter-spacing: -0.4px;
  line-height: 24px;
  margin-bottom: 0;
}

/* Owl nav arrows for spec */
.spec-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 36px;
}

.spec-carousel .owl-nav button {
  width: 56px;
  height: 56px;
  border: 2px solid var(--border-light) !important;
  background: #fff !important;
  border-radius: 0 !important;
  font-size: 18px;
  color: var(--text-dark) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.spec-carousel .owl-nav button:hover {
  border-color: var(--bg-hover) !important;
  background: var(--bg-hover) !important;
  color: #fff !important;
}

.spec-carousel .owl-dots {
  display: none;
}
/* ══════════════════════════════════════
   LIGHT SLIDER 
══════════════════════════════════════ */
.light-slide {
    min-height: 80vh;
    background-size: cover;
    background-repeat: no-repeat;
}
 .sustain-banner .owl-dots {
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: 0;
    right: 0;
}


.sustain-banner .owl-dot {
    background: #ffffff99 !important;
    width: 20px;
    height: 20px;
    border-radius: 30px;
    margin: 5px;
}

.sustain-banner  button.owl-dot.active {
    background: #fff !important;
}


/* ══════════════════════════════════════
   BLOG SECTION
══════════════════════════════════════ */
.blog-section {
  padding: 90px 0 80px;
  background: #fff;
}

.blog-card {
  /* background: #fff; */
  transition: var(--transition);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-6px);
  /* box-shadow: 0 12px 40px rgba(0, 0, 0, 0.09); */
}

.blog-img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.blog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.blog-card:hover .blog-img {
  transform: scale(1.07);
}

.blog-date {
    position: absolute;
    top: 20px;
    background: #fff;
    color: var(--text-dark);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.16px;
    padding: 7px 12px 8px;
    text-transform: capitalize;
    right: 20px;
}

.blog-body {
  padding: 22px 0 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-title {
  font-size: 22px;
  font-weight: 500;
  color: var(--text-dark);
  letter-spacing: -0.48px;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.blog-excerpt {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-dark);
  line-height: 28px;
  letter-spacing: -0.18px;
  flex: 1;
  margin-bottom: 18px;
}

.blog-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 17px;
  font-weight: 500;
  color: var(--text-dark);
  text-decoration: underline;
  text-transform: capitalize;
  letter-spacing: -0.18px;
  transition: var(--transition);
}

 .blog-more i {
    padding: 10px 11px;
    background: var(--bg-hover);
    border-radius: 30px;
  
    transform: rotate(-40deg);
    color: #fff;
}

.blog-more:hover {
  color: var(--primary);
  gap: 10px;
}


/* ══════════════════════════════════════
   INSTAGRAM / BOLLARDS SECTION
══════════════════════════════════════ */
.insta-section {
  padding: 90px 0 0;
  background: #fff;
}

.insta-item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  cursor: pointer;
}

.insta-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  display: block;
}

.insta-item:hover .insta-img {
  transform: scale(1.08);
}

.insta-hover-overlay {
  position: absolute;
  inset: 0;
  background: rgba(31, 32, 64, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  transition: var(--transition);
}

.insta-item:hover .insta-hover-overlay {
  opacity: 1;
}

.insta-carousel .owl-nav,
.insta-carousel .owl-dots {
  display: none;
}


/* ══════════════════════════════════════
   FOOTER — matches Figma exactly
   Layout: dark bg with texture
   Top: Newsletter | QuickLinks-A | QuickLinks-B | GetInTouch
   Bottom: [Copyright left] [Logo center] [Social right]
══════════════════════════════════════ */
.site-footer {
    background: #111;
    position: relative;
    overflow: hidden;
    background-size: cover;
}

/* .site-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('https://www.figma.com/api/mcp/asset/ad0cc1ae-c26c-4e17-af66-90d69fba314a') center/cover no-repeat;
  opacity: 0.12;
  pointer-events: none;
} */

.footer-body {
  position: relative;
  z-index: 1;
  padding: 80px 0 60px;
}

.footer-container {
  padding: 0 75px;
  max-width: 100%;
}

/* Column label (grey muted text) */
.footer-col-label {
  font-size: 22px;
  font-weight: 400;
  color: var(--text-gray);
  letter-spacing: -0.24px;
  line-height: 24px;
  margin: 0;
}

/* Newsletter */
.newsletter-row {
  height: 52px;
}

.newsletter-form {
  width: 100%;
  max-width: 420px;
}

.newsletter-input {
  flex: 1;
  min-width: 0;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-right: none;
  outline: none;
  padding: 0 16px;
  color: rgba(255, 255, 255, 0.85);
  font-family: var(--font);
  font-size: 15px;
  font-weight: 400;
}

.newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.newsletter-btn {
  background: #fff;
  border: none;
  padding: 0 26px;
  font-family: var(--font);
  font-size: 15px;
  font-weight: 500;
  color: #000;
  cursor: pointer;
  transition: var(--transition);
  letter-spacing: -0.16px;
  white-space: nowrap;
  flex-shrink: 0;
}

.newsletter-btn:hover {
  background: var(--bg-hover);
  color: #fff;
}

/* copyright */
.footer-copy {
  font-size: 17px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: -0.18px;
  margin: 0;
}

/* Quick links nav list */
.footer-nav-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav-list li a {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  letter-spacing: -0.18px;
  line-height: 56px;
  display: block;
  transition: var(--transition);
}

.footer-nav-list li a:hover , .wk_foo_itm a:hover {
  color: var(--text-gray);
  /* padding-left: 6px; */
}

/* Contact info */
.footer-contact-bold a{
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.24px;
  line-height: 44px;
  margin: 0;
}

/* Bottom row */
.footer-bottom-row {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 48px;
  margin-top: 20px;
}

/* Logo (bottom center) */
.footer-logo {
  /* height: 56px; */
  width: 330px;
  object-fit: contain;
}

/* Social links */
.footer-social {
  display: flex;
  flex-direction: column;
}

.footer-social-link {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  letter-spacing: -0.18px;
  line-height: 44px;
  display: block;
  transition: var(--transition);
}

.footer-social-link:hover {
  color: var(--text-gray);
  padding-right: 4px;
}


/* ══════════════════════════════════════
   SCROLLBAR
══════════════════════════════════════ */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f0f0f0;
}

::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 30px;
}
a.btn  i {
  transition: .5s;

}
a.btn:hover i {
   transform:translateX(10px);
}

/* =================================================== 
        inner pages CSS start here
 ================================================== */
.wk_main_banner {
    min-height: 650px;
    display: flex;
    flex-direction: column;
    align-items: end;
     justify-content: end;
    background-size: cover;
    background-position: center;
    background-color: #000;
}

.wk_pro_tab .tab-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    
}
.wk_pro_tab  .tabs {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    flex: 1;
}
.wk_pro_tab  .tab-btn {
    flex: 0 0 auto;
    padding: 10px 15px;
    background: #dddddd00;
    border: none;
    cursor: pointer;
    transition: .5s;
   font-weight: 500;
    color: var(--bg-hover);
    border: 1px solid #110075;
    padding: 10px 20px !important;
}

.wk_pro_tab  button.tab-btn.active , .wk_pro_tab  button.tab-btn:hover {
  background:var(--bg-hover);
    color: #fff;
}

.wk_pro_tab  button.tab-nav {
    color: var(--bg-hover);
    border-radius: 30px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: 1px solid;
}

.wk_pro_tab  .tabs-inner {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    transition: transform 0.4s ease;
} 
.wk_search-box {
  position: relative;
}
.wk_search-box input {
    width: 70%;
    border: 1px solid #545456;
    height: 50px;
    padding-left: 40px;
}
.wk_search-box i {
    position: absolute;
    top: 19px;
    left: 10px;
}


.filter-icon-con {
     background:var(--bg-hover);
    display: flex;
    align-items: center;
    width: fit-content;
    justify-content: flex-end;
    gap: 20px;
    padding: 0px 20px !important;
    position: relative;
    height: 45px;
    color: #fff;
}

.fiter-con select {
    border: none;
}


.wk_btn-blue {
    background:var(--bg-hover);
    color: #fff;
}

.pdf-box figure  , .book-box {
    overflow: hidden;
}
.pdf-box img , .book-box img{
    transition:.5s;
}

.pdf-box:hover img , 
.book-box:hover img{
    transform:scale(1.1);
}

/* Table Header Styling */
.spec-table thead {
    background-color: #f8f9fa;
}

.spec-table th {
    color: #2e1a8e;
    font-weight: 700;
    padding: 1rem;
    text-transform: capitalize;
    border-bottom: 2px solid #dee2e6;
}

/* Cell Styling */
.spec-table td {
    font-size: 0.9rem;
    color: #444;
    padding: 1rem;
}

.code-cell {
    font-weight: 600;
}

/* Download Section Styling */
.download-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
    background: #fdfdfd;
    padding: 5px 8px;
    border-radius: 4px;
}

.download-item:last-child {
    margin-bottom: 0;
}

.download-item span {
    font-size: 0.85rem;
}

.download-item i.fa-file-pdf {
    margin-right: 8px;
    color: #666;
}

.download-item a {
    color: #2e1a8e;
    transition: transform 0.2s;
}

.download-item a:hover {
    transform: translateY(-2px);
    color: #0d0080;
}
.wk_light_bg {
    background: #F9F9F9;
}

#wk_slider {
cursor: url('/bullard-solar/assets/img/drag-icon.svg') 16 16, grab;
}

/*  new slider  */

/* Slider Item Default State */
.wk_slider_itm {
    padding: 40px 10px; /* Space for zoom effect */
    transition: all 0.4s ease;
    transform: scale(0.85); /* Side slides smaller */
    opacity: 0.5;
}

/* Center Active Slide */
.owl-item.center .wk_slider_itm {
    transform: scale(1.1); /* Center slide bigger */
    opacity: 1;
    z-index: 2;
}

/* Image Styling */
.wk_slider_itm img {
    display: block;
    width: 100%;
}


.excellence_section .stat-box {
    padding: 40px 0;
}


.excellence_section .stat-box h5 {
    font-size: 18px;
    transition: .5s;
    width: 90%;
    margin: auto;
}

.excellence_section .stat-box:hover:hover h5{
  font-weight: 600;
}
.team-section img {
    height: 310px !important;
    object-fit: cover;
    width: 100%;
}
.team-section img , .project-card img{
  transition: .5s;
}
.team-section img:hover , .project-card:hover img{
    transform: scale(1.05);
}
.project-card {
    margin-bottom: 40px;
     
}
.project-tab-sec .col-lg-4 {
transition: .5s;
}
.project-tab-sec .col-lg-4:hover {
   box-shadow: 0 8px 32px rgba(0, 0, 0, 0.10);
}


.wk-icon-wrap h5{
  color: #000;
}

/* Parent Section Target */
.project-tab-sec .nav-pills .nav-link {
    border-radius: 0;
    color: #2e1a8e;
    border: 1px solid #2e1a8e;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 16px;
    background-color: transparent;
    transition: all 0.3s ease;
}

/* Active State */
.project-tab-sec .nav-pills .nav-link.active {
    background-color: #2e1a8e !important;
    color: white !important;
}

/* Hover State */
.project-tab-sec .nav-pills .nav-link:hover:not(.active) {
    background-color: #f8f9fa;
    color: #2e1a8e;
}

/* Image Tags (Labels) inside this section */
.project-tab-sec .badge {
    background-color: rgb(255 255 255) !important;
    font-weight: 400;
    font-size: 16px;
    border-radius: 0;
    padding: 6px 12px;
    letter-spacing: 0.5px;
    color: var(--primary);
}
.project-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: end;
}

.project-tab-sec .project-tags {
  display: none;
}

/* Card Titles */
.project-tab-sec .project-card h6 {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
   color:var(--primary);
}

/* Location Text */
.project-tab-sec .project-card small {
    font-size: 18px;
    color:var(--primary);
}

.sticky-steps {
    top: 110px;
}
.sticky-steps span {
    font-weight: 600;
    font-size: 18px;
}

section.wk_main_banner.justify-content-end.project {
    min-height: 900px;
}

 .excellence_section ul li {
    list-style-type: disclosure-closed;
}

 .excellence_section  .stat-box{
  cursor: pointer;
 }

     .excellence_section  .stat-box.active{ background: #F9F9F9;
    }

    .info-header {
    color:var(--bg-hover);
}


.project-detail-info .info-item-border {
    border-right: 1px solid #dee2e6;
}

/* Gallery Parent Section */
.project-gallery-sec .gallery-item {
    position: relative;
    overflow: hidden;
    
   
}

.project-gallery-sec .gallery-item img {      
    object-fit: cover;
    transition: transform 0.4s ease;   
}

/* Hover Effect */
.project-gallery-sec .gallery-item:hover img {
    transform: scale(1.05);
}


/* General Typography inside Section */


.news-detail-sec .main-img-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
}

/* Sidebar Styling */
.news-detail-sec .sidebar-title {
    font-weight: 700;
    color: #222;
    font-size: 1.5rem;
}

.news-sidebar-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.news-sidebar-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
}

.news-sidebar-item:last-child {
    border-bottom: none;
}

/* Sidebar Image Thumbnails */
.news-sidebar-item .news-thumb {
    width: 120px;
    height: 100px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 0px;
}

.news-sidebar-item .news-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Sidebar Text Content */
.news-sidebar-item .news-info {
    display: flex;
    flex-direction: column;
}

.news-sidebar-item .news-date {
    font-size: 0.75rem;
    color: #888;
    margin-bottom: 0.25rem;
}

.news-sidebar-item .news-heading {
    font-size: 0.95rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.4rem;
}

/* Read More Link Layout */
.news-sidebar-item .read-more-btn {
    font-size: 0.8rem;
    color: #0d0080; /* Theme Blue Color */
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    transition: gap 0.2s ease;
}

.news-sidebar-item .read-more-btn:hover {
    gap: 0.6rem;
    color: #2e1a8e;
}
.look-bok  a {
    color: inherit;
    cursor: pointer;
}
button.btn-close {
    font-size: 25px;
    padding: 20px;
    color: #000;
}

.wk_mob_nav a {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.flipbook_modal {
    max-width: 90% !important;
    margin: auto;
}

iframe#modalIframe {
    height: 660px;
    margin: auto;
}
.wk_caption {
    position: absolute;
    bottom: 0;
}
 

video.banner_vdo, section.hero_banner.mainBanner {
    width: 100%;
    max-width: 100%;
     height: 100vh;
     object-fit: cover;
         background: #000;
         position: relative;
}
main {
    overflow-x: hidden;
}


/* Casestudy Detail css start  */

h1.case_detail_title {
    font-size: 2.346vw;
}
h3.case_detail_sub_title {
    font-size: 1.3vw;
    padding-top: 7px;
}
.project__standart{
  padding: 100px 0px;
}
.casestudy-detail-title {
    font-size: 23px;
    font-weight: 600;
    color: var(--text-dark);
    line-height: 1.1;
}
.pin-image-col img {
    object-fit: cover;
    object-position: right;
}
.casestudy_product-section {
    background-color: #F9F9F9;
    padding: 100px 0px;
}
.casestudy_product-section .spec-img-box {
    background-color: #fff;
}
.gallery {
    padding: 100px 0;
}
.related_case_studies{
  background-color: #F9F9F9;
  padding: 100px 0;
}
.related_case_studies .primeColor {
    color: #110076;
    font-size: 15px;
    margin-bottom: 7px;
}
.related_case_studies .dark {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.std-box {
    height: 300px;
    margin-bottom: 30px;
}
.std-box img {
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}


/* Casestudy Detail css start  */