.main-sec::after {
  pointer-events: none !important;
}

/* === CUSTOM MEGA-MENU FIX FOR PRODUCTS === */
.header-video-hero {
  margin-top: 20px;
}
ul.mega-sub-menu.custom-mega {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  padding: 22px 36px;
  min-width: 720px;
  max-width: 1080px;
  background: #0f0f0f;
  border-radius: 14px;
  text-align: left;
}

ul.mega-sub-menu.custom-mega > li.mega-menu-column {
  flex: 1 1 0;
}

ul.mega-sub-menu.custom-mega .mega-title {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
}

ul.mega-sub-menu.custom-mega .mega-links li a {
  color: #ccc;
  padding: 6px 0;
  display: block;
  text-align: left;
}

ul.mega-sub-menu.custom-mega .mega-links li a:hover {
  color: #fff;
}

/* =========================================
   MEGA MENU TABS HIGHLIGHT
   ========================================= */

/* 1. Reset standard tab styling */
.mega-tab {
    padding: 10px 10px;       
    border-radius: 50px;      
    border: 1px solid transparent; 
    transition: all 0.3s ease;
    cursor: pointer;
    margin-bottom: 5px;       
    display: flex;
    align-items: center;
    gap: 10px;
}

/* 2. Apply Highlight when Active or Hovered */
.mega-tab.active,
.mega-tab:hover {
    border: 1px solid rgba(255, 255, 255, 0.3); 
    background: rgba(255, 255, 255, 0.1);       
    color: #ffffff !important;
}

/* 3. Ensure text inside stays white/bright on hover */
.mega-tab.active .mega-label,
.mega-tab:hover .mega-label {
    color: #ffffff;
    font-weight: 600;
}

/* 4. Keep the arrow distinctive */
.mega-tab .arrow {
    font-size: 12px;
    opacity: 0.7;
}
.mega-tab.active .arrow,
.mega-tab:hover .arrow {
    opacity: 1;
    color: #00d2ff; 
}



/* In your custom.css file */
.feature-style4 .feature-img4 {
  left: -150px !important;
  bottom: 60px;
}

.feature-style4 .feature-img4 img {
  margin-left: -50px !important;
}

.feature-block4 img {
  max-width: 80px !important;
  height: auto !important;
  display: block;
  margin: 0 auto 15px auto;
}

/* Control logo size everywhere */
.footer-logo img {
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* Prevent logo from overflowing its container */
.footer-logo {
  overflow: hidden;
}

/* SIDE MENU */

.side-menu {
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.side-menu .menu-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
  margin-top: -50px;
}

/* Logo */
.side-menu .logo img {
  width: 170px;
  height: auto;
  margin-top: 50px;
}

/* Contact block */
.side-menu .sidebar-menu {
  margin: 0;
}

.side-menu .sidebar-menu h4 {
  margin-bottom: 12px;
  font-size: 14px;
  letter-spacing: 1px;
}

.side-menu .sidebar-menu p {
  margin-bottom: 14px;
  line-height: 1.6;
}

.side-menu .nmbr,
.side-menu .email {
  display: block;
  margin-bottom: 12px;
}

/* Button */
.side-menu .ibt-btn-rounded {
  margin-top: 16px;
}

/* Social icons BELOW button */
.side-menu .social-icon {
  margin-top: -50px;
  display: flex;
  justify-content: center;
  gap: 18px;
}

/* =========================================
   SIDE MENU: SIMPLE LAPTOP FIX (1250px-1400px)
   ========================================= */

@media (min-width: 1250px) and (max-width: 1400px) {
  /* 1. LAYOUT: Start from the Top (Like your sample) */
  .side-menu {
    justify-content: flex-start !important; /* Forces everything to the top */
    padding-top: 40px !important;
    padding-bottom: 0 !important;
  }

  /* 2. LOGO: Make it smaller to save space */
  .side-menu .logo img {
    width: 130px !important;
    height: auto;
    margin-bottom: 20px !important;
  }

  /* 3. CONTENT: Remove big gaps */
  .side-menu .menu-content {
    gap: 10px !important; /* Tighter spacing */
    align-items: center;
  }

  /* 4. TEXT: Simple & Compact */
  .side-menu .sidebar-menu h4 {
    margin-bottom: 5px !important;
    font-size: 14px;
  }

  .side-menu .sidebar-menu p {
    margin-bottom: 10px !important;
  }

  .side-menu .nmbr,
  .side-menu .email {
    margin-bottom: 5px !important;
  }

  /* 5. BUTTON & ICONS: Pull them up */
  .side-menu .ibt-btn-rounded {
    margin-top: 10px !important;
  }

  .side-menu .social-icon {
    margin-top: 15px !important; /* Just enough space below button */
  }
}

.hero-buttons {
  display: flex;
  gap: 50px;
}

.service-box7 .social-link3 span {
  white-space: nowrap;
  display: block;
}
.social-link3 img {
  max-width: 80px;
  height: auto;
  display: block;
}

.mega-container {
  position: absolute;
  top: 100%;
  left: 0%;
  transform: translateX(0);
  margin-left: -300px;
  width: 1000px;
  background: #0d0d18;
  padding: 40px 40px;
  border-radius: 18px;
  display: none;
  z-index: 9999;
  animation: fadeDown 0.35s ease forwards;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

#all-robots.mega-panel.active {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 30px;
  align-items: start;
  margin-top: 20px;
}

/* 3. Style the individual Robot Item inside this grid */
#all-robots .mega-item {
  display: flex;
  align-items: center;
  gap: 15px;
  background: transparent;
  padding: 10px;
  border-radius: 12px;
  transition: background 0.3s ease;
}

/* Optional: Add a subtle hover effect to the item box */
#all-robots .mega-item:hover {
  background: rgba(255, 255, 255, 0.05);
}

/* 4. Fix Image Sizing (Crucial) */
#all-robots .mega-item .mega-img {
  width: 150px !important;
  height: 100px !important;
  object-fit: contain;
  flex-shrink: 0;
}

/* 5. Fix Text Styling */
#all-robots .mega-item .mega-text a {
  font-size: 20px !important;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}

/* Base transitions */
#all-robots .mega-item .mega-img,
#all-robots .mega-item .mega-text a {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* 1. Image Animation (Subtle Lift) */
#all-robots .mega-item:hover .mega-img {
  transform: translateY(-5px) scale(1.05); /* Reduced movement for cleaner look */
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.3));
}

/* 2. Text & Arrow Styling */
.hover-arrow {
  display: inline-block;
  opacity: 0;
  /* Start position: Slightly Up and Left (Hidden) */
  transform: translate(-10px, -5px);
  transition: all 0.3s ease;
  margin-right: 6px; /* Space between arrow and text */
  font-weight: 700;
  font-size: 14px;
  color: #4facfe; /* Default blue, changes to gradient on hover */
}

/* Text Link Styling */
#all-robots .mega-item .mega-text a {
  display: flex;
  align-items: center; /* Ensures arrow and text align perfectly */
  text-decoration: none;
  color: #fff;
}

/* On Hover: Text Color Change */
#all-robots .mega-item:hover .mega-text a {
  color: #4facfe; /* Simple bright blue highlight */
  /* Optional: Uncomment below for gradient text */
  /* background: linear-gradient(102deg, rgb(130, 88, 200), rgb(44, 132, 200));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    */
}

/* On Hover: Reveal Arrow & Slide In */
#all-robots .mega-item:hover .hover-arrow {
  opacity: 1;
  /* End position: Normal */
  transform: translate(0, 0);
}

/* Fade-down animation */
@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Show on hover */
.mega-parent:hover .mega-container {
  display: block;
}

/* Tabs */
.mega-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #ddd;
  margin-bottom: 25px;
  white-space: nowrap;
  gap: 40px;
}

.mega-tab.active {
  color: #fff !important;
}

.mega-tab,
.mega-content a {
  color: #ddd !important;
}

.mega-content a:hover {
  color: #fff !important;
}

/* Item layout */
.mega-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 50px; /* vertical & horizontal spacing */
  margin-top: 25px;
}

/* Robot image + text */
.mega-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.mega-img {
  width: 150px;
  height: auto;
  object-fit: contain;
}

.mega-text a {
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
}

/* Hide inactive panels */
.mega-panel {
  display: none;
}

.mega-panel.active {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 200px;
}

.mega-tab,
.mega-text a {
  color: #e0e0e0 !important;
}

.mega-text a:hover {
  color: #ffffff !important;
}

/* Arrow hidden by default */
.mega-tab .arrow {
  opacity: 0;
  margin-right: 6px;
  color: #4de2c1;
  transition: opacity 0.25s ease, transform 0.25s ease;
  display: inline-block;
  transform: translateX(-5px);
}

/* On hover → show arrow & slide */
.mega-tab:hover .arrow {
  opacity: 1;
  transform: translateX(0);
}

/* ACTIVE tab → arrow stays visible */
.mega-tab.active .arrow {
  opacity: 1;
  transform: translateX(0);
}

/* Highlight text when active/hover */
.mega-tab:hover,
.mega-tab.active {
  color: #fff !important;
}

/* Arrow styling (already added previously) */
.mega-tab .arrow {
  opacity: 0;
  margin-right: 6px;
  color: #4de2c1;
  transition: opacity 0.25s ease, transform 0.25s ease;
  display: inline-block;
  transform: translateX(-5px);
}

/* Hover → Arrow appears */
.mega-tab:hover .arrow {
  opacity: 1;
  transform: translateX(0);
}

/* Active → Arrow stays */
.mega-tab.active .arrow {
  opacity: 1;
  transform: translateX(0);
}

/* Scale animation */
.mega-tab {
  transition: transform 0.28s ease, color 0.25s ease;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Hover scale effect */
.mega-tab:hover {
  transform: scale(1.05);
  color: #fff !important;
}

/* Active scale effect */
.mega-tab.active {
  transform: scale(1.05);
  color: #fff !important;
}

/* Add space between Marquee and Service Cards */
.marquee-sec {
  margin-bottom: 50px;
}


/* Style the paragraph text inside the last card */
.service-sec8 .ser-card3.v1 .ser-content p {
  margin-top: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 10px;
}

/* Ensure the title matches the others */
.service-sec8 .ser-card3.v1 .ser-content .title {
  margin-bottom: 5px;
  font-size: 24px;
  color: #fff;
}

/*  Base Card Style */
.feature-sec1 .feature-card {
  background: transparent;
  padding: 40px 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  transition: all 0.4s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* Hover Effect: Border & Glow */
.feature-sec1 .feature-card:hover {
  transform: translateY(-7px);
  /* CHANGED TO BLUE */
  border-color: #2b70fa;
  /* Soft Blue Glow */
  box-shadow: 0 10px 30px rgba(43, 112, 250, 0.15);
}

/*  Icon Styling - KEEP ORIGINAL COLOR */
.feature-sec1 .feature-card img {
  margin-bottom: 25px;
  transition: transform 0.4s ease;
  width: 60px;
  filter: none;
}

.feature-sec1 .feature-card:hover img {
  transform: scale(1.1);
}

/*  Title Styling */
.feature-sec1 .feature-card .title {
  font-size: 22px;
  margin-bottom: 15px;
  color: #1a1a1a;
  transition: color 0.3s ease;
}

/* Hover: Title turns Blue */
.feature-sec1 .feature-card:hover .title {
  color: #2b70fa;
}

/*  Paragraph Styling */
.feature-sec1 .feature-card p {
  color: #555555;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
}

.choose-us-sec3 .sec-title {
  margin-top: -300px;
}

.ser-card9 {
  position: relative;
  height: 520px;
  overflow: hidden;
  border-radius: 24px;
  display: flex;
  width: 100%;
}

/* Background image */
.ser-card9 > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Overlay for readability */
.ser-card9::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.45) 45%,
    rgba(0, 0, 0, 0.85) 100%
  );
  z-index: 1;
}

.ser-content9 {
  position: relative;
  z-index: 2;
  padding: 44px 40px;
  color: #ffffff;
  max-width: 100%;
}

/* Icon */
.ser-content9 img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-bottom: 16px;
}

/* Title */
.ser-content9 .title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 14px;
  line-height: 1.25;
}

/* Description */
.ser-content9 p {
  font-size: 16px;
  line-height: 1.65;
  opacity: 0.9;
  max-width: 90%;
}

/* CTA */
.ser-btn3 {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/*  Commercial Solutions → TOP */
.service-sec9 .col-lg-4:nth-child(1) .ser-card9 {
  align-items: flex-start;
}

/* Add breathing room from top */
.service-sec9 .col-lg-4:nth-child(1) .ser-content9 {
  padding-top: 80px;
  margin-left: -50px;
}

/*  Industrial Applications → BOTTOM (but lifted) */
.service-sec9 .col-lg-4:nth-child(2) .ser-card9 {
  align-items: flex-end;
}

/* Lift content slightly so it doesn't stick to bottom */
.service-sec9 .col-lg-4:nth-child(2) .ser-content9 {
  padding-bottom: 80px;
  margin-left: -50px;
}

/*  Smart Lifestyle → TOP */
.service-sec9 .col-lg-4:nth-child(3) .ser-card9 {
  align-items: flex-start;
}

/* Slightly tighter than first card */
.service-sec9 .col-lg-4:nth-child(3) .ser-content9 {
  padding-top: 80px;
  margin-left: -50px;
}

.ser-card9 {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.ser-card9:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.35);
}

@media (max-width: 991px) {
  .ser-card9 {
    height: 480px;
  }

  .ser-card9 {
    align-items: flex-end !important;
  }

  .ser-content9 {
    padding: 34px 28px;
  }
}

.service-sec7 {
  background-color: #dbdde0;
  padding: 80px 0;
  overflow: hidden;
}

/*  Centered Title */
.service-sec7 .sec-title {
  text-align: center;
  margin-bottom: 60px;
}

.service-sec7 .sec-title .title {
  color: #1a1a1a;
  font-size: 36px;
  font-weight: 700;
}

.service-sec7 .sec-title .sub-title {
  color: #05644f;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px;
}

/*  Marquee Container */
.partner-marquee {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding: 20px 0;
}

/* Side Fades  */
.partner-marquee:before,
.partner-marquee:after {
  content: "";
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  z-index: 2;
}

.partner-marquee:before {
  left: 0;
  background: linear-gradient(to right, #dbdde0, transparent);
}

.partner-marquee:after {
  right: 0;
  background: linear-gradient(to left, #dbdde0, transparent);
}

/* The Track */
.partner-track {
  display: flex;
  animation: scroll 30s linear infinite;
  width: max-content;
}

/*  Individual Partner Item  */
.partner-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 60px;
  transition: transform 0.3s ease;
}


/* Logo Style */
.partner-item img {
  height: 70px;
  width: auto;
  margin-bottom: 15px;
  filter: none;
  display: block;
}

/* Text Style */
.partner-item span {
  color: #444;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* 6. Animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.about-us-sec9 {
  padding-bottom: 10px;
}

.marquee-sec {
  margin-top: 0;
  padding-top: 20px;
}

.marquee-sec.ibt-section-gapBottom {
  padding-bottom: 20px;
}

.service-sec22 {
  padding-bottom: 80px;
}

.parallax-banner-sec {
  height: 550px;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin-top: -40px;
  margin-bottom: 80px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  background: #fff;
}

.parallax-bg {
  background-image: url("../images/event/about\ us\ 2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 120%;
  width: 100%;
  transform: translateY(-10%);
  will-change: transform;
}

/* =========================================
   ABOUT US IMAGE
   ========================================= */

@media (max-width: 991px) {
    .parallax-bg {
        height: 100px !important;
        min-height: 0 !important;
        
        padding-bottom: 50% !important; 
        
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        
        width: 100% !important;
        transform: none !important;
        position: relative !important;
        border-radius: 20px;
    }

    section:has(.parallax-bg),
    div:has(.parallax-bg) {
        height: auto !important;
        min-height: 0 !important;
        padding-bottom: 0 !important;
    }
}
.parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}

/* --- CARDS  --- */
.mvv-card {
  background: #ffffff;
  padding: 50px 40px;
  border-radius: 24px;
  border: 2px solid #f0f3f6;
  height: 100%;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

/* Hover Effects */
.mvv-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
  border-color: transparent;
}
.mvv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 2px;
  background: linear-gradient(135deg, #2b70fa, #4de2c1);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.mvv-card:hover::before {
  opacity: 1;
}

/* Icon & Text */
.mvv-card .icon-box {
  margin-bottom: 30px;
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background: rgba(43, 112, 250, 0.08);
  color: #2b70fa;
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.mvv-card:hover .icon-box {
  background: #2b70fa;
  color: #ffffff;
  transform: rotate(-5deg) scale(1.1);
}
.mvv-card .title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 25px;
  color: #1a1a1a;
}
.mvv-card p {
  color: #555;
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 15px;
}

.service-sec6 {
  background-color: #f4f7fa;
}

.service-card-bento {
  background: #ffffff;
  padding: 40px;
  border-radius: 30px;
  height: 100%;
  min-height: 420px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(0, 0, 0, 0.03);

  display: flex;
  flex-direction: column;
}

/* Hover Effect: Lift and Shadow */
.service-card-bento:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.service-card-bento .icon-box {
  width: 60px;
  height: 60px;
  background: #f0f5ff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  font-size: 24px;
  color: #2b70fa;
  transition: all 0.3s ease;
}

.service-card-bento:hover .icon-box {
  background: #2b70fa;
  color: #fff;
  transform: scale(1.1);
}

.service-card-bento .title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1a1a1a;
  letter-spacing: -0.5px;
}

.service-card-bento p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 60px;
  flex-grow: 1;
}

.service-card-bento .arrow-btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1a1a1a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.service-card-bento:hover .arrow-btn {
  background: #2b70fa;
  transform: rotate(-45deg);
}

