/*
Theme Name: Kadence Child
Theme URI: https://yourwebsite.com
Description: Child theme for Kadence
Author: Your Name
Author URI: https://yourwebsite.com
Template: kadence
Version: 1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
}
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
}
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
}
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
}
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
}
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
}

/* ------------- 1. general styles ------------- */

h1, h2, h3, h4, h5, h6 {overflow-wrap: normal;}

sup {
    position: relative;
    top: -0.5em;
    font-size: 12px;
    margin-right: 2px;
}

/* ------------- a. Gravity contact form ------------- */

.gform_wrapper ul.gform_fields li {
    list-style: none;
}
.gform_wrapper ul.gform_fields {
    padding-left: 0 !important;
}
.gform_wrapper .hidden_label label {
    display: none;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper textarea,
.gform_wrapper select {
    border-radius: 0px !important;
    background-color: #fff;
    color: inherit;
    font-family: sans-serif;
    border: 0;
    padding: 10px !important;
    border: 1px solid #eeeeee;
}
.gform_wrapper.gravity-theme .gfield_label {
    display: inline-block;
    font-size: 19px!important;
    margin-bottom: 1px!important;
    font-family: var(--global-heading-font-family);
}
.gform_wrapper input[type=email]:focus {
    border: 1px solid #eeeeee;
}
p.gform_required_legend {
    display: none;
}
.gform_wrapper input[type=text]::placeholder,
.gform_wrapper input[type=email]::placeholder,
.gform_wrapper input[type=tel]::placeholder,
.gform_wrapper textarea::placeholder,
.gform_wrapper select::placeholder {
    color: inherit;
    font-family: inherit;
}
.gform_wrapper .gform_footer {
    text-align: right;
}
.gform_wrapper input[type=submit] {
color: #ffffff;
    font-family: inherit;
    text-transform: uppercase;
    font-weight: inherit;
    font-size: inherit;
    transition-duration: .3s;
    border-radius: 0px;
    padding: 8px 28px;
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.2;
    font-family: 'Bryant Pro Bold', Helvetica, Arial;
    border-radius: 0px;
    padding: 11px 27px 10px 27px;
    box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
}
.gform_wrapper input[type=submit]:hover {
    transition-duration: .3s;
    opacity:0.9;
}
.gform_legacy_markup_wrapper .gform_footer {
    margin: 0px 0 0;
}

/* ----------------------------------------
   BULB CONTAINER (overlay above section)
---------------------------------------- */
    .gotb-bulb-wrapper {
      opacity: 0;
      transform: translateY(20px);
      transition: all 0.6s ease-out;
    }
    .gotb-bulb-wrapper.visible {
      opacity: 1;
      transform: translateY(0);
    }
    .gotb-bulb-wrapper {
      position: absolute;
      top: 0;
      z-index: 9999;
      width: auto;
      max-width: 100%;
      pointer-events: auto; /* so it doesn't block interaction below */
    }

.gotb-bulb-popup {
  z-index: 10000; /* also high to ensure it's above everything */
  position: absolute;
  background: white;
  border: 1px solid #ccc;
  border-radius: 16px;
  padding: 20px;
  max-width: 360px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

/* Ensure text content beneath doesn't overlap */
body *:not(.gotb-bulb-popup):not(.gotb-bulb-wrapper) {
  /*z-index: initial !important;*/
}

    .gotb-bulb-wrapper.left {
      left: 20px;
    }
    .gotb-bulb-wrapper.right {
      right: 20px;
    }
    @media (max-width: 767px) {
      .gotb-bulb-wrapper.left {
        left: 0;
      }
      .gotb-bulb-wrapper.right {
        right: 0;
      }
      /* Optional: adjust popup size and spacing on mobile */
      .gotb-bulb-popup {
        width: 90vw;
        max-width: 300px;
      }
    }
.bulb-top { top: 10%; }
.bulb-mid { top: 40%; }
.bulb-bottom { top: 75%; }


/* ----------------------------------------
   BULB ICON (clickable and visible)
    ---------------------------------------- */
    .gotb-bulb-icon {
      width: 80px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      pointer-events: auto; /* clickable again */
      cursor: pointer;
    }

/* ----------------------------------------
   POPUP BASE STYLE (floating speech bubble)
---------------------------------------- */
    .gotb-bulb-popup {
      display: none;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease;
      position: absolute;
      top: 0;
      background-color: #fff;
      border: 1px solid #4d4d44;
      border-radius: 16px;
      padding: 1rem 1.5rem;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
      font-size: 0.95rem;
      line-height: 1.4;
      width: 300px;
      z-index: 1000;
    }
    /* Show popup when hovering over bulb */
    .gotb-bulb-wrapper:hover .gotb-bulb-popup {
      display: block;
      opacity: 1;
      pointer-events: auto;
    }

/* ----------------------------------------
   CONTENT STYLING
---------------------------------------- */
    .popup-title {
      font-weight: 700;
      margin-bottom: 7px;
      font-size: 0.90rem;
      font-family: 'Bryant Pro Bold', sans-serif;
    }
    .popup-text {
      margin: 0;
      font-size: 0.95rem;
    }
    
/* ----------------------------------------
   ARROW LEFT
---------------------------------------- */
    .gotb-bulb-wrapper.left .gotb-bulb-popup {
      left: 70px;
    }
    .gotb-bulb-wrapper.left .gotb-bulb-popup::before {
      content: "";
      position: absolute;
      top: 20px;
      left: -10px;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-right: 10px solid #4d4d44;
    }
    .gotb-bulb-wrapper.left .gotb-bulb-popup::after {
      content: "";
      position: absolute;
      top: 21px;
      left: -9px;
      width: 0;
      height: 0;
      border-top: 9px solid transparent;
      border-bottom: 9px solid transparent;
      border-right: 9px solid #fff;
    }

/* ----------------------------------------
   ARROW RIGHT
---------------------------------------- */
    .gotb-bulb-wrapper.right .gotb-bulb-popup {
      right: 70px;
    }
    .gotb-bulb-wrapper.right .gotb-bulb-popup::before {
      content: "";
      position: absolute;
      top: 20px;
      right: -10px;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 10px solid #4d4d44;
    }
    .gotb-bulb-wrapper.right .gotb-bulb-popup::after {
      content: "";
      position: absolute;
      top: 21px;
      right: -9px;
      width: 0;
      height: 0;
      border-top: 9px solid transparent;
      border-bottom: 9px solid transparent;
      border-left: 9px solid #fff;
    }


/* Homepage - Tilted images */
.tilt-on-scroll img {
  transform: perspective(1000px);
  transition: transform 0.8s ease, opacity 0.8s ease;
  will-change: transform, opacity;
  opacity: 1; /* Change this to 0 only once JS works */
}

/* Tilt Left */
.tilt-on-scroll.tilt-left img {
  transform: perspective(1000px) rotateZ(-6deg);
}

/* Tilt Right */
.tilt-on-scroll.tilt-right img {
  transform: perspective(1000px) rotateZ(6deg);
}

/* When in view – remove tilt and fade in */
.tilt-on-scroll.in-view img {
  transform: perspective(1000px) rotateZ(0deg);
  opacity: 1;
}








.interactive-bulb-map {
  position: relative;
  max-width: 100%;
}
.interactive-bulb-map .bulb {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffcc00;
  transition: transform 0.3s ease;
}
.interactive-bulb-map .bulb:hover {
  transform: scale(1.2);
  box-shadow: 0 0 10px rgba(255, 204, 0, 0.6);
}


.gotb-bulb-network {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: 700px;
  margin: 0 auto;
  padding: 2rem 0;
}

.bulb-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  stroke: #ccc;
  stroke-width: 2;
  stroke-dasharray: 6 4; /* Dashed line: 6px dash, 4px gap */
  z-index: 0;
}

.bulb {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.bulb img {
  width: 60px;
  height: 60px;
  margin-bottom: 6px;
}
.bulb span {
 font-size: 17px;
    font-family: 'Bryant Pro Bold';
  line-height: 1.1;
   color: #ffffff;
}
.bulb:hover {
  transform: scale(1.2);
  z-index: 5;
   color: #ffffff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}
@media screen and (max-width: 768px) {
  .bulb {
    width: 70px;
    height: 70px;
  }
  .bulb img {
    width: 24px;
    height: 24px;
  }
  .bulb span {
    font-size: 12px;
  }
}




.bubble-section {
  position: relative;
  width: 100%;
  max-width: 1200px;
  aspect-ratio: 2/1;
  margin: 0 auto;
}

.bubble-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.bubble-lines line {
  stroke: #ccc;
  stroke-width: 2;
  stroke-dasharray: 6 4;
  animation: dashmove 8s linear infinite;
}

@keyframes dashmove {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -20;
  }
}

.bubble {
  position: absolute;
  width: 110px;
  height: 110px;
  background: #f90;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  z-index: 2;
  padding: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.bubble img {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
}

/* Bigger center bubble */
.bubble.center {
  width: 140px;
  height: 140px;
  font-size: 1rem;
}

/* Positions */
.bubble.center       { top: 50%; left: 50%; transform: translate(-50%, -50%); }
.bubble.top-left     { top: 10%; left: 10%; }
.bubble.top-right    { top: 10%; right: 10%; }
.bubble.bottom-left  { bottom: 10%; left: 10%; }
.bubble.bottom-right { bottom: 10%; right: 10%; }
.bubble.top-center   { top: 0; left: 50%; transform: translateX(-50%); }


/* Ensure the page wrapper fills the viewport */
.site-inner {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Make the content area push the footer */
.content-area {
  flex: 1 0 auto;
}

/* Footer reveal effect */
.site-footer {
  flex-shrink: 0;
  transform: translateY(100%);
  transition: transform 0.4s ease;
  position: relative;
  z-index: 10;
}

/* Reveal footer when scrolled to bottom */
body.footer-reveal-active .site-footer {
  transform: translateY(0);
}
.logo-parallax {
  display: inline-block;
  will-change: transform;
  position: relative;
  z-index: 5;
 max-width: 420px; /* adjust to fit your logos */
}
.gradient-text {    background-image: linear-gradient(90deg, #6b52c7 0%, #1f9dc8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
    
    
.glow-btn-wrapper {
  position: relative;
  display: inline-block;
  border-radius: 50px;
}

.glow-btn {
  display: block;
  font-size: 30px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 34px 62px 32px;
  background-color: #000;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  position: relative;
  z-index: 2;
}

/* Gradient border / glow layer */
.glow-btn-bg {
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border-radius: 55px;
  background: linear-gradient(
    90deg,
    #ff8038 0%,
    #ff0099 30.43%,
    #00ebeb 68.23%,
    #db00ff 100%
  );
  background-size: 600% 600%;
  animation: AnimateBorder 4s ease infinite;
  z-index: 1;
  transition: filter 0.4s ease-in, opacity 0.4s ease-in;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  padding: 2px; /* makes it appear as border */
  box-sizing: border-box;
}

/* Hover → blurred glow */
.glow-btn-wrapper:hover .glow-btn-bg {
  -webkit-mask: none;
  mask: none;
  padding: 0;
  filter: blur(12px);
}
/* Keep text white on hover/focus/active */
.glow-btn:hover,
.glow-btn:focus,
.glow-btn:active {
  color: #fff !important;
}

/* Gradient animation */
@keyframes AnimateBorder {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

* {
  box-sizing: border-box;
}

.spacer {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}

.indicator {
  font-size: 2rem;
  text-align: center;
}

.indicator-icon {
  display: block;
  margin: 0 auto;
  height: 24px;
  width: 24px;
}

.text-container {
  min-height: 200vh;
  text-align: center;
}

.blurry-text {
  font-size: clamp(42px, 12.5vw, 250px);
  font-weight: 700;
  letter-spacing: -0.01em;
  color:white;
}

.gradient-text {
color:white;
}
figure {
    margin: 0;
}
blockquote {
    padding-left: 1px!important;
    border-left: 0px!important;
    margin-top: -10px!important;
}
.fullimage-container {
  position: relative;
  margin-bottom: 40px;
}

.fullimage-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.browser-top {
  width: 100%;
  max-width: 1100px;
  display: block;
  margin: 0 auto;
}

.fullimage {
  width: 100%;
  height: 800px;
  background-size: cover;
  background-position: top center;
}
/* Portfolio Meta Styling */
.portfolio-meta {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #555;
}

.portfolio-meta .sep {
  color: #aaa;
  margin: 0px;
}

.portfolio-meta a {
  color: #444;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}

/* === Clean Shine Hover Effect (no dark overlay) === */
.hover-shine {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 10px; /* adjust corner rounding */
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08); /* subtle shadow */
}

/* Ensure Kadence featured image link still works */
.hover-shine a {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: inherit;
}

/* Image styling */
.hover-shine img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
  transition: transform 0.6s ease;
}

/* Shine streak */
.hover-shine::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 100%
  );
  transform: skewX(-25deg);
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
}

/* Hover animation */
.hover-shine:hover::before {
  animation: shine 0.75s forwards;
}

.hover-shine:hover img {
  transform: scale(1.05);
}

/* Shine animation keyframes */
@keyframes shine {
  100% {
    left: 125%;
  }
}
.kb-buttons-wrap {
    margin-top: 15px;
}
ul, ol {
    margin: 1.5em 0 1.5em 1.5em!important;
    padding: 0;
}
