@font-face {
  font-family: 'Madera W01';
  src: url('../fonts/MaderaW01-Bold.eot');
  src: url('../fonts/MaderaW01-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/MaderaW01-Bold.woff2') format('woff2'), url('../fonts/MaderaW01-Bold.woff') format('woff'), url('../fonts/MaderaW01-Bold.ttf') format('truetype'), url('../fonts/MaderaW01-Bold.svg#MaderaW01-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Madera W01';
  src: url('../fonts/MaderaW01-Regular.eot');
  src: url('../fonts/MaderaW01-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/MaderaW01-Regular.woff2') format('woff2'), url('../fonts/MaderaW01-Regular.woff') format('woff'), url('../fonts/MaderaW01-Regular.ttf') format('truetype'), url('../fonts/MaderaW01-Regular.svg#MaderaW01-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lucida Sans Unicode';
  src: url('../fonts/LucidaSansUnicode.eot');
  src: url('../fonts/LucidaSansUnicode.eot?#iefix') format('embedded-opentype'), url('../fonts/LucidaSansUnicode.woff2') format('woff2'), url('../fonts/LucidaSansUnicode.woff') format('woff'), url('../fonts/LucidaSansUnicode.ttf') format('truetype'), url('../fonts/LucidaSansUnicode.svg#LucidaSansUnicode') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Lucida Sans Unicode';
  color: #333;
}
/* Colors & Typography */
.text-brand-dark {
  color: #1e4b9f;
}
.text-brand-blue {
  color: #2b70c9;
}
h1, h2, h3 {
  font-family: 'Madera W01';
}
.bold {
  font-weight: bold !important;
}
/* Gradients */
.hero-bg {
  background: linear-gradient(135deg, #f3e7ff 0%, #e1eefe 50%, #f6e8ff 100%);
  position: relative;
  overflow: hidden;
}
.btn-gradient-purple {
  background: linear-gradient(90deg, #9b4dca, #d946ef);
  color: white;
  border: none;
  transition: opacity 0.3s ease;
}
.btn-gradient-purple:hover {
  color: white;
  opacity: 0.9;
}
.btn-gradient-blue {
  background: #B7409F;
  background: linear-gradient(90deg, rgba(183, 64, 159, 1) 0%, rgba(93, 101, 201, 1) 99%, rgba(143, 81, 177, 1) 44%);
  color: white;
  border: none;
  transition: opacity 0.3s ease;
}
.btn-gradient-blue:hover {
  color: white;
  background: linear-gradient(90deg, rgba(93, 101, 201, 1) 0%, rgba(183, 64, 159, 1) 99%, rgba(143, 81, 177, 1) 44%);
  opacity: 0.9;
}
.btn-solid-blue {
  background-color: #1e4b9f; /* Adjust to match the specific blue */
  color: white;
  border: none;
}
.btn-solid-blue:hover {
  color: white;
  background: linear-gradient(90deg, #1e40af, #1d4ed8);
}
/* Custom UI Elements */
.info-pill {
  background-color: rgba(255, 255, 255, 0.7);
  color: #1e4b9f;
  font-weight: 600;
  font-size: 0.9rem;
  backdrop-filter: blur(5px);
}
.nav-link {
  color: #1e4b9f !important;
  font-weight: 500;
  font-size: 0.9rem;
}
.nav-link.active {
  border-bottom: 2px solid #1e4b9f;
}
.footer-link {
  text-decoration: none;
  color: #1e4b9f;
  font-size: 0.85rem;
  margin: 0 10px;
  font-family: 'Madera W01';
  font-weight: bold;
}
.social-icon {
  font-size: 1.5rem;
  margin-left: 10px;
  color: #1e4b9f;
  text-decoration: none;
}
.product-card {
  background-color: #f5f5f5;
  border-radius: 0;
  transition: transform 0.3s ease;
}
.product-card2 {
  background-color: #e7e5e6;
  border-radius: 0;
  transition: transform 0.3s ease;
}
.product-card2:hover {
  transform: translateY(-5px);
}
.product-card:hover {
  transform: translateY(-5px);
}
/* Logo styling for text fallback */
.brand-logo-text {
  font-weight: 800;
  font-size: 1.8rem;
  color: #1e4b9f;
  letter-spacing: -1px;
}
.brand-logo-icon {
  color: #e11d48;
}
.logo {
  width: 200px;
}
/*for home background video*/
/* Video Background Styles */
.hero-video-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the video covers the screen without stretching */
  z-index: 0;
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* A semi-transparent version of your original gradient so text is still readable 

    background: linear-gradient(135deg, rgba(243, 231, 255, 0.85) 0%, rgba(225, 238, 254, 0.01) 50%, rgba(246, 232, 255, 0.01) 100%);*/
  z-index: 1;
}
/*End video*/
.home-section-left {
  background: #f3f3f3;
  padding: 80px 0;
}
.home-section-right {
  background: #ebebeb;
  padding: 80px 0;
}
.pr-0 {
  padding-right: 0;
}
.pl-0 {
  padding-left: 0;
}
.block-inner-heading {
  display: block;
  width: 220px !important;
  text-align: center;
  background: #1e4b9f;
  color: #fff;
}
.navbar-nav a {
  font-family: 'Madera W01';
  font-weight: bold;
}
.relative {
  position: relative;
}
.z-index-top {
  z-index: 300;
}
/*Social Icons*/
.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #f4f4f4;
  color: #333;
  border-radius: 20%;
  margin: 0;
  text-decoration: none;
  transition: all 0.3s ease; /* Smooth transition is key */
  font-size: 18px;
}
.social-icon:hover {
  background: #b341a0; /* Change to your brand color */
  color: white;
  box-shadow: 0 10px 20px rgba(0, 123, 255, 0.3);
}
@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
.social-icon:hover {
  animation: shake 0.5s ease-in-out;
  background: #e1306c; /* Instagram Pink */
  color: white;
}
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.icon-facebook {
  background: #1877F2;
  color: #fff;
}
.icon-instagram {
  background: #b7409f;
  color: #fff;
}
.icon-linkedin {
  background: #0077B5;
  color: #fff;
}
.footer a:hover {
  color: #b341a0;
}
.w-dynamic-left {
  width: 250px;
}
.w-dynamic-right {
  width: 570px;
}
.sticky-desktop {
  position: sticky;
  top: -150px;
  z-index: 100;
}
#navbarNav li a:hover {
  color: #fb1a7a !important;
}
.page-header-bg {
  background: url("../images/innerpage-banner.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 360px;
  padding-top: 92px;
}
.inner-page-heading {
  display: flex;
  vertical-align: middle;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  height: 100%;
}
.text-brand-blue {
  margin-top: 20px !important;
}
.robot-container {
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 500px;
  position: absolute;
  bottom: -55px;
  left: 0;
  right: 0;
}
.robot {
  transition: transform 0.1s ease-out;
  backface-visibility: visible;
  width: 300px;
}
.robot-bg {
  background: url("../images/about-img.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 495px;
  position: relative;
}
.tr-block {
  background: #fff;
  padding: 25px;
  min-height: 250px;
  color: #1e4b9f;
  font-size: 18px;
}
.tr-block h4 {
  line-height: 35px;
}
/* Process Steps Cards */
.step-card-dark {
  background-color: #0f489c; /* Dark blue */
  color: white;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(15, 72, 156, 0.15);
}
.step-card-light {
  background-color: #1980e6; /* Light blue */
  color: white;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(25, 128, 230, 0.15);
}
.step-circle {
  width: 70px;
  height: 70px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: 800;
  margin: 0 auto 20px auto;
}
.step-card-dark .step-circle {
  color: #0f489c;
}
.step-card-light .step-circle {
  color: #1980e6;
}
.step-text {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
}
/* Why Prefer Section */
.why-container {
  background-color: #f4f5f8;
  border-radius: 20px;
  overflow: hidden;
}
.why-list p {
  color: #1e4b9f;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.why-list p::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #1e4b9f;
  border-radius: 50%;
  margin-right: 15px;
}
.gradient-callout {
  background: linear-gradient(90deg, #d35b8f 0%, #3e74b6 100%);
  color: white;
  border-radius: 10px;
  padding: 20px 25px;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
}
.robo-img {
  position: absolute;
  bottom: -22px;
}
.relative {
  position: relative;
}
.why-container {
  background: url("../images/businesses-prefer-bg.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
}
/* Feature List (Why Business Choose This) */
.feature-box {
  background-color: #f4f5f8;
  border-radius: 8px;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  height: 100%;
}
.number-circle {
  width: 32px;
  height: 32px;
  min-width: 32px;
  background-color: #1e4b9f;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
  margin-right: 15px;
}
.feature-text {
  color: #1e4b9f;
  font-weight: 600;
  font-size: 0.85rem;
  line-height: 1.3;
  margin: 0;
}
/* Sidebar (What It Does) */
.what-it-does-card {
  background-color: #e5edf9; /* Soft light blue */
  border-radius: 15px;
  padding: 30px;
  height: 100%;
}
.what-it-does-list p {
  color: #1e4b9f;
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(30, 75, 159, 0.15);
}
.what-it-does-list p:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* Products Section */
.product-card {
  background-color: #f4f5f8;
  padding: 40px 20px;
  height: 100%;
  transition: transform 0.3s ease;
}
.product-card:hover {
  transform: translateY(-5px);
}
.product-img-wrapper {
  height: 180px; /* Fixed height to keep buttons aligned */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.blue {
  color: #1149a7;
}
/* Card Container Styling */
.contact-container {
  background-color: #f8f9fc; /* Very light gray/blue tint */
  border-radius: 20px;
  padding: 40px;
  height: 100%;
}
/* Form Inputs */
.form-control {
  border: none;
  border-radius: 8px;
  padding: 15px 20px;
  margin-bottom: 20px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1e4b9f;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}
.form-control::placeholder {
  color: #1e4b9f;
  opacity: 0.8;
  font-weight: 600;
}
.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(30, 75, 159, 0.25);
}
textarea.form-control {
  min-height: 120px;
  resize: none;
}
/* Contact Details Boxes */
.info-box {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}
.info-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background-color: #2196f3;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  margin-right: 15px;
}
.info-text-group {
  display: flex;
  flex-direction: column;
}
.info-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: #1e4b9f;
  margin-bottom: 2px;
}
.info-value {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1e4b9f;
  margin-bottom: 0;
}
/* Promo Banner Box */
.promo-banner {
  background: linear-gradient(135deg, #d946ef 0%, #3b82f6 100%);
  border-radius: 15px;
  padding: 25px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 180px;
  margin-top: 20px;
}
.promo-content {
  position: relative;
  z-index: 2;
  color: white;
}
.promo-content h3 {
  font-weight: 800;
  font-size: 1.8rem;
  margin-bottom: 0;
  line-height: 1.2;
}
.promo-content p {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 5px;
}
.promo-image {
  position: absolute;
  right: -20px;
  bottom: -10px;
  height: 120%;
  z-index: 1;
}
.promo-banner {
  background-image: url("../images/contact-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  min-height: 281px;
}
.section-gradient-middle {
  background: url("../images/loona-bg.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  background-attachment: scroll;
}
.cta-box {
  background-color: #e5effb;
  border-radius: 10px;
  padding: 15px 20px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #2b5c9e;
  margin-top: 20px;
  width: 100%;
}
.cta-link {
  color: #e7165b;
  text-decoration: none;
  font-weight: 700;
}
.f22 {
  font-size: 22px;
}
.black {
  color: #000;
}
.robot-dog {
  position: absolute;
  right: 61px;
  bottom: 55px;
  /* This filter creates the initial glow around the dog's shape */
  filter: drop-shadow(0 0 8px rgba(173, 172, 244, 0.1));
  /* name | duration | timing-function | iteration-count */
  animation: eyeGlow 2.5s ease-in-out infinite;
}
@keyframes eyeGlow {
  0% {
    filter: drop-shadow(0 0 5px rgba(173, 172, 244, 0.5));
  }
  50% {
    /* The peak of the glow */
    filter: drop-shadow(0 0 20px rgba(173, 172, 244, 1));
  }
  100% {
    filter: drop-shadow(0 0 5px rgba(173, 172, 244, 0.5));
  }
}
.robo-dog-text h4 {
  letter-spacing: 2px;
}
.robo-dog-text {
  position: absolute;
  left: 25px;
  top: 40px;
}
.robo-dog-text {
  position: absolute;
  left: 92px;
  top: 79px;
}
.white {
  color: #fff;
}
.robo-dog-text h2 {
  font-size: 46px;
  font-weight: bold;
}
.cloud-box {
  background: url('../images/cloud.png');
  animation: drift 10s linear infinite;
  height: 300px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 100;
}
.unitree-go2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 400px;
  z-index: 300;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@keyframes drift {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
.cloud-bg-sky {
  min-height: 400px;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  background: hsla(334, 93%, 54%, 1);
  ;
  background: linear-gradient(0deg, hsla(334, 93%, 54%, 1) 1%, hsla(273, 50%, 38%, 1) 47%, hsla(217, 98%, 33%, 1) 100%);
  background: -moz-linear-gradient(0deg, hsla(334, 93%, 54%, 1) 1%, hsla(273, 50%, 38%, 1) 47%, hsla(217, 98%, 33%, 1) 100%);
  background: -webkit-linear-gradient(0deg, hsla(334, 93%, 54%, 1) 1%, hsla(273, 50%, 38%, 1) 47%, hsla(217, 98%, 33%, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#F71A7A", endColorstr="#673193", GradientType=1);
}
.unitree-go2 h2 {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
}
.unitree-go2 h3 {
  font-size: 30px;
  color: #fff;
}
.music-container {
  position: relative;
  width: 100%;
  height: 500px; /* Adjust as needed */
  overflow: hidden;
}
.background-base {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../images/image_a1283f.jpg') center/cover no-repeat;
  z-index: 1;
  border-radius: 8%;
}
.note {
  position: absolute;
  color: rgba(255, 255, 255, 0.6);
  font-size: 2rem;
  z-index: 2;
  pointer-events: none;
  animation: floatUp 6s infinite ease-in-out;
}
/* Different starting positions and timing for variety */
.n1 {
  left: 20%;
  bottom: -10%;
  animation-delay: 0s;
}
.n2 {
  left: 50%;
  bottom: -10%;
  animation-delay: 2s;
  font-size: 3rem;
}
.n3 {
  left: 80%;
  bottom: -10%;
  animation-delay: 4s;
}
.n4 {
  left: 10%;
  bottom: -10%;
  animation-delay: 1s;
}
.n5 {
  left: 5%;
  bottom: -10%;
  animation-delay: 3s;
  font-size: 3rem;
}
.n5 {
  left: 10%;
  bottom: -10%;
  animation-delay: 6s;
}
@keyframes floatUp {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translateY(-500px) rotate(360deg);
    opacity: 0;
  }
}
/*EMO animation css*/
.emo-img-tr {
  background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.71) 50%, rgba(3, 4, 5, 0.72) 51%, rgba(125, 185, 232, 0) 100%);
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 300;
  min-height: 74px;
  display: flex;
  justify-content: center;
  vertical-align: middle;
  flex-direction: column;
}
.emo-img {
  position: absolute;
  left: 55px;
  bottom: -60px;
  ;
  z-index: 300;
  width: 400px;
}
.music-container {
  overflow: visible;
}
.img-heading-emo {
  color: #fff;
  font-size: 44px;
  font-weight: bold;
  font-family: 'Madera W01';
  line-height: 46px;
}
.img-heading-line-text {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  font-family: 'Madera W01';
  line-height: 28px;
}
/* Banner Background Gradient */
.entertainment-hero {
  /* Matches the Blue to Purple to Bright Pink/Coral gradient */
  background: linear-gradient(90deg, #1075d9 0%, #8e44ad 50%, #f64668 100%);
  position: relative;
  overflow: hidden;
  padding-top: 12px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 0;
}
/* Typography */
.hero-title {
  color: #ffffff;
  font-weight: 800; /* Extra bold */
  font-size: 3.5rem;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
/* Custom Pink/Red Badge */
.hero-badge {
  background-color: #f04e6a;
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  padding: 12px 25px;
  display: inline-block;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  text-decoration: none;
}
.hero-badge:hover {
  background: #e02f5a;
}
/* Image Styling */
.hero-robot-img {
  max-height: 500px;
  object-fit: contain;
  /* Optional: adds a slight drop shadow to the robot if it's a transparent PNG */
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.2));
}
/* Responsive adjustments */
@media (max-width: 991px) {
  .hero-title {
    font-size: 3rem;
  }
  .entertainment-hero {
    padding: 40px 0;
    text-align: center;
  }
  .hero-robot-img {
    margin-top: 30px;
    max-height: 350px;
  }
}
/*Product Banner Design*/
/* Background Section with Premium Gradient */
.robotics-showcase {
  background: url("../images/product-banner-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 350px;
  overflow: hidden;
}
.product-title {
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  opacity: 0.95;
}
.img-wrapper {
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 10px;
}
/* Elegant Floating/Hover Effect */
.product-item:hover .img-wrapper {
  transform: translateY(-10px) scale(1.03);
}
.product-item img {
  max-height: 240px;
  object-fit: contain;
  filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.35));
}
/* Text & Headings */
.subtitle {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 1px;
  color: #e0e0e0;
}
.main-heading {
  font-size: 2.5rem;
  letter-spacing: -0.5px;
}
/* Premium Pink/Coral Button */
.btn-cta {
  background-color: #f63e6b;
  border: none;
  color: white;
  border-radius: 8px;
  font-size: 1rem;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.btn-cta:hover {
  background-color: #e02f5a;
  color: white;
  transform: translateY(-2px);
}
.btn-cta:active {
  transform: translateY(0);
}
.hero-badge:hover {
  text-decoration: none;
}
/* Responsive adjustments */
/* Base structural layout gradients */
.bg-light-gradient {
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
}
.border-bottom-dash {
  border-bottom: 2px dashed #e2e8f0;
}
/* Color Palette Constants */
.text-dark-blue {
  color: #0a2540;
}
.text-primary-blue {
  color: #0056b3;
}
.text-primary-purple {
  color: #6f42c1;
}
.text-warning-custom {
  color: #ffc107;
}
/* Image Background Shapes matching original layout style but crisper */
.img-circle-bg {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e0c3fc 0%, #8ec5fc 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.img-circle-bg.gradient-2 {
  background: linear-gradient(135deg, #fbc2eb 0%, #a6c1ee 100%);
}
.img-circle-bg.gradient-3 {
  background: linear-gradient(135deg, #fdcbf1 0%, #e6dee9 100%);
}
.img-circle-bg.gradient-4 {
  background: linear-gradient(135deg, #a1c4fd 0%, #c2e9fb 100%);
}
/* Badges */
.bg-light-blue {
  background-color: #1e4b9f;
  color: #fff;
}
/* Information Box Grid Elements */
.info-card {
  background-color: #fdfdfd;
  border: 1px solid #eef2f6;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}
.border-top-blue {
  border-top: 4px solid #0056b3;
}
/* Custom list alignment styles */
.tech-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  color: #1e4b9f;
}
.tech-list li::before {
  content: "■";
  position: absolute;
  left: 0;
  color: #6f42c1;
  font-size: 0.85rem;
  top: 1px;
}
.tech-list.check-icon li::before {
  content: "✓";
  color: #0056b3;
  font-weight: bold;
}
/* Metric Ribbon styling */
.metric-ribbon {
  background-color: #f1f5f9;
  border-radius: 8px;
  font-size: 0.95rem;
}
/* Combined Layout Box for lower section Call To Action */
.cta-banner-row {
  background: linear-gradient(135deg, #cd549a 0%, #5639a3 100%);
  box-shadow: 0 15px 35px rgba(86, 57, 163, 0.25);
}
.opacity-90 {
  opacity: 0.90;
}
.btn-gradient-purple {
  background: linear-gradient(90deg, #e02f5a 0%, #bd1f8a 100%);
  color: white;
  border: none;
  border-radius: 30px;
  transition: all 0.3s ease;
}
.btn-gradient-purple:hover {
  color: white;
  transform: translateY(-2px);
}
/* Thumbnail Grid Layout Elements */
.bg-light-models {
  background-color: #f8fafc;
}
.model-thumb-card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.model-thumb-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  border-color: #cbd5e1;
}
.model-thumb-card img {
  max-height: 90px;
  object-fit: contain;
}
.blue {
  color: #1e4b9f;
}
.block {
  display: block;
}
.btn-cta {
  background: #f04e6a !important;
}
.btn-cta:hover {
  background: #e02f5a !important;
}
/*Models*/
/* Product Rows Custom Separator */
.product-row {
  padding: 3.5rem 0;
  border-bottom: 1px dashed #ced4da;
}
.product-row:last-child {
  border-bottom: none;
}
/* Images Alignment */
.product-graphic {
  max-height: 220px;
  object-fit: contain;
}
/* Applications Side Box */
.applications-card {
  background-color: #e8f2ff;
  border-radius: 12px;
  padding: 24px;
  border: none;
}
.applications-card h5 {
  color: #1e4b9f;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 15px;
}
.apps-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #2b70c9;
}
.apps-list li {
  margin-bottom: 8px;
}
.apps-list li:last-child {
  margin-bottom: 0;
}
/* Product Specific Styling Elements */
.product-subtitle {
  font-size: 0.85rem;
  font-weight: 600;
  color: #6c757d;
}
.product-list {
  font-size: 0.9rem;
  font-weight: 500;
  padding-left: 20px;
}
.product-description {
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.6;
  color: #4a5568;
}
.info-value a {
  text-decoration: none;
  color: #1e4b9f;
}
.alert-success{background:#12ad5a!important; color:#fff!important;}
.form-control.is-invalid, .was-validated .form-control:invalid{background-image:none;}
.form-control.is-valid, .was-validated .form-control:valid{background-image:none;}
@media only screen and (min-width: 768px) and (max-width: 1367px) {
	.unitree-go2 {width:352px;}
	.promo-banner{background-image:none; background: linear-gradient(90deg, rgba(183, 64, 159, 1) 0%, rgba(93, 101, 201, 1) 99%, rgba(143, 81, 177, 1) 44%);}
	
	    .nav-item {
        border-bottom: 1px solid #f6f6f8;
        gap: 0 !important;
    }

	.navbar-expand-lg{background:#fff; padding-bottom:29px!important;}
    .robot-dog {
        width: 336px; 
        right: -19px; 
        bottom: 22px;
    }
	.emo-img-tr{padding-left:17px; padding-right:17px;}
	.emo-img{width:302px; bottom:-32px;} 
	    .robot-dog {
        width: 225px;
        right: 7px;
        bottom: 30px;
    }
	.robo-dog-text {
    position: absolute;
    left: 120px;
    top: 103px;
}
	.robo-dog-text h2 {
    font-size:50px;
    font-weight: bold;
}
	.robo-dog-text h4 {
    letter-spacing: 2px;
    font-size:22px;
}
}
@media only screen and (min-width:768px) and (max-width:1024px) {
	.hero-video-bg{height:103%;}
	.sticky-desktop{position:static;}
	.robo-img{display:block; position: static;}
	.why-container{background-image:none;}
	
}
@media only screen and (min-width:320px) and (max-width:640px) {
	.m-break{display:block; width:100%; text-align:center;}
  .overflow-hidden {
    overflow: hidden;
  }
  .hero-video-bg {
    display: none;
  }
	.hero-video-section{min-height:auto;}
	.home-section-left{padding:40px 0;}
  .bg-mobile {
   
    background: url("../images/home-bg-mobile.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    
    padding-top: 0 !important;
    margin-top: 0 !important;
    height:459px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: column;
  }
  .text-brand-blue {
    font-size: 15px;
  }
  .logo {
    width: 134px;
  }
  .navbar {
    background: #fff;
  }
  .sticky-desktop {
    position: static;
    top: 0;
    padding-bottom: 0 !important;
  }
  .text-brand-dark {
    font-size: 28px;
  }
  .btn-gradient-blue {
    font-size: 13px;
  }
  .info-pill {
    font-size: 12px;
  }
  .navbar {
    padding: 6px 0 !important;
  }
  .w-dynamic-left {
    width: 140px;
  }
  .w-dynamic-right {
    width: 250px;
  }
  .nav-link.active {
    border: none;
    background: #f6f6f8;
  }
  .nav-item a {
    padding-left: 18px;
    display: block;
    padding-bottom: 14px;
  }
  .nav-item {
    border-bottom: 1px solid #f6f6f8;
    gap: 0 !important;
  }
  .navbar-collapse .gap-3 {
    gap: 0 !important;
  }
  .why-container {
    padding: 20px;
  }
  .why-container img {
    display: none;
  }
  .page-header-bg {
    min-height: 222px;
    padding-top: 65px;
  }
  .main-heading {
    font-size: 1.85rem;
  }
  .product-item img {
    max-height: 180px;
  }
  .hero-title {
    font-size: 2rem;
  }
  .entertainment-hero {
    padding: 0;
  }
  .why-container {
    background: none;
  }
  .entertainment-hero {
    padding-top: 33px;
  }
  h4 {
    line-height: 33px;
  }
  .cta-banner-row {
    margin: 0 2px;
  }
  .unitree-go2 {
    width: 325px;
  }
  .robot-dog {
    position: absolute;
    right: 32px;
    bottom: -1px;
    width: 197px;
  }
  .robo-dog-text {
    position: absolute;
    left: 57px;
    top: 41px;
  }
  .emo-img {
    width: 297px;
    bottom: -8px;
  }
  .img-heading-emo {
    text-align: center !important;
    font-size: 33px;
  }
  .img-heading-line-text {
    text-align: center;
    font-size: 13px;
  }
  .emo-img-tr {
    padding: 8px 0;
  }
  .f22 {
    font-size: 13px;
  }
  .info-value a {
    display: block;
    word-wrap: break-word;
    width: 150px;
  }
}