.service-card-bento::after {
  content: attr(data-index);
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 80px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.03);
  line-height: 1;
  pointer-events: none;
}

.feature-sec10 {
  background-color: #ffffff;
  padding-bottom: 100px;
}

/* Premium Feature Card */
.feature-card-premium {
  background: #f8f9fa;
  padding: 35px 30px;
  border-radius: 20px;
  margin-bottom: 30px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 1px solid rgba(0, 0, 0, 0.03);
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Hover Effects */
.feature-card-premium:hover {
  transform: translateY(-10px);
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(43, 112, 250, 0.1);
  border-color: transparent;
}

/* Gradient Bottom Line on Hover */
.feature-card-premium::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #2b70fa, #4de2c1);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.feature-card-premium:hover::after {
  transform: scaleX(1);
}

/* Icon Box */
.feature-card-premium .icon-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  font-size: 28px;
  color: #2b70fa;
  transition: all 0.4s ease;
}

.feature-card-premium:hover .icon-wrapper {
  background: #2b70fa;
  color: #ffffff;
  transform: rotateY(180deg);
}

/* Typography */
.feature-card-premium .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.feature-card-premium p {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 0;
}

.service-sec6.ibt-section-gap {
  padding-bottom: 50px;
}

.marquee-sec {
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.feature-sec10.ibt-section-gap {
  padding-top: 50px;
}

.service-sec6 + .marquee-sec {
  margin-top: -40px;
}

.marquee-sec + .feature-sec10 {
  margin-top: -50px;
}

.testimonials-sec.v2 {
  margin-bottom: 100px !important;
}

.feature-sec10 .sec-title {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.feature-sec10 .sec-title .sub-title {
  display: inline-block;
}

.apetito-hero {
  padding: 0px 0px 0;
  background: #ffffff;
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  overflow: visible;
}

.apetito-hero::before {
  content: "";
  position: absolute;
  top: -20%;
  left: -10%;
  width: 50%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(43, 112, 250, 0.04) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  z-index: 0;
  pointer-events: none;
}

/* Text Content Area */
.hero-text-wrap {
  position: relative;
  z-index: 2;
  padding-right: 40px;
  margin-left: -30px;
  margin-top: -150px;
}

.hero-text-wrap .sub-title {
  font-size: 15px;
  font-weight: 800;
  color: #2b70fa;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 25px;
  display: block;
}

.hero-text-wrap h1 {
  font-size: 70px;
  font-weight: 700;
  line-height: 1.05;
  color: #1a1a1a;
  margin-bottom: 30px;
  letter-spacing: -1px;
}

.hero-text-wrap p {
  font-size: 20px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 45px;
  max-width: 580px;
  font-weight: 400;
}

.hero-btn-group {
  display: flex;
  align-items: center;
  gap: 20px;
}

.hero-btn {
  padding: 18px 45px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* Primary Gradient Button */
.hero-btn-primary {
  background: linear-gradient(
    102deg,
    rgb(130, 88, 200) 0.77%,
    rgb(103, 102, 200) 32.11%,
    rgb(44, 132, 200) 100.27%
  );
  color: #fff;
  box-shadow: 0 10px 30px rgba(103, 102, 200, 0.35);
  border: none;
}

.hero-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(103, 102, 200, 0.5);
  filter: brightness(1.1);
  color: #fff;
}

/* Outline Button */
.hero-btn-outline {
  background: transparent;
  color: #1a1a1a;
  border: 2px solid rgba(0, 0, 0, 0.15);
}

.hero-btn-outline:hover {
  border-color: rgb(103, 102, 200);
  color: rgb(103, 102, 200);
  transform: translateY(-3px);
}

/* Right Side Image Area */
.hero-img-wrap {
  position: relative;
  z-index: 2;
  text-align: center;
  background: radial-gradient(
    circle at center,
    rgba(43, 112, 250, 0.08) 0%,
    transparent 70%
  );
}

.hero-img-wrap img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 40px 60px rgba(0, 0, 0, 0.2));
  animation: floatImage 6s ease-in-out infinite;
}

@keyframes floatImage {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-25px);
  }
}

/* Responsive Tweaks */
@media (max-width: 991px) {
  .apetito-hero {
    text-align: center;
    height: auto;
    padding-top: 160px;
  }
  .hero-text-wrap {
    padding-right: 0;
    margin-bottom: 60px;
  }
  .hero-text-wrap h1 {
    font-size: 50px;
  }
  .hero-text-wrap p {
    margin: 0 auto 40px auto;
    font-size: 18px;
  }
  .hero-btn-group {
    justify-content: center;
  }
}

.value-intro-sec {
  padding: 40px 0;
  background-color: #f8faff;
  text-align: center;
  margin-bottom: 10px;
}

.intro-title-box {
  max-width: 800px;
  margin: 0 auto 60px auto;
}

.intro-title-box h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #1a1a1a;
}

/* Triple the Impact */
.intro-title-box h2 span {
  color: #2b70fa;
}

.intro-title-box p {
  font-size: 18px;
  color: #666;
  line-height: 1.6;
}

/*  UPDATED VALUE CARDS--- */

.value-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 20px;
  transition: all 0.4s ease;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* Hover Effect: Lift + Purple/Blue Shadow */
.value-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(103, 102, 200, 0.2);
  border-color: rgba(130, 88, 200, 0.3);
}

.value-icon-box {
  width: 80px;
  height: 80px;
  background: rgba(130, 88, 200, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px auto;
  /* Default: Purple Icon Color */
  color: rgb(130, 88, 200);
  font-size: 32px;
  transition: all 0.4s ease;
}

/* Hover*/
.value-card:hover .value-icon-box {
  background: linear-gradient(
    102deg,
    rgb(130, 88, 200) 0.77%,
    rgb(103, 102, 200) 32.11%,
    rgb(44, 132, 200) 100.27%
  );
  color: #ffffff;
  transform: scale(1.1);
  box-shadow: 0 10px 25px rgba(103, 102, 200, 0.4);
}

.value-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.value-card p {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
}
/* --- FEATURES IMAGE SECTION --- */
.apetito-feature-img-sec {
  padding: 80px 0;
  background: #f8faff;
  text-align: center;
}

.feature-full-img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
}

.params-img-box {
  text-align: center;
  margin-bottom: 60px;
  padding: 0 15px;
}

.params-img-box img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 800px;
  display: inline-block;
  object-fit: contain;
}

/* Mobile specific check */
@media (max-width: 768px) {
  .params-img-box {
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .params-img-box img {
    width: 100%;
  }
}

/* --- VIDEO SECTION --- */
.apetito-video-sec {
  padding: 100px 0;
  background: #111111;
  color: #fff;
  text-align: center;
}

.video-title-wrap {
  margin-bottom: 50px;
}

.video-title-wrap h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #fff;
}

.video-title-wrap p {
  font-size: 18px;
  color: #aaa;
}

/* Video Wrapper */
.video-box-wrapper {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 0 50px rgba(43, 112, 250, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

/* Operation Section */
.apetito-operation-sec {
  padding: 100px 0;
  background: #f4f7fa;
  overflow: hidden;
  margin-top: -100px;
}

.op-row {
  margin-bottom: 60px;
}

.op-row:last-child {
  margin-bottom: 0;
}

/* Images */
.op-img-box {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.op-img-box img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}

.op-img-box:hover img {
  transform: scale(1.03);
}

/* Text Content */
.op-content-box {
  padding: 20px;
}

.op-content-box h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1a1a1a;
  line-height: 1.3;
}

.op-content-box p {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 15px;
}

/* List style features */
.op-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.op-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  color: #555;
  font-size: 16px;
}

.op-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 3px;
  color: #2b70fa;
}

/* Mobile Fixes */
@media (max-width: 991px) {
  .op-content-box {
    padding: 30px 0 0 0;
    text-align: center;
  }
  .op-list li {
    text-align: left;
    display: inline-block;
  }
}

.apetito-modes-sec {
  padding: 100px 0;
  background: #f4f7fa;
  text-align: center;
}

.modes-grid {
  margin-top: 50px;
}

/* Individual Mode Card */
.mode-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
}

/* Hover Effect*/
.mode-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(103, 102, 200, 0.2);
  border-color: rgba(130, 88, 200, 0.3);
}

/* Icon Styling */
.mode-icon-box {
  width: 80px;
  height: 80px;
  background: rgba(130, 88, 200, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px auto;
  transition: all 0.4s ease;
}

.mode-icon-box i {
  font-size: 32px;
  color: rgb(130, 88, 200);
}

/* Hover Effect: Icon Box fills with Gradient */
.mode-card:hover .mode-icon-box {
  background: linear-gradient(
    102deg,
    rgb(130, 88, 200) 0.77%,
    rgb(103, 102, 200) 32.11%,
    rgb(44, 132, 200) 100.27%
  );
  transform: scale(1.1);
  box-shadow: 0 10px 25px rgba(103, 102, 200, 0.4);
}

.mode-card:hover .mode-icon-box i {
  color: #ffffff;
}

/* Text */
.mode-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.mode-card p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Black Background for Section */
.apetito-contrast-sec {
  padding: 100px 0;
  background: #000000;
}

/* The Unified Card  */
.contrast-unified-block {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 80px;
  box-shadow: 0 10px 40px rgba(255, 255, 255, 0.05);
}

.contrast-unified-block:last-child {
  margin-bottom: 0;
}

/* Text Side  */
.unified-text {
  width: 50%;
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.unified-text h3 {
  font-size: 32px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.unified-text p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 25px;
}

/* List Styling */
.unified-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.unified-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  color: #333;
  font-weight: 600;
}

.unified-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 3px;
  color: #2b70fa;
}

/* Image Side  */
.unified-img {
  width: 50%;
  position: relative;
  background: #000;
}

.unified-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Mobile Fix: Stack them */
@media (max-width: 991px) {
  .unified-text,
  .unified-img {
    width: 100%;
  }
  .unified-img {
    height: 300px;
  }
  .unified-text {
    padding: 40px 30px;
  }
}

/* Voice Broadcast Section  */
.apetito-voice-sec {
  position: relative;
  height: 100vh;
  min-height: 800px;
  width: 100%;
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 50px;
  overflow: hidden;
  background: #000;
}

.apetito-voice-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

/* =========================================
   APETITO VOICE SECTION - FINAL MOBILE FIX
   ========================================= */

@media (max-width: 768px) {
  /* 1. Main Container: Force it to handle layers properly */
  .apetito-voice-sec {
    position: relative;
    width: 100%;
    min-height: 500px; /* Ensure enough height for content */
    height: auto !important;
    padding: 80px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #000; /* Fallback color */
  }

  /* 2. Video Background: Force Full Cover */
  .voice-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* CRITICAL: Fills the box, removing black bars */

    /* Focus Adjustment: Shift view to the right to see the robot */
    object-position: 75% center !important;
    z-index: 0;
  }

  /* 3. Dark Overlay: Ensure text is readable */
  .apetito-voice-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* 60% opacity black layer */
    z-index: 1;
  }

  /* 4. Text Content: Bring to Front */
  .voice-overlay-content {
    position: relative;
    z-index: 2; /* Must be higher than overlay (1) and video (0) */
    text-align: center;
    width: 100%;
  }

  /* Text Styling adjustments */
  .voice-overlay-content h2 {
    font-size: 28px !important;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #fff;
  }

  .voice-overlay-content p {
    font-size: 15px !important;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
  }
}
/* Background Video */
.voice-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* The Text Container */
.voice-overlay-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Typography styling for Dark Overlay */
.voice-overlay-content h2 {
  font-size: 56px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 15px;
  letter-spacing: -1.5px;
}

.voice-overlay-content p {
  font-size: 20px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .apetito-voice-sec {
    height: 600px;
    padding-top: 80px;
  }
  .voice-overlay-content h2 {
    font-size: 36px;
  }
}

/* Application Scenarios Section */
.apetito-scenarios-sec {
  padding: 100px 0;
  background: #ffffff;
  text-align: center;
}

.scenarios-title {
  font-size: 42px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 50px;
}

/* The Main Display Window */
.scenario-display-window {
  position: relative;
  width: 100%;
  max-width: 1100px;
  height: 600px;
  margin: 0 auto 40px auto;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  background: #f0f2f5;
}

