.elementor-kit-1839{--e-global-color-primary:#6A6CFF;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-1839 e-page-transition{background-color:#FFBC7D;}.elementor-kit-1839 h1{color:#2B135A;}.elementor-kit-1839 h2{color:#2B135A;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f9f9f9;
}

/* Team container (just for demo) */
.team-container {
  text-align: center;
  margin-top: 50px;
}

.team-container img {
  max-width: 200px;
  border-radius: 12px;
}

/* Floating YouTube card */
.yt-card {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  z-index: 9999;
  background: #fff;
  padding: 12px 16px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  pointer-events: auto; /* clickable */
  transition: transform 0.2s ease-out;
}

.yt-card .yt-title {
  font-size: 14px;
  margin: 0 0 8px;
  font-weight: bold;
}

.yt-subs-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.yt-subs-box img {
  width: 80px;
}

.subscribe-btn {
  background: #ff0000;
  color: #fff;
  padding: 8px 14px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  transition: background 0.2s ease-in-out;
}

.subscribe-btn:hover {
  background: #cc0000;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .yt-card {
    width: 90%;
    left: 5% !important;
    bottom: 20px !important;
    top: auto !important;
    transform: none !important;
  }
}/* End custom CSS */