.scenario-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Tab Navigation Container */
.scenario-nav {
  display: inline-flex;
  background: #f8faff;
  padding: 10px;
  border-radius: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

/* Default Button State */
.scenario-btn {
  background: transparent;
  border: none;
  padding: 12px 30px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  color: #666;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* Hover Effect (Non-Active Buttons) */
.scenario-btn:hover {
  color: rgb(130, 88, 200);
  background: rgba(130, 88, 200, 0.05);
}

/* ACTIVE State */
.scenario-btn.active {
  /* The Exact Gradient */
  background: linear-gradient(
    102deg,
    rgb(130, 88, 200) 0.77%,
    rgb(103, 102, 200) 32.11%,
    rgb(44, 132, 200) 100.27%
  );
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(103, 102, 200, 0.35);
  transform: translateY(-2px);
}
/* Fade Animation for Tabs */
.tab-content > .tab-pane {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.tab-content > .active {
  display: block;
  opacity: 1;
}

/* Mobile Fix */
@media (max-width: 768px) {
  .scenario-display-window {
    height: 300px;
  }
  .scenario-nav {
    border-radius: 15px;
  }
}

.apetito-scenarios-sec .tab-content {
    min-height: 600px; 
    height: 600px;     
    overflow: hidden; 
    transition: none;  
}

.tab-pane.fade {
    transition: opacity 0.3s ease-in-out;
}

/* 3. MOBILE ADJUSTMENT */
@media (max-width: 768px) {
    .apetito-scenarios-sec .tab-content {
        min-height: 300px !important;
        height: 300px !important;
    }
}

.apetito-support-sec {
  padding: 100px 0;
  background: #f8faff;
  text-align: center;
}

.support-title {
  font-size: 36px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 60px;
}

.support-item {
  padding: 20px;
  transition: transform 0.3s ease;
}

/* Hover Effect: Lift Item */
.support-item:hover {
  transform: translateY(-10px);
}

/* Icon Box Styling */
.support-icon-box {
  width: 100px;
  height: 100px;
  background: linear-gradient(
    102deg,
    rgb(130, 88, 200) 0.77%,
    rgb(103, 102, 200) 32.11%,
    rgb(44, 132, 200) 100.27%
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px auto;
  /* Purple-tinted shadow for depth */
  box-shadow: 0 10px 25px rgba(103, 102, 200, 0.3);
  transition: all 0.3s ease;
}

.support-icon-box i {
  font-size: 40px;
  color: #ffffff;
}

/* Hover Effect: Scale & stronger glow */
.support-item:hover .support-icon-box {
  transform: scale(1.1);
  box-shadow: 0 15px 35px rgba(103, 102, 200, 0.5);
}

.support-text {
  font-size: 18px;
  font-weight: 600;
  color: #555;
  line-height: 1.5;
  max-width: 250px;
  margin: 0 auto;
}
/* Parameters & Specs Section */
.apetito-params-sec {
  padding: 100px 0;
  background: #ffffff;
}

.params-title {
  font-size: 38px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 50px;
  text-align: center;
}

/*  The Diagram Image Area */
.params-img-box {
  text-align: center;
  margin-bottom: 80px;
}

.params-img-box img {
  max-width: 100%;
  height: auto;
  max-width: 1000px;
}

/*  The Specifications Table */
.specs-table-wrapper {
  max-width: 900px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}

.table-custom {
  width: 100%;
  margin-bottom: 0;
  border-collapse: collapse;
}

/* Table Header  */
.table-custom td.spec-name {
  background: #f8faff;
  color: #1a1a1a;
  font-weight: 700;
  padding: 20px 30px;
  width: 40%;
  border-bottom: 1px solid #eef2f6;
}

/* Table Value  */
.table-custom td.spec-value {
  background: #ffffff;
  color: #555;
  font-weight: 500;
  padding: 20px 30px;
  width: 60%;
  border-bottom: 1px solid #f0f0f0;
}

/* Hover Effect for Rows */
.table-custom tr:hover td {
  background: #f0f7ff;
}

/* Mobile Fix */
@media (max-width: 768px) {
  .table-custom td.spec-name,
  .table-custom td.spec-value {
    padding: 15px;
    font-size: 14px;
  }
}
/* --- PURE WHITE 360 SECTION --- */
.apetito-360-white-sec {
  padding-top: 50px;
  padding-bottom: 20px;
  background: transparent;
  text-align: center;
}

/* Header */
.sec-360-white-header {
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.sec-360-white-header h2 {
  font-size: 42px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.sec-360-white-header p {
  font-size: 18px;
  color: #555;
}

/* Video Wrapper */
.video-360-white-wrapper {
  width: 100%;
  max-width: 100;
  background: #000;
}

/* The Player */
.video-360-player-clean {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* CRUZR HERO SECTION STYLES */

.cruzr-hero-premium {
  position: relative;
  padding: 140px 0 70px 0;
  padding-left: 40px;
  background: #ffffff;
  overflow: hidden;
  background-image: radial-gradient(
    circle at 70% 30%,
    rgba(43, 112, 250, 0.03) 0%,
    rgba(255, 255, 255, 0) 60%
  );
}

/* --- LEFT CONTENT --- */
.cruzr-hero-content {
  position: relative;
  z-index: 2;
  padding-right: 20px;
  margin-left: 10px;
  margin-top: -100px;
}

/* Tagline */
.hero-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #2b70fa;
  margin-bottom: 20px;
  background: rgba(43, 112, 250, 0.08);
  padding: 8px 16px;
  border-radius: 30px;
}

/* Main Title */
.hero-title {
  font-size: 65px;
  font-weight: 800;
  line-height: 1.1;
  color: #1a1a1a;
  margin-bottom: 30px;
  letter-spacing: -1px;
}

/* Gradient Text Effect */
.highlight-gradient {
  background: linear-gradient(102deg, rgb(130, 88, 200), rgb(44, 132, 200));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Description */
.hero-desc {
  font-size: 18px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 40px;
  max-width: 550px;
}

/* --- BUTTON GROUP --- */
.hero-btn-group {
  display: flex;
  align-items: center;
  gap: 30px;
}

/* Primary Button */
.hero-custom-btn {
  background: linear-gradient(
    102deg,
    rgb(130, 88, 200),
    rgb(44, 132, 200)
  ) !important;
  color: #fff !important;
  padding: 15px 40px;
  border-radius: 50px;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(103, 102, 200, 0.3);
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.hero-custom-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(103, 102, 200, 0.5);
  filter: brightness(1.1);
}

/* Play Button (Watch Video) */
.hero-play-btn {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: #1a1a1a;
  font-weight: 600;
  transition: all 0.3s ease;
}

.hero-play-btn .icon-box {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  color: #2b70fa;
  font-size: 14px;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.hero-play-btn:hover .icon-box {
  background: #2b70fa;
  color: #fff;
  transform: scale(1.1);
}

.hero-play-btn:hover .text {
  color: #2b70fa;
}

/* --- RIGHT IMAGE & ANIMATION --- */
.cruzr-hero-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
}

/* Floating Animation */
.cruzr-hero-img .main-robot {
  max-height: 100%;
  width: auto;
  max-width: 100%;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.15));
  animation: floatRobot 6s ease-in-out infinite;
}

@keyframes floatRobot {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

.hero-shape {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}

.shape-1 {
  width: 400px;
  height: 400px;
  background: linear-gradient(
    135deg,
    rgba(43, 112, 250, 0.05),
    rgba(130, 88, 200, 0.05)
  );
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* =========================================
   KAIRO HERO 
   ========================================= */

@media (max-width: 991px) {
    .cruzr-hero-premium .cruzr-hero-content {
        text-align: center !important;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .cruzr-hero-premium .hero-title {
        font-size: 28px;      
        font-weight: 900;      
        line-height: 1.2;
        margin-bottom: 15px;
    }
    .cruzr-hero-premium .hero-desc {
        text-align: left !important;
    }

    .cruzr-hero-premium .cruzr-hero-content .d-flex {
        justify-content: center !important; 
        gap: 60px !important;               
        margin-top: 25px !important;
        flex-wrap: nowrap;                  
    }

    .cruzr-hero-premium .btn-gradient,
    .cruzr-hero-premium .btn-outline {
        padding: 12px 20px;    
        font-size: 14px;
        white-space: nowrap;  
    }

    .cruzr-hero-premium .cruzr-hero-img {
        text-align: center;
        margin-top: 0;
    }
}

/* CRUZR CORE FEATURES STYLES */

.cruzr-features-sec {
  background-color: #f8faff;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: -70px;
}

/* --- Reusable Gradient Text Style --- */
.premium-gradient-text,
.highlight-gradient {
  background: linear-gradient(102deg, rgb(130, 88, 200), rgb(44, 132, 200));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.sec-title .sub-title.premium-gradient-text {
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
}

/* --- Feature Card Style --- */
.cruzr-feature-card {
  background: #ffffff;
  padding: 50px 35px;
  border-radius: 24px;
  text-align: center;
  height: 100%;
  border: 1px solid rgba(130, 88, 200, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* Hover Effect: Lift & Glow */
.cruzr-feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(130, 88, 200, 0.15);
  border-color: transparent;
}

/* Hover Effect: Gradient Border at bottom */
.cruzr-feature-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(102deg, rgb(130, 88, 200), rgb(44, 132, 200));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: 0;
}

.cruzr-feature-card:hover::after {
  transform: scaleX(1);
}

/* --- Icon Wrapper --- */
.cruzr-feature-card .icon-wrapper {
  width: 90px;
  height: 90px;
  margin: 0 auto 35px auto;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(130, 88, 200, 0.1),
    rgba(44, 132, 200, 0.1)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  /* Gradient Icon Color */
  background: linear-gradient(102deg, rgb(130, 88, 200), rgb(44, 132, 200));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.4s ease;
}

/* Hover */
.cruzr-feature-card:hover .icon-wrapper {
  background: linear-gradient(102deg, rgb(130, 88, 200), rgb(44, 132, 200));
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: #fff;
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 15px 30px rgba(130, 88, 200, 0.3);
}

/* --- Typography --- */
.cruzr-feature-card .feature-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1a1a1a;
}

.cruzr-feature-card .feature-text {
  font-size: 16px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 0;
}

/*  CRUZR APPLICATIONS SECTION*/

.cruzr-applications-sec {
  padding: 100px 0;
  background: #ffffff;
  margin-top: -150px;
}

/* --- Navigation Tabs (Pill Buttons) --- */
.application-nav {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 15px;
  background: #f8faff;
  padding: 10px 15px;
  border-radius: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  justify-content: center;
}

.application-nav .nav-link {
  border-radius: 40px;
  padding: 12px 25px;
  font-weight: 600;
  color: #555;
  background: transparent;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.application-nav .nav-link i {
  font-size: 16px;
}

/* Hover State */
.application-nav .nav-link:hover {
  color: rgb(130, 88, 200);
  background: rgba(130, 88, 200, 0.05);
}

/* ACTIVE State  */
.application-nav .nav-link.active {
  background: linear-gradient(
    102deg,
    rgb(130, 88, 200),
    rgb(44, 132, 200)
  ) !important;
  color: #fff !important;
  box-shadow: 0 10px 20px rgba(103, 102, 200, 0.3);
  transform: translateY(-2px);
}

/* --- Display Window  --- */
.application-display-window {
  position: relative;
  width: 100%;
  height: 600px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  background: #000;
}

/* The Image */
.app-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* Slight zoom on hover */
.application-display-window:hover .app-bg-img {
  transform: scale(1.03);
}

/* Text Overlay Box inside the image */
.app-overlay-text {
  position: absolute;
  bottom: 40px;
  left: 40px;
  max-width: 500px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 30px;
  border-radius: 20px;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-left: 5px solid rgb(130, 88, 200);
}

.app-overlay-text h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.app-overlay-text p {
  font-size: 16px;
  color: #555;
  margin-bottom: 0;
  line-height: 1.6;
}

/* =========================================
   KAIRO INDUSTRIES
   ========================================= */

@media (max-width: 991px) {
    .cruzr-applications-sec .sec-title {
        text-align: left !important;
        margin-bottom: 25px;
        padding-left: 5px;
    }

    .cruzr-applications-sec .nav-pills {
        display: flex;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        gap: 10px;
        padding-bottom: 10px;
        justify-content: flex-start !important;
    }

    .cruzr-applications-sec .nav-link {
        white-space: nowrap;
        flex-shrink: 0;
        border: 1px solid #e0e0e0;
        border-radius: 30px;
        padding: 8px 20px;
        font-size: 14px;
        margin: 0;
    }


    /* 2. Container: Stack them with a GAP */
    .application-display-window {
        display: flex !important;
        flex-direction: column !important; 
        height: auto !important;
        background: transparent !important; 
        box-shadow: none !important;        
        gap: 20px !important;              
        margin-top: 15px;
    }

    /* 3. Text Block (Top Bubble) */
    .app-overlay-text {
        position: relative !important;
        background: #ffffff !important;
        padding: 25px !important;
        border-radius: 20px;                
        box-shadow: 0 10px 30px rgba(0,0,0,0.05); 
        text-align: left;
        width: 100% !important;
        left: auto; bottom: auto;
    }

    /* 4. Text Styling */
    .app-overlay-text h3 {
        color: #1a1a1a !important;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .app-overlay-text p {
        color: #666666 !important;
        font-size: 15px;
        margin-bottom: 0;
    }

    /* 5. Image Block (Bottom Bubble) */
    .app-bg-img {
        position: relative !important;
        width: 100% !important;
        height: 300px !important;          
        object-fit: cover !important;
        object-position: center center !important;
        border-radius: 20px;               
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    }
}
.cruzr-zigzag-sec {
  background-color: #ffffff;
  padding: 100px 0;
  overflow: hidden;
  margin-top: -50px;
}

.cruzr-container-limit {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

/*  ROW ALIGNMENT */
.zigzag-row {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 30px;
}

.zigzag-row:last-child {
  margin-bottom: 0;
}

/*  COLUMN SIZING */
.col-text,
.col-img {
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
}

.zigzag-content {
  padding-right: 40px;
}

.pl-fix {
  padding-right: 0;
  padding-left: 40px;
}

/*  IMAGE WRAPPER */
.zigzag-img-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.zigzag-row:nth-child(even) .zigzag-img-wrapper {
  margin-top: 20px;
}

.zigzag-row:nth-child(odd) .zigzag-img-wrapper {
  margin-top: 10px;
}

.rounded-img {
  width: 100%;
  max-width: 520px;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

/*  TYPOGRAPHY & ELEMENTS (Same as before) */
.zigzag-content h3 {
  font-size: 32px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 20px;
}
.zigzag-content p {
  font-size: 17px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 25px;
}

.check-list li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #444;
  font-weight: 600;
}
.check-list li i {
  color: #4de2c1;
  margin-right: 12px;
}

/* Battery Box Styles */
.battery-status-box {
  background: #f8faff;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #eef2f6;
  display: inline-block;
  min-width: 280px;
}
.status-text {
  font-weight: 700;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  color: #1a1a1a;
}
.text-success {
  color: #4de2c1 !important;
}
.battery-bar-container {
  width: 100%;
  height: 8px;
  background: #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
}
.battery-bar-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #4de2c1, #26c6da);
  border-radius: 4px;
  animation: chargeAnim 3s infinite ease-in-out;
}
@keyframes chargeAnim {
  0% {
    width: 0%;
  }
  100% {
    width: 90%;
  }
}

/* 7. MOBILE RESPONSIVENESS */
@media (max-width: 991px) {
  .zigzag-row {
    flex-direction: column !important;
    gap: 40px;
    margin-bottom: 80px;
    text-align: center;
  }
  .col-text,
  .col-img {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-img {
    order: -1;
  }

  .zigzag-content,
  .pl-fix {
    padding: 0;
  }
  .check-list li {
    justify-content: center;
  }
  .icon-circle-gradient {
    margin: 0 auto 20px auto;
  }
}

/* HARDWARE IMAGE STYLING*/

.cruzr-hardware-img-sec {
  background: #ffffff;
  padding-bottom: 80px;
}

.rounded-spec-img {
  border: none;
  background: transparent;
  border-radius: 20px;
  box-shadow: none;
  display: block;
}

/* CRUZR VIDEO SECTION*/

.cruzr-video-sec {
  background-color: #ffffff;
  margin-top: -150px;
}

/* The Box that holds the video */
.video-wrapper-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  background: #000;
  border: 4px solid #ffffff;
}

/* The actual Iframe */
.video-wrapper-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*SMART ECOSYSTEM SECTION */

.smart-ecosystem-sec {
  background: linear-gradient(to bottom, #ffffff 0%, #f4f7fa 100%);
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
}

.ecosystem-img-wrapper {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: none;
  background: transparent;
  padding: 0;
  border: none;
}

.ecosystem-img {
  border-radius: 20px;
  display: block;
}

.floating-badge {
  position: absolute;
  bottom: 40px;
  left: 40px;
  background: rgba(255, 255, 255, 0.95);
  padding: 15px 25px;
  border-radius: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 15px;
  backdrop-filter: blur(5px);
  animation: floatUp 3s ease-in-out infinite;
}

.floating-badge i {
  color: #2d9cdb;
  font-size: 24px;
}

.floating-badge span {
  font-weight: 700;
  color: #1a1a1a;
  font-size: 16px;
}

@keyframes floatUp {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .floating-badge {
    display: none;
  }
}

/* PRODUCT SPECS SECTION*/

.cruzr-specs-sec {
  background-color: #ffffff;
  padding-bottom: 100px;
  margin-top: -150px;
}

/*  Visual Diagram Styling */
.specs-img-wrapper {
  background: transparent;
  border-radius: 20px;
  box-shadow: none;
  padding: 0;
  border: none;
}

/*  Table Box Container */
.specs-table-box {
  background: #ffffff;
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid #eef2f6;
}

/*  Table Header */
.specs-table-box thead th {
  background-color: #f8faff;
  color: #1a1a1a;
  font-weight: 800;
  font-size: 18px;
  padding: 20px;
  border-bottom: 2px solid #e0e6ed;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/*  Table Rows */
.specs-table-box tbody tr {
  transition: all 0.3s ease;
  border-bottom: 1px solid #f1f1f1;
}

.specs-table-box tbody tr:last-child {
  border-bottom: none;
}

.specs-table-box tbody tr:hover {
  background-color: #fcfdff;
  transform: scale(1.01);
}

/*  Cell Styling */
.specs-table-box td {
  padding: 18px 20px;
  vertical-align: middle;
}

.spec-label {
  font-weight: 700;
  color: #555;
  font-size: 16px;
  border-right: 1px solid #f5f5f5;
}

.spec-value {
  font-weight: 500;
  color: #1a1a1a;
  font-size: 16px;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .specs-table-box {
    padding: 15px;
  }
  .spec-label,
  .spec-value {
    font-size: 14px;
    padding: 12px;
  }
}

/* LOOPING VIDEO SECTION */

.cruzr-full-loop-sec {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
  line-height: 0;
  background: #000;
}

.loop-video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

@media (min-width: 1600px) {
  .loop-video {
    max-height: 800px;
  }
}

/* SCOOTX HERO STYLING*/

.scootx-hero-sec {
  background: linear-gradient(to right, #ffffff 0%, #f4f8fb 100%);
  padding: 120px 0 100px 0;
  overflow: hidden;
  margin-top: -40px;
}

/* 1. Hero Image */
.hero-scoot-img {
  max-height: 650px;
  animation: floatHero 4s ease-in-out infinite;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.1));
}

.btn-gradient {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 35px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #667eea 0%, #764ba2 100%) border-box;
  color: #764ba2 !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.btn-gradient:hover {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) padding-box,
    linear-gradient(135deg, #667eea 0%, #764ba2 100%) border-box;

  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(118, 75, 162, 0.4);
}

.btn-gradient i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.btn-gradient:hover i {
  transform: translateX(4px);
  color: #ffffff;
}

@keyframes floatHero {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

/* Quick Specs Row */
.hero-quick-specs {
  border-top: 1px solid #eee;
  padding-top: 25px;
}

.spec-item {
  text-align: center;
  padding-right: 30px;
  border-right: 1px solid #eee;
}

.spec-item:last-child {
  border-right: none;
}

.spec-item i {
  font-size: 20px;
  color: #007bff;
  display: block;
}

.spec-item h5 {
  font-weight: 800;
  font-size: 18px;
  color: #1a1a1a;
}

/*  SCOOTX FEATURES STYLING*/

.scootx-features-sec {
  background-color: #f9fbfd;
  padding-bottom: 10px;
  margin-top: -150px;
}

.feature-card-box {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 20px;
  border: 1px solid #eef2f6;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.feature-card-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 123, 255, 0.1);
  border-color: rgba(0, 123, 255, 0.2);
}

/* The Blue Icon Circle */
.icon-circle-blue {
  width: 70px;
  height: 70px;
  background: rgba(0, 123, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #007bff;
}

.feature-card-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.feature-card-box p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

.scootx-showcase-banner {
  margin-top: -80px;
}

/* SCOOTX SPECS STYLING */

.scootx-specs-sec {
  background-color: #ffffff;
  padding-bottom: 10px;
  margin-top: -150px;
  position: relative;
}

.specs-table-box {
  background: #ffffff;
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid #eef2f6;
}

.specs-table-box tbody tr {
  border-bottom: 1px solid #f1f1f1;
  transition: background-color 0.2s;
}

.specs-table-box tbody tr:last-child {
  border-bottom: none;
}

.specs-table-box tbody tr:hover {
  background-color: #f8faff;
}

/* Icon styling inside the label */
.spec-label i {
  color: #007bff;
  width: 25px;
  text-align: center;
  margin-right: 10px;
}

.spec-label {
  font-weight: 700;
  color: #555;
  font-size: 16px;
  padding: 20px;
  width: 40%;
}

.spec-value {
  font-weight: 600;
  color: #1a1a1a;
  font-size: 16px;
  padding: 20px;
}

/* SCOOTX VIDEO SECTION*/

.scootx-video-sec {
  background-color: #f9fbfd;
  padding-bottom: 10px;
  margin-top: -80px;
  padding-top: 50px;
}

.video-wrapper-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  background: #000;
  border: 4px solid #ffffff;
}

.video-wrapper-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* SCOOTX BANNER TABS */

.scootx-versatility-sec {
  margin-top: -70px;
  padding-bottom: 10px;
}

/* SCOOTX VERSATILITY TABS */

.custom-banner-tabs {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 0;
}

.custom-banner-tabs .nav-link {
  background: #ffffff;
  color: #555;
  border: 1px solid #eef2f6;
  border-radius: 50px;
  padding: 12px 35px;
  font-weight: 700;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.custom-banner-tabs .nav-link.active,
.custom-banner-tabs .nav-link:hover {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
  color: #ffffff !important;
  border-color: transparent;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(118, 75, 162, 0.4);
}

.custom-banner-tabs .nav-link i {
  margin-right: 8px;
}

/* Container Height Reduced */
.banner-wrapper {
  position: relative;
  width: 100%;
  height: 750px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
}

/*  Image Positioning Fixed */
.banner-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.5s ease;
}

/* Floating Card Position */
.floating-info-card {
  position: absolute;
  bottom: 40px;
  left: 40px;
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
  max-width: 400px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-left: 5px solid #764ba2;
  z-index: 2;
}

/*  Mobile Responsiveness */
@media (max-width: 768px) {
  .banner-wrapper {
    height: 350px;
  }
  .floating-info-card {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    border-radius: 0 0 24px 24px;
    border-left: none;
    border-top: 5px solid #764ba2;
  }
}

/* SCOOTX TECHNICAL DIAGRAM STYLE */

.scootx-tech-diagram-sec {
  background-color: #ffffff;
  padding-bottom: 10px;
}

.tech-diagram-wrapper {
  position: relative;
  padding: 10px;
}

.tech-diagram-img {
  width: 100%;
  max-width: 1100px;
  height: auto;
  filter: none;
}

/*BRUTUS PAGE STYLING*/

.brutus-hero-sec {
  background: linear-gradient(to right, #ffffff 0%, #f8faff 100%);
  padding: 100px 0 10px 0;
  overflow: visible;
}

/* Hero Image Styling */
.brutus-hero-img {
  max-height: 700px;
  width: auto;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.15));
}

/* Button Outline Style  */
.btn-outline {
  display: inline-flex;
  align-items: center;
  padding: 13px 30px;
  font-weight: 600;
  color: #555;
  border: 2px solid #eef2f6;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  border-color: #764ba2;
  color: #764ba2;
  background: rgba(118, 75, 162, 0.05);
}
@keyframes floatUpDn {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}

/*  Apply it to the class */
.animate-float {
  animation: floatUpDn 4s ease-in-out infinite;
}

/*BRUTUS FEATURE*/

/*FIXED VIDEO MODAL  */

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.video-modal.active {
  display: flex;
  opacity: 1;
}

/* Overlay BEHIND video */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1;
  backdrop-filter: blur(5px);
}

/* Video container */
.video-box {
  position: relative;
  width: 90%;
  max-width: 900px;
  background: #000;
  border-radius: 12px;
  z-index: 10;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  overflow: visible;
}

/* Aspect Ratio Hack (16:9) */
.video-box::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

/* The Iframe itself */
.video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 12px;
  z-index: 20;
  display: block;
}

/* Close button */
.video-close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  z-index: 30;
  transition: 0.3s;
  opacity: 0.8;
  line-height: 1;
}

.video-close:hover {
  opacity: 1;
  color: #ff3366; /* Highlight color */
  transform: rotate(90deg);
}

.brutus-features-sec {
  background-color: #ffffff;
  padding: 40px 0;
}

.feature-card-industrial {
  background: #f8faff;
  padding: 40px 30px;
  border-radius: 12px;
  border: 1px solid #eef2f6;
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

/* Hover Effect: Stronger Shadow & Lift */
.feature-card-industrial:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  border-color: #764ba2;
  background: #ffffff;
}

/* Icon Wrapper Styling */
.feature-card-industrial .icon-wrapper {
  width: 70px;
  height: 70px;
  background: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  transition: all 0.3s ease;
}

/* NEW: Icon Gradient Color  */
.feature-card-industrial .icon-wrapper i {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

/* NEW: Icon Box Hover Effect */
.feature-card-industrial:hover .icon-wrapper {
  border-color: transparent;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #667eea 0%, #764ba2 100%) border-box;
  box-shadow: 0 5px 15px rgba(118, 75, 162, 0.2);
}

.feature-card-industrial h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.feature-card-industrial p {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Tech Accent Line at bottom */
.feature-card-industrial::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  transition: width 0.3s ease;
}

.feature-card-industrial:hover::after {
  width: 100%;
}

/*BRUTUS CONTROL CENTER STYLE*/

.brutus-control-sec {
  background-color: #15151f;
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}

.brutus-control-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.03) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.5;
}

.tech-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  background: rgba(40, 167, 69, 0.1);
  color: #28a745; /* Green */
  border: 1px solid rgba(40, 167, 69, 0.3);
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Small Icon Box */
.tech-icon-small {
  width: 50px;
  height: 50px;
  background: rgba(118, 75, 162, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a485d6; /* Light Purple */
  font-size: 20px;
  border: 1px solid rgba(118, 75, 162, 0.2);
  transition: all 0.3s ease;
}

.tech-item:hover .tech-icon-small {
  background: #764ba2;
  color: #fff;
  box-shadow: 0 0 15px rgba(118, 75, 162, 0.5);
}

.tech-circle-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(102, 126, 234, 0.15) 0%,
    transparent 70%
  );
  border-radius: 50%;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.z-index-2 {
  position: relative;
  z-index: 2;
}

/*BRUTUS LINEUP STYLE*/

.brutus-lineup-sec {
  background-color: #111;
  padding: 70px 0;
}

.model-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Hover Effect */
.model-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.model-header {
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
  background: #fcfcfc;
}

.model-name {
  font-weight: 800;
  font-size: 28px;
  margin: 10px 0 0 0;
  color: #1a1a1a;
}

.badge-tech {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #888;
  background: #eee;
  padding: 4px 10px;
  border-radius: 20px;
}

.badge-tech.highlight {
  background: #764ba2;
  color: #fff;
}

/* Image Area */
.model-img-box {
  padding: 30px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.model-img-box img {
  max-height: 100%;
  max-width: 100%;
  transition: transform 0.4s ease;
}

.model-card:hover .model-img-box img {
  transform: scale(1.1);
}

/* Specs Footer */
.model-specs {
  background: #f8faff;
  padding: 15px 20px;
  border-top: 1px solid #eee;
}

.spec-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-size: 14px;
}

.spec-row:last-child {
  margin-bottom: 0;
}

.spec-row span {
  color: #666;
}

.spec-row strong {
  color: #764ba2;
  font-weight: 700;
}

.highlight-card {
  border: 2px solid #764ba2;
}

/* BRUTUS CORE COMPONENTS STYLE*/

.brutus-components-sec {
  background-color: #ffffff;
  padding: 50px 0;
}

.components-img-wrapper {
  position: relative;
  padding: 10px;
}

.components-img {
  width: 100%;
  max-width: 1200px;
  height: auto;
}

/* BRUTUS ZIG-ZAG STYLE*/

.brutus-zigzag-sec {
  background-color: #ffffff;
  padding: 40px 0;
  overflow: hidden;
}

.brutus-container-limit {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.mb-80 {
  margin-bottom: 80px;
}

.zigzag-row {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  gap: 30px;
}

.zigzag-row:last-child {
  margin-bottom: 0;
}

.col-text,
.col-img {
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
}

/* PADDING FIXES */
.zigzag-content {
  padding-right: 40px;
}

.pl-fix {
  padding-right: 0;
  padding-left: 40px;
}

/* IMAGE WRAPPER */
.zigzag-img-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.rounded-img {
  width: 100%;
  max-width: 520px;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

/* TYPOGRAPHY */
.zigzag-content h3 {
  font-size: 32px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.zigzag-content p {
  font-size: 17px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 25px;
}

/* CHECK LIST */
.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.check-list li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #444;
  font-weight: 600;
}

.check-list li i {
  color: #764ba2;
  margin-right: 12px;
  font-size: 18px;
}

/* MOBILE RESPONSIVENESS */
@media (max-width: 991px) {
  .zigzag-row {
    flex-direction: column !important;
    gap: 40px;
    margin-bottom: 80px;
    text-align: center;
  }

  .col-text,
  .col-img {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-img {
    order: -1;
  }

  .zigzag-content,
  .pl-fix {
    padding: 0;
  }

  .check-list li {
    justify-content: center;
  }
}
/* BRUTUS VIDEO SECTION STYLE*/

.brutus-video-sec {
  background-color: #111; /* Dark Cinema Background */
  padding: 80px 0;
  position: relative;
}

.video-box-frame {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5); /* Heavy shadow for depth */
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #000;
}

/* The Corner Accents */
.corner-accent {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 3px solid #764ba2;
  z-index: 5;
  pointer-events: none;
}

.corner-accent.top-left {
  top: 20px;
  left: 20px;
  border-right: none;
  border-bottom: none;
}

.corner-accent.bottom-right {
  bottom: 20px;
  right: 20px;
  border-left: none;
  border-top: none;
}

/* Responsive adjustment */
@media (max-width: 768px) {
  .corner-accent {
    width: 20px;
    height: 20px;
  }
}
/* =========================================
   BRUTUS LAYOUT SECTION 
   ========================================= */

.brutus-layout-sec {
  /* Exact gradient from your code */
  background: linear-gradient(to bottom, #ffffff 0%, #f4f7fa 100%);
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
}

.ecosystem-img-wrapper {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: none;
  background: transparent;
  padding: 0;
  border: none;
}

.ecosystem-img {
  border-radius: 20px;
  display: block;
}

/* Floating Badge Animation */
.floating-badge {
  position: absolute;
  bottom: 40px;
  left: 40px;
  background: rgba(255, 255, 255, 0.95);
  padding: 15px 25px;
  border-radius: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 15px;
  backdrop-filter: blur(5px);
  animation: floatUp 3s ease-in-out infinite;
  z-index: 2;
}

.floating-badge i {
  color: #764ba2;
  font-size: 24px;
}

.floating-badge span {
  font-weight: 700;
  color: #1a1a1a;
  font-size: 16px;
}

@keyframes floatUp {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .floating-badge {
    display: none;
  }
  .ecosystem-content {
    text-align: center;
    padding-left: 0 !important;
  }
}

/*BRUTUS STRUCTURE SECTION*/

.brutus-structure-sec {
  background-color: #ffffff;
  padding: 40px 0;
}

.structure-img-box {
  padding: 20px;
}

.structure-img-box img {
  max-width: 100%;
  height: auto;
  margin-top: -50px;

  filter: contrast(1.05);
}

@media (max-width: 768px) {
  .structure-img-box img {
    transform: scale(1.1);
  }
}

/* =========================================
   TITANUS DIAGRAM MOBILE SPACING
   ========================================= */

@media (max-width: 991px) {
    .structure-img-box {
        margin-top: 40px !important; 
        padding-bottom: 20px;       
    }
}

/*BRUTUS TECH SPECS */

.brutus-specs-sec {
  background-color: #0b0b0b;
  padding: 100px 0;
  color: #fff;
}

.spec-table-wrapper {
  background: #1a1a1a;
  border-radius: 16px;
  padding: 5px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.spec-table {
  margin-bottom: 0;
  color: #e0e0e0;
  vertical-align: middle;
}

.spec-table th,
.spec-table td {
  padding: 20px;
  border-color: rgba(255, 255, 255, 0.05);
  text-align: center;
  font-size: 15px;
  transition: all 0.3s ease;
}

/* HEADER STYLING */
.spec-table thead th {
  background: #222;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  position: relative;
  border-bottom: 2px solid transparent;
}

/* THE HOVER EFFECT */
.spec-table thead th.interactive-header:hover {
  color: #764ba2;
  background: #2a2a2a;
  border-bottom: 2px solid #764ba2;
  cursor: default;
}

/* First Column (Labels) Aligned Left */
.spec-table tbody td:first-child,
.spec-table thead th:first-child {
  text-align: left;
  font-weight: 600;
  color: #aaa;
  background: #1a1a1a;
}

/* Highlight Numbers */
.text-highlight {
  color: #00d2b5; /* Cyan */
  font-weight: 700;
  font-size: 17px;
}

/* Section Separators */
.sep-row td {
  background: #2a2a2a;
  color: #fff;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.5px;
  padding: 12px 20px;
}

/* Merged Cells */
.merged-cell {
  color: #bbb;
  font-style: italic;
  letter-spacing: 0.5px;
}

/* Row Hover Effect */
.spec-table tbody tr:hover td {
  background-color: rgba(118, 75, 162, 0.1);
  color: #fff;
}

/*MOBILE RESPONSIVE TABLE  */

/* 1. Customize the Scrollbar (Make it visible & sleek) */
.spec-table-wrapper::-webkit-scrollbar {
  height: 6px;
}
.spec-table-wrapper::-webkit-scrollbar-track {
  background: #1a1a1a;
  border-radius: 4px;
}
.spec-table-wrapper::-webkit-scrollbar-thumb {
  background: #764ba2; /* Your brand purple */
  border-radius: 4px;
}

/*  Mobile Logic  */
@media (max-width: 991px) {
  .spec-table-wrapper {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    display: block;
    padding-bottom: 15px;
  }

  .spec-table {
    min-width: 700px;
    width: auto;
  }

  .spec-table th:first-child,
  .spec-table td:first-child {
    position: sticky;
    left: 0;
    z-index: 5;
    background-color: #1a1a1a !important;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 4px 0 10px rgba(0, 0, 0, 0.5);
  }

  .sep-row td {
    position: sticky;
    left: 0;
    z-index: 4;
    background: #2a2a2a;
    text-align: left;
  }

  /* Adjust padding for mobile */
  .spec-table th,
  .spec-table td {
    padding: 15px 10px;
    font-size: 13px;
    white-space: nowrap;
  }
}
/* TITANUS HERO STYLE  */

.titanus-hero-sec {
  background: linear-gradient(to right, #ffffff 0%, #f8faff 100%);
  padding: 100px 0 10px 0;
  overflow: visible;
}

/* Typography matches Brutus exactly */
.tech-tag {
  display: inline-block;
  background: rgba(118, 75, 162, 0.1);
  color: #764ba2;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.tech-title {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.15;
  color: #1a1a1a;
  margin-bottom: 20px;
  letter-spacing: -1.5px;
}

.highlight-gradient {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tech-subtitle {
  font-size: 18px;
  line-height: 1.7;
  color: #555;
  max-width: 550px;
  margin-bottom: 35px;
}

/* Quick Specs Styling */
.hero-quick-specs .spec-item {
  background: #f8f9fa;
  padding: 15px 25px;
  border-radius: 12px;
  border: 1px solid #eee;
  text-align: center;
  min-width: 110px;
  transition: transform 0.3s ease;
}

.hero-quick-specs .spec-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.hero-quick-specs h5 {
  font-weight: 800;
  color: #1a1a1a;
}

/* Image Handling */
.titanus-hero-img {
  max-width: 100%;
  width: 90%;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.1));
}

/* Mobile Responsive */
@media (max-width: 991px) {
  .tech-title {
    font-size: 40px;
  }
  .hero-quick-specs {
    flex-wrap: wrap;
    justify-content: center;
  }
  .titanus-hero-img {
    margin-top: 50px;
    width: 100%;
  }
  .hero-content {
    text-align: center;
  }
  .hero-content p {
    margin: 0 auto 30px;
  }
}

.hero-content {
  margin-top: -70px;
}

/*TITANUS BENEFITS*/

.titanus-benefits-sec {
  background-color: #f5f7fa;
  padding: 60px 0;
}

.titanus-benefit-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 35px 25px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  border: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.titanus-benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(118, 75, 162, 0.1); /* Slight purple shadow on hover */
  border-color: rgba(118, 75, 162, 0.2);
}

/* Unique Icon Styling (Circle Top Left) */
.benefit-icon {
  width: 55px;
  height: 55px;
  background: linear-gradient(
    135deg,
    #e0c3fc 0%,
    #8ec5fc 100%
  ); /* Soft gradient bg */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  color: #fff;
  font-size: 22px;
  box-shadow: 0 8px 20px rgba(118, 75, 162, 0.2);
}

.titanus-benefit-card:hover .benefit-icon {
  transform: rotateY(180deg); /* Fun flip effect on hover */
  transition: transform 0.5s;
}

/* Typography */
.benefit-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.benefit-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 0;
}

/* TITANUS STRUCTURE SECTION */

.titanus-structure-sec {
  background-color: #ffffff;
  padding: 40px 0;
}

.structure-img-box {
  padding: 10px;
  border-radius: 20px;
  border: none;
  background: transparent;
}

.structure-img-box img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  filter: contrast(1.02);
}

/* TITANUS LINEUP */

.titanus-lineup-sec {
  background-color: #0b0b0b;
  padding: 40px 0;
}

.titanus-model-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.titanus-model-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

/* Header */
.titanus-model-card .model-header {
  padding: 25px 25px 0;
  text-align: center;
}

.titanus-model-card .badge-tech {
  background: #f0f2f5;
  color: #555;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 30px;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 10px;
}

.titanus-model-card .model-name {
  font-size: 32px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0;
}

/* Image Area */
.titanus-model-card .model-img-box {
  padding: 30px 20px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.titanus-model-card .model-img-box img {
  max-height: 220px; /* Adjusted for Titanus height */
  transition: transform 0.3s ease;
}

.titanus-model-card:hover .model-img-box img {
  transform: scale(1.08);
}

/* Specs Footer */
.titanus-model-card .model-specs {
  background: #f8f9fa; /* Light grey footer */
  padding: 20px 25px;
  border-top: 1px solid #eee;
}

.titanus-model-card .spec-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-size: 14px;
}

.titanus-model-card .spec-row:last-child {
  margin-bottom: 0;
}

.titanus-model-card .spec-row span {
  color: #666;
  font-weight: 500;
}

/* The Value (Right side) */
.titanus-model-card .spec-row strong {
  color: #764ba2; /* Brutus Purple */
  font-weight: 800;
  font-size: 16px;
}

.titanus-model-card .spec-row small {
  color: #333;
  font-weight: 700;
  font-family: "Sora", sans-serif; /* Monospace-ish feel */
}

/* TITANUS VIDEO SECTION  */

.titanus-video-sec {
  background-color: #050505;
  padding: 40px 0;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.video-box-frame {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #000;
}

/* Corner Accents */
.corner-accent {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 3px solid #764ba2; /* Titanus Purple Brand Color */
  z-index: 5;
  pointer-events: none;
  transition: all 0.3s ease;
}

.corner-accent.top-left {
  top: 20px;
  left: 20px;
  border-right: none;
  border-bottom: none;
}

.corner-accent.bottom-right {
  bottom: 20px;
  right: 20px;
  border-left: none;
  border-top: none;
}

/* Hover Effect: Expands the corners slightly */
.video-box-frame:hover .corner-accent {
  width: 60px;
  height: 60px;
  border-color: #00d2b5;
}

/* Responsive */
@media (max-width: 768px) {
  .corner-accent {
    width: 20px;
    height: 20px;
    top: 10px;
    left: 10px;
  }
  .corner-accent.bottom-right {
    bottom: 10px;
    right: 10px;
  }
}
/*TITANUS LAYOUT SECTION*/

.titanus-layout-sec {
  background: linear-gradient(to bottom, #ffffff 0%, #f4f7fa 100%);
  padding: 100px 0;
  position: relative;
}

/* Image Wrapper */
.ecosystem-img-wrapper {
  position: relative;
  border-radius: 30px;
  background: transparent;
  padding: 0;
}

.ecosystem-img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Floating Badge */
.floating-badge {
  position: absolute;
  bottom: 40px;
  left: 40px;
  background: rgba(255, 255, 255, 0.95);
  padding: 15px 25px;
  border-radius: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 15px;
  backdrop-filter: blur(5px);
  animation: floatUp 3s ease-in-out infinite;
  z-index: 2;
}

/* Badge Icon Color */
.floating-badge i {
  color: #764ba2;
  font-size: 24px;
}

.floating-badge span {
  font-weight: 700;
  color: #1a1a1a;
  font-size: 16px;
}

@keyframes floatUp {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .floating-badge {
    display: none;
  }
  .ecosystem-content {
    text-align: center;
    padding-left: 0 !important;
    margin-top: 30px;
  }
}

/* TITANUS STRUCTURE SECTION */

.titanus-structure-sec {
  background-color: #ffffff;
  padding: 70px 0;
}

.titanus-structure-sec .structure-img-box {
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.titanus-structure-sec .structure-img-box img {
  max-width: 100%;
  height: auto;
  border-radius: 0;
  filter: contrast(1.05);
}

/* Mobile adjust */
@media (max-width: 768px) {
  .titanus-structure-sec {
    padding: 60px 0;
  }
}

/*TITANUS SPECS STYLE */

.titanus-specs-sec {
  background-color: #0b0b0b;
  padding: 70px 0;
  color: #fff;
}

/* Wrapper to hold the table and scrollbar */
.spec-table-wrapper {
  background: #1a1a1a;
  border-radius: 16px;
  padding: 5px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Base Table */
.spec-table {
  min-width: 900px;
  margin-bottom: 0;
  color: #e0e0e0;
  vertical-align: middle;
}

.spec-table th,
.spec-table td {
  padding: 18px 15px;
  border-color: rgba(255, 255, 255, 0.05);
  text-align: center;
  font-size: 15px;
  white-space: nowrap;
}

/* Sticky Column (Features) */
.sticky-col {
  position: sticky;
  left: 0;
  background-color: #1a1a1a;
  z-index: 2;
  text-align: left !important;
  font-weight: 600;
  color: #ccc;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

/* Header Styling */
.spec-table thead th {
  background: #222;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

/* Hover Effect for Headers */
.spec-table thead th.interactive-header:hover {
  color: #764ba2;
  background: #2a2a2a;
  border-bottom: 2px solid #764ba2;
  cursor: default;
}

/* Text Highlights */
.text-highlight {
  color: #00d2b5;
  font-weight: 700;
  font-size: 16px;
}

/* Separator Rows */
.sep-row td {
  background: #2a2a2a;
  color: #fff;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.5px;
  padding: 12px 20px;
  position: sticky;
  left: 0;
}

/* Merged Cells */
.merged-cell {
  color: #bbb;
  font-style: italic;
  white-space: normal !important;
  text-align: center !important;
}

/*  TITANUS DEPLOYMENT  */

.titanus-deployment-sec {
  background-color: #ffffff;
  padding: 40px 0;
  overflow: hidden;
}

.titanus-container-limit {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.titanus-zigzag-row {
  margin-bottom: 100px;
}

.titanus-zigzag-row:last-child {
  margin-bottom: 0;
}

/* Image Wrapper Styling */
.titanus-img-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.titanus-img-wrapper:hover {
  transform: translateY(-5px);
}

.titanus-img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

/* Text Content Styling */
.titanus-zigzag-content h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1a1a1a;
}

.titanus-zigzag-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 25px;
}

/* Padding Fixes for Alternating Layouts */
.titanus-zigzag-content.pl-fix {
  padding-left: 50px;
}

.titanus-zigzag-content {
  padding-right: 50px;
}

/* Check List Styling */
.titanus-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.titanus-check-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #333;
}

.titanus-check-list li i {
  position: absolute;
  left: 0;
  top: 4px;
  color: #764ba2;
}

/* Mobile Responsiveness */
@media (max-width: 991px) {
  .titanus-zigzag-row {
    flex-direction: column-reverse !important;
    margin-bottom: 60px;
    text-align: center;
  }

  .titanus-zigzag-content,
  .titanus-zigzag-content.pl-fix {
    padding: 0;
    margin-top: 30px;
  }

  .titanus-check-list {
    text-align: left;
    display: inline-block;
  }
}

/* PURUS HERO STYLE */

.purus-hero-sec {
  background: linear-gradient(135deg, #fbfbfb 0%, #ffffff 100%);
  padding: 40px 0 10px;
  overflow: hidden;
  position: relative;
}

/* Tag Style - Purple Tint */
.purus-tag {
  display: inline-block;
  background: rgba(118, 75, 162, 0.1);
  color: #764ba2;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

/* Typography */
.purus-title {
  font-size: 64px;
  font-weight: 800;
  line-height: 1.1;
  color: #1a1a1a;
  margin-bottom: 25px;
  letter-spacing: -1.5px;
}

/* Standard Gradient Text */
.highlight-gradient {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.purus-subtitle {
  font-size: 18px;
  line-height: 1.7;
  color: #555;
  max-width: 520px;
  margin-bottom: 40px;
}

/* === BUTTONS (Purple Theme) === */
.btn-group {
  display: flex;
  align-items: center;
}

/* "Get a Quote" - Purple Outline */
.btn-outline-purple {
  border: 2px solid #764ba2;
  color: #764ba2;
  padding: 12px 35px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-outline-purple:hover {
  background: #764ba2;
  color: #fff;
  transform: translateY(-2px);
}

/* "Watch Demo" - Gradient Filled */
.btn-gradient-purple {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  padding: 12px 35px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  border: none;
}

.btn-gradient-purple:hover {
  box-shadow: 0 10px 20px rgba(118, 75, 162, 0.3);
  color: #fff;
  transform: translateY(-2px);
}

/* Quick Specs */
.purus-quick-specs .spec-item {
  background: #ffffff;
  padding: 20px 25px;
  border-radius: 16px;
  border: 1px solid #eee;
  text-align: center;
  min-width: 120px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease;
}

.purus-quick-specs .spec-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(118, 75, 162, 0.1);
  border-color: rgba(118, 75, 162, 0.2);
}

.text-purple {
  color: #764ba2;
}

/* Image */
.purus-hero-img {
  max-width: 100%;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.1));
  transform: scale(1.1);
}

/* Badge */
.floating-clean-badge {
  position: absolute;
  top: 15%;
  right: 5%;
  background: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  animation: floatUp 4s ease-in-out infinite;
}

.status-dot-purple {
  width: 8px;
  height: 8px;
  background: #764ba2;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(118, 75, 162, 0.2);
}

/* Animation & Mobile */
@keyframes floatUp {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 991px) {
  .purus-hero-sec {
    text-align: center;
    padding-top: 150px;
  }
  .btn-group {
    justify-content: center;
  }
  .purus-hero-img {
    margin-top: 60px;
    transform: scale(1);
  }
  .purus-quick-specs {
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* PURUS PREMIUM SHOWCASE STYLE */

.purus-showcase-sec {
  background-color: #fcfcfc;
  padding: 40px 0;
}

.text-purple {
  color: #764ba2;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* CARD CONTAINER */
.purus-premium-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.03);
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.purus-premium-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(118, 75, 162, 0.12);
}

/* TOP BADGE */
.capacity-badge {
  background: #f0f2f5;
  color: #666;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 0;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.capacity-badge.badge-blue {
  background: #eef7ff;
  color: #007bff;
}
.capacity-badge.badge-purple {
  background: #f8f0ff;
  color: #764ba2;
}

/* IMAGE AREA */
.card-img-box {
  padding: 40px 20px 20px;
  text-align: center;
  background: radial-gradient(circle at center, #ffffff 0%, #f9f9f9 100%);
  border-bottom: 1px solid #f5f5f5;
}

.card-img-box img {
  height: 200px;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.purus-premium-card:hover .card-img-box img {
  transform: scale(1.08);
}

/* CONTENT AREA */
.card-content {
  padding: 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.card-content h3 {
  font-size: 24px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 5px;
}

.model-tag {
  display: block;
  font-size: 13px;
  color: #999;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

/* TAGS (Pills) */
.feature-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.feature-pills span {
  background: #fff;
  border: 1px solid #e0e0e0;
  color: #555;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 20px;
  font-weight: 600;
}

.description {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 25px;
  flex-grow: 1;
}

/* BUTTON */
.btn-card-action {
  color: #764ba2;
  font-weight: 700;
  text-decoration: none;
  font-size: 15px;
  border: 2px solid #f0f0f0;
  padding: 10px;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease;
}

.btn-card-action:hover {
  background: #764ba2;
  border-color: #764ba2;
  color: #fff;
}

/* PURUS FEATURES  */

.purus-features-sec {
  background-color: #f8fbff;
  padding: 50px 0;
}

/* CARD CONTAINER */
.feature-card-balanced {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.feature-card-balanced:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(118, 75, 162, 0.1);
}

/* IMAGE AREA - INCREASED HEIGHT */
.feature-card-balanced .feature-img-box {
  height: 380px;
  width: 100%;
  overflow: hidden;
  background: #f0f0f0;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
}

/* IMAGE FITTING - CRITICAL FIX */
.feature-card-balanced .feature-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}

.feature-card-balanced:hover .feature-img-box img {
  transform: scale(1.05);
}

/* CONTENT AREA */
.feature-card-balanced .feature-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* Icon Styling */
.feature-card-balanced .icon-circle {
  width: 45px;
  height: 45px;
  background: rgba(118, 75, 162, 0.08);
  color: #764ba2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 15px;
}

/* Text Styling */
.feature-card-balanced h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.feature-card-balanced p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .feature-card-balanced .feature-img-box {
    height: 180px;
  }
}

/* PURUS STRUCTURE SECTION */

.purus-structure-sec {
  background-color: #ffffff;
  padding: 50px 0;
}

.purus-structure-box {
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

/* Ensure the diagram looks sharp */
.purus-structure-box img {
  max-width: 90%;
  height: auto;
  border-radius: 0;
  filter: contrast(1.02);
}

/* Mobile Adjust */
@media (max-width: 768px) {
  .purus-structure-sec {
    padding: 60px 0;
  }
}

/*PURUS VIDEO SECTION */

.purus-video-sec.dark-mode-section {
  background-color: #0b0b0b;
  padding: 40px 0;
}

/* Header Text Adjustments */
.dark-mode-section .title {
  color: #ffffff;
}

.dark-mode-section .text-grey {
  color: #a0a0a0;
  font-size: 16px;
}

.dark-mode-section .text-purple-glow {
  color: #764ba2;
  text-shadow: 0 0 20px rgba(118, 75, 162, 0.4);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Video Wrapper Styling */
.video-cinema-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  border: 1px solid #222;
}

.video-frame iframe {
  display: block;
}

/* Responsive Height */
@media (max-width: 991px) {
  .video-frame iframe {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .video-frame iframe {
    height: 250px;
  }
}

/*PURUS TABBED STRUCTURE STYLE */

.purus-structure-sec {
  background-color: #ffffff;
  padding: 50px 0;
}

/* Tab Container Bar */
.structure-tabs {
  display: flex;
  justify-content: center;
  background: #f8f9fa;
  padding: 6px;
  border-radius: 50px;
  border: 1px solid #e9ecef;
  margin: 0 auto;
  max-width: 600px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
  gap: 6px;
}

/* Tab Buttons */
.tab-btn {
  flex: 1;
  background: transparent;
  border: none;
  padding: 12px 20px;
  border-radius: 40px;
  font-weight: 700;
  color: #666;
  transition: all 0.3s ease;
  font-size: 15px;
  cursor: pointer;
}

.tab-btn:hover {
  color: #764ba2;
}

/* Active Button State */
.tab-btn.active {
  background: #ffffff;
  color: #764ba2; /* Purple Brand Color */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transform: scale(1.02);
}

/* Image Container */
.structure-img-box img {
  max-width: 70%;
  height: auto;
  filter: contrast(1.02);
}

/* Animation for switching */
.structure-img-box {
  animation: fadeIn 0.4s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* PURUS SPECS */

.purus-specs-sec {
  background-color: #0b0b0b;
  padding: 40px 0;
  color: #fff;
}

.spec-table-wrapper {
  background: #1a1a1a;
  border-radius: 16px;
  padding: 5px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.spec-table {
  margin-bottom: 0;
  color: #e0e0e0;
  vertical-align: middle;
}

.spec-table th,
.spec-table td {
  padding: 20px;
  border-color: rgba(255, 255, 255, 0.05);
  text-align: center;
  font-size: 15px;
  transition: all 0.3s ease;
}

/* HEADER STYLING */
.spec-table thead th {
  background: #222;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  position: relative;
  border-bottom: 2px solid transparent;
}

/* THE HOVER EFFECT */
.spec-table thead th.interactive-header:hover {
  color: #764ba2;
  background: #2a2a2a;
  border-bottom: 2px solid #764ba2;
  cursor: default;
}

/* First Column (Labels) Aligned Left */
.spec-table tbody td:first-child,
.spec-table thead th:first-child {
  text-align: left;
  font-weight: 600;
  color: #aaa;
  background: #1a1a1a;
}

/* Highlight Numbers */
.text-highlight {
  color: #00d2b5; /* Cyan */
  font-weight: 700;
  font-size: 17px;
}

/* Section Separators */
.sep-row td {
  background: #2a2a2a;
  color: #fff;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.5px;
  padding: 12px 20px;
}

/* Merged Cells */
.merged-cell {
  color: #bbb;
  font-style: italic;
  letter-spacing: 0.5px;
}

/* Row Hover Effect */
.spec-table tbody tr:hover td {
  background-color: rgba(118, 75, 162, 0.1);
  color: #fff;
}

/*Enhancements*/

/* FORCE 3 COLUMNS FOR COMMERCIAL TAB */
#commercial.mega-panel.active {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 200px;
}

/* =========================================
   RENTAL HERO (Final Brand Style)
   ========================================= */

.rental-hero-sec {
  background-color: #f8f8fc; /* Light Purple/Blue Tint (Brand aligned) */
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}

/* 1. Spacing Fix (Move Text Right) */
@media (min-width: 992px) {
  .rental-hero-content.push-right {
    padding-left: 40px !important; /* Breathing room from left edge */
    max-width: 750px;
  }
}

/* 2. Brand Colored Tag */
.rental-tag.brand-style {
  display: inline-block;
  background: rgba(130, 88, 200, 0.1); /* Soft Purple Background */
  color: #8258c8; /* CloudScale Purple */
  font-weight: 700;
  font-size: 13px;
  padding: 8px 16px;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

/* 3. Title Styling */
.rental-title {
  font-size: 64px;
  font-weight: 800;
  line-height: 1.1;
  color: #1a1a1a;
  margin-bottom: 25px;
}

/* Reusing your existing Gradient Class */
.text-gradient-blue {
  background: linear-gradient(
    102deg,
    rgb(130, 88, 200) 0.77%,
    rgb(103, 102, 200) 32.11%,
    rgb(44, 132, 200) 100.27%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* 4. Subtitle */
.rental-subtitle {
  font-size: 18px;
  color: #666;
  line-height: 1.6;
  max-width: 90%;
}

/* 5. Image & Animation */
.rental-img-wrapper {
  position: relative;
  z-index: 1;
}

.rental-hero-img {
  max-height: 650px;
  width: auto;
  filter: drop-shadow(0 20px 40px rgba(130, 88, 200, 0.15)); /* Purple Shadow */
}

/* Floating Animation */
.animate-float {
  animation: rentalFloat 4s ease-in-out infinite;
}

@keyframes rentalFloat {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* Mobile Reset */
@media (max-width: 991px) {
  .rental-hero-content.push-right {
    padding-left: 0 !important;
    text-align: center;
    margin: 0 auto;
  }
  .rental-title {
    font-size: 40px;
  }
}

/* =========================================
   RENTAL FLEET GRID STYLES
   ========================================= */

.rental-fleet-sec {
  background-color: #ffffff;
  padding: 50px 0;
}

/* CARD CONTAINER */
.rental-card {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%; /* Ensures equal height in row */
  display: flex;
  flex-direction: column;
  position: relative;
}

/* Hover Effect: Lift & Shadow */
.rental-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  border-color: #e0e0e0;
}

/* TOP BADGE (Colored Strip) */
.card-top-badge {
  background: #f4fbfd;
  color: #2b70fa;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 0;
  text-align: center;
  width: 100%;
}

.card-top-badge.blue {
  background: #f4fbfd;
  color: #2b70fa;
}
.card-top-badge.dark {
  background: #f4fbfd;
  color: #2b70fa;
}
.card-top-badge.green {
  background: #f4fbfd;
  color: #2b70fa;
}

/* IMAGE AREA */
.card-img-area {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #fff;
  border-bottom: 1px solid #f9f9f9;
}

.card-img-area img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.rental-card:hover .card-img-area img {
  transform: scale(1.05);
}

/* CONTENT BODY */
.card-body {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.card-body h3 {
  font-size: 22px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.model-series {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

/* PILL TAGS */
.card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.tag {
  font-size: 12px;
  color: #666;
  border: 1px solid #eee;
  padding: 4px 12px;
  border-radius: 20px;
  font-weight: 500;
  background: #fff;
}

.desc {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 25px;
  flex-grow: 1; /* Pushes button to bottom */
}

/* LINK BUTTON */
.card-link {
  color: #8258c8; /* Brand Purple */
  font-weight: 700;
  text-decoration: none;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s ease;
}

.card-link:hover {
  gap: 12px;
  color: #5b3a80;
}

/* =========================================
   RENTAL CONTACT FORM STYLES
   ========================================= */

/* Main Section Background */
.rental-contact-sec {
  background-color: #0d0d18; /* Deep Dark Blue/Black */
  color: #ffffff;
}

/* Form Container */
.contact-form-wrapper {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

/* Input Focus Effects */
.contact-form-wrapper input:focus,
.contact-form-wrapper textarea:focus {
  outline: none;
  border-color: #00d2b5 !important; /* Teal border on click */
  background: #fff !important;
}

/* Submit Button Style (Matches Hero) */
.ibt-btn-teal {
  background: #00d2b5;
  color: #0d0d18;
  border: none;
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}

.ibt-btn-teal:hover {
  background: #00a891;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 210, 181, 0.4);
}

/* Text Colors */
.sec-title.white .title {
  color: #ffffff !important;
}

.sec-title.white p {
  color: #cfcfcf !important;
}

/* REMOVE HEADER ARROW FROM ALL ITEMS */

/* 1. Kill arrow everywhere */
.main-menu.menu-style1 > ul > li > a::before {
  display: none !important;
  content: none !important;
  background: none !important;
}

.main-menu ul li.only-arrow > a::before {
  display: block !important;
  content: "" !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 21px !important;
  width: 7px !important;
  height: 7px !important;
  background-image: url("../images/icon/arrow.svg") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
  opacity: 1 !important;
  margin-top: 5px;
  bottom: auto;
}

.main-menu ul li.only-arrow > a {
  padding-right: 35px !important;
  position: relative;
}

/* 1. Make the container the reference point */
.testimonial-content {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  height: 100%;
}

/* 2. Create the Dark Overlay */
.testimonial-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: rgba(0, 0, 0, 0.5);

  z-index: 1;
}

/* 3. Ensure the Image fits perfectly underneath */
.testimonial-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 4. Bring the Text on TOP of the overlay */
.title-area2 {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 80px;
}

@media (max-width: 768px) {
  .service-sec8 .ser-content3 h4,
  .service-sec8 .ser-content3 p .service-sec8 .ser-content3 a {
    text-align: left;
  }
}

/* Extra tightening on mobile */
@media (max-width: 768px) {
  .feature-sec1 {
    padding-bottom: 40px !important;
  }

  .feature-style4 {
    padding-top: 40px !important;
    padding-bottom: 30px;
  }
}
.feature-style4 .feature-img4 {
  margin-bottom: 30px;
}

.feature-style4 .feature-content4 {
  padding-top: 10px;
}
/* ================================
   CHOOSE-US SECTION – MOBILE FIX
   ================================ */

/* Ensure pseudo-element positions correctly */
.choose-us-sec3 {
  position: relative;
  overflow: hidden;
}

/* Keep content above decorative elements */
.choose-us-sec3 .choose-content3 {
  position: relative;
  z-index: 2;
}

/* ---------- MOBILE ONLY ---------- */
@media (max-width: 768px) {
  .choose-us-sec3 .choose-img3 img {
    display: none;
  }

  /* Reduce top spacing so content moves up */
  .choose-us-sec3 .choose-content3 {
    padding-top: 10px;
  }

  /* Decorative logo positioning (CSS image) */
  .choose-us-sec3::before {
    width: 110px;
    height: 110px;
    bottom: 18px;
    right: 14px;
    opacity: 0.9;
  }
}

/* Extra small phones */
@media (max-width: 390px) {
  .choose-us-sec3::before {
    display: none;
  }
}

/* CHOOSE US */

@media (max-width: 768px) {
  .choose-us-sec3 {
    padding-top: 20px !important;
  }

  /* Remove extra margin from title wrapper */
  .choose-us-sec3 .sec-title {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  /* Pull text content upward */
  .choose-us-sec3 .choose-content3 {
    margin-top: -20px;
  }
}

/* Extra small devices */
@media (max-width: 480px) {
  .choose-us-sec3 {
    padding-top: 10px !important;
  }

  .choose-us-sec3 .choose-content3 {
    margin-top: -30px;
  }
}

/* =========================
   CLEAN PREMIUM FOOTER
   ========================= */
.premium-footer {
  width: 100vw;
  background-color: #0b0b15; /* Pure Deep Black/Navy */
  color: #a0a0a0;
  font-family: "Manrope", sans-serif;
  position: relative;
  overflow: hidden;
  border-radius: 28px 28px 0 0;
  margin-top: 60px;
  /* Removed box-shadow and background-image as requested */
}

.footer-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 24px 20px;
}

/* --- 1. CTA SECTION --- */
.cta-title {
  color: #ffffff;
  font-family: "Sora", sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}

.cta-desc {
  font-size: 16px;
  font-weight: 400;
  max-width: 500px;
}

/*  */
/* --- "GET A QUOTE" BUTTON --- */
.premium-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 35px;
  border-radius: 50px;

  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;

  text-decoration: none;
  font-weight: 600;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* HOVER STATE: Fills with the Specific Purple-Blue Gradient */
.premium-btn:hover {
  background: linear-gradient(
    102deg,
    #8250c8 0.77%,
    #6766c8 32.11%,
    #2c84c8 100.27%
  );

  border-color: transparent; /* Border disappears */
  color: #ffffff;

  box-shadow: 0 5px 20px rgba(130, 80, 200, 0.4);
  transform: translateY(-3px);
}

/* Divider Line */
.footer-divider {
  border: none;
  height: 1px;
  background: rgba(255, 255, 255, 0.1); 
  margin: 40px 0;
}

/* --- 2. LOGO FIX --- */
.footer-logo {
  max-width: 220px; 
  height: auto;
  display: block;
  margin-bottom: 20px;
}

.brand-desc {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.8;
  margin-bottom: 25px;
}

/* --- 3. WIDGETS --- */
.widget-title {
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}

/* Teal Underline for Titles */
.widget-title::after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background: #00d2b5;
  margin-top: 8px;
  border-radius: 2px;
}

.footer-list li {
  margin-bottom: 12px;
}

.footer-list a {
  color: #a0a0a0;
  text-decoration: none;
  transition: 0.3s ease;
  font-size: 15px;
}

.footer-list a:hover {
  color: #00d2b5; 
  padding-left: 5px; 
}

/* --- 4. SOCIAL ICONS --- */
.social-links {
  display: flex;
  gap: 12px;
}

.social-links a {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  transition: 0.3s;
}

.social-links a:hover {
  background: #00d2b5;
  transform: translateY(-3px);
}

/* --- 5. CONTACT & BOTTOM --- */
.contact-box {
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
  align-items: flex-start;
}

.contact-box .icon-box {
  color: #00d2b5;
  font-size: 16px;
  margin-top: 3px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px 0;
  margin-top: 10px;
  font-size: 13px;
}

/* =========================================
   FOOTER HOVER COLOR FIX 
   ========================================= */

/* 1. Fix for "Products" and "Company" Links */
.premium-footer .footer-list li a:hover {
    color: #00d2b5 !important; 
    padding-left: 5px; 
}

/* 2. Fix for "Contact Us" Phone & Email Links */
.premium-footer .contact-box .text-box a:hover {
    color: #00d2b5 !important; 
    text-decoration: none;
}

/* 3. Optional: Make the Icon turn Green too on hover */
.premium-footer .contact-box:hover .icon-box i {
    color: #00d2b5 !important;
    transition: all 0.3s ease;
}

/* =========================================
   FOOTER LEGAL LINKS (Privacy Policy)
   ========================================= */

/* 1. Default State: Make it White */
.premium-footer .legal-links li a {
    color: #ffffff !important;  
    font-size: 14px;
    opacity: 0.8;               
    text-decoration: none;
    transition: all 0.3s ease;
    padding-right: 40px;
}

/* 2. Hover State: Make it Green/Teal */
.premium-footer .legal-links li a:hover {
    color: #00d2b5 !important;  
    opacity: 1;                 
}
/* Mobile Tweak */
@media (max-width: 767px) {
  .footer-inner {
    padding: 40px 20px;
  }
  .cta-title {
    font-size: 24px;
  }
  .premium-btn {
    width: 100%;
    justify-content: center;
  }
}

/*VIDEO HERO SECTION*/

.video-hero-section {
  position: relative;
  width: 100%;
  height: 85vh;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: #000;
}

.video-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video-bg-element {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

/* 4. The Content  */
.hero-content-container {
  position: relative;
  z-index: 3;
  width: 100%;
}

.hero-content-video {
  max-width: 800px;
  text-align: left;
  padding-left: 15px;
}

.hero-content-video .title {
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 25px;
}

.hero-content-video .subtitle {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 40px;
  font-weight: 400;
  max-width: 600px;
}

.hero-buttons {
  display: flex;
  gap: 20px;
}

.hero-custom-btn {
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

.text-gradient-blue {
  background: linear-gradient(
    90deg,
    #6a85b6 0%,
    #bac8e0 100%
  ); /* Adjust colors to match your blue/purple */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
  .video-hero-section {
    height: auto;
    padding: 100px 0;
  }

  .hero-content-video .title {
    font-size: 40px;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .hero-custom-btn {
    width: 100%;
    text-align: center;
  }
}
.header-logo {
  max-width: 220px;
}

.header-logo .menu-toggle,
.header-logo .menu-toggle::before,
.header-logo .menu-toggle::after {
  color: #000000 !important;
}

.vs-header4 {
  height: 100px !important;
  min-height: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;

  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #ffffff !important;
  z-index: 1000;
}

.vs-header4 .header-bottom {
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}
/* =========================================
   HERO CONTENT STYLING 
   ========================================= */

/* 1. Container Positioning */
.hero-content-video {
  max-width: 900px;
  text-align: left;
  padding-left: 70px;
  position: relative;
  z-index: 10;
}

/* 2. The Main Headline */
.hero-content-video .title {
  font-size: 75px; /* Large and Bold */
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

/* 3. The Gradient Text (Future & Robotics) */
.text-gradient {
  background: linear-gradient(90deg, #7b4fff 0%, #2c84c8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}

/* 4. Subtitle Paragraph */
.hero-content-video .subtitle {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 45px;
  font-weight: 400;
  max-width: 650px;
  line-height: 1.6;
}

/* 5. Button Container */
.hero-buttons {
  display: flex;
  gap: 20px;
  align-items: center;
}

/* 6. The Solid Gradient Buttons */
.hero-btn-gradient {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 45px;
  background: transparent;
  border: 2px solid #348ef1;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.4s ease;
}

.hero-btn-gradient:hover {
  background: linear-gradient(90deg, #6a5af9 0%, #348ef1 100%);
  border-color: transparent;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(52, 142, 241, 0.4);
  color: #fff;
}

/* Mobile Responsiveness */
@media (max-width: 991px) {
  .hero-content-video .title {
    font-size: 48px;
  }
  .hero-btn-gradient {
    padding: 15px 30px;
    width: 100%; /* Full width buttons on mobile */
  }
  .hero-buttons {
    flex-direction: column; /* Stack buttons */
    width: 100%;
  }
}

/* Premium Section Background */
.products-section {
  background: linear-gradient(
    180deg,
    #f8f9fa 0%,
    #e9ecef 100%
  ); /* Subtle tech fade */
  padding: 100px 0;
}

/* 1. The Premium Card */
.premium-card {
  background: #fff;
  border: none;
  border-radius: 20px; /* Modern rounded corners */
  padding: 40px 30px;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); /* Soft, expensive shadow */
  position: relative;
  overflow: hidden;
  height: 100%;
}

/* Card Hover Effect - The "Lift" */
.premium-card:hover {
  transform: translateY(-15px); /* Moves up */
  box-shadow: 0 20px 40px rgba(0, 123, 255, 0.15); /* Blue glow on hover */
}

/* 2. Product Image Animation */
.product-img-wrapper {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.product-img-wrapper img {
  max-height: 100%;
  transition: transform 0.5s ease;
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
}

.premium-card:hover .product-img-wrapper img {
  transform: scale(1.1); /* Slight zoom on hover */
}

/* 3. Typography & Badges */
.product-category {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #007bff;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.premium-card h3 {
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 15px;
  color: #2c3e50;
}

.premium-card p {
  color: #6c757d;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* 4. The "Tech" Button */
.btn-tech {
  background: transparent;
  color: #2c3e50;
  border: 2px solid #e9ecef;
  border-radius: 50px;
  padding: 10px 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-tech:hover {
  background: #2c3e50;
  border-color: #2c3e50;
  color: #fff;
}

/* 5. Styling the Tabs (Pills) */
.custom-tabs .nav-link {
  border-radius: 50px;
  padding: 12px 35px;
  font-weight: 600;
  color: #6c757d;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin: 0 10px;
  border: 1px solid transparent;
  transition: all 0.3s;
}

.custom-tabs .nav-link.active {
  background: #2c3e50; /* Dark premium color for active state */
  color: #fff;
  box-shadow: 0 10px 20px rgba(44, 62, 80, 0.3);
  transform: scale(1.05);
}

/* ===== MOBILE OPTIMIZATION FOR VIDEO HERO SECTION ===== */

@media (max-width: 991px) {
  .video-hero-section {
    height: auto;
    min-height: 100vh;
    padding: 80px 0 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-content-container {
    margin: 0 !important;
    padding: 0 20px !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .hero-content-video {
    text-align: center !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .hero-content-video .title {
    font-size: 36px !important;
    line-height: 1.2 !important;
    margin-bottom: 20px !important;
    text-align: center !important;
  }

  .hero-content-video .subtitle {
    font-size: 16px !important;
    margin-bottom: 30px !important;
    text-align: center !important;
    padding: 0 15px;
    line-height: 1.5;
  }

  .hero-buttons {
    flex-direction: column !important;
    gap: 15px !important;
    width: 100% !important;
    max-width: 300px !important;
    margin: 0 auto !important;
  }

  .hero-custom-btn {
    width: 100% !important;
    height: 50px !important;
    padding: 0 !important;
    font-size: 16px !important;
    border-radius: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

/* Smaller mobile devices (phones) */
@media (max-width: 576px) {
  .video-hero-section {
    padding: 60px 0 40px;
    min-height: 90vh;
  }

  .hero-content-video .title {
    font-size: 30px !important;
    margin-bottom: 15px !important;
    padding: 0 10px;
  }

  .hero-content-video .subtitle {
    font-size: 15px !important;
    margin-bottom: 25px !important;
    padding: 0 10px;
  }

  .hero-buttons {
    max-width: 280px !important;
  }

  .hero-custom-btn {
    height: 48px !important;
    font-size: 15px !important;
  }
}

/* Very small devices (iPhone SE, etc) */
@media (max-width: 375px) {
  .hero-content-video .title {
    font-size: 26px !important;
  }

  .hero-content-video .subtitle {
    font-size: 14px !important;
  }

  .hero-buttons {
    max-width: 260px !important;
  }
}

/* Landscape mode for mobile */
@media (max-height: 600px) and (orientation: landscape) {
  .video-hero-section {
    min-height: 100vh;
    padding: 40px 0;
  }

  .hero-content-video .title {
    font-size: 28px !important;
    margin-bottom: 10px !important;
  }

  .hero-content-video .subtitle {
    font-size: 14px !important;
    margin-bottom: 20px !important;
  }

  .hero-buttons {
    flex-direction: row !important;
    flex-wrap: wrap;
    max-width: 400px !important;
  }

  .hero-custom-btn {
    width: auto !important;
    min-width: 150px;
    height: 45px !important;
    margin: 5px !important;
  }
}

/* Tablet adjustments (768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .hero-content-video .title {
    font-size: 42px !important;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-content-video .subtitle {
    font-size: 18px !important;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-buttons {
    flex-direction: row !important;
    max-width: 500px !important;
    gap: 20px !important;
  }

  .hero-custom-btn {
    width: 220px !important;
  }
}

/* Fix video on mobile */
@media (max-width: 991px) {
  .video-bg-element {
    object-position: center;
  }

  .video-overlay {
    background: rgba(0, 0, 0, 0.6) !important;
  }
}

/*FIX HEADER BREAK  */

@media (min-width: 1204px) and (max-width: 1337px) {
  .main-menu.menu-style1.v4 {
    height: 70px;
    padding: 10 10px;
    width: 100%;
  }
  .header-logo {
    max-width: 180px;
  }

  /* Tighten menu spacing */
  .main-menu.menu-style1.v4 ul {
    gap: 10px;
  }

  .main-menu.menu-style1.v4 ul li a {
    padding: 2px 12px;
    font-size: 13px;
  }
}

/* FIX PRODUCTS DROP

@media (min-width: 992px) and (max-width: 1450px) {
  .mega-parent .mega-container {
    right: 30px !important;
    transform: none !important;
    max-width: 900px;
  }
}

@media (min-width: 992px) and (max-width: 1250px) {
  .mega-parent .mega-container {
    right: 50px !important;
    max-width: 800px;
  }
} */

/*FINAL MOBILE MENU */

.side-menu2 ul li a::before,
.side-menu2 ul li a::after,
.side-menu2 .sub-menu::before,
.side-menu2 .sub-menu::after {
  display: none !important;
}

/* Hide sub-menu initially */
.side-menu2 .sub-menu {
  display: none !important;
  padding-left: 20px;
  border-left: 1px solid #eee;
}

/* 2. ARROW TOGGLE BUTTON */
.side-menu2 li {
  position: relative;
}

.arrow-toggle {
  position: absolute;
  top: 0;
  right: -25px;
  width: 50px;
  height: 40px;
  cursor: pointer;
  z-index: 50;
  background-image: url("../images/icon/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  transition: transform 0.3s ease;
}

.arrow-toggle.active {
  transform: rotate(180deg);
}

/* 3. SHOW MENU (The Fix for "Invisible" Items) */
.side-menu2 .sub-menu.open {
  display: block !important;

  /* OVERRIDE OLD THEME STYLES */
  opacity: 1 !important;
  visibility: visible !important;
  height: auto !important;
  max-height: 1000px !important; /* Ensure it can grow */

  animation: slideDown 0.3s ease forwards;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* FAQ SECTION  */

.faq-img2 {
  width: 100%;
  height: auto;
  position: relative;
  overflow: visible;
  margin-top: -100px;
  margin-left: -50px;
}

/* 2. Force Image to be Responsive */
.faq-img2 img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

/* FAQ IMAGE FIX*/

@media (min-width: 992px) and (max-width: 1450px) {
  .faq-img2 img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    object-fit: contain;
    margin-left: 150px;
  }

  .faq-img2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0 !important;
    padding: 0 15px;
  }

  .faq-content {
    padding-left: 10px;
  }
}

/* =========================================
   FAQ MOBILE FIXES 
   ========================================= */

@media (max-width: 991px) {
    /* 1. Move the whole section UP */
    .faq-sec2 {
        padding-top: 20px !important; 
        padding-bottom: 60px !important;
    }

    /* 2. Fix the Image (Keep it, but center & resize) */
    .faq-img2 {
        display: block !important;     
        text-align: center;           
        margin: 0 auto 30px auto;      
        max-width: 250px;             
        position: relative;            
        left: auto; top: auto; right: auto; 
    }

    .faq-img2 img {
        width: 100%;                  
        height: auto;
    }

    /* 3. Center the Title */
    .faq-content .sec-title {
        text-align: center !important;
        margin-bottom: 25px;
    }

    /* 4. Center the "Explore More" Button */
    .faq-content .ibt-btn {
        display: flex;
        justify-content: center;
        width: fit-content;
        margin: 20px auto 0;           /* Center horizontally */
    }
    
    /* 5. Ensure Content sits properly */
    .faq-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* ===================================
   SPECIFIC FIX FOR 1340px - 1380px SCREENS
   =================================== */

@media (min-width: 1340px) and (max-width: 1380px) {
  /* Reduce logo size slightly */
  .header-logo {
    max-width: 190px !important;
  }

  /* Tighten menu item spacing */
  .main-menu.menu-style1.v4 ul {
    gap: 18px !important;
  }

  .main-menu.menu-style1.v4 ul li a {
    padding: 2px 14px !important;
    font-size: 13.5px !important;
  }

  /* Adjust button size */
  .btn-box .ibt-btn {
    padding: 18px 22px !important;
    font-size: 13px !important;
  }

  /* Reduce container padding if needed */
  .vs-header4 .container2 {
    padding: 0 25px !important;
  }
}

/*ADD ARROW TO PRODUCTS */

/* Target the Products menu item specifically */
.main-menu.menu-style1.v4 ul li.mega-parent > a {
  padding-right: 30px !important;
  position: relative;
}

/* Responsive adjustments for your 1340-1380 range */
@media (min-width: 1340px) and (max-width: 1380px) {
  .main-menu.menu-style1.v4 ul li.mega-parent > a {
    padding-right: 32px !important;
  }

  .main-menu.menu-style1.v4 ul li.mega-parent > a::after {
    right: 10px;
    width: 7px;
    height: 7px;
  }
}

/* =========================================
   MINIMAL FIX - EQUAL HEIGHT CARDS ONLY
   ========================================= */

/* Make cards equal height */
.service-sec8 .service-content3 {
  display: flex;
  gap: 5px;
  align-items: stretch;
}

.service-sec8 .ser-card3 {
  flex: 1;
  min-height: 520px;

}


/* MOBILE */
@media (max-width: 991px) {
  .service-sec8 .service-content3 {
    flex-direction: column;
  }
  
  .service-sec8 .ser-card3 {
    min-height: 480px;
  }
}

/* Title on single line */
.service-sec8 .ser-card3.v1 .title {
  font-size: 28px !important;
  white-space: nowrap;
  line-height: 1.2;
}

/* Better spacing for description */
.service-sec8 .ser-card3.v1 p {
  font-size: 17px !important;
  line-height: 1.7 !important;
  margin-top: 15px;
  max-width: 85%;
}

/* Position content nicely */
.service-sec8 .ser-card3.v1 .ser-content {
  padding: 15px 10px;
}

/* =========================================
   FIX: 3RD CARD (Customizable Solutions)
   ========================================= */

/* 1. Force the container to align everything to the TOP */
.service-sec8 .ser-card3:nth-child(3) .ser-content3 {
    justify-content: flex-start !important;
}

/* 2. Force the Title to be a SINGLE LINE */
.service-sec8 .ser-card3:nth-child(3) .title {
    white-space: nowrap !important; 
    margin-bottom: 15px !important;
    width: 100%; 
    font-size: 32px;
}

/* 3. Restrict paragraph width so it DOES NOT cover the robot */
.service-sec8 .ser-card3:nth-child(3) p {
    max-width: 100% !important; 
    line-height: 1.6 !important;
    color: #fff !important;
}

/* =========================================
   MARQUEE SPEED CONTROL
   ========================================= */

.marquee-inner {
   /* Change 30s to a higher number to make it SLOWER */
   /* Change 30s to a lower number to make it FASTER */
   animation-duration: 50s !important; 
}

/* Ensure the animation is linear (smooth constant speed) */
.marquee-inner {
    animation-timing-function: linear !important;
}

/* =========================================
   ROBOTICS FEATURE ICONS - NEW STYLING
   ========================================= */

/* 1. The Container for the Icon (The Circle) */
.feature-card .feature-icon-box {
    width: 80px;
    height: 80px;
    /* Light Blue Background */
    background: rgba(42, 138, 206, 0.08); 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px; /* Spacing between icon and title */
    transition: all 0.4s ease;
    position: relative;
}

/* 2. The Icon Itself (Font Awesome) */
.feature-card .feature-icon-box i {
    font-size: 32px;
    /* Brand Blue Color */
    color: #2a8ace; 
    transition: all 0.4s ease;
    z-index: 2;
}

/* --- HOVER EFFECTS FOR PREMIUM FEEL --- */

/* When hovering the card, fill the circle background */
.feature-card:hover .feature-icon-box {
    background: #2a8ace; /* Brand Blue fill */
    box-shadow: 0 10px 30px rgba(42, 138, 206, 0.4); /* Glowing shadow */
    transform: translateY(-5px); /* Slight lift up */
}

/* When hovering the card, turn the icon white */
.feature-card:hover .feature-icon-box i {
    color: #ffffff;
    transform: scale(1.1); /* Slight icon grow */
}

/* Optional: Add spacing to the row if needed */
.feature-sec1 .row.g-4 {
    --bs-gutter-y: 30px;
}

/* =========================================
   FIX: RESTORE BOLD (STRONG) TAGS
   ========================================= */

/* 1. Force ALL paragraphs (including the first one) to be normal & grey */
.about-info9 p {
    font-weight: 400 !important;
    color: #5f6b7a !important; /* Your standard grey text */
    font-size: 16px !important;
}

/* 2. Target <strong> tags specifically to make them BOLD again */
.about-info9 p strong {
    font-weight: 700 !important; /* Force bold weight */
    color: #1a1a1a !important;   /* Optional: Make bold words darker black to pop */
}

/* =========================================
   LEASING HERO SECTION - CLOUDSCALE TEAL
   ========================================= */

.leasing-hero-sec {
  background: linear-gradient(135deg, #f0fffe 0%, #e6fbfa 100%);
  padding: 70px 0 80px;
  position: relative;
  overflow: hidden;
  padding-left: 40px;
}

.leasing-hero-sec::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0, 172, 193, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.leasing-tag {
  display: inline-block;
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
  color: #fff;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.leasing-title {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.2;
  color: #1a1a1a;
  margin-bottom: 25px;
}

.text-gradient-teal {
  background: linear-gradient(135deg, #00ACC1 0%, #00D4AA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.leasing-subtitle {
  font-size: 18px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 35px;
  max-width: 540px;
}

/* Quick Benefits */
.leasing-benefits-quick {
  display: flex;
  gap: 25px;
  margin-bottom: 35px;
  flex-wrap: wrap;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  padding: 12px 20px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 172, 193, 0.08);
}

.benefit-item i {
  color: #00ACC1;
  font-size: 20px;
}

.benefit-item span {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

/* CTA Buttons */
.hero-cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.ibt-btn-teal {
  background: linear-gradient(135deg, #00ACC1 0%, #00D4AA 100%);
  color: #fff;
  padding: 15px 35px;
  border-radius: 30px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 172, 193, 0.3);
  text-decoration: none;
}

.ibt-btn-teal:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 172, 193, 0.4);
  color: #fff;
}

.ibt-btn-outline-teal {
  background: transparent;
  color: #00ACC1;
  padding: 15px 35px;
  border-radius: 30px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 2px solid #00ACC1;
  transition: all 0.3s ease;
  text-decoration: none;
}

.ibt-btn-outline-teal:hover {
  background: #00ACC1;
  color: #fff;
  transform: translateY(-2px);
}

/* Image Side */
.leasing-img-wrapper {
  position: relative;
  animation: floatAnimation 6s ease-in-out infinite;
}

.leasing-hero-img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 40px rgba(0, 172, 193, 0.15));
}

/* Floating Stats Card */
.floating-stat-card {
  position: absolute;
  bottom: 10px;
  right: 20px;
  background: #fff;
  padding: 25px 30px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 25px;
  align-items: center;
  animation: fadeInUp 1s ease 0.5s both;
}

.stat-item h3 {
  font-size: 32px;
  font-weight: 800;
  color: #8b5cf6;
  margin: 0;
}

.stat-item p {
  font-size: 13px;
  color: #666;
  margin: 0;
  white-space: nowrap;
}

.stat-divider {
  width: 2px;
  height: 40px;
  background: #eee;
}

/* Animations */
@keyframes floatAnimation {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 991px) {
  .leasing-hero-sec {
    padding: 80px 0 60px;
  }
  
  .leasing-title {
    font-size: 42px;
  }
  
  .leasing-benefits-quick {
    flex-direction: column;
  }
  
  .floating-stat-card {
    position: static;
    margin-top: 30px;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .leasing-title {
    font-size: 36px;
  }
  
  .leasing-subtitle {
    font-size: 16px;
  }
  
  .hero-cta-buttons {
    flex-direction: column;
  }
  
  .ibt-btn-teal,
  .ibt-btn-outline-teal {
    width: 100%;
    justify-content: center;
  }
  
  .floating-stat-card {
    flex-direction: column;
    gap: 15px;
    padding: 20px;
  }
  
  .stat-divider {
    width: 40px;
    height: 2px;
  }
}

/* =========================================
   DECISION HELPER SECTION - CSS
   ========================================= */

.decision-helper-sec {
  background: #ffffff;
  padding: 100px 0;
  position: relative;
}

/* Section Header */
.sub-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 15px;
}

.text-gradient-teal {
  background: linear-gradient(135deg, #00ACC1 0%, #00D4AA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.title {
  font-size: 42px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 15px;
  line-height: 1.2;
}

.section-desc {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-top: 15px;
}

/* Option Cards */
.quick-option-card {
  background: #f8fffe;
  border: 2px solid #e8f5f5;
  border-radius: 24px;
  padding: 40px 35px;
  text-align: center;
  transition: all 0.4s ease;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.quick-option-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 172, 193, 0.12);
  border-color: #00ACC1;
}

/* Active Card (Leasing - Current Page) */
.quick-option-card.active-card {
  background: #fff;
  border: 3px solid #8b5cf6;
  box-shadow: 0 15px 40px rgba(139, 92, 246, 0.15);
}

.quick-option-card.active-card:hover {
  box-shadow: 0 20px 50px rgba(139, 92, 246, 0.2);
}

/* Current Page Badge */
.current-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
  color: #fff;
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3);
}

/* Option Header */
.option-header {
  margin-bottom: 25px;
}

.option-icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 36px;
  transition: all 0.4s ease;
}

.teal-icon {
  background: linear-gradient(135deg, rgba(0, 172, 193, 0.1) 0%, rgba(0, 212, 170, 0.1) 100%);
  color: #00ACC1;
}

.purple-icon {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.1) 0%, rgba(124, 58, 237, 0.1) 100%);
  color: #8b5cf6;
}

.quick-option-card:hover .option-icon {
  transform: scale(1.1) rotate(5deg);
}

.option-header h4 {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0;
}

/* Option Description */
.option-desc {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 25px;
}

/* Feature Tags */
.option-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 30px;
}

.feature-tag {
  background: #fff;
  color: #00ACC1;
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  border: 2px solid #e0f7f7;
  transition: all 0.3s ease;
}

.quick-option-card:hover .feature-tag {
  border-color: #00ACC1;
  background: rgba(0, 172, 193, 0.05);
}

.purple-features .feature-tag {
  color: #8b5cf6;
  border-color: #ede9fe;
}

.active-card:hover .feature-tag {
  border-color: #8b5cf6;
  background: rgba(139, 92, 246, 0.05);
}

/* Detail Items */
.option-details {
  text-align: left;
  margin-bottom: 30px;
  flex-grow: 1;
}

.detail-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.detail-item i {
  color: #00ACC1;
  font-size: 18px;
  flex-shrink: 0;
}

.active-card .detail-item i {
  color: #8b5cf6;
}

.detail-item span {
  font-size: 15px;
  color: #555;
  line-height: 1.5;
}

/* Option Links/Buttons */
.option-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 32px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}

.teal-link {
  background: transparent;
  color: #00ACC1;
  border: 2px solid #00ACC1;
}

.teal-link:hover {
  background: linear-gradient(135deg, #00ACC1 0%, #00D4AA 100%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 172, 193, 0.3);
}

.purple-link {
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
  color: #fff;
  border: none;
  box-shadow: 0 4px 20px rgba(139, 92, 246, 0.3);
}

.purple-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(139, 92, 246, 0.4);
  color: #fff;
}

/* Unsure Box */
.unsure-box {
  background: linear-gradient(135deg, #f0fffe 0%, #e6fbfa 100%);
  padding: 35px 45px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 25px;
  box-shadow: 0 4px 20px rgba(0, 172, 193, 0.08);
}

.unsure-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00ACC1 0%, #00D4AA 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.unsure-icon i {
  font-size: 28px;
  color: #fff;
}

.unsure-text {
  text-align: left;
}

.unsure-text p {
  margin: 0 0 8px 0;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
}

.unsure-link {
  color: #00ACC1;
  font-weight: 700;
  text-decoration: none;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

.unsure-link:hover {
  color: #008fa0;
  border-bottom-color: #00ACC1;
}

.unsure-link i {
  transition: transform 0.3s ease;
}

.unsure-link:hover i {
  transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 991px) {
  .decision-helper-sec {
    padding: 80px 0;
  }

  .title {
    font-size: 36px;
  }

  .quick-option-card {
    margin-bottom: 30px;
  }

  .current-badge {
    top: 15px;
    right: 15px;
    font-size: 11px;
    padding: 6px 14px;
  }
}

@media (max-width: 767px) {
  .decision-helper-sec {
    padding: 60px 0;
  }

  .title {
    font-size: 32px;
  }

  .quick-option-card {
    padding: 35px 25px;
  }

  .option-icon {
    width: 70px;
    height: 70px;
    font-size: 32px;
  }

  .option-header h4 {
    font-size: 22px;
  }

  .unsure-box {
    flex-direction: column;
    text-align: center;
    padding: 30px 25px;
  }

  .unsure-text {
    text-align: center;
  }

  .unsure-link {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .option-features {
    flex-direction: column;
  }

  .feature-tag {
    width: 100%;
  }
}
/* =========================================
   LEASING BENEFITS SECTION - CSS
   ========================================= */

.leasing-benefits-sec {
  background: linear-gradient(180deg, #ffffff 0%, #f0fffe 100%);
  padding: 70px 0;
  position: relative;
}

/* Section Header - Reusable if not already defined */
.leasing-benefits-sec .sub-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 15px;
}

.leasing-benefits-sec .text-gradient-teal {
  background: linear-gradient(135deg, #00ACC1 0%, #00D4AA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.leasing-benefits-sec .title {
  font-size: 42px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 15px;
  line-height: 1.2;
}

.leasing-benefits-sec .section-desc {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-top: 15px;
}

/* Benefit Cards */
.benefit-box {
  background: #fff;
  border-radius: 24px;
  padding: 40px 32px;
  height: 100%;
  transition: all 0.4s ease;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.benefit-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #00ACC1 0%, #00D4AA 100%);
  transform: scaleX(0);
  transition: transform 0.4s ease;
  transform-origin: left;
}

.benefit-box:hover {
  transform: translateY(-8px);
  border-color: #00ACC1;
  box-shadow: 0 20px 50px rgba(0, 172, 193, 0.12);
}

.benefit-box:hover::before {
  transform: scaleX(1);
}

/* Benefit Icon */
.benefit-icon-wrapper {
  margin-bottom: 25px;
}

.benefit-icon {
  width: 75px;
  height: 75px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(0, 172, 193, 0.1) 0%, rgba(0, 212, 170, 0.05) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #00ACC1;
  transition: all 0.4s ease;
}

.benefit-box:hover .benefit-icon {
  background: linear-gradient(135deg, #00ACC1 0%, #00D4AA 100%);
  color: #fff;
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 25px rgba(0, 172, 193, 0.3);
}

/* Benefit Content */
.benefit-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.benefit-desc {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 20px;
}

/* Benefit Highlight Badge */
.benefit-highlight {
  padding: 10px 18px;
  background: linear-gradient(135deg, rgba(0, 172, 193, 0.08) 0%, rgba(0, 212, 170, 0.03) 100%);
  border-radius: 10px;
  display: inline-block;
  transition: all 0.3s ease;
}

.benefit-box:hover .benefit-highlight {
  background: linear-gradient(135deg, rgba(0, 172, 193, 0.15) 0%, rgba(0, 212, 170, 0.08) 100%);
}

.benefit-highlight span {
  font-size: 13px;
  font-weight: 700;
  color: #00ACC1;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}



/* Responsive Design */
@media (max-width: 991px) {
  .leasing-benefits-sec {
    padding: 80px 0;
  }

  .leasing-benefits-sec .title {
    font-size: 36px;
  }

  .benefit-box {
    margin-bottom: 20px;
  }

  .cta-title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .leasing-benefits-sec {
    padding: 60px 0;
  }

  .leasing-benefits-sec .title {
    font-size: 32px;
  }

  .benefit-box {
    padding: 35px 28px;
  }

  .benefit-icon {
    width: 65px;
    height: 65px;
    font-size: 28px;
  }

  .benefit-title {
    font-size: 20px;
  }

  .benefits-cta-box {
    padding: 40px 30px;
  }

  .cta-title {
    font-size: 26px;
  }

  .cta-desc {
    font-size: 15px;
  }

  .ibt-btn-white {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .benefit-box {
    padding: 30px 24px;
  }

  .benefit-icon {
    width: 60px;
    height: 60px;
    font-size: 26px;
  }

  .benefits-cta-box {
    padding: 35px 25px;
  }
}

/* =========================================
   LEASING PRICING PLANS SECTION - CSS
   ========================================= */

.leasing-plans-sec {
  background: #ffffff;
  padding: 100px 0;
}

/* Section Header */
.leasing-plans-sec .sub-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 15px;
}

.leasing-plans-sec .text-gradient-teal {
  background: linear-gradient(135deg, #00ACC1 0%, #00D4AA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.leasing-plans-sec .title {
  font-size: 42px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 15px;
  line-height: 1.2;
}

.leasing-plans-sec .section-desc {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-top: 15px;
}

/* Pricing Cards */
.pricing-card {
  background: #fff;
  border-radius: 24px;
  border: 2px solid #f0f0f0;
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 172, 193, 0.12);
  border-color: #00ACC1;
}

/* Featured Card (24 months - Most Popular) */
.pricing-card.featured-card {
  border: 3px solid #00ACC1;
  box-shadow: 0 15px 50px rgba(0, 172, 193, 0.15);
}

.pricing-card.featured-card:hover {
  box-shadow: 0 25px 70px rgba(0, 172, 193, 0.2);
}

/* Popular Badge */
.popular-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, #00ACC1 0%, #00D4AA 100%);
  color: #fff;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(0, 172, 193, 0.3);
  z-index: 10;
}

/* Pricing Header */
.pricing-header {
  padding: 40px 35px 30px;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
}

.plan-icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 172, 193, 0.1) 0%, rgba(0, 212, 170, 0.05) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 32px;
  color: #00ACC1;
  transition: all 0.3s ease;
}

.featured-icon {
  background: linear-gradient(135deg, #00ACC1 0%, #00D4AA 100%);
  color: #fff;
  box-shadow: 0 8px 25px rgba(0, 172, 193, 0.25);
}

.pricing-card:hover .plan-icon {
  transform: scale(1.1) rotate(10deg);
}

.plan-name {
  font-size: 26px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.plan-desc {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/* Pricing Body */
.pricing-body {
  padding: 35px 35px 25px;
  flex-grow: 1;
}

.plan-duration {
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, rgba(0, 172, 193, 0.08) 0%, rgba(0, 212, 170, 0.03) 100%);
  padding: 12px 20px;
  border-radius: 12px;
  margin-bottom: 25px;
  justify-content: center;
}

.featured-duration {
  background: linear-gradient(135deg, rgba(0, 172, 193, 0.15) 0%, rgba(0, 212, 170, 0.08) 100%);
}

.plan-duration i {
  font-size: 18px;
  color: #00ACC1;
}

.plan-duration span {
  font-size: 15px;
  font-weight: 700;
  color: #00ACC1;
}

/* Price Box */
.plan-price-box {
  text-align: center;
  margin-bottom: 30px;
  padding: 25px 20px;
  background: #f8fffe;
  border-radius: 16px;
}

.featured-card .plan-price-box {
  background: linear-gradient(135deg, rgba(0, 172, 193, 0.05) 0%, rgba(0, 212, 170, 0.02) 100%);
}

.plan-price-box h3 {
  font-size: 32px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.plan-price-box p {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

/* Savings Badge */
.savings-badge {
  display: inline-block;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #fff;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  margin-top: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Plan Features */
.plan-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.plan-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 15px;
  color: #555;
}

.plan-features i {
  color: #00ACC1;
  font-size: 16px;
  margin-top: 3px;
  flex-shrink: 0;
}

/* Pricing Footer */
.pricing-footer {
  padding: 0 35px 35px;
}

.plan-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 30px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 15px;
  transition: all 0.3s ease;
  text-decoration: none;
  background: #f8fffe;
  color: #00ACC1;
  border: 2px solid #00ACC1;
  width: 100%;
}

.plan-btn:hover {
  background: linear-gradient(135deg, #00ACC1 0%, #00D4AA 100%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 172, 193, 0.3);
}

.featured-btn {
  background: linear-gradient(135deg, #00ACC1 0%, #00D4AA 100%);
  color: #fff;
  border: none;
  box-shadow: 0 4px 20px rgba(0, 172, 193, 0.3);
}

.featured-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 172, 193, 0.4);
}

/* Pricing Note Box */
.pricing-note-box {
  background: linear-gradient(135deg, #fff5e6 0%, #fff9f0 100%);
  border-left: 4px solid #f59e0b;
  padding: 20px 30px;
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  max-width: 900px;
  margin: 0 auto;
}

.pricing-note-box i {
  font-size: 24px;
  color: #f59e0b;
  flex-shrink: 0;
  margin-top: 2px;
}

.pricing-note-text p {
  margin: 0;
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.pricing-note-text strong {
  color: #1a1a1a;
}

/* Info Grid */
.pricing-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  padding: 50px 30px;
  background: linear-gradient(135deg, #f0fffe 0%, #e6fbfa 100%);
  border-radius: 20px;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.info-item i {
  font-size: 32px;
  color: #00ACC1;
  flex-shrink: 0;
}

.info-item h5 {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 5px 0;
}

.info-item p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 991px) {
  .leasing-plans-sec {
    padding: 80px 0;
  }

  .leasing-plans-sec .title {
    font-size: 36px;
  }

  .pricing-card {
    margin-bottom: 30px;
  }

  .popular-badge {
    top: 15px;
    right: 15px;
    font-size: 11px;
    padding: 6px 16px;
  }
}

@media (max-width: 767px) {
  .leasing-plans-sec {
    padding: 60px 0;
  }

  .leasing-plans-sec .title {
    font-size: 32px;
  }

  .pricing-header,
  .pricing-body,
  .pricing-footer {
    padding-left: 25px;
    padding-right: 25px;
  }

  .plan-icon {
    width: 65px;
    height: 65px;
    font-size: 28px;
  }

  .plan-name {
    font-size: 24px;
  }

  .plan-price-box h3 {
    font-size: 28px;
  }

  .pricing-info-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 40px 25px;
  }

  .pricing-note-box {
    flex-direction: column;
    padding: 20px;
  }
}

@media (max-width: 575px) {
  .pricing-card {
    padding: 25px 20px;
  }

  .plan-duration {
    flex-direction: column;
    gap: 5px;
  }
}
/* =========================================
   MINI FLEET SHOWCASE SECTION - CSS
   ========================================= */

.mini-fleet-sec {
  background: linear-gradient(180deg, #f0fffe 0%, #ffffff 100%);
  padding: 100px 0;
}

/* Section Header */
.mini-fleet-sec .sub-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 15px;
}

.mini-fleet-sec .text-gradient-teal {
  background: linear-gradient(135deg, #00ACC1 0%, #00D4AA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mini-fleet-sec .title {
  font-size: 42px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 15px;
  line-height: 1.2;
}

.mini-fleet-sec .section-desc {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-top: 15px;
}

/* Mini Robot Cards */
.mini-robot-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s ease;
  border: 2px solid #f0f0f0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.mini-robot-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 172, 193, 0.12);
  border-color: #00ACC1;
}

/* Robot Image */
.robot-img-wrapper {
  position: relative;
  background: linear-gradient(135deg, #f0fffe 0%, #e6fbfa 100%);
  padding: 30px 20px;
  text-align: center;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.robot-img {
  max-width: 100%;
  max-height: 160px;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.mini-robot-card:hover .robot-img {
  transform: scale(1.05);
}

/* Robot Category Badge */
.robot-category {
  position: absolute;
  top: 15px;
  right: 15px;
  background: linear-gradient(135deg, #00ACC1 0%, #00D4AA 100%);
  color: #fff;
  padding: 6px 14px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(0, 172, 193, 0.25);
}

/* Robot Info */
.robot-info {
  padding: 25px 25px 30px;
  text-align: center;
}

.robot-info h4 {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.robot-info p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Robot Link */
.robot-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #00ACC1;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
}

.robot-link:hover {
  color: #008fa0;
  border-bottom-color: #00ACC1;
}

.robot-link i {
  transition: transform 0.3s ease;
}

.robot-link:hover i {
  transform: translateX(5px);
}


/* =========================================
   LEASING CONTACT FORM SECTION - CSS
   ========================================= */

.leasing-contact-sec {
  background: linear-gradient(180deg, #f8fffe 0%, #ffffff 100%);
  padding: 100px 0;
}

.leasing-contact-sec .sub-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 15px;
}

.leasing-contact-sec .text-gradient-teal {
  background: linear-gradient(135deg, #00ACC1 0%, #00D4AA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.leasing-contact-sec .title {
  font-size: 42px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 15px;
  line-height: 1.2;
}

.form-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 40px;
}

/* Why Points */
.why-points {
  margin-bottom: 40px;
}

.why-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 25px;
}

.why-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(0, 172, 193, 0.1) 0%, rgba(0, 212, 170, 0.05) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.why-icon i {
  font-size: 22px;
  color: #00ACC1;
}

.why-text h5 {
  font-size: 17px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 5px;
}

.why-text p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/* Contact Details */
.contact-details {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.contact-item i {
  font-size: 24px;
  color: #00ACC1;
}

.contact-label {
  display: block;
  font-size: 13px;
  color: #888;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-item a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-item a:hover {
  color: #00ACC1;
}

/* Form Wrapper */
.leasing-form-wrapper {
  background: #fff;
  padding: 45px 40px;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 172, 193, 0.1);
  border: 2px solid #e6fbfa;
}

.form-title {
  font-size: 28px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 30px;
  text-align: center;
}

/* Form Groups */
.form-group {
  margin-bottom: 25px;
}

.form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.form-group label i {
  color: #00ACC1;
  margin-right: 8px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid #e8f5f5;
  border-radius: 12px;
  font-size: 15px;
  color: #333;
  background: #fafffe;
  transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #00ACC1;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(0, 172, 193, 0.05);
}

.form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2300ACC1' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  cursor: pointer;
}

.form-group textarea {
  resize: vertical;
  min-height: 100px;
}

/* Submit Button */
.submit-btn {
  width: 100%;
  padding: 16px 30px;
  background: linear-gradient(135deg, #00ACC1 0%, #00D4AA 100%);
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 172, 193, 0.3);
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 30px rgba(0, 172, 193, 0.4);
}

.submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.form-note {
  text-align: center;
  font-size: 13px;
  color: #888;
  margin-top: 20px;
}

.form-note i {
  color: #10b981;
  margin-right: 5px;
}

/* Responsive Design */
@media (max-width: 991px) {
  .mini-fleet-sec {
    padding: 80px 0;
  }

  .leasing-contact-sec {
    padding: 80px 0;
  }

  .mini-fleet-sec .title,
  .leasing-contact-sec .title {
    font-size: 36px;
  }

  .form-content {
    margin-bottom: 50px;
  }

  .leasing-form-wrapper {
    padding: 35px 30px;
  }
}

@media (max-width: 767px) {
  .mini-fleet-sec {
    padding: 60px 0;
  }

  .leasing-contact-sec {
    padding: 60px 0;
  }

  .mini-fleet-sec .title,
  .leasing-contact-sec .title {
    font-size: 32px;
  }

  .mini-robot-card {
    margin-bottom: 20px;
  }

  .robot-img-wrapper {
    height: 180px;
  }

  .robot-img {
    max-height: 140px;
  }

  .why-points {
    margin-bottom: 30px;
  }

  .contact-details {
    flex-direction: column;
    gap: 20px;
  }

  .leasing-form-wrapper {
    padding: 30px 20px;
  }

  .form-title {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .robot-info {
    padding: 20px 20px 25px;
  }

  .robot-info h4 {
    font-size: 20px;
  }

  .robot-category {
    font-size: 11px;
    padding: 5px 12px;
  }
}

/* =========================================
   FIX FOR BELOW 1360px ONLY
   ========================================= */

@media (max-width: 1359px) {
  .service-sec8 .ser-card3 {
    min-height: 480px;
  }

  .service-sec8 .ser-card3 .ser-content3 {
    top: 35px;
    left: 28px;
    right: 28px;
  }

  .service-sec8 .ser-card3 .title {
    font-size: 30px;
  }

  .service-sec8 .ser-card3 p {
    font-size: 16px;
    line-height: 1.65;
  }

  /* Third card adjustments */
  .service-sec8 .ser-card3:nth-child(3) .title {
    font-size: 28px !important;
    white-space: normal !important;
  }

  .service-sec8 .ser-card3:nth-child(3) p {
    font-size: 16px !important;
    max-width: 95% !important;
  }
}

/* Further adjustments for 1200-1359px */
@media (min-width: 1200px) and (max-width: 1359px) {
  .service-sec8 .ser-card3 .title {
    font-size: 28px;
  }

  .service-sec8 .ser-card3 p {
    font-size: 15px;
  }

  .service-sec8 .ser-card3:nth-child(3) .title {
    font-size: 26px !important;
  }
}

/* =========================================
   MOVE THIRD CARD CONTENT UP - ABOVE 1440px
   ========================================= */

@media (min-width: 1441px) {
  .service-sec8 .ser-card3:nth-child(3) .ser-content3 {
    top: 100px !important;
  }
}

/* =========================================
   MOBILE SERVICE CARDS FIX - FULL WIDTH CARDS
   ========================================= */

/* TABLET & MOBILE (below 992px) */
@media (max-width: 991px) {
  .service-sec8 {
    padding: 60px 0;
  }

  .service-sec8 .service-content3 {
    flex-direction: column;
    gap: 30px;
  }
  
  .service-sec8 .ser-card3 {
    min-height: 420px !important;
    width: 100%;
    margin-bottom: 0;
  }

  /* Image covers full card as background */
  .service-sec8 .ser-card3 img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
  }

  /* Content positioned at top left */
  .service-sec8 .ser-card3 .ser-content3 {
    position: absolute !important;
    top: 30px !important;
    left: 25px !important;
    right: 25px !important;
    z-index: 2;
  }

  .service-sec8 .ser-card3 .title {
    font-size: 28px !important;
    margin-bottom: 15px !important;
    white-space: normal !important;
    color: #fff;
  }

  .service-sec8 .ser-card3 p {
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
    max-width: 75% !important;
    color: #fff;
  }

  /* Show "Explore More" button on mobile */
  .service-sec8 .ser-btn3 {
    display: inline-block !important;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    font-size: 15px;
  }

  /* Arrow button - bottom right */
  .service-sec8 .ser-btn {
    bottom: 25px !important;
    right: 25px !important;
    position: absolute !important;
    z-index: 3;
  }
}

/* MOBILE (below 768px) */
@media (max-width: 767px) {
  .service-sec8 {
    padding: 50px 0;
  }

  .service-sec8 .service-content3 {
    gap: 25px;
  }

  .service-sec8 .ser-card3 {
    min-height: 380px !important;
    border-radius: 20px;
  }

  .service-sec8 .ser-card3 .ser-content3 {
    top: 25px !important;
    left: 20px !important;
    right: 20px !important;
  }

  .service-sec8 .ser-card3 .title {
    font-size: 26px !important;
  }

  .service-sec8 .ser-card3 p {
    font-size: 14px !important;
    max-width: 70% !important;
  }

  .service-sec8 .ser-btn {
    bottom: 20px !important;
    right: 20px !important;
  }
}

/* SMALL MOBILE (below 480px) */
@media (max-width: 479px) {
  .service-sec8 .service-content3 {
    gap: 20px;
  }

  .service-sec8 .ser-card3 {
    min-height: 350px !important;
  }

  .service-sec8 .ser-card3 .ser-content3 {
    top: 22px !important;
    left: 18px !important;
    right: 18px !important;
  }

  .service-sec8 .ser-card3 .title {
    font-size: 24px !important;
    margin-bottom: 12px !important;
  }

  .service-sec8 .ser-card3 p {
    font-size: 13px !important;
    max-width: 65% !important;
  }

  .service-sec8 .ser-btn3 {
    font-size: 14px;
  }

  .service-sec8 .ser-btn {
    bottom: 18px !important;
    right: 18px !important;
  }
}